.button-menu{width:auto;min-width:180px;max-width:240px;border-radius:4px;background:var(--components-bg-color);color:var(--font-color);overflow:hidden;box-shadow:0 0 2px rgba(0,0,0,.3);position:absolute;z-index:14;padding:4px 0;height:0;opacity:0;}.button-menu > div{height:40px;line-height:40px;padding:0 8px;font-size:var(--large-label-font-size);display:flex;gap:12px;align-items:center}@media (pointer:fine){.button-menu > div:hover{background:var(--system-background-active);cursor:var(--pointer-cursor)}.button-menu > div:active{background:rgba(var(--on-surface-rgb), .5)}}@media (pointer:coarse){.button-menu > div[data-active-item]{background:rgba(var(--on-surface-rgb), .5)}}.button-menu > div.disabled{cursor:default;opacity:.8;}.button-menu > div.disabled:active{pointer-events:none}.button-menu > div.disabled > svg{opacity:.6;}.button-menu > div > span{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dragged{position:fixed;z-index:9;border-radius:.5em;padding:.25em .5em;background:#fff;text-align:center;transform-origin:top left}.dragged [data-item-actions], .dragged .item_options_contaner{visibility:hidden}.current-dragable-item .map-item{opacity:.5;}.drag-cursor{width:48px;text-align:center;display:none;background-color:#fff;background-image:linear-gradient(to right, var(--href-color), var(--href-color)), radial-gradient(circle, var(--href-color) 50%, #fff 50%), radial-gradient(circle, var(--href-color) 50%, #fff 50%);background-position:center center, center top, center bottom;background-size:2px calc(100% - 12px), 12px 12px, 12px 12px;background-repeat:no-repeat, no-repeat, no-repeat}.setup_flow *{position:relative}label.form-line{min-height:48px;display:flex;align-items:center;padding:8px 4px;opacity:1;width:100%}.form-item-line{margin:8px 0;position:relative}.form-item-line:has(> .form-line){margin-left:8px}.form-item-line > label:not(.form-line){display:block;width:100%;font-size:12px;color:var(--system-seconddata-color)}.form-item-line > p{margin:8px 1px 16px 1px !important;padding:8px;outline:var(--system-seconddata-color) solid 1px !important;outline-style:inset;border-radius:4px;line-height:140%;font-weight:700;font-size:15px}.form-item-line > p:hover{outline-color:var(--system-seconddata-toplevel-color) !important}.form-item-line > p[contenteditable]{outline-color:var(--href-hover-color) !important}.form-item-line > p.t{color:var(--href-color)}.form-item-line > p.d, .form-item-line > p.b{color:var(--system-seconddata-toplevel-color)}[data-add-block]{cursor:pointer;color:var(--system-seconddata-color) !important}[data-field]:empty:before{content:"Type your text here...";color:var(--system-light-color)}.tabset{overflow:hidden;white-space:nowrap}.tabset > input{opacity:0;width:0;height:0;}.tabset > label{width:auto;padding:8px 12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;float:none;cursor:pointer;border-bottom:transparent solid 2px}.tab-panels > .tab{display:none}.tabset > input:checked + label{border-bottom:var(--font-color) solid 2px}.tabset > input:nth-child(1):checked ~ form > .tab-panels > .tab:nth-child(1), .tabset > input:nth-child(3):checked ~ form > .tab-panels > .tab:nth-child(2), .tabset > input:nth-child(5):checked ~ form > .tab-panels > .tab:nth-child(3), .tabset > input:nth-child(7):checked ~ form > .tab-panels > .tab:nth-child(4){display:block}.tab > div{margin:16px auto}.input-tabs{font-size:var(--small-font-size);line-height:24px;display:flex;justify-content:center;align-items:end;margin:0 !important;border-bottom:1px solid var(--system-light-color);height:calc(24px + 16px + 4px)}.input-tabs.primary{font-weight:bold}.input-tabs:has(svg){height:calc(48px + 16px + 4px)}.input-tabs > div{display:inline-block;text-align:center;margin-top:0 !important;cursor:var(--pointer-cursor);padding:8px;white-space:nowrap;overflow:hidden}.input-tabs > div:first-child:nth-last-child(2), .input-tabs > div:first-child:nth-last-child(2) ~ div{width:calc(50%)}.input-tabs > div:first-child:nth-last-child(3), .input-tabs > div:first-child:nth-last-child(3) ~ div{width:calc(33.33%)}.input-tabs > div:first-child:nth-last-child(4), .input-tabs > div:first-child:nth-last-child(4) ~ div{width:calc(25%)}.input-tabs > div:first-child:nth-last-child(5), .input-tabs > div:first-child:nth-last-child(5) ~ div{width:calc(20%)}.input-tabs > div:hover{color:var(--href-hover-color)}.theme-light .input-tabs > div:not(.active-tab):hover svg{opacity:.6;}.theme-dark .input-tabs > div:not(.active-tab):hover svg{filter:invert(95%) sepia(41%) saturate(5055%) hue-rotate(176deg) brightness(110%) contrast(101%)}.active-tab{color:var(--href-hover-color);position:relative}.theme-dark .input-tabs svg{filter:invert(1)}.active-tab:after{content:"";position:absolute;bottom:0;left:0;width:100%;background:var(--href-hover-color);height:2px;border-radius:8px 8px 0 0;}.active-tab:has(svg):after{left:50%;width:52px;margin-left:-26px;height:4px}.active-tab svg{filter:invert(45%) sepia(48%) saturate(4452%) hue-rotate(189deg) brightness(97%) contrast(85%)}.tab-content > div{margin-top:8px}.tooltip{position:absolute;z-index:11;top:-24px;background:var(--rgba-background-contrast);color:var(--font-color-contrast);font-size:12px;height:24px;padding:0 8px;border-radius:4px;opacity:0;visibility:hidden;display:flex;align-items:stretch;max-width:280px;line-height:24px;transform:translateX(-50%)}.tree:not(.ready) > *{visibility:hidden;opacity:0;}.tree.ready > *{opacity:1;visibility:visible;transition:opacity 0.5s ease-out}.tree{margin:0 auto 1em auto;text-align:center;transition:opacity .8s ease-in, visibility 0s .8s}.tree, .tree ul, .tree li{list-style:none;padding:0;position:relative}.tree ul, .tree li{margin:0;}.tree, .tree ul{display:table}.tree ul{width:100%}.tree li{display:table-cell;padding:1.5em 0;vertical-align:top}@-moz-document url-prefix(){.zoom_25 .tree .map-item{border:solid 4px var(--system-medium-color) !important}.zoom_25 .tree li:before{border-top:solid 4px var(--system-medium-color)}.zoom_25 .tree ul:before, .zoom_25 .tree .map-item:before{border-right:solid 4px var(--system-medium-color)}.zoom_50 .tree .map-item{border:solid 3px var(--system-medium-color) !important}.zoom_50 .tree li:before{border-top:solid 3px var(--href-color)}.zoom_50 .tree ul:before, .zoom_50 .tree .map-item:before{border-right:solid 3px var(--href-color)}.zoom_75 .tree .map-item{border:solid 2px var(--system-medium-color) !important}.zoom_75 .tree li:before{border-top:solid 2px var(--href-color)}.zoom_75 .tree ul:before, .zoom_75 .tree .map-item:before{border-right:solid 2px var(--system-medium-color)}}.tree li:before{border-top:solid 1px var(--system-medium-color);content:"";left:0;position:absolute;right:0;top:0;}.tree li:first-child:before{left:50%}.tree li:last-child:before{right:50%}.tree .map-item{border:solid 1px var(--system-medium-color);border-radius:.5em;display:inline-block;margin:0 1.5em 1.5em;padding:.25em .5em;position:relative;width:11.25em;background:#fff}.tree ul:before, .tree .map-item:before{border-right:solid 1px var(--system-medium-color);content:"";height:1.5em;left:50%;position:absolute}.tree ul:before{top:-1.5em}.tree .map-item:before{top:-1.55em}.tree > li{margin-top:0;}.tree > li:before, .tree > li:after, .tree > li > .map-item:before{border:none !important}:root{--rgba-background-contrast:rgba(51, 51, 51, .75);--font-color-contrast:#fff;--system-medium-color:#999;--system-seconddata-color:#a9a9a9;--system-seconddata-toplevel-color:#626262;--system-background-active:#e3e3e3;--href-color:#1976D2;--href-hover-color:#1E88E5;--system-light-color:#e3e3e3;--controls-bg-color:#fafafa;--components-bg-color:#fafafa;--pointer-cursor:default;--active-state-effect:brightness(0) saturate(100%) invert(36%) sepia(83%) saturate(1008%) hue-rotate(180deg) brightness(93%) contrast(94%);--on-surface-rgb:226, 224, 249;--large-label-font-size:14px}#screencontainer{outline:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0)}.oCenter{text-align:center}.sitemap{margin-top:120px}.printmap{max-width:32000px !important}.printmap_32000{max-width:32000px !important}.printmap_4000{max-width:4000px !important}.checkbox[disabled] + label, .checkbox[disabled] + label:hover, [data-disabled], [data-disabled]:hover, [data-disabled] img, [data-disabled]:hover img{opacity:.5 !important;cursor:default !important}.inactive, .inactive:hover{background-color:#f0f0f0 !important}a, a:hover{color:#0066cc;text-decoration:none}#zoom-state{min-width:50px;display:inline-block;color:var(--system-seconddata-color)}#trialmode{position:fixed;left:50%;bottom:8px;width:90%;max-width:650px;margin-right:-50%;margin-top:-16px;transform:translate(-50%, 0);z-index:9999;color:#fff;min-height:16px;display:none;text-align:left;border-radius:4px;background:#ff5d6e;padding:16px 8px;box-shadow:0 0 8px 0 rgba(0,0,0,.2)}.fab-toolbar{position:absolute;z-index:5;right:16px;width:56px;display:flex;flex-direction:column;column-count:1;gap:16px;border-radius:32px;background:var(--controls-bg-color)}@media all and (max-width:1023px){.fab-toolbar{bottom:16px;padding:0;width:40px}#shortcuts{display:none}}@media all and (min-width:1024px){.fab-toolbar{top:calc(50% - 100px);padding:16px 8px}}#keyboard_shortcuts td{padding:8px;width:50%}#keyboard_shortcuts em{display:inline-block;background:#fafafa;border:#e3e3e3 solid 1px;border-radius:2px;padding:2px 4px;font-style:normal;min-width:26px;text-align:center}@media not (hover:hover) and (pointer:fine){#shortcuts{display:none}}@media (hover:hover) and (pointer:fine){#shortcuts{display:flex}}.onlymobile{display:none}@media all and (max-width:1000px) and (min-width:0){.onlymobile{display:block !important}}@media all and (max-width:820px) and (min-width:0){.notablet-viewport{display:none !important}}@media all and (max-width:560px) and (min-width:0){.nomobile-viewport{display:none !important}}.tree > li > .map-item [data-add-sub], .tree > li > .map-item [href$="#remove"], .tree > li > .map-item > .candrag, .tree > li > .map-item [data-item-remove]{display:none}.candrag{background:#fff url(/visualmap/drag.svg) 16px center no-repeat;background-size:14px 14px;height:14px;width:110%;cursor:move;opacity:0.4;margin:0 0 6px -7px;padding-bottom:6px;border-bottom:#eee solid 2px;content-visibility:auto;contain-intrinsic-size:14px}.empty-fake:before, .empty-fake:after{width:100%;min-height:100px;visibility:hidden}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.action-button{padding:8px 16px !important;background-color:#22B573 !important;color:#fff;font:14px "Arial", Tahoma, sans-serif}.disable_button img, .disable_button:hover img{opacity:0.1 !important;cursor:default}@-moz-document url-prefix(){.no-firefox{display:none !important}}.tool-button{height:34px;overflow:hidden;border-radius:4px;display:flex;align-items:center}.tool-button, .tool-button:hover{border:var(--system-medium-color) solid 1px;display:inline-block;padding:0 16px;cursor:pointer;color:#000;}span.tool-button{background:#edf2f4;}.tool-button em{font-style:normal}#live_search{padding-right:24px}#search_results{display:none;position:absolute;width:250px;min-height:100px;padding:12px 8px;z-index:999;border:var(--system-seconddata-toplevel-color) solid 1px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background:#fff}#search_results > p:first-child{color:#d8d8d8;}[data-inner]{max-height:200px;overflow-x:auto}[data-inner] p{cursor:pointer;font-weight:bold;margin:0;padding:8px 4px}[data-inner] p:hover{background:#F0F0F0;}::placeholder{color:var(--system-light-color)}.filtered-item{opacity:.3;}.filtered-item *{cursor:default}.filtered-item > .filtered-item{opacity:1;}.toolsmenu label{white-space:nowrap}.visual-mapper a{background:none !important;box-shadow:none !important;border:none !important}.map-item p, .map-item > a{padding:4px;margin:8px 0;font-size:.9375em !important;width:100%;display:block}.map-item > a{font-weight:bold}.map-item p{word-wrap:break-word !important;white-space:normal !important;font-weight:normal;text-align:left}.map-item .i, .map_item .t, .map-item .d, .map-item .f{display:none}.map-item .i{width:100%;height:69px;object-fit:contain;float:none !important}.map-item p, .map-item .i{padding-top:0.575em !important;cursor:default}.map-item p.t, .map-item p.d, .map-item p.b{outline:rgba(255,255,255,0.5) solid 1px;margin:4px 0;min-height:31px;background:rgba(255,255,255,0.6);color:var(--system-seconddata-toplevel-color);line-height:140%;font-weight:700;}.map-item p.b:empty:after{content:"Type your text here...";color:var(--system-light-color)}.map-item p.t{color:var(--href-color)}.map-item > *:has(+ .item_options_contaner){margin-bottom:12px !important}.sitemap{min-width:100%;min-height:100%;overflow:hidden}.primaryNav li .map-item a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#333;}.menu-icon{margin-top:-12px;margin-right:-1.24em !important;position:absolute;right:0;z-index:1;}.toolsmenu .toolsmenu-separator{margin:0 8px}.map-item{border:var(--system-medium-color) solid 1px !important}.map-item:hover, .map-item:has([contenteditable]){border-color:var(--href-hover-color);outline:var(--href-hover-color) solid 1px}[data-item-actions]{position:absolute;right:8px;max-width:24px;line-height:32px;flex-direction:column;column-count:1;gap:4px}.map-item:hover [data-item-actions], li:not(.current-dragable-item) .map-item:has([contenteditable]) [data-item-actions]{display:flex}.zoom_25 .map-item:hover > [data-item-actions], .zoom_50 .map-item:hover > [data-item-actions], .zoom_75 .map-item:hover > [data-item-actions]{max-width:11.25em;display:inline-block;max-height:24px;overflow:hidden}.zoom_25 .map-item > [data-item-actions] > svg:first-child, .zoom_50 .map-item > [data-item-actions] > svg:first-child, .zoom_75 .map-item > [data-item-actions] > svg:first-child{margin-right:8px}.visible_comment{cursor:pointer;width:22px;height:22px;padding:2px;position:absolute;left:0;z-index:2;margin:-22px 0 0 0;border-radius:50%;background:#fff}.visible_comment:hover{box-shadow:0 0 4px 0 rgba(0, 0, 0, .9);background:#eee}.setup_flow{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:90%;width:640px;height:340px;max-height:90%;z-index:4;background:#fff;box-shadow:0 0 4px 4px rgba(0,0,0,.2);padding:24px 24px 96px 24px;display:none;border-radius:16px}.setup_flow > div > .h{height:40px;display:flex;align-items:center;margin-bottom:0;}.small-toolbar{position:absolute;right:0;top:8px}.setup_flow p:has(label){display:flex;width:100%;align-items:center}.setup_flow > div > section{overflow-y:auto;max-height:calc(90vh - 24px - 40px - 96px)}.setup_flow > [data-actions]{position:absolute;left:24px;bottom:0;width:calc(100% - 48px);overflow:hidden;display:flex;align-items:center;justify-content:flex-end;background:#fff}.dynamic-flex{height:auto;overflow:hidden}#screen_overflow{position:absolute;width:100vw;height:100vh;top:0;left:0;background:rgba(255,255,255,.7);z-index:3;display:none}.setup_flow > div{padding:8px}.setup_flow p{margin:16px 0;}[data-share-settings]{display:none}.shareapiuri{display:inline-block;width:auto;max-width:100%;height:40px;line-height:40px;overflow:hidden;padding:0 12px;margin:4px 0;background:#fafafa;border:#ededed solid 1px;word-break:break-all;color:green}.shareapiuri span{text-transform:uppercase;padding-left:40px;line-height:40px;color:#065fd4;cursor:pointer;display:inline-block;float:right;letter-spacing:-1px}.shareapiuri > font{display:block;width:calc(100% - 130px);height:40px;line-height:inherit;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.block_options_contaner{margin:-8px 0 0 -8px;width:24px;text-align:center;height:24px;z-index:3;position:absolute;display:none}.item_options_contaner > svg, [data-item-actions] > svg{cursor:pointer;padding:4px;background:var(--href-color);outline:#fff solid 4px;border-radius:50%}.item_options_contaner svg > use, [data-item-actions] svg > use{filter:invert(1)}.item_options_contaner svg:hover, [data-item-actions] svg:hover{background:var(--href-hover-color)}.item_options_contaner svg{margin:0 4px}.block_options_contaner svg{width:24px;height:24px;border-radius:50%;cursor:pointer;padding:4px;background:#fff;border:var(--href-color) solid 1px;outline:#fff solid 4px}.block_options_contaner svg > use{filter:var(--active-state-effect)}.item_options_contaner, [data-item-actions]{position:absolute;z-index:3;width:100%;display:none}.item_options_contaner{left:0;}.item_options_contaner svg, [data-item-actions] > svg{width:24px;height:24px}.item_options_contaner svg{margin-top:-8px}#clear_search{width:16px;height:16px;line-height:16px;background:#333;color:#fff;display:inline-block;margin-top:10px;margin-left:-16px;border-radius:50%;font-size:6px;cursor:pointer;display:none;position:absolute;right:8px;top:0;text-align:center}.multiswitch-box{display:flex;flex-wrap:wrap;gap:8px}.multiswitch-box > div{flex:1 1 calc(25% - 16px);padding:8px;border:var(--system-light-color) solid 1px;border-radius:4px;display:flex;align-items:center;justify-content:center}.multiswitch-box > div > svg, .multiswitch-box > div > img{max-height:100%;width:auto;opacity:.7;}.multiswitch-box > div.active-item{border-color:var(--system-medium-color);background:var(--controls-bg-color)}.multiswitch-box > div.active-item > svg, .multiswitch-box > div.active-item > img{opacity:1;}.multiswitch-box > div.active-item{background:rgba(var(--on-surface-rgb), .5)}.multiswitch-box > div:hover{background:rgba(var(--on-surface-rgb), .7)}.multiswitch-box > div:hover > svg, .multiswitch-box > div:hover > img{opacity:1;}.multiswitch-box > section{text-align:center;width:100%}.multiswitch-box > section > span{display:inline-block;border-radius:50%;width:32px;height:32px;margin:8px}.multiswitch-box > section > span.active-item{box-shadow:0 0 4px 0 rgba(0,0,0,.8)}.multiswitch-box > section > span:hover{box-shadow:0 0 4px 0 rgba(0,0,0,.5)}[data-color-reset]{border:var(--system-medium-color) solid 1px}[data-color-highlighter="red"], [data-color-selector="red"], .cred, .map-item.cred{background-color:#e56b6f !important}[data-color-highlighter="green"], [data-color-selector="green"], .cgreen, .map-item.cgreen{background-color:#06d6a0 !important}[data-color-highlighter="blue"], [data-color-selector="blue"], .cblue, .map-item.cblue{background-color:#70d6ff !important}[data-color-highlighter="orange"], [data-color-selector="orange"], .corange, .map-item.corange{background-color:#ff9770 !important}[data-color-highlighter="yellow"], [data-color-selector="yellow"], .cyellow, .map-item.cyellow{background-color:#ffd97d !important}[data-color-highlighter="pink"], [data-color-selector="pink"], .cpink, .map-item.cpink{background-color:#ff99c8 !important}[data-color-highlighter="lemon"], [data-color-selector="lemon"], .clemon, .map-item.clemon{background-color:#a7e8bd !important}[data-color-highlighter="sky"], [data-color-selector="sky"], .csky, .map-item.csky{background-color:#bbd0ff !important}.fwhite > a, .fwhite > span > a, textarea.fwhite, p.fwhite{color:#fff !important}[contenteditable]{cursor:text !important;color:#000 !important;outline:var(--system-seconddata-color) solid 1px !important;border:none;border-radius:4px}p[contenteditable]{background:#fff !important}#item_notes_contaner{display:none;position:absolute;z-index:4;background:#fff;top:50%;left:50%;width:310px;height:380px;padding:5px;box-shadow:0 0 8px 0 rgba(0,0,0,.2);border-radius:8px}#item_notes_contaner_header{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#item_notes_contaner > p{background:#fff url(/visualmap/notes.svg) center left no-repeat;background-size:16px 16px;padding-left:24px}.chatbox{height:310px;margin:30px 0 10px 0;padding-right:8px;overflow-x:hidden;overflow-y:auto}.chatbox p{display:table;width:auto;border:#eee solid 1px;border-radius:5px;padding:16px 16px 8px 8px !important;margin:8px 0 !important;word-break:break-word}[data-note-delete]{width:20px;height:20px;float:right;margin-top:-22px;margin-right:-22px;cursor:pointer;border-radius:50%;padding:4px;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.4)}.map-item > a, .map-item > a:hover, .map-item > a:focus{cursor:default}:root{--wareframe-01:url(/visualmap/wareframes/122x61/wareframe_01.svg);--wareframe-02:url(/visualmap/wareframes/122x61/wareframe_02.svg);--wareframe-03:url(/visualmap/wareframes/122x61/wareframe_03.svg);--wareframe-04:url(/visualmap/wareframes/122x61/wareframe_04.svg);--wareframe-05:url(/visualmap/wareframes/122x61/wareframe_05.svg);--wareframe-06:url(/visualmap/wareframes/122x61/wareframe_06.svg);--wareframe-07:url(/visualmap/wareframes/122x61/wareframe_07.svg);--wareframe-08:url(/visualmap/wareframes/122x61/wareframe_08.svg);--wareframe-09:url(/visualmap/wareframes/122x61/wareframe_09.svg);--wareframe-10:url(/visualmap/wareframes/122x61/wareframe_10.svg);--wareframe-11:url(/visualmap/wareframes/122x61/wareframe_11.svg);--wareframe-12:url(/visualmap/wareframes/122x61/wareframe_12.svg);--wareframe-13:url(/visualmap/wareframes/122x61/wareframe_13.svg);--wareframe-14:url(/visualmap/wareframes/122x61/wareframe_14.svg);--wareframe-15:url(/visualmap/wareframes/122x61/wareframe_15.svg);--wareframe-16:url(/visualmap/wareframes/122x61/wareframe_16.svg)}.wareframe .f{width:100%;height:69px;content:""}.wareframe .f, .wf{background-repeat:no-repeat;background-size:100% auto;background-position:center center}.wf{width:auto;height:48px !important;max-height:48px !important}.i_01 .f, .wf_01{background-image:var(--wareframe-01)}.i_02 .f, .wf_02{background-image:var(--wareframe-02)}.i_03 .f, .wf_03{background-image:var(--wareframe-03)}.i_04 .f, .wf_04{background-image:var(--wareframe-04)}.i_05 .f, .wf_05{background-image:var(--wareframe-05)}.i_06 .f, .wf_06{background-image:var(--wareframe-06)}.i_07 .f, .wf_07{background-image:var(--wareframe-07)}.i_08 .f, .wf_08{background-image:var(--wareframe-08)}.i_09 .f, .wf_09{background-image:var(--wareframe-09)}.i_10 .f, .wf_10{background-image:var(--wareframe-10)}.i_11 .f, .wf_11{background-image:var(--wareframe-11)}.i_12 .f, .wf_12{background-image:var(--wareframe-12)}.i_13 .f, .wf_13{background-image:var(--wareframe-13)}.i_14 .f, .wf_14{background-image:var(--wareframe-14)}.i_15 .f, .wf_15{background-image:var(--wareframe-15)}.i_16 .f, .wf_16{background-image:var(--wareframe-16)}.compact_mode .menu-icon, .compact_mode .candrag, .compact_mode p, .compact_mode img{display:none !important}.h{font-size:16px;display:block;margin-bottom:24px}.zoom_25 [data-item-actions], .zoom_25 .item_options_contaner{zoom:calc(1/0.25)}.zoom_50 [data-item-actions], .zoom_50 .item_options_contaner{zoom:calc(1/0.5)}.zoom_75 [data-item-actions], .zoom_75 .item_options_contaner{zoom:calc(1/0.75)}.zoom_100 [data-item-actions], .zoom_100 .item_options_contaner{zoom:1;}.zoom_125 [data-item-actions], .zoom_125 .item_options_contaner{zoom:calc(1/1.25)}.zoom_150 [data-item-actions], .zoom_150 .item_options_contaner{zoom:calc(1/1.5)}.zoom_175 [data-item-actions], .zoom_175 .item_options_contaner{zoom:calc(1/1.75)}.zoom_200 [data-item-actions], .zoom_200 .item_options_contaner{zoom:calc(1/2)}.dialog{position:fixed;z-index:9999;top:50%;left:50%;transform:translate(-50%, -50%);text-align:left;width:100%;max-width:280px;max-height:calc(100% - 78px - 64px);border-radius:28px;overflow:hidden;align-items:stretch;flex-wrap:wrap;background:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.2);display:none}.dialog > div > [data-icon]:not(.hidden){width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.dialog > div > [data-title]{width:100%}.dialog > div > [data-message]{max-height:calc(100vh - 78px - 64px - 48px - 28px - 64px - 24px);overflow-y:auto}.dialog > div{width:100%;min-height:100%;background:var(--background-color);padding:24px;display:flex;align-items:stretch;flex-wrap:wrap}.dialog > div > h3{width:100%}.dialog > div > [data-actions]{width:100%;padding-top:24px;overflow:hidden;position:relative;align-self:flex-end}.dialog > div > [data-actions] > button{float:right;display:none;width:auto;content:"";height:40px}.dialog > div > [data-actions='close'] > button[rel='close']{display:inline-block}.dialog > div > [data-actions='confirm'] > button[rel='confirm']{display:inline-block}.stronglyhidden{display:none}.collapsed-item > ul > li:not(:last-child){display:none}.collapsed-item > ul > li:last-child:before{display:none}.collapsed-item > ul > li:last-child > .map-item > *, .collapsed-item > ul > li:last-child > ul{display:none !important}.collapsed-item > ul > li:last-child > .map-item{width:6.5em;height:32px;margin-bottom:0;cursor:pointer}.collapsed-item > ul > li:last-child > .map-item:after{content:"";height:24px;line-height:24px;display:block;font-size:12px;border-bottom:solid 1px var(--system-medium-color);border-radius:8px;position:absolute;width:74%;left:13%;bottom:-16px;z-index:1;}.collapsed-item > ul > li:last-child > .map-item > a{border-bottom:solid 1px var(--system-medium-color) !important;border-radius:8px;display:block !important;padding:0 0 8px 0 !important;margin:0 !important;height:40px;line-height:32px;position:absolute;top:0;left:5%;width:90%;z-index:2;font-size:11px !important}.collapsed-item > ul > li:last-child > .map-item:hover:after, .collapsed-item > ul > li:last-child > .map-item:hover > a{border-color:var(--href-color) !important}.collapsed-item > ul > li:last-child > .map-item:hover > a{border-width:2px !important}.collapsed-item > .map-item > .menu-icon > [data-collapse-item]{transform:rotate(180deg)}.map-item:has(> a[href^="#"]) > .menu-icon > [data-link-open], li:not(:has(> ul)) > .map-item > .menu-icon > [data-collapse-item]{display:none}li:has(> ul) > .map-item > .menu-icon > [data-collapse-item]{display:inline-block}[data-collapse-item]{transition:transform .2s ease-in-out;transform-origin:center center}