@import"https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap";glyph-viewer{display:flex}glyph-viewer .glyph-viwer-icon-copy i:before{content:var(--glyph-viwer-icon-copy, "")}glyph-viewer .icon-download i:before{content:var(--glyph-viwer-icon-download, "")}glyph-viewer .preview-entry__name{position:absolute;top:var(--glyph-viwer-gutter, 1em);left:var(--glyph-viwer-gutter, 1em);color:inherit;font-size:.75em;font-weight:500}glyph-viewer .preview-entry__actions{position:absolute;right:1px;bottom:1px;left:1px;display:flex;flex-direction:column;align-items:center;margin:auto;color:var(--glyph-viwer-actions-color, #000);font-size:.75em;background:var(--glyph-viwer-actions-background, #fff);border-top:solid 1px currentColor}glyph-viewer .preview-entry__actions button,glyph-viewer .preview-entry__actions a{display:flex;align-items:center;width:100%;padding:calc(var(--glyph-viwer-gutter, 1em) / 1.5);color:inherit;font-family:inherit;font-size:inherit;line-height:1;text-align:left;background:transparent;border:0;border-radius:0;outline:none;cursor:pointer}glyph-viewer .preview-entry__actions button i,glyph-viewer .preview-entry__actions a i{display:block;margin-left:auto}glyph-viewer .preview-entry__actions button:hover,glyph-viewer .preview-entry__actions button:focus,glyph-viewer .preview-entry__actions a:hover,glyph-viewer .preview-entry__actions a:focus{background:var(--glyph-viwer-action-hover-background, #f5f5f5)}glyph-viewer .preview-entry__actions button:active,glyph-viewer .preview-entry__actions a:active{background:var(--glyph-viwer-action-active-background, #e5e5e5)}glyph-viewer .preview-entry__frame{display:flex;flex:1 auto;justify-content:center;align-content:center;align-items:center;width:100%;-webkit-user-select:text;user-select:text}glyph-viewer .preview-entry__frame svg{width:5em;height:5em;overflow:visible;fill:var(--glyph-viwer-color, #000)}glyphs-viewer{display:flex;flex-direction:column}glyphs-viewer .filters{display:flex;flex:none;border-bottom:solid 1px currentColor}glyphs-viewer .filters>*{margin:0}glyphs-viewer .filters>*:last-child{flex:1 auto}glyphs-viewer .filters .search-filter{position:relative}glyphs-viewer .filters .search-filter input{width:100%;padding:var(--glyphs-viewer-gutter, 1em);font-family:inherit;font-size:inherit;background:transparent;border:0;border-radius:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}glyphs-viewer .filters .search-filter i{position:absolute;top:var(--glyphs-viewer-gutter, 1em);right:var(--glyphs-viewer-gutter, 1em);bottom:0;display:flex;align-items:center;margin:auto;font-size:1.4em;vertical-align:middle}glyphs-viewer .filters select{padding:var(--glyphs-viewer-gutter, 1em);font-family:inherit;font-size:inherit;background:transparent;border:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}glyphs-viewer .preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--glyphs-viewer-box, 180px),1fr));overflow:auto}glyphs-viewer .preview-entry{position:relative;height:var(--glyphs-viewer-box, 180px);margin:0;padding:100% 0 0;color:inherit;font-family:inherit;font-size:inherit;background:transparent;border:0;border-top:solid 1px transparent;border-right:solid 1px currentColor;border-bottom:solid 1px currentColor;border-left:solid 1px transparent;outline:0}glyphs-viewer .preview-entry:not([disabled]){cursor:pointer}glyphs-viewer .preview-entry:hover:not([disabled]){z-index:1;border-color:var(--glyphs-viewer-focus-color, #000);box-shadow:inset 0 0 0 1px var(--glyphs-viewer-focus-color, #000),0 0 0 1px var(--glyphs-viewer-focus-color, #000)}glyphs-viewer .preview-entry:focus-visible:focus:not([disabled]){z-index:1;border-color:var(--glyphs-viewer-focus-color, #000);box-shadow:inset 0 0 0 1px var(--glyphs-viewer-focus-color, #000),0 0 0 1px var(--glyphs-viewer-focus-color, #000)}glyphs-viewer .preview-entry[data-selected]:not([disabled]){background:var(--glyphs-viewer-selected-color, #d6eaff)}glyphs-viewer .preview-entry .preview-entry__actions{display:none}glyphs-viewer .preview-entry:hover .preview-entry__actions{display:flex}glyphs-viewer .preview-entry:focus:focus-visible .preview-entry__actions{display:flex}glyphs-viewer glyph-viewer{--glyph-viewer-gutter: var(--glyphs-viewer-gutter, 1em);--glyph-viewer-icon-copy: var(--glyphs-viewer-icon-copy, "");--glyph-viewer-icon-download: var(--glyphs-viewer-icon-download, "");position:absolute;top:0;left:0;width:100%;height:100%}glyphs-editor{display:flex;flex:1 auto}glyphs-editor .tools{display:var(--glyphs-editor-tools-visibility, block);flex:none;width:calc(2 * var(--glyphs-editor-box, 180px));padding:calc(2 * var(--glyphs-editor-gutter, 1em));color:var(--glyphs-editor-tools-color, #fff);background:var(--glyphs-editor-tools-background, #000)}glyphs-editor .tools>*+*{margin-top:calc(4 * var(--glyphs-editor-gutter, 1em))}glyphs-editor .tools label{font-weight:500}glyphs-editor .tools .legend{display:flex;justify-content:space-between;font-size:.75em}glyphs-editor .tools .tool{display:flex;flex-direction:column}glyphs-editor .tools input[type=range]{width:100%;margin:calc(2 * var(--glyphs-editor-gutter, 1em)) 0;color:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}glyphs-editor .tools input[type=range]::-webkit-slider-runnable-track{width:100%;height:1px;background:currentColor;border:0 solid transparent;border-radius:0;box-shadow:none}glyphs-editor .tools input[type=range]:focus::-webkit-slider-runnable-track{background:currentColor}glyphs-editor .tools input[type=range]::-webkit-slider-thumb{width:calc(2 * var(--glyphs-editor-gutter, 1em));height:calc(2 * var(--glyphs-editor-gutter, 1em));margin-top:calc(-1 * var(--glyphs-editor-gutter, 1em));background:var(--glyphs-editor-accent-color, #000);border:2px solid currentColor;border-radius:var(--glyphs-editor-gutter, 1em);box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}glyphs-editor .tools input[type=range]::-moz-range-track{width:100%;height:1px;background:currentColor;border:0 solid transparent;border-radius:0;box-shadow:none}glyphs-editor .tools input[type=range]::-moz-range-thumb{width:calc(2 * var(--glyphs-editor-gutter, 1em));height:calc(2 * var(--glyphs-editor-gutter, 1em));background:var(--glyphs-editor-accent-color, #000);border:2px solid currentColor;border-radius:var(--glyphs-editor-gutter, 1em);box-shadow:none}glyphs-editor .tools input[type=range]::-ms-track{width:100%;height:1px;color:transparent;background:transparent;border-color:transparent;cursor:pointer}glyphs-editor .tools input[type=range]::-ms-fill-lower{background:currentColor;border:0 solid transparent;border-radius:0;box-shadow:none}glyphs-editor .tools input[type=range]::-ms-fill-upper{background:currentColor;border:0 solid transparent;border-radius:0;box-shadow:none}glyphs-editor .tools input[type=range]::-ms-thumb{width:calc(2 * var(--glyphs-editor-gutter, 1em));height:calc(2 * var(--glyphs-editor-gutter, 1em));background:var(--glyphs-editor-accent-color, #000);border:2px solid currentColor;border-radius:var(--glyphs-editor-gutter, 1em);box-shadow:none}glyphs-editor .tools input[type=range]:focus::-ms-fill-lower{background:currentColor}glyphs-editor .tools input[type=range]:focus::-ms-fill-upper{background:currentColor}glyphs-editor .tools .actions{position:relative;display:flex;flex-direction:column;height:100%}glyphs-editor .tools .actions button{display:inline-block;margin:0;padding:var(--glyphs-editor-gutter, 1em);overflow:hidden;color:var(--glyphs-editor-text-color, #000);font-family:inherit;font-size:inherit;background:var(--glyphs-editor-surface-color, #fff);border:0;border-radius:2em;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}glyphs-editor .tools .actions button:not([disabled]){cursor:pointer}glyphs-editor .tools .actions button:not([disabled]):hover,glyphs-editor .tools .actions button:not([disabled]):focus{background:#f5f5f5}glyphs-editor .tools .actions button:not([disabled]):active{background:#e5e5e5}glyphs-editor .tools .actions button[disabled]{color:#676b6f;background:#e6e6e6}glyphs-editor .tools .actions button>*+*{margin-left:8px}glyphs-editor .tools .actions button+button{margin-top:var(--glyphs-editor-gutter, 1em)}glyphs-editor glyphs-viewer{--glyphs-viewer-gutter: var(--glyphs-editor-gutter);--glyphs-viewer-box: var(--glyphs-editor-box, 180px);--glyphs-viewer-focus-color: var(--glyphs-editor-focus-color, #000);--glyphs-viewer-icon-copy: var(--glyphs-editor-icon-copy, "");--glyphs-viewer-icon-download: var(--glyphs-editor-icon-download, "");flex:1 auto;color:var(--glyphs-editor-text-color);background:var(--glyphs-editor-surface-color)}glyphs-editor dialog{display:block;bottom:0;opacity:0;box-shadow:0 0 8px 2px #fff;transition:opacity .5s ease-in-out;border-radius:4px;border-color:#3d3d3d}glyphs-editor dialog[open]{opacity:1}glyphs-explorer{display:flex;flex-direction:column;width:100%;overflow:hidden;color:var(--glyphs-explorer-main-text-color, #fff);background:var(--glyphs-explorer-main-color, #111);-webkit-user-select:none;user-select:none}glyphs-explorer[embed]{border:solid 1px var(--glyphs-explorer-main-color, #000);border-top:0}glyphs-explorer a{color:inherit;text-decoration:none}glyphs-explorer .head{display:flex;flex:none;border-bottom:solid 1px currentColor}glyphs-explorer .head h1{width:calc(2 * var(--glyphs-explorer-box, 180px));font-weight:400;margin:0;padding:calc(2 * var(--glyphs-explorer-gutter, 1em)) calc(2 * var(--glyphs-explorer-gutter, 1em));font-size:1.5em;line-height:.9}glyphs-explorer .head .menu{padding:calc(var(--glyphs-explorer-gutter, 1em) * 2);font-size:1.6em;line-height:.75}glyphs-explorer .head button,glyphs-explorer .head a{margin:0;color:inherit;font-family:inherit;font-size:inherit;line-height:1;background:transparent;border:0;outline:0;cursor:pointer}glyphs-explorer .head button:hover,glyphs-explorer .head button:focus,glyphs-explorer .head a:hover,glyphs-explorer .head a:focus{background:var(--glyphs-explorer-main-color-hover, #111)}glyphs-explorer .head button:active,glyphs-explorer .head a:active{background:var(--glyphs-explorer-main-color-pressed, #222)}glyphs-explorer .head nav{display:flex;align-items:center;color:var(--glyphs-explorer-main-text-color, #fff);background:var(--glyphs-explorer-main-color, #111)}glyphs-explorer .head nav>*{position:relative;display:flex;align-items:center;width:var(--glyphs-explorer-box, 180px);height:100%;margin:0;padding:calc(var(--glyphs-explorer-gutter, 1em) * 2) var(--glyphs-explorer-gutter, 1em);color:inherit;font-size:inherit;line-height:1;background:transparent;border:0;border-left:solid 1px currentColor;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}glyphs-explorer .head nav:first-child>*:first-child{border-left:0}glyphs-explorer .head nav>*:not(:last-child){flex:none}glyphs-explorer .head nav .font-family[data-selected]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:var(--glyphs-explorer-accent-color, #ccc)}glyphs-explorer .head nav i{margin-left:var(--glyphs-explorer-gutter, 1em)}glyphs-explorer[menu] .head .icon-menu:before{content:"×"}glyphs-explorer main{display:flex;flex:1 auto;overflow:hidden}glyphs-explorer .tools{flex:none;width:calc(2 * var(--glyphs-explorer-box, 180px));padding:calc(2 * var(--glyphs-explorer-gutter, 1em))}glyphs-explorer .tools>*+*{margin-top:calc(4 * var(--glyphs-explorer-gutter, 1em))}glyphs-explorer .tools label{font-weight:500}glyphs-explorer .tools .legend{display:flex;justify-content:space-between;font-size:.75em}glyphs-explorer .tools .tool{display:flex;flex-direction:column}glyphs-explorer .tools .actions{display:flex;flex-direction:column}glyphs-explorer glyphs-editor{--glyphs-editor-gutter: var(--glyphs-explorer-gutter, 1em);--glyphs-editor-box: var(--glyphs-explorer-box, 180px);--glyphs-editor-tools-background: var(--glyphs-explorer-main-color, #000);--glyphs-editor-text-color: var(--glyphs-explorer-main-color, #000);--glyphs-editor-surface-color: var(--glyphs-explorer-preview-surface-color, #fff);--glyphs-editor-accent-color: var(--glyphs-explorer-accent-color, #ccc);--glyphs-editor-focus-color: var(--glyphs-explorer-accent-color, #ccc);--glyphs-editor-icon-copy: "";--glyphs-editor-icon-download: "";--glyphs-editor-tools-color: var(--glyphs-explorer-main-text-color, #fff);flex:1 auto;overflow:hidden;color:var(--glyphs-explorer-preview-text-color, #000);background:var(--glyphs-explorer-preview-surface-color, #fff)}glyphs-explorer[embed] glyphs-editor{--glyphs-editor-tools-visibility: none}@media screen and (max-width: 1140px){glyphs-explorer:not([embed]) .head{flex-wrap:wrap}glyphs-explorer:not([embed]) .head .menu{margin-left:auto}glyphs-explorer:not([embed]) .head nav{position:fixed;top:4em;right:0;bottom:0;left:0;z-index:2;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin:auto}glyphs-explorer:not([embed]) .head nav a,glyphs-explorer:not([embed]) .head nav button{flex:none;width:100%;padding:calc(var(--glyphs-explorer-gutter, 1em) * 2);border-top:0;border-right:0;border-bottom:solid 1px currentColor;border-left:0}glyphs-explorer:not([embed]) .head nav a span,glyphs-explorer:not([embed]) .head nav button span{animation:slideIn .2s ease-out}glyphs-explorer:not([embed]) .head nav .font-family[data-selected]{border-top:0}glyphs-explorer:not([embed]):not([menu]) .head nav{display:none}glyphs-explorer:not([embed]) glyphs-editor{--glyphs-editor-tools-visibility: none}}@media screen and (min-width: 1141px){glyphs-explorer .head .menu{display:none}}@keyframes slideIn{0%{transform:translate3d(20px,0,0);opacity:0}to{transform:none;opacity:1}}@font-face{font-family:zanichelli-iconset;font-weight:400;font-style:normal;src:url(/iconset/assets/zanichelli-iconset-stroke-CK3xwTZl.ttf) format("truetype")}[class*=icon-]{display:inline-block;flex:none;font-size:1em;line-height:0}[class*=icon-]:before{content:"";display:block;font-family:zanichelli-iconset,monospace;font-weight:400;font-style:normal;font-variant:normal;letter-spacing:0;text-transform:none;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-search:before{content:"🔍"}.icon-external:before{content:""}.icon-copy:before{content:""}.icon-download:before{content:""}.icon-menu:before{content:""}.icon-copy-to-clipboard:before{content:""}.icon-close:before{content:"×"}html,body{width:100%;height:100%;margin:0;padding:0}body{display:flex;flex-direction:column}body>*{flex:1 auto}*{box-sizing:border-box}glyphs-explorer{--glyphs-explorer-main-color: #333333;--glyphs-explorer-main-color-hover: #444444;--glyphs-explorer-main-color-pressed: #555555;--glyphs-explorer-main-text-color: #fff;--glyphs-explorer-accent-color: #0056c1;--glyphs-explorer-preview-text-color: #111;--glyphs-explorer-preview-surface-color: #fff;--glyphs-explorer-box: 190px;--glyphs-explorer-gutter: 10px;font-family:IBM Plex Sans,sans-serif}
