.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}html,body,#cesium-container{width:100%;height:100%;margin:0;padding:0;overflow:hidden}#sidebar{position:absolute;left:0;top:0;height:100vh;background-color:#1c1c1ef2;color:#fff;z-index:1000;display:flex;flex-direction:column;transition:width .3s ease;box-shadow:2px 0 10px #00000080}#sidebar.collapsed{width:60px}#sidebar:not(.collapsed){width:320px}.sidebar-top{flex:0 0 auto;border-bottom:1px solid #444;max-height:60vh;overflow-y:auto}#results-panel{flex:1 1 auto;overflow:hidden;display:flex;flex-direction:column;background:none;border-top:1px solid #222}#results-panel.hidden{display:none}.results-header{padding:10px 15px;background:#0003;display:flex;justify-content:space-between;align-items:center;flex:0 0 auto}#results-list{list-style:none;padding:0 0 20px;margin:0;overflow-y:auto;flex-grow:1}#results-list li{padding:12px 15px;border-bottom:1px solid #3a3a3a;cursor:pointer;transition:background .2s;font-size:.9rem}#results-list li:hover{background-color:#ffffff1a}#results-list li.active{background-color:#d9042933;border-left:4px solid #D90429}.sidebar-btn,#sidebar-toggle-btn{width:100%;background:none;border:none;color:#fff;padding:15px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;white-space:nowrap}.sidebar-btn:hover,#sidebar-toggle-btn:hover{background-color:#ffffff1a}.sidebar-btn.active-toggle{background-color:#d90429}.sidebar-btn .icon{font-size:1.2rem;font-weight:700;width:60px;text-align:center;flex-shrink:0}.sidebar-btn .text{opacity:0;width:0;transition:opacity .2s ease,width .2s ease}#sidebar:not(.collapsed) .sidebar-btn{justify-content:flex-start;padding-left:0}#sidebar:not(.collapsed) .sidebar-btn .text{opacity:1;width:auto}#sidebar.collapsed .sidebar-content{pointer-events:none}#sidebar:not(.collapsed) .sidebar-content{pointer-events:auto}#sidebar.collapsed #sidebar-toggle-btn span{transform:rotate(0)}#sidebar:not(.collapsed) #sidebar-toggle-btn span{transform:rotate(180deg)}.parameter-area{background-color:#222;overflow:hidden;max-height:0;transition:max-height .3s ease-out}.parameter-area.active{max-height:400px;border-bottom:1px solid #444;overflow-y:auto}.parameter-content{padding:15px}.query-row{display:flex;gap:5px;margin-bottom:8px;align-items:center}.query-row select,.query-row input{background:#333;border:1px solid #555;color:#fff;padding:6px;border-radius:4px;width:100%;font-size:.85rem}.remove-row-btn{background:none;border:none;color:#ff4d4d;cursor:pointer;font-weight:700;font-size:1.2rem;padding:0 5px}.param-btn{background-color:#d90429;color:#fff;border:none;padding:8px 12px;margin-top:5px;cursor:pointer;border-radius:4px;font-size:.9rem}.param-btn:hover{background-color:#b00320}#params-semi .parameter-content{display:flex;flex-direction:row;align-items:center;gap:8px;width:95%}#params-semi label{margin-bottom:0;white-space:nowrap;flex-shrink:0}#semi-search-input{flex:1;width:auto;min-width:0;margin:0}#semi-search-btn{flex-shrink:0;width:auto;margin:0;white-space:nowrap}#mode-indicator{position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:5;background-color:#1c1c1ecc;color:#fff;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:500;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);transition:opacity .3s}#sidebar:not(.collapsed)~#mode-indicator{opacity:0}#legend-panel{position:absolute;top:60px;right:10px;background:#1c1c1ecc;padding:15px;border-radius:8px;color:#fff;z-index:10;border:1px solid #555;font-size:.85rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#legend-panel h4{margin:0 0 10px;border-bottom:1px solid #555;padding-bottom:5px}.legend-item{display:flex;align-items:center;margin-top:8px}.symbol{width:12px;height:12px;margin-right:8px;border-radius:50%;display:inline-block}.point-red{background:#d90429;border:2px solid white}.point-white{background:#fff;border:2px solid #D90429}.poly-orange{background:#f4a26166;border-radius:2px;width:14px;height:14px}#lang-switch{position:absolute;top:10px;right:10px;z-index:10;background:#1c1c1ecc;padding:5px 10px;border-radius:4px;border:1px solid #555}#lang-switch button{background:none;border:none;color:#ccc;cursor:pointer;font-size:.85rem}#lang-switch button:hover{color:#fff;text-decoration:underline}.tippy-box{z-index:10000!important}#sidebar.collapsed #results-panel{display:none!important}.spatial-group{display:flex;flex-direction:column;gap:8px}.fixed-filter{width:100%;background:#222;border:1px solid #555;color:#fff;padding:8px;border-radius:4px;font-size:.9rem}.fixed-filter:disabled{opacity:.5;cursor:not-allowed;background:#1a1a1a}.query-row{display:flex;gap:5px;margin-bottom:8px;align-items:center;background:#333;padding:5px;border-radius:4px;border:1px solid #444}.query-row select,.query-row input{border:none;padding:3px}.spatial-row{display:flex;gap:5px;margin-bottom:8px;align-items:center;background:#333;padding:5px 25px 5px 5px;border-radius:4px;border:1px solid #444;position:relative}.spatial-row select{border-radius:4px;flex:1;width:0;background:#333;border:none;color:#fff;font-size:.8rem;padding:4px 0;text-overflow:ellipsis}.spatial-row select:not(:last-of-type){border-right:1px solid #555}.spatial-remove-btn{position:absolute;right:2px;top:50%;transform:translateY(-50%);background:none;border:none;color:#ff4d4d;cursor:pointer;font-weight:700;font-size:1.1rem;padding:0 5px}#mock-login-btn{position:absolute;top:400px;right:10px;z-index:500;background:#282828d9;color:#fff;border:1px solid #555;padding:8px 16px;border-radius:4px;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-family:sans-serif}#mock-login-btn:hover{background:#3c3c3cf2}.legend-box{top:70px!important;right:20px!important;z-index:500!important}#agent-container{position:absolute;bottom:20px;right:20px;z-index:2000!important;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none;transition:opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0)}#agent-container.hidden{opacity:0;pointer-events:none;transform:translateY(20px);visibility:hidden}#agent-avatar{width:200px;height:200px;background:#0006;border:2px solid #7209b7;border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden;pointer-events:auto;cursor:pointer;box-shadow:0 0 20px #7209b780;transition:transform .3s}#live2d-canvas{width:100%;height:100%;filter:drop-shadow(0 0 2px #7209b7)}#agent-avatar:hover{transform:scale(1.05);box-shadow:0 0 30px #7209b7cc}.avatar-img{width:60%;height:60%;filter:drop-shadow(0 0 5px #fff)}@keyframes breathe{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.avatar-breathing{animation:breathe 3s ease-in-out infinite}#agent-dialog-box{width:300px;height:400px;background:#141419e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #444;border-left:3px solid #7209b7;border-radius:8px;margin-bottom:15px;display:flex;flex-direction:column;pointer-events:auto;transition:opacity .3s,transform .3s;box-shadow:0 10px 30px #00000080}#agent-dialog-box.hidden{opacity:0;transform:translateY(20px) scale(.95);pointer-events:none}.agent-header{padding:10px 15px;background:#7209b733;border-bottom:1px solid #444;display:flex;justify-content:space-between;align-items:center}.agent-name{font-weight:700;color:#e0aaff;font-family:monospace}.close-dialog-btn{background:none;border:none;color:#e0e0e0;cursor:pointer;font-size:1rem}.chat-history{flex:1;padding:15px;overflow-y:auto;font-size:.9rem;display:flex;flex-direction:column;gap:10px}.msg{padding:8px 12px;border-radius:6px;max-width:85%;line-height:1.4;white-space:pre-wrap;word-wrap:break-word;line-height:1.5}.msg.system{align-self:flex-start;background:#333;color:#eee;border-bottom-left-radius:0}.msg.user{align-self:flex-end;background:#7209b7;color:#fff;border-bottom-right-radius:0}.chat-input-area{padding:10px;border-top:1px solid #444;display:flex;gap:5px}#agent-input{flex:1;background:#111;border:1px solid #444;color:#fff;padding:8px;border-radius:4px}#agent-send-btn{background:#7209b7;border:none;color:#fff;padding:0 15px;border-radius:4px;cursor:pointer}.shepherd-modal-overlay-container{z-index:9999!important}.shepherd-element{background:#fff!important;color:#333!important;border:1px solid #e0e0e0;box-shadow:0 8px 24px #0000004d;max-width:400px!important;border-radius:12px!important;z-index:10000!important}.shepherd-header{background:#f8f9fa!important;border-bottom:1px solid #eee;padding:15px 20px!important;border-radius:12px 12px 0 0!important}.shepherd-title{font-size:1.2rem!important;font-weight:700!important;color:#000!important}.shepherd-text{font-size:1rem!important;line-height:1.6!important;padding:20px!important;color:#444!important}.shepherd-footer{padding:0 20px 20px!important}.shepherd-button{background:#007aff!important;color:#fff!important;border-radius:6px!important;border:none;padding:10px 24px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s}.shepherd-button:hover{background:#005bb5!important}.shepherd-button-secondary{background:#f0f0f0!important;color:#666!important;margin-right:10px}.shepherd-button-secondary:hover{background:#e0e0e0!important;color:#333!important}.shepherd-arrow:before{background:#fff!important}.switch-google{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.85rem;color:#ccc;background:#0000004d;padding:5px 10px;border-radius:20px;border:1px solid #444}.switch-google input{display:none}.slider{width:30px;height:16px;background-color:#555;border-radius:15px;position:relative;transition:.3s}.slider:before{content:"";position:absolute;width:12px;height:12px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:.3s}input:checked+.slider{background-color:#4285f4}input:checked+.slider:before{transform:translate(14px)}input:checked~.label-text{color:#fff;font-weight:700;text-shadow:0 0 5px #4285F4}#user-profile-widget{position:absolute;top:10px;right:170px;z-index:2000}.user-avatar{position:relative;width:44px;height:44px;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s;color:#333;box-shadow:0 4px 12px #0000001a}.user-avatar:hover{background:#fff;transform:scale(1.05);color:#d90429}.user-avatar svg{width:24px;height:24px}.status-dot{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.status-dot.online{background-color:#2ecc71}.status-dot.offline{background-color:#bdc3c7}.user-panel{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f5f7fab3;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);z-index:9999;display:flex;justify-content:center;align-items:center;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s;pointer-events:auto}.user-panel.hidden{opacity:0;visibility:hidden;pointer-events:none}.panel-inner{width:800px;max-width:90%;height:80vh;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000001a;position:relative;color:#1d1d1f}.fullscreen-close-btn{position:absolute;top:25px;right:30px;background:none;border:none;color:#454545;cursor:pointer;transition:.2s;z-index:10000}.fullscreen-close-btn:hover{color:#d90429;transform:rotate(90deg)}.panel-header{padding:30px 40px;border-bottom:1px solid #f0f0f0}.panel-header h2{margin:0;font-size:2em;color:#111;font-weight:700}.badge{font-size:.75em;padding:4px 8px;background:#f0f0f0;border-radius:6px;color:#666;margin-top:5px;display:inline-block}.badge.active{background:#ffebeb;color:#d90429}.panel-tabs{padding:0 40px;background:#fafafa;border-bottom:1px solid #e5e5e5}.tab-btn{padding:18px 5px;font-size:1rem;margin-right:30px;background:none;border:none;color:#888;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:.2s}.tab-btn:hover{color:#333}.tab-btn.active{color:#d90429;border-bottom-color:#d90429}.panel-content{flex:1;padding:40px;overflow-y:auto;background:#fff}.tab-pane{display:none;animation:fadeIn .3s}.tab-pane.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.stat-grid{display:flex;gap:20px}.stat-card{flex:1;padding:25px;border-radius:12px;text-align:center;background:#f8f9fa;border:1px solid #eee;transition:transform .2s}.stat-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000000d}.stat-card h3{font-size:2.2em;margin:0;color:#111}.stat-card small{color:#666;font-weight:600;font-size:.8em;letter-spacing:1px}.big-action-card,.action-card{background:#f8f9fa;border:1px solid #eee;padding:30px;border-radius:12px;text-align:center}.big-action-card h3{margin-top:0;color:#111}.big-action-card p{color:#555;margin-bottom:20px}input[type=text],select,textarea,.input-dark{width:100%;background:#fff;border:1px solid #ddd;color:#333;padding:10px 12px;border-radius:8px;margin-bottom:10px;box-sizing:border-box;font-size:.95em;transition:border .2s}input[type=text]:focus,textarea:focus{border-color:#d90429;outline:none;box-shadow:0 0 0 3px #d904291a}.action-btn{background:#d90429;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;transition:background .2s}.action-btn:hover{background:#b90322}.submit-btn{width:100%;background:#2a9d8f;color:#fff;border:none;padding:10px;border-radius:8px;cursor:pointer;font-weight:600}.submit-btn:hover{background:#21867a}.submit-btn.disabled-if-guest{background:#e0e0e0;color:#999;cursor:not-allowed}.panel-footer{padding:20px 40px;background:#f9f9f9;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.auth-btn{background:#fff;border:1px solid #ddd;color:#333;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:.9em;font-weight:600;transition:.2s}.auth-btn:hover{border-color:#333}.auth-btn.logout{border-color:#d90429;color:#d90429}.auth-btn.logout:hover{background:#fff0f0}.data-privacy-toggle{font-size:.9em;color:#666}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:20000;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .3s}.modal-overlay.hidden{opacity:0;pointer-events:none;visibility:hidden}.modal-glass-card{width:500px;max-width:90%;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 50px #00000026;display:flex;flex-direction:column;animation:slideUp .4s cubic-bezier(.2,.8,.2,1)}@keyframes slideUp{0%{transform:translateY(30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-header{padding:20px 25px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.5em;color:#333}.close-icon-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999}.close-icon-btn:hover{color:#d90429}.modal-body{padding:25px}.subtitle{margin-top:0;color:#666;font-size:.9em;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:.95em}.tags-input{display:flex;flex-wrap:wrap;gap:8px}.tag-checkbox input{display:none}.tag-checkbox span{display:inline-block;padding:6px 14px;background:#f0f0f0;border-radius:20px;color:#555;cursor:pointer;border:1px solid transparent;font-size:.9em;transition:.2s}.tag-checkbox input:checked+span{background:#ffebeb;color:#d90429;border-color:#d90429;font-weight:600}.input-light{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;background:#fff}.radio-group label{display:inline-flex;align-items:center;margin-right:20px;font-weight:400;cursor:pointer}.radio-group input{margin-right:6px;accent-color:#D90429}.modal-footer{padding:20px 25px;background:#f9f9f9;border-top:1px solid #eee;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:flex;justify-content:flex-end;gap:10px}.btn-text{background:none;border:none;padding:10px 20px;color:#666;cursor:pointer;font-weight:600}.btn-text:hover{color:#333}.btn-primary{background:#d90429;color:#fff;border:none;padding:10px 25px;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 4px 10px #d904294d;transition:.2s}.btn-primary:hover{background:#b90322;transform:translateY(-2px)}.user-panel.dark-mode{background:#0a0a0ad9}.user-panel.dark-mode .panel-inner{background:#151515;border-color:#333;color:#eee;box-shadow:0 20px 60px #0009}.user-panel.dark-mode .panel-header{border-bottom-color:#333}.user-panel.dark-mode .panel-header h2{color:#fff}.user-panel.dark-mode .panel-tabs{background:#1a1a1a;border-bottom-color:#333}.user-panel.dark-mode .tab-btn{color:#888}.user-panel.dark-mode .tab-btn:hover{color:#fff}.user-panel.dark-mode .tab-btn.active{color:#d90429}.user-panel.dark-mode .panel-content{background:#151515}.user-panel.dark-mode .stat-card,.user-panel.dark-mode .action-card,.user-panel.dark-mode .big-action-card{background:#222;border-color:#333}.user-panel.dark-mode .stat-card h3,.user-panel.dark-mode .big-action-card h3{color:#fff}.user-panel.dark-mode .stat-card small,.user-panel.dark-mode .big-action-card p{color:#aaa}.user-panel.dark-mode input[type=text],.user-panel.dark-mode select,.user-panel.dark-mode textarea,.user-panel.dark-mode .input-dark{background:#000;border-color:#444;color:#fff}.user-panel.dark-mode input[type=text]:focus{border-color:#d90429}.user-panel.dark-mode .panel-footer{background:#1a1a1a;border-top-color:#333}.user-panel.dark-mode .auth-btn{background:transparent;border-color:#666;color:#ddd}.user-panel.dark-mode .auth-btn:hover{border-color:#fff;color:#fff}.range-slider-group{display:flex;align-items:center;gap:10px;background:#0000000d;padding:10px;border-radius:8px}.range-label{font-size:.8em;color:#666;width:80px;text-align:center;line-height:1.2}.eval-range{flex:1;accent-color:#D90429;cursor:pointer}.star-rating{font-size:1.5rem;color:#ddd;cursor:pointer;display:inline-block}.star-rating span{transition:color .2s}.star-rating span:hover,.star-rating span.selected{color:#f1c40f}.user-panel.dark-mode .range-slider-group{background:#ffffff0d}.user-panel.dark-mode .range-label{color:#aaa}.overlay-layer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:500;pointer-events:none;filter:drop-shadow(0 0 5px rgba(217,4,41,.5))}.cesium-svgPath-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.cesium-button{display:inline-block;position:relative;background:#303336;border:1px solid #444;color:#edffff;fill:#edffff;border-radius:4px;padding:5px 12px;margin:2px 3px;cursor:pointer;overflow:hidden;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-button:focus{color:#fff;fill:#fff;border-color:#ea4;outline:none}.cesium-button:hover{color:#fff;fill:#fff;background:#48b;border-color:#aef;box-shadow:0 0 8px #fff}.cesium-button:active{color:#000;fill:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-button:disabled,.cesium-button-disabled,.cesium-button-disabled:focus,.cesium-button-disabled:hover,.cesium-button-disabled:active{background:#303336;border-color:#444;color:#646464;fill:#646464;box-shadow:none;cursor:default}.cesium-button option{background-color:#000;color:#eee}.cesium-button option:disabled{color:#777}.cesium-button input,.cesium-button label{cursor:pointer}.cesium-button input{vertical-align:sub}.cesium-toolbar-button{box-sizing:border-box;width:32px;height:32px;border-radius:14%;padding:0;vertical-align:middle;z-index:0}.cesium-performanceDisplay-defaultContainer{position:absolute;top:50px;right:10px;text-align:right}.cesium-performanceDisplay{background-color:#282828b3;padding:7px;border-radius:5px;border:1px solid #444;font:700 12px sans-serif}.cesium-performanceDisplay-fps{color:#e52}.cesium-performanceDisplay-throttled{color:#a42}.cesium-performanceDisplay-ms{color:#de3}.cesium-animation-theme{visibility:hidden;display:block;position:absolute;z-index:-100}.cesium-animation-themeNormal{color:#222}.cesium-animation-themeHover{color:#4488b0}.cesium-animation-themeSelect{color:#242}.cesium-animation-themeDisabled{color:#333}.cesium-animation-themeKnob{color:#222}.cesium-animation-themePointer{color:#2e2}.cesium-animation-themeSwoosh{color:#8ac}.cesium-animation-themeSwooshHover{color:#aef}.cesium-animation-svgText{fill:#edffff;font-family:Sans-Serif;font-size:15px;text-anchor:middle}.cesium-animation-blank{fill:#000;fill-opacity:.01;stroke:none}.cesium-animation-rectButton{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-rectButton .cesium-animation-buttonGlow{fill:#fff;stroke:none;display:none}.cesium-animation-rectButton:hover .cesium-animation-buttonGlow{display:block}.cesium-animation-rectButton .cesium-animation-buttonPath{fill:#edffff}.cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#444;stroke-width:1.2}.cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#aef}.cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#abd6ff}.cesium-animation-buttonDisabled{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#555}.cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181}.cesium-animation-buttonDisabled .cesium-animation-buttonGlow{display:none}.cesium-animation-buttonToggled .cesium-animation-buttonGlow{display:block;fill:#2e2}.cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff}.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-shuttleRingG,.cesium-animation-shuttleRingPointer,.cesium-animation-shuttleRingPausePointer{cursor:pointer}.cesium-animation-shuttleRingBack{fill:#181818;fill-opacity:.8;stroke:#333;stroke-width:1.2}.cesium-animation-shuttleRingSwoosh line{stroke:#8ac;stroke-width:3;stroke-opacity:.2;stroke-linecap:round}.cesium-animation-knobOuter{cursor:pointer;stroke:#444;stroke-width:1.2}.cesium-animation-knobInner{cursor:pointer}.cesium-baseLayerPicker-selected{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.cesium-baseLayerPicker-dropDown{display:block;position:absolute;box-sizing:content-box;top:auto;right:0;width:320px;max-height:500px;margin-top:5px;background-color:#262626bf;border:1px solid #444;padding:6px;overflow:auto;border-radius:10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transform:translateY(-20%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-baseLayerPicker-dropDown-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-baseLayerPicker-sectionTitle{display:block;font-family:sans-serif;font-size:16pt;text-align:left;color:#edffff;margin-bottom:4px}.cesium-baseLayerPicker-choices{margin-bottom:5px}.cesium-baseLayerPicker-categoryTitle{color:#edffff;font-size:11pt}.cesium-baseLayerPicker-choices{display:block;border:1px solid #888;border-radius:5px;padding:5px 0}.cesium-baseLayerPicker-item{display:inline-block;vertical-align:top;margin:2px 5px;width:64px;text-align:center;cursor:pointer}.cesium-baseLayerPicker-itemLabel{display:block;font-family:sans-serif;font-size:8pt;text-align:center;vertical-align:middle;color:#edffff;cursor:pointer;word-wrap:break-word}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel{text-decoration:underline}.cesium-baseLayerPicker-itemIcon{display:inline-block;position:relative;width:inherit;height:auto;background-size:100% 100%;border:solid 1px #444;border-radius:9px;color:#edffff;margin:0;padding:0;cursor:pointer;box-sizing:border-box}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#fff;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:#bdecf8}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px rgb(189,236,248)}.cesium-widget{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-widget,.cesium-widget canvas{width:100%;height:100%;touch-action:none}.cesium-widget-credits{display:block;position:absolute;bottom:0;left:0;color:#fff;font-size:10px;text-shadow:0px 0px 2px #000000;padding-right:5px}.cesium-widget-errorPanel{position:absolute;inset:0;text-align:center;background:#000000b3;z-index:99999}.cesium-widget-errorPanel:before{display:inline-block;vertical-align:middle;height:100%;content:""}.cesium-widget-errorPanel-content{width:75%;max-width:500px;display:inline-block;text-align:left;vertical-align:middle;border:1px solid #510c00;border-radius:7px;background-color:#f0d9d5;font-size:14px;color:#510c00}.cesium-widget-errorPanel-content.expanded{max-width:75%}.cesium-widget-errorPanel-header{font-size:18px;font-family:Open Sans,Verdana,Geneva,sans-serif;background:#d69d93;border-bottom:2px solid #510c00;border-radius:3px 3px 0 0;padding:15px}.cesium-widget-errorPanel-scroll{overflow:auto;font-family:Open Sans,Verdana,Geneva,sans-serif;white-space:pre-wrap;padding:0 15px;margin:10px 0 20px}.cesium-widget-errorPanel-buttonPanel{padding:0 15px;margin:10px 0 20px;text-align:right}.cesium-widget-errorPanel-buttonPanel button{border-color:#510c00;background:#d69d93;color:#202020;margin:0}.cesium-widget-errorPanel-buttonPanel button:focus{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:hover{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:active{border-color:#510c00;background:#b17b72;color:#510c00}.cesium-widget-errorPanel-more-details{text-decoration:underline;cursor:pointer}.cesium-widget-errorPanel-more-details:hover{color:#2b0700}.cesium-cesiumInspector{border-radius:5px;transition:width ease-in-out .25s;background:#303336cc;border:1px solid #444;color:#edffff;display:inline-block;position:relative;padding:4px 12px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.cesium-cesiumInspector-button{text-align:center;font-size:11pt}.cesium-cesiumInspector-visible .cesium-cesiumInspector-button{border-bottom:1px solid #aaa;padding-bottom:3px}.cesium-cesiumInspector input:enabled,.cesium-cesiumInspector-button{cursor:pointer}.cesium-cesiumInspector-visible{width:185px;height:auto}.cesium-cesiumInspector-hidden{width:122px;height:17px}.cesium-cesiumInspector-sectionContent{max-height:600px}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent{max-height:0;padding:0!important;overflow:hidden}.cesium-cesiumInspector-dropDown{margin:5px 0;font-family:sans-serif;font-size:10pt;width:185px}.cesium-cesiumInspector-frustumStatistics{padding:5px;background-color:#505050bf}.cesium-cesiumInspector-pickButton{background-color:#0000004d;border:1px solid #444;color:#edffff;border-radius:5px;padding:3px 7px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0 auto}.cesium-cesiumInspector-pickButton:focus{outline:none}.cesium-cesiumInspector-pickButton:active,.cesium-cesiumInspector-pickButtonHighlight{color:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-cesiumInspector-center{text-align:center}.cesium-cesiumInspector-sectionHeader{font-weight:700;font-size:10pt;margin:0;cursor:pointer}.cesium-cesiumInspector-pickSection{border:1px solid #aaa;border-radius:5px;padding:3px;margin-bottom:5px}.cesium-cesiumInspector-sectionContent{margin-bottom:10px;transition:max-height .25s}.cesium-cesiumInspector-tileText{padding-bottom:10px;border-bottom:1px solid #aaa}.cesium-cesiumInspector-relativeText{padding-top:10px}.cesium-cesiumInspector-sectionHeader:before{margin-right:5px;content:"-";width:1ch;display:inline-block}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader:before{content:"+"}ul.cesium-cesiumInspector-statistics{margin:0;padding-top:3px;padding-bottom:3px}ul.cesium-cesiumInspector-statistics+ul.cesium-cesiumInspector-statistics{border-top:1px solid #aaa}.cesium-cesiumInspector-slider{margin-top:5px}.cesium-cesiumInspector-slider input[type=number]{text-align:left;background-color:#222;outline:none;border:1px solid #444;color:#edffff;width:100px;border-radius:3px;padding:1px;margin-left:10px;cursor:auto}.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button,.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cesium-cesiumInspector-slider input[type=range]{margin-left:5px;vertical-align:middle}.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor{display:none}.cesium-cesiumInspector-styleEditor{padding:10px;border-radius:5px;background:#303336cc;border:1px solid #444}.cesium-cesiumInspector-styleEditor textarea{width:100%;height:300px;background:transparent;color:#edffff;border:none;padding:0;white-space:pre;overflow-wrap:normal;overflow-x:auto}.cesium-3DTilesInspector{width:300px;pointer-events:all}.cesium-3DTilesInspector-statistics{font-size:11px}.cesium-3DTilesInspector-disabledElementsInfo{margin:5px 0 0;padding:0 0 0 20px;color:#eed202}.cesium-3DTilesInspector div,.cesium-3DTilesInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-cesiumInspector-error{color:#ff9e9e;overflow:auto}.cesium-3DTilesInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}input.cesium-cesiumInspector-url{overflow:hidden;white-space:nowrap;overflow-x:scroll;background-color:transparent;color:#fff;outline:none;border:none;height:1em;width:100%}.cesium-cesiumInspector .field-group{display:table}.cesium-cesiumInspector .field-group>label{display:table-cell;font-weight:700}.cesium-cesiumInspector .field-group>.field{display:table-cell;width:100%}.cesium-VoxelInspector{width:300px;pointer-events:all}.cesium-VoxelInspector div,.cesium-VoxelInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-VoxelInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}.cesium-button.cesium-fullscreenButton,.cesium-button.cesium-vrButton{display:block;width:100%;height:100%;margin:0;border-radius:0}.cesium-viewer-geocoderContainer .cesium-geocoder-input{border:solid 1px #444;background-color:#282828b3;color:#fff;display:inline-block;vertical-align:middle;width:0;height:32px;margin:0;padding:0 32px 0 0;border-radius:0;box-sizing:border-box;transition:width ease-in-out .25s,background-color .2s ease-in-out;-webkit-appearance:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff}.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{border-color:#ea4;background-color:#0f0f0fe6;box-shadow:none;outline:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide{padding-left:4px;width:250px}.cesium-viewer-geocoderContainer .search-results{position:absolute;background-color:#000;color:#eee;overflow-y:auto;opacity:.8;width:100%}.cesium-viewer-geocoderContainer .search-results ul{list-style-type:none;margin:0;padding:0}.cesium-viewer-geocoderContainer .search-results ul li{font-size:14px;padding:3px 10px}.cesium-viewer-geocoderContainer .search-results ul li:hover{cursor:pointer}.cesium-viewer-geocoderContainer .search-results ul li.active{background:#48b}.cesium-geocoder-searchButton{background-color:#303336;display:inline-block;position:absolute;cursor:pointer;width:32px;top:1px;right:1px;height:30px;vertical-align:middle;fill:#edffff}.cesium-geocoder-searchButton:hover{background-color:#48b}.cesium-infoBox{display:block;position:absolute;top:50px;right:0;width:40%;max-width:480px;background:#262626f2;color:#edffff;border:1px solid #444;border-right:none;border-top-left-radius:7px;border-bottom-left-radius:7px;box-shadow:0 0 10px 1px #000;transform:translate(100%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-infoBox-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-infoBox-title{display:block;height:20px;padding:5px 30px 5px 25px;background:#545454;border-top-left-radius:7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:content-box}.cesium-infoBox-bodyless .cesium-infoBox-title{border-bottom-left-radius:7px}button.cesium-infoBox-camera{display:block;position:absolute;top:4px;left:4px;width:22px;height:22px;background:transparent;border-color:transparent;border-radius:3px;padding:0 5px;margin:0}button.cesium-infoBox-close{display:block;position:absolute;top:5px;right:5px;height:20px;background:transparent;border:none;border-radius:2px;font-weight:700;font-size:16px;padding:0 5px;margin:0;color:#edffff}button.cesium-infoBox-close:focus{background:#ee880070;outline:none}button.cesium-infoBox-close:hover{background:#888;color:#000}button.cesium-infoBox-close:active{background:#a00;color:#000}.cesium-infoBox-bodyless .cesium-infoBox-iframe{display:none}.cesium-infoBox-iframe{border:none;width:100%;width:calc(100% - 2px)}span.cesium-sceneModePicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-sceneModePicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-sceneModePicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none{display:none}.cesium-sceneModePicker-slide-svg{transition:left 2s;top:0;left:0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D{margin:0 0 3px}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView{left:200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D{left:-200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D{left:-100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}span.cesium-projectionPicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-projectionPicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-projectionPicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-projectionPicker-wrapper .cesium-projectionPicker-none{display:none}.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic{margin:0 0 3px}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic{left:100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective{left:-100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-performance-watchdog-message-area{position:relative;background-color:#ff0;color:#000;padding:10px}.cesium-performance-watchdog-message{margin-right:30px}.cesium-performance-watchdog-message-dismiss{position:absolute;right:0;margin:0 10px 0 0}.cesium-navigationHelpButton-wrapper{position:relative;display:inline-block}.cesium-navigation-help{visibility:hidden;position:absolute;top:38px;right:2px;width:250px;border-radius:10px;transform:scale(.01);transform-origin:234px -10px;transition:visibility 0s .25s,transform .25s ease-in}.cesium-navigation-help-visible{visibility:visible;transform:scale(1);transition:transform .25s ease-out}.cesium-navigation-help-instructions{border:1px solid #444;background-color:#262626bf;padding-bottom:5px;border-radius:0 0 10px 10px}.cesium-click-navigation-help{display:none}.cesium-touch-navigation-help{display:none;padding-top:5px}.cesium-click-navigation-help-visible,.cesium-touch-navigation-help-visible{display:block}.cesium-navigation-help-pan{color:#6cf;font-weight:700}.cesium-navigation-help-zoom{color:#65fd00;font-weight:700}.cesium-navigation-help-rotate{color:#ffd800;font-weight:700}.cesium-navigation-help-tilt{color:#d800d8;font-weight:700}.cesium-navigation-help-details{color:#fff}.cesium-navigation-button{color:#fff;background-color:transparent;border-bottom:none;border-top:1px solid #444;border-right:1px solid #444;margin:0;width:50%;cursor:pointer}.cesium-navigation-button-icon{vertical-align:middle;padding:5px 1px}.cesium-navigation-button:focus{outline:none}.cesium-navigation-button-left{border-radius:10px 0 0;border-left:1px solid #444}.cesium-navigation-button-right{border-radius:0 10px 0 0;border-left:none}.cesium-navigation-button-selected{background-color:#262626bf}.cesium-navigation-button-unselected{background-color:#000000bf}.cesium-navigation-button-unselected:hover{background-color:#4c4c4cbf}.cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}.cesium-timeline-main{position:relative;left:0;bottom:0;overflow:hidden;border:solid 1px #888;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-timeline-trackContainer{width:100%;overflow:auto;border-top:solid 1px #888;position:relative;top:0;left:0}.cesium-timeline-tracks{position:absolute;top:0;left:0;width:100%}.cesium-timeline-needle{position:absolute;left:0;top:1.7em;bottom:0;width:1px;background:red}.cesium-timeline-bar{position:relative;left:0;top:0;overflow:hidden;cursor:pointer;width:100%;height:1.7em;background:linear-gradient(to bottom,#747577cc,#3a4452cc 11%,#2e3238cc 46%,#353535cc 81% 100%)}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;font-size:80%;z-index:-200}.cesium-timeline-highlight{position:absolute;bottom:0;left:0;background:#08f}.cesium-timeline-ticLabel{position:absolute;top:0;left:0;white-space:nowrap;font-size:80%;color:#eee}.cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#eee}.cesium-timeline-ticSub{position:absolute;bottom:0;left:0;width:1px;height:33%;background:#aaa}.cesium-timeline-ticTiny{position:absolute;bottom:0;left:0;width:1px;height:25%;background:#888}.cesium-timeline-icon16{display:block;position:absolute;width:16px;height:16px;background-image:url(data:text/plain;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sIDBITKIVzLEMAAAKNSURBVEjHxdXNSxRhHAfw7zzrqhuoWJnSkrippUVSEKsHI9BTUYdAJA/RoYMREV26rAdn6tAfUARi16hQqkOBQRgUEYFWEC3OwczMjdZd92VmdWfmeelgTjO7q7gb0VzmmZnn85vvPPPMM8B/3qTcE2PPpuTZKB1eWuUQACgXYACYwVFbCTTVeZXB/i55o4LFelcAZfStYD4vpAoPGAGo4GBcQEgSOAUMQyAezwK6iQfDPXnhS/FkHZ+/8VLMWxxqWkfH3gbMRNOYi2roavbja0zHQmoFPYf8ED4Ko4aivm9MOG/u9I8mwrafeK7a/tVrNc/bARYN5noadeq7q0342vXw9CIMU6BmW8rVP9cPBPe52uu+v3O/y9sB4gkTWs6Qsk0mj5ExXMelejvA8WafYmkmGPHanTijdtvif8rx5RiCjdWKs2Cp3jWRDl96KhrbqlBeJqBOLyLQXg0IgbkZDS0dO8EZxZfPSTA9jvDDK3mT0OmP1FXh3XwEEAKdTX5MRWLgjCK4pwH3xt/YnjgLHAv4lHTCAKMMu/wV+KZGob6PoKyMQ0+sgBpZVJZn0NterxQaVqef/DRn+/EXYds/mZx2eVeAW9d65dhCEsaKCb7K8HH0gqTevyh9GDkn0VULRiaLzJKGBu9swfdaiie5RVo9ESURN8E8BE0n7ggACJy8KzghSCzp6DmwWxkaCm24EBXr8wI8Hrkq06QBiRC0t24HALS11IBTCyJl4vb1AXmzpbVYTwoVOXN0h7L8Mwtm8bXPybIQ/5FCX3dA2cr6XowvGCA02CvztAnz9+JiZk1AMxG6fEreSoBiPNmoyNnuWiWVzAIAtISO08E6pZi/3N96AIDn4E3h3P8L/wshP+txtEs4JAAAAABJRU5ErkJggg==);background-repeat:no-repeat}.cesium-viewer{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-viewer-cesiumWidgetContainer{width:100%;height:100%}.cesium-viewer-bottom{display:block;position:absolute;bottom:0;left:0;padding-right:5px}.cesium-viewer .cesium-widget-credits{display:inline;position:static;bottom:auto;left:auto;padding-right:0;color:#fff;font-size:10px;text-shadow:0 0 2px #000000}.cesium-viewer-timelineContainer{position:absolute;bottom:0;left:169px;right:29px;height:27px;padding:0;margin:0;overflow:hidden;font-size:14px}.cesium-viewer-animationContainer{position:absolute;bottom:0;left:0;padding:0;width:169px;height:112px}.cesium-viewer-fullscreenContainer,.cesium-viewer-vrContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden}.cesium-viewer-toolbar{display:block;position:absolute;top:5px;right:5px}.cesium-viewer-cesiumInspectorContainer{display:block;position:absolute;top:50px;right:10px}.cesium-viewer-geocoderContainer{position:relative;display:inline-block;margin:0 3px}.cesium-viewer-cesium3DTilesInspectorContainer,.cesium-viewer-voxelInspectorContainer{display:block;position:absolute;top:50px;right:10px;max-height:calc(100% - 120px);box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.cesium-viewer-i3s-explorer ul{list-style-type:none}.cesium-viewer-i3s-explorer .layersList{padding:0}.cesium-viewer-i3s-explorer input{margin:0 3px 0 0}.cesium-viewer-i3s-explorer .expandItem{cursor:pointer;-webkit-user-select:none;user-select:none;width:20px}.cesium-viewer-i3s-explorer .nested,.cesium-viewer-i3s-explorer #bsl-wrapper{display:none}.cesium-viewer-i3s-explorer .active{display:block}.cesium-viewer-i3s-explorer .li-wrapper{display:flex;flex-direction:row;align-content:center}.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:transparent;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border:none;border-radius:5px;box-shadow:0 1px 4px #0003;margin:0;max-width:400px;opacity:0;outline:none;padding:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0s .3s,opacity .3s 0s;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
