.graph-widget .depth-slider{width:20px;height:130px}.graph-widget .depth-slider .vertical{transform:rotate(90deg);transform-origin:center}.graph-widget .depth-container{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:12px;color:var(--yfiles-primary-color);font-family:var(--default-font-family)}.graph-widget .depth-container .depth-value{border-top:1px solid var(--yfiles-secondary-color);width:80%;text-align:center;margin:5px 0 2px;padding-top:5px}.graph-widget .toolbar.neighborhood{border-radius:50%/10%;padding:17px 0;transition:opacity 1s var(--cubic-timing-function) .1s}.graph-widget{--yjg-grey-700: #1e1e1e;--yjg-grey-600: #3C3C3C;--yjg-grey-500: #5A5A5A;--yjg-grey-300: #949494;--yjg-grey-100: #CECECE;--yjg-grey-50: #F5F5F5;--yfiles-blue: #242265;--background: #ffffff;--yfiles-primary-color: var(--yfiles-blue);--yfiles-secondary-color: #ff6c00;--yed-color: #c0fc1a;--data-explorer-color: #fcfe1f;--warning-color: #FF5722;--elevation-color-1: #FFFFFF;--elevation-color-2: #ECEFF1;--elevation-color-3: #B4B6B8;--toolbar-button-color: #ECEFF1;--elevation: #FFFFFF;--icon-color: #52587a;--text-color: #000000}.graph-widget.dark-mode{--background: var(--yjg-grey-700);--yfiles-primary-color: #ffffff;--yfiles-secondary-color: #ff6c00;--yed-color: #c0fc1a;--data-explorer-color: #fcfe1f;--warning-color: #FF5722;--elevation-color-1: var(--yjg-grey-500);--elevation-color-2: var(--yjg-grey-300);--elevation-color-3: var(--yjg-grey-100);--toolbar-button-color: #616161;--toolbar-background-color: #808080;--elevation: #ABABAB;--icon-color: #ECEFF1;--text-color: #ECEFF1}.graph-widget *{box-sizing:border-box}.graph-widget{position:relative;display:flex;overflow:hidden;height:500px;width:100%;--cubic-timing-function: cubic-bezier(.23, 1, .32, 1);background:var(--background);--tab-row-height: 48px;--sidebar-width: 500px;--overview-width: 200px;--toast-height: 36px;--default-font-family: Verdana, sans-serif}.graph-widget.small-widget-layout{--sidebar-width: 300px}.graph-widget .main-container{position:absolute;top:0;bottom:0;left:0;right:var(--sidebar-width);display:flex;flex-direction:column}.graph-widget:not(.map-view) .main-container.animate-responsiveness{transition:right 1s var(--cubic-timing-function)}.graph-widget .main-container .gc-container{position:relative;width:100%;height:100%}.graph-widget .context-container{color:var(--yfiles-primary-color);font-family:var(--default-font-family);position:absolute;width:var(--sidebar-width);right:0;top:0;bottom:0;background-color:var(--background);box-sizing:border-box;border-left:5px solid var(--toolbar-button-color);font-size:16px;transition:right 1s var(--cubic-timing-function)}.graph-widget.small-widget-layout .context-container{font-size:14px}.graph-widget.sidebar-right-hidden .context-container{right:calc(0px - var(--sidebar-width))}.graph-widget.sidebar-right-hidden .main-container,.graph-widget.sidebar-right-hidden .toast,.graph-widget.sidebar-right-hidden .scroll-message{right:0}.graph-widget .graphComponent{width:100%;height:100%}.graph-widget .yfiles-canvascomponent{outline:none}.graph-widget .context-tabs{display:flex;height:var(--tab-row-height);align-items:center}.graph-widget .tab-button{position:relative;cursor:pointer;height:100%;margin:5px;padding:0 10px;display:flex;align-items:center;-webkit-user-select:none;user-select:none;background-color:var(--background);transition:background-color .3s var(--cubic-timing-function);box-sizing:border-box}.graph-widget.small-widget-layout .tab-button{padding:0 5px}.graph-widget .tab-button:first-child{margin:5px 5px 5px 0}.graph-widget .tab-button:hover{color:var(--yfiles-secondary-color)}.graph-widget .tab-button:after{content:"";width:0;height:2px;border-radius:4px;background-color:var(--yfiles-secondary-color);position:absolute;left:0;bottom:8px;transition:width .5s var(--cubic-timing-function) 0s}.graph-widget .tab-button:hover:after,.graph-widget .tab-button.active:after{width:100%}.graph-widget .context-pane{position:relative;display:none;height:calc(100% - var(--tab-row-height));overflow:auto}.graph-widget .context-pane[data-context-pane-id=About]{flex-direction:column}.graph-widget .context-pane .about-footer{width:100%;position:relative;margin-top:auto;padding:0 4px;font-size:12px;font-family:monospace}.graph-widget .context-pane .about-footer a{color:var(--yfiles-primary-color);text-decoration:none}.graph-widget.small-widget-layout .context-pane .about-footer{font-size:10px}.graph-widget .context-pane .about-content img{height:80px}.graph-widget .context-pane .about-content .icon-container:first-of-type{margin-top:3em}.graph-widget .context-pane .about-content .icon-container{margin-top:1em}.graph-widget .context-pane .about-content p{margin:1em 0}.graph-widget .context-pane .about-content>div>p{margin:0}.graph-widget .context-pane .about-content a{color:var(--yfiles-secondary-color);text-decoration:none}.graph-widget .context-pane .about-content{font-size:14px;display:flex;flex-direction:column;padding:20px 70px;text-align:center;line-height:1.3em}.graph-widget.small-widget-layout .context-pane .about-content{font-size:12px;padding:20px 10px}.graph-widget.small-widget-layout .yfiles-graphs-for-jupyter-logo{width:85%}.graph-widget .context-pane .about-content .cta{margin:auto 0 0}.graph-widget .context-pane .about-content .mdi-icon svg{width:32px;height:32px}.graph-widget .context-pane .no-selection{-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;width:75%;top:35%;left:50%;transform:translate(-50%);text-align:center;background-color:var(--toolbar-button-color);padding:10px 15px;border-radius:4px;transition:opacity 1s var(--cubic-timing-function) .2s}.graph-widget .fullscreen-warning{display:flex;justify-content:center!important;align-items:center!important;flex-direction:column!important;font-family:var(--default-font-family)!important;--background-area: color-mix(in srgb, var(--background) 85%, transparent);--stripes: color-mix(in srgb, var(--yjg-grey-50) 85%, transparent);background-image:repeating-linear-gradient(-45deg,var(--stripes),var(--stripes) 20px,var(--background-area) 20px,var(--background-area) 140px)!important;position:absolute;inset:0;text-align:center!important;vertical-align:middle!important;font-size:20px!important;z-index:8000}.graph-widget.dark-mode .fullscreen-warning{--stripes: color-mix(in srgb, var(--yjg-grey-600) 85%, transparent)}.graph-widget .fullscreen-warning .warning-message{font-size:16px!important;margin:1em!important;padding:1em 2em!important;color:var(--yfiles-primary-color)!important;background-color:var(--elevation-color-1)!important;border-top:8px solid var(--warning-color)!important;border-radius:4px!important;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f!important}.graph-widget .fullscreen-warning .warning-message .continue-button{background-color:var(--yed-color)!important;margin:20px;text-align:center;font-size:16px;display:inline-block;border:none;border-radius:10px;padding:5px 25px;box-shadow:0 4px 2px -2px #0000004d,0 2px 2px #0003,0 2px 4px #00000026!important}.graph-widget .fullscreen-warning .warning-message .continue-button:hover{cursor:pointer;background-color:#b9f319!important}.graph-widget .fullscreen-warning .warning-message a{color:var(--yfiles-secondary-color)}.graph-widget .fullscreen-warning p{margin:0!important}.graph-widget .fullscreen-warning a{text-decoration:underline!important}.graph-widget .fullscreen-warning code{color:var(--warning-color)!important;font-family:monospace;font-size:16px}.graph-widget .yw-frame{display:None;width:80%;height:90%;z-index:9000;background-color:#fff;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;position:absolute;top:50%;right:50%;transform:translate(50%,-50%);border:none}.graph-widget.show-iframe-backdrop .yw-frame{display:block}.graph-widget.show-iframe-backdrop:after{content:"";position:absolute;inset:0;background-color:#ffffffd9;z-index:8500}.graph-widget .scroll-message{display:flex;justify-content:center;align-items:center;font-family:var(--default-font-family);background-color:rgba(var(--background),.6);position:absolute;top:0;left:0;bottom:0;right:var(--sidebar-width);text-align:center;vertical-align:middle;line-height:100%;font-size:20px;z-index:1001;pointer-events:none;opacity:0;transition:opacity .3s ease-in-out,right 1s var(--cubic-timing-function)}.graph-widget.show-scroll-hint .scroll-message{opacity:1}.graph-widget.show-scroll-hint .toolbar{pointer-events:none}.graph-widget .scroll-message span{pointer-events:none;vertical-align:middle;background-color:var(--yfiles-secondary-color);color:var(--background);border-radius:4px;padding:5px 10px;margin:1rem;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.graph-widget.small-widget-layout .scroll-message span{font-size:16px}.graph-widget .neighborhood-graph-container{display:flex;width:100%;height:100%;background-color:var(--background)}.yfiles-tooltip__container .yfiles-tooltip{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;background-color:#fff;border:none;border-radius:4px;font-family:Verdana,sans-serif}.yfiles-tooltip__container{z-index:2000}.yfiles-tooltip__container .yfiles-tooltip .yfiles-jupyter-graphs-tooltip{padding:10px 6px 5px;color:#000;text-align:left;margin:0}.yfiles-tooltip__container .yfiles-jupyter-graphs-tooltip h3{margin:0 0 10px;color:#000!important}.yfiles-tooltip__container .yfiles-jupyter-graphs-tooltip .navigation-hint{width:100%;text-align:center;margin-top:10px;font-size:.8em;opacity:.65;font-style:italic}.yfiles-tooltip__container .yfiles-jupyter-graphs-tooltip h3:last-child{margin:0}.graph-widget .show-toast{display:flex!important;height:var(--toast-height)!important}.graph-widget .show-toast.toast-floating{display:flex!important;height:auto!important}.graph-widget .toast{display:none;height:0;font-family:var(--default-font-family);font-size:12px;justify-content:center;align-items:center;padding:0 10px}.graph-widget .toast-bottom{position:relative;bottom:0;width:100%;transition:right 1s var(--cubic-timing-function);background-color:#fcdabe;color:#000}.graph-widget .toast a{text-decoration:underline;color:var(--yfiles-primary-color)}.graph-widget .toast-floating{position:absolute;z-index:1001;bottom:15px;background-color:var(--elevation-color-1);color:var(--yfiles-primary-color);width:auto;transform:translate(-50%);left:50%;padding:10px}.graph-widget .toast.license-expiring.expired{background-color:var(--warning-color)}.graph-widget .toast button.close{border:none;height:24px;width:24px;border-radius:4px;margin:0 4px;cursor:pointer;background-repeat:no-repeat;background-position:center center;background-color:transparent;background-size:16px 16px!important}.graph-widget .toast.toast-floating button.close{position:absolute;top:-12px;right:-16px;background-color:var(--elevation-color-1);border-radius:50%;width:20px;height:20px}.graph-widget .yfiles-watermark{position:absolute;bottom:15px;left:10px;width:94px;height:38px;z-index:1001;transform-origin:left bottom;transition:transform .3s ease-in-out .1s}.graph-widget.focused .yfiles-watermark{transform:scale(.75)}.graph-widget .yfiles-watermark:after{content:"";background:url(data:image/svg+xml;utf8,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20232.56%2094.03%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23242265%3B%7D.cls-2%7Bfill%3A%2300d8ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22yFiles_html_neu%22%20data-name%3D%22yFiles%20html%20neu%22%3E%3Cg%20id%3D%22yFiles_for_javafx%22%20data-name%3D%22yFiles%20for%20javafx%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C37.57.11%2C57A27.65%2C27.65%2C0%2C0%2C0%2C14.05%2C80.81l16.86%2C9.6a27.63%2C27.63%2C0%2C0%2C0%2C27.6-.16l16.75-9.81a27.56%2C27.56%2C0%2C0%2C0%2C13.66-24l-.11-19.41A27.6%2C27.6%2C0%2C0%2C0%2C74.87%2C13.23L58%2C3.62a27.58%2C27.58%2C0%2C0%2C0-27.6.16l-16.75%2C9.8A27.62%2C27.62%2C0%2C0%2C0%2C0%2C37.57%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M54.17%2C66.18a14.49%2C14.49%2C0%2C0%2C1%2C2%2C3.15%2C5.79%2C5.79%2C0%2C0%2C1-.91%2C6.25%2C5.4%2C5.4%2C0%2C0%2C1-7.38.7%2C5.76%2C5.76%2C0%2C0%2C1-2.18-5%2C10.59%2C10.59%2C0%2C0%2C1%2C1.14-3.89%2C32.42%2C32.42%2C0%2C0%2C0%2C1.43-3.52%2C12.8%2C12.8%2C0%2C0%2C0%2C.43-4.57%2C45.38%2C45.38%2C0%2C0%2C0-.53-4.67%2C11.35%2C11.35%2C0%2C0%2C0-2.79-6%2C14.42%2C14.42%2C0%2C0%2C0-5.24-3.45c-.86-.36-1.72-.76-2.59-1.11a13%2C13%2C0%2C0%2C0-6.32-.87c-1.38.14-2.73.36-4.12.37A6.56%2C6.56%2C0%2C0%2C1%2C22.65%2C42a5.51%2C5.51%2C0%2C0%2C1-1.09-7%2C5.58%2C5.58%2C0%2C0%2C1%2C7.81-1.67%2C8.34%2C8.34%2C0%2C0%2C1%2C2.31%2C2.16c.55.76%2C1.11%2C1.53%2C1.67%2C2.28a14.06%2C14.06%2C0%2C0%2C0%2C3.34%2C3.28%2C19%2C19%2C0%2C0%2C0%2C3%2C1.55c1%2C.45%2C2%2C.88%2C3%2C1.28a11.29%2C11.29%2C0%2C0%2C0%2C5.51.79%2C11.44%2C11.44%2C0%2C0%2C0%2C4.62-1.54c1.22-.73%2C2.35-1.59%2C3.49-2.43a15.37%2C15.37%2C0%2C0%2C0%2C3.26-3.08%2C16.61%2C16.61%2C0%2C0%2C0%2C1.72-3%2C22.73%2C22.73%2C0%2C0%2C1%2C2.07-4.16%2C6.09%2C6.09%2C0%2C0%2C1%2C3.82-2.54%2C5.45%2C5.45%2C0%2C0%2C1%2C6.45%2C6.25%2C5.56%2C5.56%2C0%2C0%2C1-3%2C4.07%2C12%2C12%2C0%2C0%2C1-4.93%2C1.15%2C14.87%2C14.87%2C0%2C0%2C0-5.12%2C1.18%2C18.41%2C18.41%2C0%2C0%2C0-1.63.91%2C31.74%2C31.74%2C0%2C0%2C0-3.3%2C2.34A13.4%2C13.4%2C0%2C0%2C0%2C52%2C47.57a11.41%2C11.41%2C0%2C0%2C0-1.45%2C3.83%2C16.32%2C16.32%2C0%2C0%2C0-.05%2C4.47c.13%2C1.21.24%2C2.43.45%2C3.65a13%2C13%2C0%2C0%2C0%2C1.79%2C4.61c.43.75%2C1%2C1.42%2C1.39%2C2.05%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M59.11%2C54.36a14%2C14%2C0%2C0%2C1%2C3.65.82%2C5.77%2C5.77%2C0%2C0%2C1%2C3.77%2C5.06A5.42%2C5.42%2C0%2C0%2C1%2C61.81%2C66a5.79%2C5.79%2C0%2C0%2C1-5.11-2%2C10.54%2C10.54%2C0%2C0%2C1-2-3.55%2C27.6%2C27.6%2C0%2C0%2C0-1.48-3.5%2C12.73%2C12.73%2C0%2C0%2C0-2.92-3.54c-1.19-1-2.4-2-3.68-2.93a11.54%2C11.54%2C0%2C0%2C0-6.21-2.26%2C14.4%2C14.4%2C0%2C0%2C0-6.15%2C1.27c-.87.35-1.75.67-2.61%2C1a13.3%2C13.3%2C0%2C0%2C0-5.09%2C3.87c-.87%2C1.07-1.67%2C2.19-2.64%2C3.17a6.55%2C6.55%2C0%2C0%2C1-4.25%2C2.07A5.53%2C5.53%2C0%2C0%2C1%2C14%2C55.39a5.6%2C5.6%2C0%2C0%2C1%2C4.34-6.71%2C8.21%2C8.21%2C0%2C0%2C1%2C3.16-.1l2.8.43A14.35%2C14.35%2C0%2C0%2C0%2C29%2C49a18.51%2C18.51%2C0%2C0%2C0%2C3.2-1c1-.38%2C2-.79%2C3-1.23a11.28%2C11.28%2C0%2C0%2C0%2C4.46-3.34%2C11.49%2C11.49%2C0%2C0%2C0%2C2.17-4.35c.34-1.37.54-2.79.75-4.18a15.23%2C15.23%2C0%2C0%2C0%2C.13-4.47%2C16.69%2C16.69%2C0%2C0%2C0-.92-3.34%2C22.61%2C22.61%2C0%2C0%2C1-1.47-4.41%2C6.05%2C6.05%2C0%2C0%2C1%2C.91-4.49%2C5.45%2C5.45%2C0%2C0%2C1%2C9-.14A5.59%2C5.59%2C0%2C0%2C1%2C51%2C23a11.9%2C11.9%2C0%2C0%2C1-2.68%2C4.3%2C15%2C15%2C0%2C0%2C0-2.79%2C4.44A18.67%2C18.67%2C0%2C0%2C0%2C45%2C33.56a33.24%2C33.24%2C0%2C0%2C0-.68%2C4%2C13.53%2C13.53%2C0%2C0%2C0%2C.11%2C5.19%2C11.11%2C11.11%2C0%2C0%2C0%2C1.69%2C3.74%2C16.31%2C16.31%2C0%2C0%2C0%2C3.12%2C3.2c1%2C.77%2C1.9%2C1.56%2C2.9%2C2.26a13%2C13%2C0%2C0%2C0%2C4.53%2C2c.87.19%2C1.72.28%2C2.45.43%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M54.17%2C66.18a14.49%2C14.49%2C0%2C0%2C1%2C2%2C3.15%2C5.79%2C5.79%2C0%2C0%2C1-.91%2C6.25%2C5.4%2C5.4%2C0%2C0%2C1-7.38.7%2C5.76%2C5.76%2C0%2C0%2C1-2.18-5%2C10.59%2C10.59%2C0%2C0%2C1%2C1.14-3.89%2C32.42%2C32.42%2C0%2C0%2C0%2C1.43-3.52%2C12.8%2C12.8%2C0%2C0%2C0%2C.43-4.57%2C45.38%2C45.38%2C0%2C0%2C0-.53-4.67%2C11.35%2C11.35%2C0%2C0%2C0-2.79-6%2C14.42%2C14.42%2C0%2C0%2C0-5.24-3.45c-.86-.36-1.72-.76-2.59-1.11a13%2C13%2C0%2C0%2C0-6.32-.87c-1.38.14-2.73.36-4.12.37A6.56%2C6.56%2C0%2C0%2C1%2C22.65%2C42a5.51%2C5.51%2C0%2C0%2C1-1.09-7%2C5.58%2C5.58%2C0%2C0%2C1%2C7.81-1.67%2C8.34%2C8.34%2C0%2C0%2C1%2C2.31%2C2.16c.55.76%2C1.11%2C1.53%2C1.67%2C2.28a14.06%2C14.06%2C0%2C0%2C0%2C3.34%2C3.28%2C19%2C19%2C0%2C0%2C0%2C3%2C1.55c1%2C.45%2C2%2C.88%2C3%2C1.28a11.29%2C11.29%2C0%2C0%2C0%2C5.51.79%2C11.44%2C11.44%2C0%2C0%2C0%2C4.62-1.54c1.22-.73%2C2.35-1.59%2C3.49-2.43a15.37%2C15.37%2C0%2C0%2C0%2C3.26-3.08%2C16.61%2C16.61%2C0%2C0%2C0%2C1.72-3%2C22.73%2C22.73%2C0%2C0%2C1%2C2.07-4.16%2C6.09%2C6.09%2C0%2C0%2C1%2C3.82-2.54%2C5.45%2C5.45%2C0%2C0%2C1%2C6.45%2C6.25%2C5.56%2C5.56%2C0%2C0%2C1-3%2C4.07%2C12%2C12%2C0%2C0%2C1-4.93%2C1.15%2C14.87%2C14.87%2C0%2C0%2C0-5.12%2C1.18%2C18.41%2C18.41%2C0%2C0%2C0-1.63.91%2C31.74%2C31.74%2C0%2C0%2C0-3.3%2C2.34A13.4%2C13.4%2C0%2C0%2C0%2C52%2C47.57a11.41%2C11.41%2C0%2C0%2C0-1.45%2C3.83%2C16.32%2C16.32%2C0%2C0%2C0-.05%2C4.47c.13%2C1.21.24%2C2.43.45%2C3.65a13%2C13%2C0%2C0%2C0%2C1.79%2C4.61c.43.75%2C1%2C1.42%2C1.39%2C2.05%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M59.11%2C54.36a14%2C14%2C0%2C0%2C1%2C3.65.82%2C5.77%2C5.77%2C0%2C0%2C1%2C3.77%2C5.06A5.42%2C5.42%2C0%2C0%2C1%2C61.81%2C66a5.79%2C5.79%2C0%2C0%2C1-5.11-2%2C10.54%2C10.54%2C0%2C0%2C1-2-3.55%2C27.6%2C27.6%2C0%2C0%2C0-1.48-3.5%2C12.73%2C12.73%2C0%2C0%2C0-2.92-3.54c-1.19-1-2.4-2-3.68-2.93a11.54%2C11.54%2C0%2C0%2C0-6.21-2.26%2C14.4%2C14.4%2C0%2C0%2C0-6.15%2C1.27c-.87.35-1.75.67-2.61%2C1a13.3%2C13.3%2C0%2C0%2C0-5.09%2C3.87c-.87%2C1.07-1.67%2C2.19-2.64%2C3.17a6.55%2C6.55%2C0%2C0%2C1-4.25%2C2.07A5.53%2C5.53%2C0%2C0%2C1%2C14%2C55.39a5.6%2C5.6%2C0%2C0%2C1%2C4.34-6.71%2C8.21%2C8.21%2C0%2C0%2C1%2C3.16-.1l2.8.43A14.35%2C14.35%2C0%2C0%2C0%2C29%2C49a18.51%2C18.51%2C0%2C0%2C0%2C3.2-1c1-.38%2C2-.79%2C3-1.23a11.28%2C11.28%2C0%2C0%2C0%2C4.46-3.34%2C11.49%2C11.49%2C0%2C0%2C0%2C2.17-4.35c.34-1.37.54-2.79.75-4.18a15.23%2C15.23%2C0%2C0%2C0%2C.13-4.47%2C16.69%2C16.69%2C0%2C0%2C0-.92-3.34%2C22.61%2C22.61%2C0%2C0%2C1-1.47-4.41%2C6.05%2C6.05%2C0%2C0%2C1%2C.91-4.49%2C5.45%2C5.45%2C0%2C0%2C1%2C9-.14A5.59%2C5.59%2C0%2C0%2C1%2C51%2C23a11.9%2C11.9%2C0%2C0%2C1-2.68%2C4.3%2C15%2C15%2C0%2C0%2C0-2.79%2C4.44A18.67%2C18.67%2C0%2C0%2C0%2C45%2C33.56a33.24%2C33.24%2C0%2C0%2C0-.68%2C4%2C13.53%2C13.53%2C0%2C0%2C0%2C.11%2C5.19%2C11.11%2C11.11%2C0%2C0%2C0%2C1.69%2C3.74%2C16.31%2C16.31%2C0%2C0%2C0%2C3.12%2C3.2c1%2C.77%2C1.9%2C1.56%2C2.9%2C2.26a13%2C13%2C0%2C0%2C0%2C4.53%2C2c.87.19%2C1.72.28%2C2.45.43%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M130.48%2C37.89v.16L116.54%2C73.18H110.4v-.1l5.24-12.14L105.52%2C38.05v-.16h6.25l5%2C12.08a39.83%2C39.83%2C0%2C0%2C1%2C1.59%2C4.61c.48-1.75.95-3.18%2C1.43-4.61l4.61-12.08Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M135.36%2C25.49h22.52v5.77H141.61V41.65h14.58v5.62H141.61V61.52h-6.25Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M162.39%2C29.51A3.61%2C3.61%2C0%2C1%2C1%2C166%2C33%2C3.38%2C3.38%2C0%2C0%2C1%2C162.39%2C29.51Zm.69%2C8.38h5.77V61.52h-5.77Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M175.64%2C23.37h5.78l.05%2C38.15h-5.83Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M209.71%2C48.86a24.84%2C24.84%2C0%2C0%2C1-.21%2C2.75h-17c.75%2C3.82%2C3.71%2C5.83%2C7.53%2C5.83a8.91%2C8.91%2C0%2C0%2C0%2C6.25-2.22l2.44%2C3.71a13.93%2C13.93%2C0%2C0%2C1-9.22%2C3.28c-7.58%2C0-12.77-5.14-12.77-12.56%2C0-6.94%2C5-12.4%2C12.19-12.4C205.63%2C37.25%2C209.71%2C41.76%2C209.71%2C48.86ZM192.6%2C47.69h11.66c-.16-3.76-2.39-5.72-5.41-5.72S193.23%2C44%2C192.6%2C47.69Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M213.06%2C59.46l2.28-4.08a12.11%2C12.11%2C0%2C0%2C0%2C6.46%2C2c2.12%2C0%2C3.5-1%2C3.5-2.44%2C0-1.75-2.23-2.6-4.56-3.5C217%2C50%2C214.06%2C48%2C214.06%2C44.14c0-4.34%2C3.87-6.62%2C8.38-6.62a14.75%2C14.75%2C0%2C0%2C1%2C7.73%2C2.12l-2%2C3.86a11.94%2C11.94%2C0%2C0%2C0-5.25-1.37c-1.8%2C0-3.34.53-3.34%2C2s1.75%2C2.44%2C4.3%2C3.34C228%2C49%2C231%2C51%2C231%2C54.9c0%2C4.4-3.55%2C7.15-8.75%2C7.15A16.37%2C16.37%2C0%2C0%2C1%2C213.06%2C59.46Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat;position:absolute;background-size:contain;width:100%;height:100%}.graph-widget.dark-mode .yfiles-watermark:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.56 94.03' style='&%2310;'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFF;%7D.cls-2%7Bfill:%23242265;%7D%3C/style%3E%3C/defs%3E%3Cg id='yFiles_html_neu' data-name='yFiles html neu'%3E%3Cg id='yFiles_for_javafx' data-name='yFiles for javafx'%3E%3Cpath class='cls-1' d='M0,37.57.11,57A27.65,27.65,0,0,0,14.05,80.81l16.86,9.6a27.63,27.63,0,0,0,27.6-.16l16.75-9.81a27.56,27.56,0,0,0,13.66-24l-.11-19.41A27.6,27.6,0,0,0,74.87,13.23L58,3.62a27.58,27.58,0,0,0-27.6.16l-16.75,9.8A27.62,27.62,0,0,0,0,37.57'/%3E%3Cpath class='cls-1' d='M54.17,66.18a14.49,14.49,0,0,1,2,3.15,5.79,5.79,0,0,1-.91,6.25,5.4,5.4,0,0,1-7.38.7,5.76,5.76,0,0,1-2.18-5,10.59,10.59,0,0,1,1.14-3.89,32.42,32.42,0,0,0,1.43-3.52,12.8,12.8,0,0,0,.43-4.57,45.38,45.38,0,0,0-.53-4.67,11.35,11.35,0,0,0-2.79-6,14.42,14.42,0,0,0-5.24-3.45c-.86-.36-1.72-.76-2.59-1.11a13,13,0,0,0-6.32-.87c-1.38.14-2.73.36-4.12.37A6.56,6.56,0,0,1,22.65,42a5.51,5.51,0,0,1-1.09-7,5.58,5.58,0,0,1,7.81-1.67,8.34,8.34,0,0,1,2.31,2.16c.55.76,1.11,1.53,1.67,2.28a14.06,14.06,0,0,0,3.34,3.28,19,19,0,0,0,3,1.55c1,.45,2,.88,3,1.28a11.29,11.29,0,0,0,5.51.79,11.44,11.44,0,0,0,4.62-1.54c1.22-.73,2.35-1.59,3.49-2.43a15.37,15.37,0,0,0,3.26-3.08,16.61,16.61,0,0,0,1.72-3,22.73,22.73,0,0,1,2.07-4.16,6.09,6.09,0,0,1,3.82-2.54,5.45,5.45,0,0,1,6.45,6.25,5.56,5.56,0,0,1-3,4.07,12,12,0,0,1-4.93,1.15,14.87,14.87,0,0,0-5.12,1.18,18.41,18.41,0,0,0-1.63.91,31.74,31.74,0,0,0-3.3,2.34A13.4,13.4,0,0,0,52,47.57a11.41,11.41,0,0,0-1.45,3.83,16.32,16.32,0,0,0-.05,4.47c.13,1.21.24,2.43.45,3.65a13,13,0,0,0,1.79,4.61c.43.75,1,1.42,1.39,2.05'/%3E%3Cpath class='cls-1' d='M59.11,54.36a14,14,0,0,1,3.65.82,5.77,5.77,0,0,1,3.77,5.06A5.42,5.42,0,0,1,61.81,66a5.79,5.79,0,0,1-5.11-2,10.54,10.54,0,0,1-2-3.55,27.6,27.6,0,0,0-1.48-3.5,12.73,12.73,0,0,0-2.92-3.54c-1.19-1-2.4-2-3.68-2.93a11.54,11.54,0,0,0-6.21-2.26,14.4,14.4,0,0,0-6.15,1.27c-.87.35-1.75.67-2.61,1a13.3,13.3,0,0,0-5.09,3.87c-.87,1.07-1.67,2.19-2.64,3.17a6.55,6.55,0,0,1-4.25,2.07A5.53,5.53,0,0,1,14,55.39a5.6,5.6,0,0,1,4.34-6.71,8.21,8.21,0,0,1,3.16-.1l2.8.43A14.35,14.35,0,0,0,29,49a18.51,18.51,0,0,0,3.2-1c1-.38,2-.79,3-1.23a11.28,11.28,0,0,0,4.46-3.34,11.49,11.49,0,0,0,2.17-4.35c.34-1.37.54-2.79.75-4.18a15.23,15.23,0,0,0,.13-4.47,16.69,16.69,0,0,0-.92-3.34,22.61,22.61,0,0,1-1.47-4.41,6.05,6.05,0,0,1,.91-4.49,5.45,5.45,0,0,1,9-.14A5.59,5.59,0,0,1,51,23a11.9,11.9,0,0,1-2.68,4.3,15,15,0,0,0-2.79,4.44A18.67,18.67,0,0,0,45,33.56a33.24,33.24,0,0,0-.68,4,13.53,13.53,0,0,0,.11,5.19,11.11,11.11,0,0,0,1.69,3.74,16.31,16.31,0,0,0,3.12,3.2c1,.77,1.9,1.56,2.9,2.26a13,13,0,0,0,4.53,2c.87.19,1.72.28,2.45.43'/%3E%3Cpath class='cls-2' d='M54.17,66.18a14.49,14.49,0,0,1,2,3.15,5.79,5.79,0,0,1-.91,6.25,5.4,5.4,0,0,1-7.38.7,5.76,5.76,0,0,1-2.18-5,10.59,10.59,0,0,1,1.14-3.89,32.42,32.42,0,0,0,1.43-3.52,12.8,12.8,0,0,0,.43-4.57,45.38,45.38,0,0,0-.53-4.67,11.35,11.35,0,0,0-2.79-6,14.42,14.42,0,0,0-5.24-3.45c-.86-.36-1.72-.76-2.59-1.11a13,13,0,0,0-6.32-.87c-1.38.14-2.73.36-4.12.37A6.56,6.56,0,0,1,22.65,42a5.51,5.51,0,0,1-1.09-7,5.58,5.58,0,0,1,7.81-1.67,8.34,8.34,0,0,1,2.31,2.16c.55.76,1.11,1.53,1.67,2.28a14.06,14.06,0,0,0,3.34,3.28,19,19,0,0,0,3,1.55c1,.45,2,.88,3,1.28a11.29,11.29,0,0,0,5.51.79,11.44,11.44,0,0,0,4.62-1.54c1.22-.73,2.35-1.59,3.49-2.43a15.37,15.37,0,0,0,3.26-3.08,16.61,16.61,0,0,0,1.72-3,22.73,22.73,0,0,1,2.07-4.16,6.09,6.09,0,0,1,3.82-2.54,5.45,5.45,0,0,1,6.45,6.25,5.56,5.56,0,0,1-3,4.07,12,12,0,0,1-4.93,1.15,14.87,14.87,0,0,0-5.12,1.18,18.41,18.41,0,0,0-1.63.91,31.74,31.74,0,0,0-3.3,2.34A13.4,13.4,0,0,0,52,47.57a11.41,11.41,0,0,0-1.45,3.83,16.32,16.32,0,0,0-.05,4.47c.13,1.21.24,2.43.45,3.65a13,13,0,0,0,1.79,4.61c.43.75,1,1.42,1.39,2.05'/%3E%3Cpath class='cls-2' d='M59.11,54.36a14,14,0,0,1,3.65.82,5.77,5.77,0,0,1,3.77,5.06A5.42,5.42,0,0,1,61.81,66a5.79,5.79,0,0,1-5.11-2,10.54,10.54,0,0,1-2-3.55,27.6,27.6,0,0,0-1.48-3.5,12.73,12.73,0,0,0-2.92-3.54c-1.19-1-2.4-2-3.68-2.93a11.54,11.54,0,0,0-6.21-2.26,14.4,14.4,0,0,0-6.15,1.27c-.87.35-1.75.67-2.61,1a13.3,13.3,0,0,0-5.09,3.87c-.87,1.07-1.67,2.19-2.64,3.17a6.55,6.55,0,0,1-4.25,2.07A5.53,5.53,0,0,1,14,55.39a5.6,5.6,0,0,1,4.34-6.71,8.21,8.21,0,0,1,3.16-.1l2.8.43A14.35,14.35,0,0,0,29,49a18.51,18.51,0,0,0,3.2-1c1-.38,2-.79,3-1.23a11.28,11.28,0,0,0,4.46-3.34,11.49,11.49,0,0,0,2.17-4.35c.34-1.37.54-2.79.75-4.18a15.23,15.23,0,0,0,.13-4.47,16.69,16.69,0,0,0-.92-3.34,22.61,22.61,0,0,1-1.47-4.41,6.05,6.05,0,0,1,.91-4.49,5.45,5.45,0,0,1,9-.14A5.59,5.59,0,0,1,51,23a11.9,11.9,0,0,1-2.68,4.3,15,15,0,0,0-2.79,4.44A18.67,18.67,0,0,0,45,33.56a33.24,33.24,0,0,0-.68,4,13.53,13.53,0,0,0,.11,5.19,11.11,11.11,0,0,0,1.69,3.74,16.31,16.31,0,0,0,3.12,3.2c1,.77,1.9,1.56,2.9,2.26a13,13,0,0,0,4.53,2c.87.19,1.72.28,2.45.43'/%3E%3C/g%3E%3Cpath class='cls-1' d='M130.48,37.89v.16L116.54,73.18H110.4v-.1l5.24-12.14L105.52,38.05v-.16h6.25l5,12.08a39.83,39.83,0,0,1,1.59,4.61c.48-1.75.95-3.18,1.43-4.61l4.61-12.08Z'/%3E%3Cpath class='cls-1' d='M135.36,25.49h22.52v5.77H141.61V41.65h14.58v5.62H141.61V61.52h-6.25Z'/%3E%3Cpath class='cls-1' d='M162.39,29.51A3.61,3.61,0,1,1,166,33,3.38,3.38,0,0,1,162.39,29.51Zm.69,8.38h5.77V61.52h-5.77Z'/%3E%3Cpath class='cls-1' d='M175.64,23.37h5.78l.05,38.15h-5.83Z'/%3E%3Cpath class='cls-1' d='M209.71,48.86a24.84,24.84,0,0,1-.21,2.75h-17c.75,3.82,3.71,5.83,7.53,5.83a8.91,8.91,0,0,0,6.25-2.22l2.44,3.71a13.93,13.93,0,0,1-9.22,3.28c-7.58,0-12.77-5.14-12.77-12.56,0-6.94,5-12.4,12.19-12.4C205.63,37.25,209.71,41.76,209.71,48.86ZM192.6,47.69h11.66c-.16-3.76-2.39-5.72-5.41-5.72S193.23,44,192.6,47.69Z'/%3E%3Cpath class='cls-1' d='M213.06,59.46l2.28-4.08a12.11,12.11,0,0,0,6.46,2c2.12,0,3.5-1,3.5-2.44,0-1.75-2.23-2.6-4.56-3.5C217,50,214.06,48,214.06,44.14c0-4.34,3.87-6.62,8.38-6.62a14.75,14.75,0,0,1,7.73,2.12l-2,3.86a11.94,11.94,0,0,0-5.25-1.37c-1.8,0-3.34.53-3.34,2s1.75,2.44,4.3,3.34C228,49,231,51,231,54.9c0,4.4-3.55,7.15-8.75,7.15A16.37,16.37,0,0,1,213.06,59.46Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat}.yfiles-group-node-icon{cursor:pointer}.yfiles-group-node-icon:hover .yfiles-icon-background,.yfiles-group-node-icon:hover .yfiles-icon-foreground{transform-origin:0 0;transform:scale(1.2)}.yfiles-group-node-icon .yfiles-icon-background,.yfiles-group-node-icon .yfiles-icon-foreground{transition:transform .3s}.yfiles-group-node-icon .yfiles-icon-foreground>*{transition:transform .3s}.graph-widget .overview{--header-height: 36px;position:absolute;top:10px;left:10px;width:var(--overview-width);height:200px;z-index:10;background:var(--background);overflow:hidden;border-radius:4px 4px 0 0;transition:height 1s var(--cubic-timing-function) 0s,width 1s var(--cubic-timing-function) 0s}.graph-widget.map-view .overview{display:none}.graph-widget .overview.collapsed{height:var(--header-height);width:var(--header-height)}.graph-widget .overview .header span{opacity:1;transition:opacity .5s var(--cubic-timing-function) 0s}.graph-widget .overview.collapsed .header span{opacity:0}.graph-widget .overview .header{height:var(--header-height);width:100%;font-family:var(--default-font-family);color:var(--yfiles-primary-color);font-size:16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background-color:var(--elevation-color-1);cursor:pointer}.graph-widget .overview .header:hover{background-color:var(--elevation-color-2)}.graph-widget .overview .header:after{content:"";background:var(--overview-icon-search) no-repeat 80%;background-size:20px 20px;width:30px;height:36px;position:absolute;top:0;left:0;transform:rotate(90deg);transition:transform .3s var(--cubic-timing-function) 0s}.graph-widget .overview.collapsed .header:after{background:var(--overview-icon-collapsed) no-repeat 80%}.graph-widget .overview.collapsed .header:after{transform:rotate(0)}.graph-widget .overview .graph-overview-container{width:200px;height:calc(200px - var(--header-height))}.graph-widget.dark-mode .overview .graph-overview-container{border-left:1px solid var(--elevation-color-1);border-right:1px solid var(--elevation-color-1);border-bottom:1px solid var(--elevation-color-1)}.graph-widget .data-entry:first-child{margin-top:0}.graph-widget .data-entry{margin:12px 6px;padding:5px 10px;background-color:var(--elevation-color-1);border-radius:6px 0 0 6px;border-left:5px solid #000;font-family:monospace;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.graph-widget.dark-mode .data-entry{background-color:var(--yjg-grey-100)}.graph-widget .data-entry.node,.graph-widget .data-entry.edge{border-left:5px solid #15AFAC}.graph-widget .data-entry.error{border-left:5px solid #F44336}.graph-widget .data-entry.empty{border-left:5px solid #757575}.graph-widget.dark-mode .data-entry.empty{color:#111}.graph-widget .data-entry .jv-light{background:none}.graph-widget .data-entry .jv-light>.jv-code{padding:0}.graph-widget .data-entry .jv-light>.jv-tooltip.right{bottom:0;right:0}.graph-widget .data-entry .jv-container .jv-button{padding:0}.graph-widget .data-entry .jv-light .jv-button>.jv-copy-button{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%2352587a' points='7,3 5,3 5,11 11,11 11,12 4,12 4,3 0,3 0,16 11,16 11,5 '/%3E%3Cpolygon fill='%2352587a' points='12,3 16,3 12,0 '/%3E%3Cpolygon fill='%2352587a' points='11,0 5,0 5,11 16,11 16,4 11,4'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px;width:16px;height:16px;opacity:.7;transition:opacity .3s ease}.graph-widget .data-entry .jv-light .jv-button>.jv-copy-button:hover{opacity:1}.graph-widget .data-entry .jv-light .jv-button.copied>.jv-copy-button:before{position:absolute;content:"copied!";left:0;transform:translate(-100%);color:var(--icon-color)}.graph-widget .data-entry .jv-container>.jv-code>.jv-node>.jv-push>.jv-toggle,.graph-widget .data-entry .jv-container>.jv-code>.jv-node>.jv-push>.jv-item{display:none}.graph-widget.dark-mode .data-entry .jv-container.jv-light .jv-item.jv-string{color:#4c876c}.graph-widget{--toolbar-icon-zoom-in: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2352587a%22%20d%3D%22M10.5%2016.5a6%206%200%200%200-5.265%208.878L.5%2030.113%202.887%2032.5l4.735-4.735A6%206%200%201%200%2010.5%2016.5zm4%207h-3v3h-2v-3h-3v-2h3v-3h2v3h3v2z%22%2F%3E%3C%2Fsvg%3E);--toolbar-icon-zoom-fit: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%2352587a%22%3E%3Cpath%20d%3D%22M1.5%2017.5v5l5-5zM15.5%2017.5h-5l5%205zM15.5%2031.5v-5l-5%205zM1.5%2031.5v-5l5%205z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--toolbar-icon-zoom-out: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2352587a%22%20d%3D%22M10.5%2016.5a6%206%200%200%200-5.265%208.878L.5%2030.113%202.887%2032.5l4.735-4.735A6%206%200%201%200%2010.5%2016.5zm4%207h-8v-2h8v2z%22%2F%3E%3C%2Fsvg%3E);--toolbar-icon-sidebar: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2088.74%2089.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3A%2352587a%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%225%22%20d%3D%22M39.62%2017.4h35.02v50.9H39.62%22%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2214.11%22%20y%3D%2212.65%22%20width%3D%2217.05%22%20height%3D%2261%22%20rx%3D%221.41%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22m52.45%2030.45%2010.48%2010.83a1.08%201.08%200%200%201%200%201.51l-11.5%2011.67a1.06%201.06%200%200%201-1.81-.74v-6.8h-8.77a.79.79%200%200%201-.8-.79V38a.8.8%200%200%201%20.81-.8h9.78L51%2031a.88.88%200%200%201%201.45-.55Z%22%2F%3E%3C%2Fsvg%3E);--toolbar-icon-sidebar-active: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090.42%2089.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3A%2352587a%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%225%22%20d%3D%22M40.46%2017.91h35.02v50.9H40.46%22%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2214.94%22%20y%3D%2213.16%22%20width%3D%2217.05%22%20height%3D%2261%22%20rx%3D%221.41%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M51.68%2031%2041.2%2041.79a1.08%201.08%200%200%200%200%201.51L52.7%2055a1.06%201.06%200%200%200%201.81-.74v-6.8h8.77a.79.79%200%200%200%20.8-.79v-8.21a.8.8%200%200%200-.81-.8h-9.78l-.31-6.13a.87.87%200%200%200-1.5-.53Z%22%2F%3E%3C%2Fsvg%3E);--toolbar-icon-save: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%2352587a%22%3E%3Cpath%20d%3D%22M0%200v13l3%203h13V0H0zm4%201h8v4H4V1zm9%2013H5V9h8v5z%22%2F%3E%3Cpath%20d%3D%22M6%2010h2v3H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--toolbar-icon-cancel: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%2352587a%22%3E%3Cpath%20d%3D%22m4.261%2030.158-1.413-1.412%209.891-9.905%201.414%201.412z%22%2F%3E%3Cpath%20d%3D%22m14.155%2028.748-1.413%201.412-9.893-9.907%201.414-1.411z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--overview-icon-search: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-width%3D%2210%22%20d%3D%22m20%2020%2030%2030-30%2030%22%2F%3E%3C%2Fsvg%3E);--overview-icon-collapsed: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%2352587a%22%3E%3Cpath%20d%3D%22M10%2016.5a6%206%200%201%200%200%2012%206%206%200%200%200%200-12zm0%2010a4%204%200%201%201%200-8%204%204%200%200%201%200%208z%22%2F%3E%3Cpath%20d%3D%22M2.388%2032.501%200%2030.116l5.655-5.658%202.387%202.385z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--layout-icon-circular: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%3E%3Cg%20display%3D%22block%22%20stroke%3D%22%2352587a%22%3E%3Cpath%20d%3D%22m36.246%2022.561-2.279%206.263M2.828%2016.504v6.993m33.418-6.057-2.279-6.262m-28.99%2017.44%203.49%204.158m-3.49-21.393%203.49-4.158m11.517-4.213-6.809%201.2m0%2031.577%206.809%201.2m10.491-29.85-5.37-3.1m0%2031.922%205.37-3.1%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke-width%3D%22.171%22%2F%3E%3Cpath%20d%3D%22M8.054%2032.776h5.121v5.121h-5.12zM30.475%206.057h5.12v5.12h-5.12zM.268%2023.497h5.12v5.12H.269zm0-12.114h5.12v5.121H.269zm34.35%206.057h5.12v5.121h-5.12zm-4.143%2011.383h5.12v5.12h-5.12zM19.984%2034.88h5.12V40h-5.12zM8.054%202.104h5.121v5.12h-5.12zM19.984%200h5.12v5.121h-5.12z%22%20fill%3D%22%2352587a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--layout-icon-hierarchic: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M3.927%2023.792v7.575M20.97%2023.792v7.575M20.97%208.643v7.574M23.495%208.643v3.787H36.12v3.787M18.445%208.643v3.787H5.821v3.787M7.714%2023.792v3.787h9.469v3.788%22%20stroke%3D%22%2352587a%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke-width%3D%22.25249%22%2F%3E%3Cpath%20d%3D%22M17.183%201.068h7.574v7.575h-7.574zM17.183%2016.217h7.574v7.575h-7.574zM15.29%2031.367h7.574v7.574h-7.575zM32.332%2016.217h7.575v7.575h-7.575zM2.033%2016.217h7.575v7.575H2.033zM.14%2031.367h7.574v7.574H.14z%22%20stroke%3D%22%2352587a%22%20fill%3D%22%2352587a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-organic: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M16.7%2013.81l-5.931%205.315M19.434%2010.221l2.86-6.435M19.963%2014.007l5.208%207.192M26.327%2024.985l-1.085%209.59M8.21%2022.713L5.63%2030.032M14.994%2030.032l-.627%206.183M6.857%2033.195l5.426%203.642M10.508%2022.713l3.046%203.533M23.135%2036.754l-7.066%201.068M17.078%2027.298l7.571-3.365M28.435%2022.259l5.678-2.498%22%20stroke%3D%22%2352587a%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.25236%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16.7%2010.221h3.785v3.786h-3.786zM24.65%2021.199h3.785v3.786h-3.786zM21.242%200h3.786v3.786h-3.786zM13.292%2026.246h3.786v3.786h-3.786zM6.983%2018.928h3.786v3.785H6.983zM23.135%2034.575h3.785v3.785h-3.785zM3.072%2030.032h3.785v3.785H3.072zM12.283%2036.215h3.786v3.786h-3.786zM34.113%2017.035h3.785v3.785h-3.785z%22%20stroke%3D%22%2352587a%22%20fill%3D%22%2352587a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-orthogonal: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M4%2016V8M16%2036H8M8%2020h8M32%2020h-8M4%2024v8M20%2024v8%22%20stroke%3D%22%2352587a%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke-width%3D%22.26667%22%2F%3E%3Cpath%20d%3D%22M16%2032h8v8h-8zM0%2032h8v8H0zM16%2016h8v8h-8zM32%2016h8v8h-8zM0%2016h8v8H0zM0%200h8v8H0z%22%20stroke%3D%22%2352587a%22%20fill%3D%22%2352587a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-radial: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%20overflow%3D%22hidden%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22.808%2018.765l2.097-5.682M21.47%2019.678l-6.168-.407M22.087%2020.719L19.989%2026.4M23.424%2020.471l4.568%203.412M29.945%2025.342l4.568%203.411M25.626%2011.13l2.098-5.683M13.349%2019.143l-6.168-.407M28.01%203.494l-.027-.092-.413-.625-.677-.653-.95-.64L24.716.9%2023.231.433%2021.51.137%2019.598.065l-2.045.199-2.105.498-2.088.807-1.99%201.105-1.82%201.368L7.962%205.62%206.65%207.34%205.636%209.127l-.713%201.775-.43%201.693-.178%201.548.033%201.356.198%201.13.32.883.361.566%22%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-width%3D%22.13022%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M25.34%2011.13l-.098-.5-.484-.796-.85-.748-1.217-.598-1.536-.338-1.758.024-1.84.449L15.8%209.5l-1.517%201.247-1.159%201.497-.738%201.596-.317%201.54.051%201.356.337%201.08.53.767.362.255M26.08%2011.13l.164-.13.885-.291%201.132-.016%201.313.336%201.387.741%201.322%201.16%201.106%201.537.765%201.81.343%201.933-.092%201.89-.476%201.694-.76%201.377-.92.996-.957.604-.9.238-.447-.043M35.86%2030.46l-.004.359-.16.734-.335.861-.531.967-.748%201.04L33.1%2035.5l-1.226%201.068-1.473%201.008-1.712.893-1.929.723-2.113.503-2.25.24-2.335-.054-2.354-.367-2.307-.682-2.198-.981-2.028-1.25-1.81-1.475-1.554-1.646-1.28-1.755-.996-1.803-.72-1.791-.466-1.723-.238-1.609-.046-1.457.108-1.277.224-1.08.305-.872.355-.662.17-.204%22%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-width%3D%22.13022%22%2F%3E%3Cpath%20d%3D%22M21.47%2018.765h1.954v1.954H21.47zM27.992%2023.636h1.953v1.953h-1.953zM18.652%2026.4h1.953v1.954h-1.953zM13.349%2018.23h1.953v1.954H13.35zM24.29%2011.13h1.953v1.953h-1.954zM34.513%2028.506h1.954v1.953h-1.954zM27.108%203.494h1.953v1.953h-1.953zM5.227%2017.695h1.954v1.954H5.227z%22%20stroke%3D%22%2352587a%22%20fill%3D%22%2352587a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-tree: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M17.636%207.059v9.411M18.942%2023.529l3.328%209.412M16.376%2023.529l-3.361%209.412M21.166%206.823l10.587%209.883M35.282%2023.529v9.412M14.881%207.059L7.534%2016.47%22%20stroke%3D%22%2352587a%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke-width%3D%22.23529%22%2F%3E%3Cpath%20d%3D%22M14.107%2016.47h7.059v7.059h-7.059zM31.753%2016.47h7.059v7.059h-7.059zM14.107%200h7.059v7.059h-7.059zM31.753%2032.94h7.059V40h-7.059zM8.225%2032.94h7.058V40H8.225zM1.25%2016.47h7.059v7.059H1.25zM19.99%2032.94h7.058V40h-7.059z%22%20stroke%3D%22%2352587a%22%20fill%3D%22%2352587a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-orthogonal-edge-router: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%20overflow%3D%22hidden%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.66%2027.966v8.644h2.966M10.541%2025.424H7.406v7.627M25.541%2017.797v5.084M13.338%2017.797v5.084M15.372%2017.797v2.542h8.135v2.542M23.19%205.085v7.627M24.588%205.085v7.627M20.71%203.05h-5.508l-.847.848v8.814%22%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-width%3D%22.33898%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M20.71%204.068h-1.694v21.356h2.966M20.71%201.017H4.864L3.168%202.712v10%22%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-width%3D%22.33898%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M20.71%202.034H6.729L5.202%203.559v9.153M13.507%2027.966v6.61h2.119%22%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-width%3D%22.33898%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M2.956%2017.797V39.83h15.212v-1.695M27.067%2015.254h7.966l.932.932v6.272M27.067%2025.212h6.356%22%20fill%3D%22none%22%20stroke%3D%22%2352587a%22%20stroke-width%3D%22.33898%22%2F%3E%3Cpath%20d%3D%22M10.541%2022.881h5.085v5.085H10.54zM21.982%2012.712h5.085v5.085h-5.085zM11.812%2012.712h5.085v5.085h-5.085zM5.456%2033.05h5.085v5.086H5.456zM15.626%2033.05h5.085v5.086h-5.085zM21.982%2022.881h5.085v5.085h-5.085zM1.643%2012.712h5.085v5.085H1.643zM20.71%200h5.085v5.085h-5.084zM33.423%2022.458h5.084v5.084h-5.084z%22%20stroke%3D%22%2352587a%22%20fill%3D%22%2352587a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-organic-edge-router: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M14.137%2029.334l2.667%205.333M11.47%2029.334l-2.666%205.333M24.804%2018.667V24M13.803%2018.667L13.136%2024M16.804%2018.667L22.137%2024M23.737%205.333l.8%208M23.737%205.333l.8%208M21.604%205.333l-5.6%208M22.559%205.333l-2.092%206.12-.96%203.147.263%203.264%201.606%202.955L23.241%2024M20.804%204.407L8.35%2012.537l-2.213%201.57M20.804%204.444L6.137%2014.223M14.137%2029.334l2.667%205.333M4.353%2018.667l3.224%209.732L9.61%2031.07l5.86%204.304M27.47%2018.272l6.667%205.68M27.47%2026.567l6.667-.246%22%20stroke%3D%22%2352587a%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.35556%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10.137%2024h5.333v5.334h-5.333zM22.137%2013.333h5.334v5.334h-5.334zM11.47%2013.333h5.334v5.334H11.47zM4.804%2034.667h5.333V40H4.804zM15.47%2034.667h5.334V40H15.47zM22.137%2024h5.334v5.334h-5.334zM.804%2013.333h5.333v5.334H.804zM20.804%200h5.333v5.333h-5.333zM34.137%2023.556h5.334v5.333h-5.334z%22%20stroke%3D%22%2352587a%22%20fill%3D%22%2352587a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A)}.graph-widget.dark-mode{--toolbar-icon-zoom-in: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ECEFF1%22%20d%3D%22M10.5%2016.5a6%206%200%200%200-5.265%208.878L.5%2030.113%202.887%2032.5l4.735-4.735A6%206%200%201%200%2010.5%2016.5zm4%207h-3v3h-2v-3h-3v-2h3v-3h2v3h3v2z%22%2F%3E%3C%2Fsvg%3E);--toolbar-icon-zoom-fit: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%23ECEFF1%22%3E%3Cpath%20d%3D%22M1.5%2017.5v5l5-5zM15.5%2017.5h-5l5%205zM15.5%2031.5v-5l-5%205zM1.5%2031.5v-5l5%205z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--toolbar-icon-zoom-out: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ECEFF1%22%20d%3D%22M10.5%2016.5a6%206%200%200%200-5.265%208.878L.5%2030.113%202.887%2032.5l4.735-4.735A6%206%200%201%200%2010.5%2016.5zm4%207h-8v-2h8v2z%22%2F%3E%3C%2Fsvg%3E);--toolbar-icon-sidebar: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2088.74%2089.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3A%23ECEFF1%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%225%22%20d%3D%22M39.62%2017.4h35.02v50.9H39.62%22%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2214.11%22%20y%3D%2212.65%22%20width%3D%2217.05%22%20height%3D%2261%22%20rx%3D%221.41%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22m52.45%2030.45%2010.48%2010.83a1.08%201.08%200%200%201%200%201.51l-11.5%2011.67a1.06%201.06%200%200%201-1.81-.74v-6.8h-8.77a.79.79%200%200%201-.8-.79V38a.8.8%200%200%201%20.81-.8h9.78L51%2031a.88.88%200%200%201%201.45-.55Z%22%2F%3E%3C%2Fsvg%3E);--toolbar-icon-sidebar-active: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090.42%2089.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3A%23ECEFF1%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%225%22%20d%3D%22M40.46%2017.91h35.02v50.9H40.46%22%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%2214.94%22%20y%3D%2213.16%22%20width%3D%2217.05%22%20height%3D%2261%22%20rx%3D%221.41%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M51.68%2031%2041.2%2041.79a1.08%201.08%200%200%200%200%201.51L52.7%2055a1.06%201.06%200%200%200%201.81-.74v-6.8h8.77a.79.79%200%200%200%20.8-.79v-8.21a.8.8%200%200%200-.81-.8h-9.78l-.31-6.13a.87.87%200%200%200-1.5-.53Z%22%2F%3E%3C%2Fsvg%3E);--toolbar-icon-save: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%23ECEFF1%22%3E%3Cpath%20d%3D%22M0%200v13l3%203h13V0H0zm4%201h8v4H4V1zm9%2013H5V9h8v5z%22%2F%3E%3Cpath%20d%3D%22M6%2010h2v3H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--toolbar-icon-cancel: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%23ECEFF1%22%3E%3Cpath%20d%3D%22m4.261%2030.158-1.413-1.412%209.891-9.905%201.414%201.412z%22%2F%3E%3Cpath%20d%3D%22m14.155%2028.748-1.413%201.412-9.893-9.907%201.414-1.411z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--overview-icon-search: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-width%3D%2210%22%20d%3D%22m20%2020%2030%2030-30%2030%22%2F%3E%3C%2Fsvg%3E);--overview-icon-collapsed: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%23ECEFF1%22%3E%3Cpath%20d%3D%22M10%2016.5a6%206%200%201%200%200%2012%206%206%200%200%200%200-12zm0%2010a4%204%200%201%201%200-8%204%204%200%200%201%200%208z%22%2F%3E%3Cpath%20d%3D%22M2.388%2032.501%200%2030.116l5.655-5.658%202.387%202.385z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--layout-icon-circular: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%3E%3Cg%20display%3D%22block%22%20stroke%3D%22%23ECEFF1%22%3E%3Cpath%20d%3D%22m36.246%2022.561-2.279%206.263M2.828%2016.504v6.993m33.418-6.057-2.279-6.262m-28.99%2017.44%203.49%204.158m-3.49-21.393%203.49-4.158m11.517-4.213-6.809%201.2m0%2031.577%206.809%201.2m10.491-29.85-5.37-3.1m0%2031.922%205.37-3.1%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke-width%3D%22.171%22%2F%3E%3Cpath%20d%3D%22M8.054%2032.776h5.121v5.121h-5.12zM30.475%206.057h5.12v5.12h-5.12zM.268%2023.497h5.12v5.12H.269zm0-12.114h5.12v5.121H.269zm34.35%206.057h5.12v5.121h-5.12zm-4.143%2011.383h5.12v5.12h-5.12zM19.984%2034.88h5.12V40h-5.12zM8.054%202.104h5.121v5.12h-5.12zM19.984%200h5.12v5.121h-5.12z%22%20fill%3D%22%23ECEFF1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);--layout-icon-hierarchic: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M3.927%2023.792v7.575M20.97%2023.792v7.575M20.97%208.643v7.574M23.495%208.643v3.787H36.12v3.787M18.445%208.643v3.787H5.821v3.787M7.714%2023.792v3.787h9.469v3.788%22%20stroke%3D%22%23ECEFF1%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke-width%3D%22.25249%22%2F%3E%3Cpath%20d%3D%22M17.183%201.068h7.574v7.575h-7.574zM17.183%2016.217h7.574v7.575h-7.574zM15.29%2031.367h7.574v7.574h-7.575zM32.332%2016.217h7.575v7.575h-7.575zM2.033%2016.217h7.575v7.575H2.033zM.14%2031.367h7.574v7.574H.14z%22%20stroke%3D%22%23ECEFF1%22%20fill%3D%22%23ECEFF1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-organic: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M16.7%2013.81l-5.931%205.315M19.434%2010.221l2.86-6.435M19.963%2014.007l5.208%207.192M26.327%2024.985l-1.085%209.59M8.21%2022.713L5.63%2030.032M14.994%2030.032l-.627%206.183M6.857%2033.195l5.426%203.642M10.508%2022.713l3.046%203.533M23.135%2036.754l-7.066%201.068M17.078%2027.298l7.571-3.365M28.435%2022.259l5.678-2.498%22%20stroke%3D%22%23ECEFF1%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.25236%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16.7%2010.221h3.785v3.786h-3.786zM24.65%2021.199h3.785v3.786h-3.786zM21.242%200h3.786v3.786h-3.786zM13.292%2026.246h3.786v3.786h-3.786zM6.983%2018.928h3.786v3.785H6.983zM23.135%2034.575h3.785v3.785h-3.785zM3.072%2030.032h3.785v3.785H3.072zM12.283%2036.215h3.786v3.786h-3.786zM34.113%2017.035h3.785v3.785h-3.785z%22%20stroke%3D%22%23ECEFF1%22%20fill%3D%22%23ECEFF1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-orthogonal: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M4%2016V8M16%2036H8M8%2020h8M32%2020h-8M4%2024v8M20%2024v8%22%20stroke%3D%22%23ECEFF1%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke-width%3D%22.26667%22%2F%3E%3Cpath%20d%3D%22M16%2032h8v8h-8zM0%2032h8v8H0zM16%2016h8v8h-8zM32%2016h8v8h-8zM0%2016h8v8H0zM0%200h8v8H0z%22%20stroke%3D%22%23ECEFF1%22%20fill%3D%22%23ECEFF1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-radial: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%20overflow%3D%22hidden%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22.808%2018.765l2.097-5.682M21.47%2019.678l-6.168-.407M22.087%2020.719L19.989%2026.4M23.424%2020.471l4.568%203.412M29.945%2025.342l4.568%203.411M25.626%2011.13l2.098-5.683M13.349%2019.143l-6.168-.407M28.01%203.494l-.027-.092-.413-.625-.677-.653-.95-.64L24.716.9%2023.231.433%2021.51.137%2019.598.065l-2.045.199-2.105.498-2.088.807-1.99%201.105-1.82%201.368L7.962%205.62%206.65%207.34%205.636%209.127l-.713%201.775-.43%201.693-.178%201.548.033%201.356.198%201.13.32.883.361.566%22%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-width%3D%22.13022%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M25.34%2011.13l-.098-.5-.484-.796-.85-.748-1.217-.598-1.536-.338-1.758.024-1.84.449L15.8%209.5l-1.517%201.247-1.159%201.497-.738%201.596-.317%201.54.051%201.356.337%201.08.53.767.362.255M26.08%2011.13l.164-.13.885-.291%201.132-.016%201.313.336%201.387.741%201.322%201.16%201.106%201.537.765%201.81.343%201.933-.092%201.89-.476%201.694-.76%201.377-.92.996-.957.604-.9.238-.447-.043M35.86%2030.46l-.004.359-.16.734-.335.861-.531.967-.748%201.04L33.1%2035.5l-1.226%201.068-1.473%201.008-1.712.893-1.929.723-2.113.503-2.25.24-2.335-.054-2.354-.367-2.307-.682-2.198-.981-2.028-1.25-1.81-1.475-1.554-1.646-1.28-1.755-.996-1.803-.72-1.791-.466-1.723-.238-1.609-.046-1.457.108-1.277.224-1.08.305-.872.355-.662.17-.204%22%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-width%3D%22.13022%22%2F%3E%3Cpath%20d%3D%22M21.47%2018.765h1.954v1.954H21.47zM27.992%2023.636h1.953v1.953h-1.953zM18.652%2026.4h1.953v1.954h-1.953zM13.349%2018.23h1.953v1.954H13.35zM24.29%2011.13h1.953v1.953h-1.954zM34.513%2028.506h1.954v1.953h-1.954zM27.108%203.494h1.953v1.953h-1.953zM5.227%2017.695h1.954v1.954H5.227z%22%20stroke%3D%22%23ECEFF1%22%20fill%3D%22%23ECEFF1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-tree: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M17.636%207.059v9.411M18.942%2023.529l3.328%209.412M16.376%2023.529l-3.361%209.412M21.166%206.823l10.587%209.883M35.282%2023.529v9.412M14.881%207.059L7.534%2016.47%22%20stroke%3D%22%23ECEFF1%22%20stroke-miterlimit%3D%2210%22%20fill%3D%22none%22%20stroke-width%3D%22.23529%22%2F%3E%3Cpath%20d%3D%22M14.107%2016.47h7.059v7.059h-7.059zM31.753%2016.47h7.059v7.059h-7.059zM14.107%200h7.059v7.059h-7.059zM31.753%2032.94h7.059V40h-7.059zM8.225%2032.94h7.058V40H8.225zM1.25%2016.47h7.059v7.059H1.25zM19.99%2032.94h7.058V40h-7.059z%22%20stroke%3D%22%23ECEFF1%22%20fill%3D%22%23ECEFF1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-orthogonal-edge-router: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%20overflow%3D%22hidden%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.66%2027.966v8.644h2.966M10.541%2025.424H7.406v7.627M25.541%2017.797v5.084M13.338%2017.797v5.084M15.372%2017.797v2.542h8.135v2.542M23.19%205.085v7.627M24.588%205.085v7.627M20.71%203.05h-5.508l-.847.848v8.814%22%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-width%3D%22.33898%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M20.71%204.068h-1.694v21.356h2.966M20.71%201.017H4.864L3.168%202.712v10%22%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-width%3D%22.33898%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M20.71%202.034H6.729L5.202%203.559v9.153M13.507%2027.966v6.61h2.119%22%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-width%3D%22.33898%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M2.956%2017.797V39.83h15.212v-1.695M27.067%2015.254h7.966l.932.932v6.272M27.067%2025.212h6.356%22%20fill%3D%22none%22%20stroke%3D%22%23ECEFF1%22%20stroke-width%3D%22.33898%22%2F%3E%3Cpath%20d%3D%22M10.541%2022.881h5.085v5.085H10.54zM21.982%2012.712h5.085v5.085h-5.085zM11.812%2012.712h5.085v5.085h-5.085zM5.456%2033.05h5.085v5.086H5.456zM15.626%2033.05h5.085v5.086h-5.085zM21.982%2022.881h5.085v5.085h-5.085zM1.643%2012.712h5.085v5.085H1.643zM20.71%200h5.085v5.085h-5.084zM33.423%2022.458h5.084v5.084h-5.084z%22%20stroke%3D%22%23ECEFF1%22%20fill%3D%22%23ECEFF1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);--layout-icon-organic-edge-router: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2240%22%20width%3D%2240%22%20viewBox%3D%220%200%2040%2040.000001%22%3E%3Cg%20display%3D%22block%22%3E%3Cpath%20d%3D%22M14.137%2029.334l2.667%205.333M11.47%2029.334l-2.666%205.333M24.804%2018.667V24M13.803%2018.667L13.136%2024M16.804%2018.667L22.137%2024M23.737%205.333l.8%208M23.737%205.333l.8%208M21.604%205.333l-5.6%208M22.559%205.333l-2.092%206.12-.96%203.147.263%203.264%201.606%202.955L23.241%2024M20.804%204.407L8.35%2012.537l-2.213%201.57M20.804%204.444L6.137%2014.223M14.137%2029.334l2.667%205.333M4.353%2018.667l3.224%209.732L9.61%2031.07l5.86%204.304M27.47%2018.272l6.667%205.68M27.47%2026.567l6.667-.246%22%20stroke%3D%22%23ECEFF1%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.35556%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10.137%2024h5.333v5.334h-5.333zM22.137%2013.333h5.334v5.334h-5.334zM11.47%2013.333h5.334v5.334H11.47zM4.804%2034.667h5.333V40H4.804zM15.47%2034.667h5.334V40H15.47zM22.137%2024h5.334v5.334h-5.334zM.804%2013.333h5.333v5.334H.804zM20.804%200h5.333v5.333h-5.333zM34.137%2023.556h5.334v5.333h-5.334z%22%20stroke%3D%22%23ECEFF1%22%20fill%3D%22%23ECEFF1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A)}.graph-widget .toolbar{--layout-menu-width: 180px;z-index:401;position:absolute;top:50%;transform:translateY(-50%);right:20px;width:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--default-font-family);font-size:16px}.elevation{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px;background-color:var(--elevation-color-1)}.graph-widget .toolbar .toolbar-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6px 0;width:48px;margin:8px 0}.graph-widget .toolbar .separator{height:1px;background-color:#616161;width:50%;margin:4px 0}.graph-widget .toolbar .button{border:none;height:36px;width:36px;border-radius:4px;margin:2px 0;cursor:pointer;position:relative}.graph-widget .toolbar .button[disabled]{cursor:default!important;opacity:.5}.graph-widget .toolbar .button{background-color:transparent}.graph-widget .toolbar .button:not([disabled]):hover{background-color:var(--toolbar-button-color)}.graph-widget .toolbar .button.text{display:flex;justify-content:center;align-items:center;font-size:12px}.graph-widget .toolbar .button.icon{width:36px;background-size:20px 20px;background-repeat:no-repeat;background-position:center}.graph-widget .toolbar .button.mdi-icon{padding:3px}.graph-widget .toolbar .icon-menu{z-index:-1;font-family:var(--default-font-family);font-size:14px;display:block;opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:0;list-style-type:none;margin:0;padding:0;width:var(--layout-menu-width);pointer-events:none;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.graph-widget .toolbar .icon-menu.show{pointer-events:all;right:50px;opacity:1}.graph-widget .layout-item.nested-layout>.icon-menu{width:auto;top:0;transform:initial;transition:.15s ease-in-out}.graph-widget .layout-item.nested-layout:not([disabled]):hover>.icon-menu{pointer-events:all;right:calc(var(--layout-menu-width) - 5px);opacity:1;z-index:0}.graph-widget .yIconZoomFit{background:var(--toolbar-icon-zoom-fit)}.graph-widget .yIconZoomIn{background-image:var(--toolbar-icon-zoom-in)}.graph-widget .yIconZoomOut{background-image:var(--toolbar-icon-zoom-out)}.graph-widget .active.yIconSidebarRight{background-image:var(--toolbar-icon-sidebar-active);background-size:32px 32px!important;transform:rotate(180deg)}.graph-widget .yIconSidebarRight{background-image:var(--toolbar-icon-sidebar);background-size:32px 32px!important;transform:rotate(180deg)}.graph-widget .yIconSave{background-image:var(--toolbar-icon-save)}.graph-widget .yed-live-logo{background-image:url(data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2038.1%2038.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M1.32%2015.24l.04%207.77c0%203.92%202.12%207.57%205.56%209.53l6.73%203.84c3.4%201.96%207.6%201.92%2011-.04l6.69-3.92c3.4-2%205.48-5.65%205.44-9.57l-.04-7.77c0-3.92-2.12-7.56-5.56-9.52L24.49%201.7a11.03%2011.03%200%200%200-11%20.04L6.8%205.68a11.01%2011.01%200%200%200-5.48%209.56%22%20fill%3D%22%23242265%22%2F%3E%0A%20%20%3Cg%20fill%3D%22%23c0fc1a%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M30.1%2022.29c-.36-.6-.68-1.2-.8-1.88-.08-.44-.12-.92-.16-1.4%200-.48.04-.96.16-1.4.16-.69.48-1.29.8-1.89.36-.6.72-1.32.76-2.04a2.25%202.25%200%200%200-.4-1.56%202.17%202.17%200%200%200-1.12-.76c-.4-.16-.8-.24-1.2-.24-.64-.04-1.32.04-1.96-.04a5.24%205.24%200%200%201-2-.72s-.05%200-.05-.04l-.04-.04a5.8%205.8%200%200%201-1.6-1.36c-.4-.52-.68-1.12-1.04-1.68-.68-1.08-1.96-1.92-3.24-1.28a2.2%202.2%200%200%200-1.08%202.84c.56%201.32%202.04%201.48%203.32%201.48a5.95%205.95%200%200%201%205.65%203.28c.12.24.28.44.44.68%200%200%20.52.88.52.92.32.6.68%201.12.92%201.72.28.69.36%201.37.4%202.09v.16c0%20.72-.12%201.4-.4%202.08-.24.6-.64%201.16-.92%201.72-.6%201.12-.68%202.64.48%203.44a2.2%202.2%200%200%200%203-.48c.8-1.16.2-2.52-.44-3.6zM18.49%2027.77c-.64-.04-1.32.04-1.96-.04a5.24%205.24%200%200%201-2-.72s-.04%200-.04-.04l-.04-.04a5.8%205.8%200%200%201-1.6-1.36c-.4-.52-.69-1.12-1.05-1.68a71.3%2071.3%200%200%200-.92-1.6c-.36-.6-.68-1.2-.8-1.88-.08-.44-.12-.92-.16-1.4%200-.48.04-.96.16-1.4.16-.69.48-1.29.8-1.89.64-1.08%201.2-2.44.36-3.6a2.2%202.2%200%200%200-3-.48c-1.16.8-1.12%202.32-.48%203.44.32.6.68%201.12.92%201.72.28.69.36%201.37.4%202.09v.16c0%20.72-.12%201.4-.4%202.08-.24.6-.64%201.16-.92%201.72-.2.36-.36.8-.4%201.2-.08.44-.04.88.12%201.28.04.08.08.16.12.2.16.28.36.56.68.76.2.12.4.2.6.28.04%200%20.08.04.12.04h.04c.56.16%201.16.2%201.76.2a5.95%205.95%200%200%201%205.65%203.29c.64%201.08%201.52%202.28%202.96%202.12%201.16-.12%202-1.2%201.92-2.36-.2-1.37-1.56-2.05-2.84-2.09z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E);background-size:28px 28px!important}.graph-widget .data-explorer-logo{background-image:url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.66 93.76'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23242265;%7D.cls-2%7Bfill:%23fcfe1f;%7D%3C/style%3E%3C/defs%3E%3Cg id='data_explorer' data-name='data explorer'%3E%3Cpath class='cls-1' d='M0,37.41.09,56.77A27.51,27.51,0,0,0,14,80.54l16.81,9.6A27.52,27.52,0,0,0,58.3,90L75,80.25A27.49,27.49,0,0,0,88.66,56.36L88.57,37A27.49,27.49,0,0,0,74.7,13.23L57.89,3.62a27.55,27.55,0,0,0-27.52.13L13.65,13.51A27.5,27.5,0,0,0,0,37.41' transform='translate(0 0)'/%3E%3Cpath class='cls-2' d='M44.34,21.25V18.81c-4.67-.09-8.05,3.37-12.17,4.94-2.31.88-4.79.81-7.22.89a8.54,8.54,0,0,0-5.2,1.47c-3.44,2.76-2.29,8.65,2.08,9.65a6.25,6.25,0,0,0,5.33-1.45c1.68-1.45,2.47-3.61,3.67-5.42a16.14,16.14,0,0,1,5.79-5C39,22.48,41.49,21.26,44.34,21.25Z' transform='translate(0 0)'/%3E%3Cpath class='cls-2' d='M44.34,21.25V18.81c4.66-.09,8,3.36,12.17,4.93,2.31.87,4.79.8,7.22.87a8.59,8.59,0,0,1,5.2,1.48c3.44,2.75,2.3,8.64-2.07,9.64a6.22,6.22,0,0,1-5.32-1.44c-1.69-1.45-2.48-3.6-3.68-5.41a16.09,16.09,0,0,0-5.8-5C49.64,22.48,47.19,21.25,44.34,21.25Z' transform='translate(0 0)'/%3E%3Cpath class='cls-2' d='M44.37,72.47v2.44c-4.67.09-8-3.36-12.17-4.92-2.31-.88-4.79-.81-7.22-.88a8.63,8.63,0,0,1-5.2-1.47C16.34,64.88,17.47,59,21.85,58a6.19,6.19,0,0,1,5.32,1.45c1.69,1.44,2.48,3.6,3.68,5.41a16,16,0,0,0,5.79,5C39.07,71.25,41.52,72.47,44.37,72.47Z' transform='translate(0 0)'/%3E%3Cpath class='cls-2' d='M44.37,72.47v2.44C49,75,52.42,71.54,56.54,70c2.3-.88,4.78-.81,7.21-.88A8.62,8.62,0,0,0,69,67.61C72.39,64.85,71.25,59,66.87,58a6.19,6.19,0,0,0-5.32,1.45c-1.69,1.44-2.47,3.6-3.67,5.41a16.17,16.17,0,0,1-5.79,5C49.67,71.24,47.22,72.47,44.37,72.47Z' transform='translate(0 0)'/%3E%3Ccircle class='cls-2' cx='44.31' cy='46.88' r='5.43'/%3E%3C/g%3E%3C/svg%3E");background-size:28px 28px!important}.graph-widget .yIconCancel{background-image:var(--toolbar-icon-cancel)!important;background-size:20px 20px!important}.graph-widget.dark-mode .show-toast .yIconCancel{background-image:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%2352587a%22%3E%3Cpath%20d%3D%22m4.261%2030.158-1.413-1.412%209.891-9.905%201.414%201.412z%22%2F%3E%3Cpath%20d%3D%22m14.155%2028.748-1.413%201.412-9.893-9.907%201.414-1.411z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)!important}.graph-widget.dark-mode .show-toast.toast-floating .yIconCancel{background-image:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220.5%2016.5%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22m4.261%2030.158-1.413-1.412%209.891-9.905%201.414%201.412z%22%2F%3E%3Cpath%20d%3D%22m14.155%2028.748-1.413%201.412-9.893-9.907%201.414-1.411z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)!important;background-size:14px 14px!important}.graph-widget .toolbar .layouts-menu-button{text-align:left}.graph-widget .toolbar .button.icon.layouts-menu-button{background-size:28px 28px}.graph-widget .layouts-menu-button[data-current-layout=circular],.graph-widget .layout-item[data-layout-id=circular]:before,.graph-widget .layouts-menu-button[data-current-layout=circular_straight_line],.graph-widget .layout-item[data-layout-id=circular_straight_line]:before{background-image:var(--layout-icon-circular)}.graph-widget .layouts-menu-button[data-current-layout=hierarchic],.graph-widget .layout-item[data-layout-id=hierarchic]:before{background-image:var(--layout-icon-hierarchic)}.graph-widget .layouts-menu-button[data-current-layout=organic],.graph-widget .layout-item[data-layout-id=organic]:before,.graph-widget .layouts-menu-button[data-current-layout=no_layout],.graph-widget .layout-item[data-layout-id=no_layout]:before{background-image:var(--layout-icon-organic)}.graph-widget .layouts-menu-button[data-current-layout=interactive_organic],.graph-widget .layout-item[data-layout-id=interactive_organic]:before{background-image:var(--layout-icon-organic)}.graph-widget .layouts-menu-button[data-current-layout=orthogonal],.graph-widget .layout-item[data-layout-id=orthogonal]:before{background-image:var(--layout-icon-orthogonal)}.graph-widget .layouts-menu-button[data-current-layout=radial],.graph-widget .layout-item[data-layout-id=radial]:before{background-image:var(--layout-icon-radial)}.graph-widget .layouts-menu-button[data-current-layout=tree],.graph-widget .layout-item[data-layout-id=tree]:before{background-image:var(--layout-icon-tree)}.graph-widget .layouts-menu-button[data-current-layout=orthogonal_edge_router],.graph-widget .layout-item[data-layout-id=orthogonal_edge_router]:before{background-image:var(--layout-icon-orthogonal-edge-router)}.graph-widget .layouts-menu-button[data-current-layout=organic_edge_router],.graph-widget .layout-item[data-layout-id=organic_edge_router]:before{background-image:var(--layout-icon-organic-edge-router)}.graph-widget .layout-item{position:relative;display:flex;align-items:center;padding:6px;-webkit-user-select:none;user-select:none;color:var(--yfiles-primary-color)}.graph-widget .layout-item[disabled]{opacity:.5}.graph-widget .icon-menu .nested-layout .layout-item{padding:6px 8px}.graph-widget .layout-item:not([disabled]):hover{background-color:var(--toolbar-button-color)}.graph-widget .layout-item:not([data-layout-id=map]):not(.nested-layout):before{content:" ";display:block;background-repeat:no-repeat;background-size:20px 20px;width:20px;height:20px;margin:0 10px 0 4px}.graph-widget .layout-item .layout-mdi-icon{width:20px;height:20px;margin:0 10px 0 4px}.graph-widget button.loading-animation:before,.graph-widget button.loading-animation:after,.graph-widget button.loading-animation span:before,.graph-widget button.loading-animation span:after{animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:ease-in-out;background:var(--icon-color);content:"";opacity:0;position:absolute;transition:opacity 1s ease}.graph-widget button.loading-animation:before,.graph-widget button.loading-animation:after{height:2px;width:0}.graph-widget button.loading-animation:before{right:0;top:0}.graph-widget button.loading-animation:after{bottom:0;left:0}.graph-widget button.loading-animation span:before,.graph-widget button.loading-animation span:after{height:0;width:2px}.graph-widget button.loading-animation span:before{left:0;top:0}.graph-widget button.loading-animation span:after{bottom:0;right:0}.graph-widget button.loading-animation:before,.graph-widget button.loading-animation:after,.graph-widget button.loading-animation span:before,.graph-widget button.loading-animation span:after{opacity:1}.graph-widget button.loading-animation:before{animation-name:btn-border-top;animation-duration:2.8s}.graph-widget button.loading-animation:after{animation-name:btn-border-bottom;animation-delay:.7s;animation-duration:2.8s}.graph-widget button.loading-animation span:before{animation-name:btn-border-span-left;animation-delay:.35s;animation-duration:2.8s}.graph-widget button.loading-animation span:after{animation-name:btn-border-span-right;animation-delay:1.05s;animation-duration:2.8s}@keyframes btn-border-top{0%{left:auto;right:0;width:0}12.5%{left:auto;right:0;width:100%}12.6%{left:0;right:auto}50%{width:100%}62.5%{width:0}to{left:0;right:auto;width:0}}@keyframes btn-border-bottom{0%{right:auto;left:0;width:0}12.5%{right:auto;left:0;width:100%}12.6%{right:0;left:auto}50%{width:100%}62.5%{width:0}to{right:0;left:auto;width:0}}@keyframes btn-border-span-left{0%{bottom:auto;top:0;height:0}12.5%{bottom:auto;top:0;height:100%}12.6%{bottom:0;top:auto}50%{height:100%}62.5%{height:0}to{bottom:0;top:auto;height:0}}@keyframes btn-border-span-right{0%{top:auto;bottom:0;height:0}12.5%{top:auto;bottom:0;height:100%}12.6%{top:0;bottom:auto}50%{height:100%}62.5%{height:0}to{top:0;bottom:auto;height:0}}.graph-widget .dialog{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#21212175;z-index:99}.graph-widget .dialog>.dialog-content{position:absolute;display:block;width:820px;max-width:95%;min-height:20px;max-height:90%;background-color:var(--background);left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;border-radius:4px;padding:10px;color:var(--yfiles-primary-color);font-family:var(--default-font-family);animation:display .3s cubic-bezier(.25,.8,.25,1) forwards}.graph-widget.dark-mode .dialog>.dialog-content{background:var(--elevation-color-1)}@keyframes display{0%{opacity:0}to{opacity:1}}.graph-widget .dialog>.dialog-content .dialog-headline{font-size:20px;font-weight:700;margin:0;vertical-align:middle;border-bottom:2px solid var(--elevation-color-2)}.graph-widget .dialog .flex-container{display:flex;flex-direction:row;margin-top:10px}.graph-widget .dialog .flex-element{flex:1;text-align:center;padding:0 15px}.graph-widget .dialog .flex-element:first-of-type{border-right:2px solid var(--elevation-color-2)}.graph-widget .dialog .button{display:flex;justify-content:center;align-items:center;border:none;height:36px;border-radius:4px;margin:30px auto 20px;cursor:pointer;position:relative;font-size:14px;padding:0 12px;background-color:transparent;text-decoration:none;color:var(--yfiles-blue)}.graph-widget .dialog .button.secondary{border:thin solid var(--yfiles-primary-color)}.graph-widget .dialog .button.secondary.inline{display:inline-block;padding-left:5px;padding-right:5px;margin:0 5px;color:var(--yfiles-primary-color)}.graph-widget .dialog .button.secondary.inline .mdi-icon{margin-right:3px}.graph-widget .dialog .button .mdi-icon{width:20px;height:20px;margin-right:8px;vertical-align:middle}.graph-widget .dialog .button[disabled]{cursor:default!important;opacity:.5}.graph-widget .dialog .button:not([disabled]):hover{background-color:var(--toolbar-button-color)}.graph-widget .dialog code{color:var( --yfiles-primary-color)!important}.graph-widget .export-dialog .step-number{font-weight:700;font-size:27px;margin-top:0}.graph-widget .export-dialog .drag-button{position:relative;display:inline-block;margin:0 auto;cursor:move;z-index:4;border:2px dashed #bbb;background-color:#f2f2f2;border-radius:10px}.graph-widget .export-dialog .drag-button:hover .drag-button-icon{filter:drop-shadow(0px 4px 3px rgba(33,33,33,.4));transform:translateY(-3px)}.graph-widget .export-dialog .drag-button:hover+.drag-arrow:after{left:120%;transition:left .8s linear}.graph-widget .export-dialog .drag-button-icon{position:relative;width:100px;height:100px;filter:drop-shadow(0px 2px 2px rgba(33,33,33,.4));transition:filter .3s ease,transform .3s ease}.graph-widget .export-dialog .pointer-icon{position:absolute;bottom:-15px;right:-15px;pointer-events:none;width:40px;stroke:#383838;stroke-width:.4;background:radial-gradient(#fff 25%,#fff0 60%)}.graph-widget .export-dialog .drag-arrow{position:absolute;display:inline-block;width:100px;height:100px;animation:arrow-anim 1.5s linear infinite forwards}.graph-widget .export-dialog .drag-arrow svg{width:100%;height:100%;stroke:#bbb;stroke-width:.1;stroke-linejoin:bevel;transform:scale(2)}.graph-widget .export-dialog .drag-arrow:before{content:"";position:absolute;display:block;top:0;left:-30px;height:100%;width:120px;background:linear-gradient(to right,#fff,#fff0);z-index:1}.graph-widget .export-dialog .drag-arrow:after{content:"";position:absolute;display:block;top:0;left:-75%;height:100%;width:70px;background:linear-gradient(to right,#fff0,#ffffffb3,#fff0);z-index:2;transition:none}.graph-widget .export-dialog .download-note{text-align:center}.graph-widget .dialog .button.yed-live-button{background-color:var(--yed-color);margin-top:30px}.graph-widget .dialog .button.yed-live-button:not([disabled]):hover{background-color:#b9f319}.graph-widget .dialog .button.data-explorer-button{background-color:var(--data-explorer-color);margin-top:30px}.graph-widget .dialog .button.data-explorer-button:not([disabled]):hover{background-color:#f8fa20}@keyframes arrow-anim{0%{opacity:0;transform:translate(-50px)}25%{opacity:1}50%{opacity:1;transform:translate(0)}60%{opacity:1}to{opacity:0;transform:translate(50px)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.graph-widget .search{display:flex;flex-direction:column;height:100%}.graph-widget .search .results{list-style:none;padding-inline-start:0;flex:1 1 auto;overflow:auto;margin:10px 0 0}.graph-widget .search input{flex:0 0 36px;margin:0 auto;border:1px solid var(--yfiles-secondary-color);width:95%;height:100%;padding:10px 20px;background:var(--background);border-radius:3px;outline:none;font-size:100%;line-height:1.15;transition:box-shadow .2s ease;color:var(--yfiles-primary-color)}.graph-widget .search input:focus,.graph-widget .search input:hover{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.graph-widget .search .results div{display:block;position:relative;margin:0 -1px;padding:6px 10px;-webkit-user-select:none;user-select:none;cursor:pointer}.graph-widget .search .results .item{border:1px solid transparent;margin:1px;display:flex;max-height:80px;overflow:hidden}.graph-widget .search .results .item.hidden .mdi-icon{filter:grayscale(100%)}.graph-widget .search .results .item.hidden button.focus{display:none}.graph-widget .search .results div .highlighted{font-weight:700;color:var(--yfiles-secondary-color)}.graph-widget .search .results div.item:hover{border-color:var(--yfiles-secondary-color)}.graph-widget .search .results .selected div.item{border-color:var(--yfiles-secondary-color);background-color:#fff}.graph-widget .search .results .item .button{align-self:center;flex:0 0 32px;width:32px;height:32px;cursor:pointer;opacity:0;border:1px solid #666;border-radius:4px;display:flex;align-items:center;justify-content:center}.graph-widget .search .results .item .button svg{width:20px;height:20px}.graph-widget .search .results .item .button:hover{background-color:#e0e0e0}.graph-widget .search .results .item:hover .button{opacity:1}.graph-widget .search .results .item .button.focus{margin-left:auto}.graph-widget .search .results .item .mdi-icon{flex:0 0 20px;width:20px;height:20px;align-self:center}.graph-widget .search .results .item .key{color:#808394;font-family:monospace}
