Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
  • master
  • 2023
  • ci_2025
  • review_2025
5 results

Target

Select target project
  • can/unix-command-line
  • gdurif/unix-command-line_dev
2 results
Select Git revision
  • main
  • master
  • quarto-refactor
3 results
Show changes
Showing with 271 additions and 424 deletions
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent;
}
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 2 */
margin: 0; /* 3 */
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
.go-top {
position: fixed;
bottom: 2em;
right: 2em;
text-decoration: none;
background-color: #E0E0E0;
font-size: 12px;
padding: 1em;
display: inline;
}
/* Github css */
html,body{ margin: auto;
padding-right: 1em;
padding-left: 1em;
max-width: 100em; color:black;}*:not('#mkdbuttons'){margin:0;padding:0}body{font:13.34px helvetica,arial,freesans,clean,sans-serif;-webkit-font-smoothing:subpixel-antialiased;line-height:1.4;padding:3px;background:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}p{margin:1em 0}a{color:#4183c4;text-decoration:none}body{background-color:#fff;padding:30px;margin:15px;font-size:14px;line-height:1.6}body>*:first-child{margin-top:0!important}body>*:last-child{margin-bottom:0!important}@media screen{body{box-shadow:0 0 0 1px #cacaca,0 0 0 4px #eee}}h1,h2,h3,h4,h5,h6{margin:20px 0 10px;padding:0;font-weight:bold;-webkit-font-smoothing:subpixel-antialiased;cursor:text}h1{font-size:28px;color:#000}h2{font-size:24px;border-bottom:1px solid #ccc;color:#000}h3{font-size:18px;color:#333}h4{font-size:16px;color:#333}h5{font-size:14px;color:#333}h6{color:#777;font-size:14px}p,blockquote,table,pre{margin:15px 0}ul{padding-left:30px}ol{padding-left:30px}ol li ul:first-of-type{margin-top:0}hr{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0;border:0 none;color:#ccc;height:4px;padding:0}body>h2:first-child{margin-top:0;padding-top:0}body>h1:first-child{margin-top:0;padding-top:0}body>h1:first-child+h2{margin-top:0;padding-top:0}body>h3:first-child,body>h4:first-child,body>h5:first-child,body>h6:first-child{margin-top:0;padding-top:0}a:first-child h1,a:first-child h2,a:first-child h3,a:first-child h4,a:first-child h5,a:first-child h6{margin-top:0;padding-top:0}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p,ul li>:first-child,ol li>:first-child{margin-top:0}dl{padding:0}dl dt{font-size:14px;font-weight:bold;font-style:italic;padding:0;margin:15px 0 5px}dl dt:first-child{padding:0}dl dt>:first-child{margin-top:0}dl dt>:last-child{margin-bottom:0}dl dd{margin:0 0 15px;padding:0 15px}dl dd>:first-child{margin-top:0}dl dd>:last-child{margin-bottom:0}blockquote{border-left:4px solid #DDD;padding:0 15px;color:#777}blockquote>:first-child{margin-top:0}blockquote>:last-child{margin-bottom:0}table{border-collapse:collapse;border-spacing:0;font-size:100%;font:inherit}table th{font-weight:bold;border:1px solid #ccc;padding:6px 13px}table td{border:1px solid #ccc;padding:6px 13px}table tr{border-top:1px solid #ccc;background-color:#fff}table tr:nth-child(2n){background-color:#f8f8f8}img{max-width:100%}code,tt{margin:0 2px;padding:0 5px;white-space:nowrap;border:1px solid #eaeaea;background-color:#f8f8f8;border-radius:3px;font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;color:#333}pre>code{margin:0;padding:0;white-space:pre;border:0;background:transparent}.highlight pre{background-color:#f8f8f8;border:1px solid #ccc;font-size:13px;line-height:19px;overflow:auto;padding:6px 10px;border-radius:3px}pre{background-color:#f8f8f8;border:1px solid #ccc;font-size:13px;line-height:19px;overflow:auto;padding:6px 10px;border-radius:3px}pre code,pre tt{background-color:transparent;border:0}.poetry pre{font-family:Georgia,Garamond,serif!important;font-style:italic;font-size:110%!important;line-height:1.6em;display:block;margin-left:1em}.poetry pre code{font-family:Georgia,Garamond,serif!important;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;white-space:pre-wrap}sup,sub,a.footnote{font-size:1.4ex;height:0;line-height:1;vertical-align:super;position:relative}sub{vertical-align:sub;top:-1px}@media print{body{background:#fff}img,pre,blockquote,table,figure{page-break-inside:avoid}body{background:#fff;border:0}code{background-color:#fff;color:#333!important;padding:0 .2em;border:1px solid #dedede}pre{background:#fff}pre code{background-color:white!important;overflow:visible}}@media screen{body.inverted{color:#eee!important;border-color:#555;box-shadow:none}.inverted body,.inverted hr .inverted p,.inverted td,.inverted li,.inverted h1,.inverted h2,.inverted h3,.inverted h4,.inverted h5,.inverted h6,.inverted th,.inverted .math,.inverted caption,.inverted dd,.inverted dt,.inverted blockquote{color:#eee!important;border-color:#555;box-shadow:none}.inverted td,.inverted th{background:#333}.inverted h2{border-color:#555}.inverted hr{border-color:#777;border-width:1px!important}::selection{background:rgba(157,193,200,0.5)}h1::selection{background-color:rgba(45,156,208,0.3)}h2::selection{background-color:rgba(90,182,224,0.3)}h3::selection,h4::selection,h5::selection,h6::selection,li::selection,ol::selection{background-color:rgba(133,201,232,0.3)}code::selection{background-color:rgba(0,0,0,0.7);color:#eee}code span::selection{background-color:rgba(0,0,0,0.7)!important;color:#eee!important}a::selection{background-color:rgba(255,230,102,0.2)}.inverted a::selection{background-color:rgba(255,230,102,0.6)}td::selection,th::selection,caption::selection{background-color:rgba(180,237,95,0.5)}.inverted{background:#0b2531;background:#252a2a}.inverted body{background:#252a2a}.inverted a{color:#acd1d5}}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{font-weight:bold}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:bold}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:bold;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .gd .x{color:#000;background-color:#faa}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .gi .x{color:#000;background-color:#afa}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:bold}.highlight .gu{color:#800080;font-weight:bold}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{font-weight:bold}.highlight .kt{color:#458;font-weight:bold}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .na{color:#008080}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:bold}.highlight .no{color:#008080}.highlight .ni{color:#800080}.highlight .ne,.highlight .nf{color:#900;font-weight:bold}.highlight .nn{color:#555}.highlight .nt{color:#000080}.highlight .nv{color:#008080}.highlight .ow{font-weight:bold}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:#008080}.highlight .il{color:#099}.highlight .gc{color:#999;background-color:#eaf2f5}.type-csharp .highlight .k,.type-csharp .highlight .kt{color:#00F}.type-csharp .highlight .nf{color:#000;font-weight:normal}.type-csharp .highlight .nc{color:#2b91af}.type-csharp .highlight .nn{color:#000}.type-csharp .highlight .s,.type-csharp .highlight .sc{color:#a31515}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none !important}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #dfe2e5}hr::before,.rule::before{display:table;content:""}hr::after,.rule::after{display:table;clear:both;content:""}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button{cursor:pointer;border-radius:0}[hidden][hidden]{display:none !important}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}.octicon{vertical-align:text-bottom}.anim-fade-in{animation-name:fade-in;animation-duration:1s;animation-timing-function:ease-in-out}.anim-fade-in.fast{animation-duration:300ms}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-out{animation-name:fade-out;animation-duration:1s;animation-timing-function:ease-out}.anim-fade-out.fast{animation-duration:0.3s}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.anim-fade-up{opacity:0;animation-name:fade-up;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-out;animation-delay:1s}@keyframes fade-up{0%{opacity:0.8;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}.anim-fade-down{animation-name:fade-down;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in}@keyframes fade-down{0%{opacity:1;transform:translateY(0)}100%{opacity:0.5;transform:translateY(100%)}}.anim-grow-x{width:0%;animation-name:grow-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease;animation-delay:0.5s}@keyframes grow-x{to{width:100%}}.anim-shrink-x{animation-name:shrink-x;animation-duration:0.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;animation-delay:0.5s}@keyframes shrink-x{to{width:0%}}.anim-scale-in{animation-name:scale-in;animation-duration:0.15s;animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5)}@keyframes scale-in{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}.anim-pulse{animation-name:pulse;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}.anim-pulse-in{animation-name:pulse-in;animation-duration:0.5s}@keyframes pulse-in{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}100%{transform:scale3d(1, 1, 1)}}.hover-grow{transition:transform 0.3s;backface-visibility:hidden}.hover-grow:hover{transform:scale(1.025)}.border{border:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border-0{border:0 !important}.border-dashed{border-style:dashed !important}.border-blue{border-color:#0366d6 !important}.border-blue-light{border-color:#c8e1ff !important}.border-green{border-color:#34d058 !important}.border-green-light{border-color:#a2cbac !important}.border-red{border-color:#d73a49 !important}.border-red-light{border-color:#cea0a5 !important}.border-purple{border-color:#6f42c1 !important}.border-yellow{border-color:#d9d0a5 !important}.border-gray-light{border-color:#eaecef !important}.border-gray-dark{border-color:#d1d5da !important}.border-black-fade{border-color:rgba(27,31,35,0.15) !important}.border-top{border-top:1px #e1e4e8 solid !important}.border-right{border-right:1px #e1e4e8 solid !important}.border-bottom{border-bottom:1px #e1e4e8 solid !important}.border-left{border-left:1px #e1e4e8 solid !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:3px !important}.rounded-2{border-radius:6px !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}@media (min-width: 544px){.border-sm-top{border-top:1px #e1e4e8 solid !important}.border-sm-right{border-right:1px #e1e4e8 solid !important}.border-sm-bottom{border-bottom:1px #e1e4e8 solid !important}.border-sm-left{border-left:1px #e1e4e8 solid !important}.border-sm-top-0{border-top:0 !important}.border-sm-right-0{border-right:0 !important}.border-sm-bottom-0{border-bottom:0 !important}.border-sm-left-0{border-left:0 !important}.rounded-sm-0{border-radius:0 !important}.rounded-sm-1{border-radius:3px !important}.rounded-sm-2{border-radius:6px !important}.rounded-sm-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-sm-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-sm-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-sm-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-sm-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-sm-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-sm-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-sm-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-sm-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-sm-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-sm-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-sm-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 768px){.border-md-top{border-top:1px #e1e4e8 solid !important}.border-md-right{border-right:1px #e1e4e8 solid !important}.border-md-bottom{border-bottom:1px #e1e4e8 solid !important}.border-md-left{border-left:1px #e1e4e8 solid !important}.border-md-top-0{border-top:0 !important}.border-md-right-0{border-right:0 !important}.border-md-bottom-0{border-bottom:0 !important}.border-md-left-0{border-left:0 !important}.rounded-md-0{border-radius:0 !important}.rounded-md-1{border-radius:3px !important}.rounded-md-2{border-radius:6px !important}.rounded-md-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-md-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-md-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-md-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-md-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-md-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-md-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-md-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-md-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-md-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-md-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-md-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1012px){.border-lg-top{border-top:1px #e1e4e8 solid !important}.border-lg-right{border-right:1px #e1e4e8 solid !important}.border-lg-bottom{border-bottom:1px #e1e4e8 solid !important}.border-lg-left{border-left:1px #e1e4e8 solid !important}.border-lg-top-0{border-top:0 !important}.border-lg-right-0{border-right:0 !important}.border-lg-bottom-0{border-bottom:0 !important}.border-lg-left-0{border-left:0 !important}.rounded-lg-0{border-radius:0 !important}.rounded-lg-1{border-radius:3px !important}.rounded-lg-2{border-radius:6px !important}.rounded-lg-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-lg-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-lg-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-lg-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-lg-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-lg-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-lg-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-lg-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-lg-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-lg-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-lg-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-lg-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}@media (min-width: 1280px){.border-xl-top{border-top:1px #e1e4e8 solid !important}.border-xl-right{border-right:1px #e1e4e8 solid !important}.border-xl-bottom{border-bottom:1px #e1e4e8 solid !important}.border-xl-left{border-left:1px #e1e4e8 solid !important}.border-xl-top-0{border-top:0 !important}.border-xl-right-0{border-right:0 !important}.border-xl-bottom-0{border-bottom:0 !important}.border-xl-left-0{border-left:0 !important}.rounded-xl-0{border-radius:0 !important}.rounded-xl-1{border-radius:3px !important}.rounded-xl-2{border-radius:6px !important}.rounded-xl-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-xl-top-1{border-top-left-radius:3px !important;border-top-right-radius:3px !important}.rounded-xl-top-2{border-top-left-radius:6px !important;border-top-right-radius:6px !important}.rounded-xl-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-xl-right-1{border-top-right-radius:3px !important;border-bottom-right-radius:3px !important}.rounded-xl-right-2{border-top-right-radius:6px !important;border-bottom-right-radius:6px !important}.rounded-xl-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-xl-bottom-1{border-bottom-right-radius:3px !important;border-bottom-left-radius:3px !important}.rounded-xl-bottom-2{border-bottom-right-radius:6px !important;border-bottom-left-radius:6px !important}.rounded-xl-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-xl-left-1{border-bottom-left-radius:3px !important;border-top-left-radius:3px !important}.rounded-xl-left-2{border-bottom-left-radius:6px !important;border-top-left-radius:6px !important}}.circle{border-radius:50% !important}.box-shadow{box-shadow:0 1px 1px rgba(27,31,35,0.1) !important}.box-shadow-medium{box-shadow:0 1px 5px rgba(27,31,35,0.15) !important}.box-shadow-large{box-shadow:0 1px 15px rgba(27,31,35,0.15) !important}.box-shadow-extra-large{box-shadow:0 10px 50px rgba(27,31,35,0.07) !important}.box-shadow-none{box-shadow:none !important}.bg-white{background-color:#fff !important}.bg-blue{background-color:#0366d6 !important}.bg-blue-light{background-color:#f1f8ff !important}.bg-gray-dark{background-color:#24292e !important}.bg-gray{background-color:#f6f8fa !important}.bg-gray-light{background-color:#fafbfc !important}.bg-green{background-color:#28a745 !important}.bg-green-light{background-color:#dcffe4 !important}.bg-red{background-color:#d73a49 !important}.bg-red-light{background-color:#ffdce0 !important}.bg-yellow{background-color:#ffd33d !important}.bg-yellow-light{background-color:#fff5b1 !important}.bg-purple{background-color:#6f42c1 !important}.bg-purple-light{background-color:#f5f0ff !important}.bg-shade-gradient{background-image:linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0)) !important;background-repeat:no-repeat !important;background-size:100% 200px !important}.text-blue{color:#0366d6 !important}.text-red{color:#cb2431 !important}.text-gray-light{color:#6a737d !important}.text-gray{color:#586069 !important}.text-gray-dark{color:#24292e !important}.text-green{color:#28a745 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-white{color:#fff !important}.text-inherit{color:inherit !important}.text-pending{color:#b08800 !important}.bg-pending{color:#dbab09 !important}.link-gray{color:#586069 !important}.link-gray:hover{color:#0366d6 !important}.link-gray-dark{color:#24292e !important}.link-gray-dark:hover{color:#0366d6 !important}.link-hover-blue:hover{color:#0366d6 !important}.muted-link{color:#586069 !important}.muted-link:hover{color:#0366d6 !important;text-decoration:none}.details-overlay[open]>summary::before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:block;cursor:default;content:" ";background:transparent}.details-overlay-dark[open]>summary::before{z-index:99;background:rgba(27,31,35,0.5)}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-justify-start{justify-content:flex-start !important}.flex-justify-end{justify-content:flex-end !important}.flex-justify-center{justify-content:center !important}.flex-justify-between{justify-content:space-between !important}.flex-justify-around{justify-content:space-around !important}.flex-items-start{align-items:flex-start !important}.flex-items-end{align-items:flex-end !important}.flex-items-center{align-items:center !important}.flex-items-baseline{align-items:baseline !important}.flex-items-stretch{align-items:stretch !important}.flex-content-start{align-content:flex-start !important}.flex-content-end{align-content:flex-end !important}.flex-content-center{align-content:center !important}.flex-content-between{align-content:space-between !important}.flex-content-around{align-content:space-around !important}.flex-content-stretch{align-content:stretch !important}.flex-auto{flex:1 1 auto !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{align-self:stretch !important}.flex-item-equal{flex-grow:1;flex-basis:0}@media (min-width: 544px){.flex-sm-row{flex-direction:row !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column{flex-direction:column !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-justify-start{justify-content:flex-start !important}.flex-sm-justify-end{justify-content:flex-end !important}.flex-sm-justify-center{justify-content:center !important}.flex-sm-justify-between{justify-content:space-between !important}.flex-sm-justify-around{justify-content:space-around !important}.flex-sm-items-start{align-items:flex-start !important}.flex-sm-items-end{align-items:flex-end !important}.flex-sm-items-center{align-items:center !important}.flex-sm-items-baseline{align-items:baseline !important}.flex-sm-items-stretch{align-items:stretch !important}.flex-sm-content-start{align-content:flex-start !important}.flex-sm-content-end{align-content:flex-end !important}.flex-sm-content-center{align-content:center !important}.flex-sm-content-between{align-content:space-between !important}.flex-sm-content-around{align-content:space-around !important}.flex-sm-content-stretch{align-content:stretch !important}.flex-sm-auto{flex:1 1 auto !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{align-self:auto !important}.flex-sm-self-start{align-self:flex-start !important}.flex-sm-self-end{align-self:flex-end !important}.flex-sm-self-center{align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{align-self:stretch !important}.flex-sm-item-equal{flex-grow:1;flex-basis:0}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column{flex-direction:column !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-justify-start{justify-content:flex-start !important}.flex-md-justify-end{justify-content:flex-end !important}.flex-md-justify-center{justify-content:center !important}.flex-md-justify-between{justify-content:space-between !important}.flex-md-justify-around{justify-content:space-around !important}.flex-md-items-start{align-items:flex-start !important}.flex-md-items-end{align-items:flex-end !important}.flex-md-items-center{align-items:center !important}.flex-md-items-baseline{align-items:baseline !important}.flex-md-items-stretch{align-items:stretch !important}.flex-md-content-start{align-content:flex-start !important}.flex-md-content-end{align-content:flex-end !important}.flex-md-content-center{align-content:center !important}.flex-md-content-between{align-content:space-between !important}.flex-md-content-around{align-content:space-around !important}.flex-md-content-stretch{align-content:stretch !important}.flex-md-auto{flex:1 1 auto !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{align-self:auto !important}.flex-md-self-start{align-self:flex-start !important}.flex-md-self-end{align-self:flex-end !important}.flex-md-self-center{align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{align-self:stretch !important}.flex-md-item-equal{flex-grow:1;flex-basis:0}}@media (min-width: 1012px){.flex-lg-row{flex-direction:row !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column{flex-direction:column !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-justify-start{justify-content:flex-start !important}.flex-lg-justify-end{justify-content:flex-end !important}.flex-lg-justify-center{justify-content:center !important}.flex-lg-justify-between{justify-content:space-between !important}.flex-lg-justify-around{justify-content:space-around !important}.flex-lg-items-start{align-items:flex-start !important}.flex-lg-items-end{align-items:flex-end !important}.flex-lg-items-center{align-items:center !important}.flex-lg-items-baseline{align-items:baseline !important}.flex-lg-items-stretch{align-items:stretch !important}.flex-lg-content-start{align-content:flex-start !important}.flex-lg-content-end{align-content:flex-end !important}.flex-lg-content-center{align-content:center !important}.flex-lg-content-between{align-content:space-between !important}.flex-lg-content-around{align-content:space-around !important}.flex-lg-content-stretch{align-content:stretch !important}.flex-lg-auto{flex:1 1 auto !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{align-self:auto !important}.flex-lg-self-start{align-self:flex-start !important}.flex-lg-self-end{align-self:flex-end !important}.flex-lg-self-center{align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{align-self:stretch !important}.flex-lg-item-equal{flex-grow:1;flex-basis:0}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column{flex-direction:column !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-justify-start{justify-content:flex-start !important}.flex-xl-justify-end{justify-content:flex-end !important}.flex-xl-justify-center{justify-content:center !important}.flex-xl-justify-between{justify-content:space-between !important}.flex-xl-justify-around{justify-content:space-around !important}.flex-xl-items-start{align-items:flex-start !important}.flex-xl-items-end{align-items:flex-end !important}.flex-xl-items-center{align-items:center !important}.flex-xl-items-baseline{align-items:baseline !important}.flex-xl-items-stretch{align-items:stretch !important}.flex-xl-content-start{align-content:flex-start !important}.flex-xl-content-end{align-content:flex-end !important}.flex-xl-content-center{align-content:center !important}.flex-xl-content-between{align-content:space-between !important}.flex-xl-content-around{align-content:space-around !important}.flex-xl-content-stretch{align-content:stretch !important}.flex-xl-auto{flex:1 1 auto !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{align-self:auto !important}.flex-xl-self-start{align-self:flex-start !important}.flex-xl-self-end{align-self:flex-end !important}.flex-xl-self-center{align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{align-self:stretch !important}.flex-xl-item-equal{flex-grow:1;flex-basis:0}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.v-align-baseline{vertical-align:baseline !important}.overflow-hidden{overflow:hidden !important}.overflow-scroll{overflow:scroll !important}.overflow-auto{overflow:auto !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 544px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 1012px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1280px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.width-fit{max-width:100% !important}.width-full{width:100% !important}.height-fit{max-height:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.direction-xl-rtl{direction:rtl !important}.direction-xl-ltr{direction:ltr !important}}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:4px !important}.mt-1{margin-top:4px !important}.mr-1{margin-right:4px !important}.mb-1{margin-bottom:4px !important}.ml-1{margin-left:4px !important}.mt-n1{margin-top:-4px !important}.mr-n1{margin-right:-4px !important}.mb-n1{margin-bottom:-4px !important}.ml-n1{margin-left:-4px !important}.mx-1{margin-right:4px !important;margin-left:4px !important}.my-1{margin-top:4px !important;margin-bottom:4px !important}.m-2{margin:8px !important}.mt-2{margin-top:8px !important}.mr-2{margin-right:8px !important}.mb-2{margin-bottom:8px !important}.ml-2{margin-left:8px !important}.mt-n2{margin-top:-8px !important}.mr-n2{margin-right:-8px !important}.mb-n2{margin-bottom:-8px !important}.ml-n2{margin-left:-8px !important}.mx-2{margin-right:8px !important;margin-left:8px !important}.my-2{margin-top:8px !important;margin-bottom:8px !important}.m-3{margin:16px !important}.mt-3{margin-top:16px !important}.mr-3{margin-right:16px !important}.mb-3{margin-bottom:16px !important}.ml-3{margin-left:16px !important}.mt-n3{margin-top:-16px !important}.mr-n3{margin-right:-16px !important}.mb-n3{margin-bottom:-16px !important}.ml-n3{margin-left:-16px !important}.mx-3{margin-right:16px !important;margin-left:16px !important}.my-3{margin-top:16px !important;margin-bottom:16px !important}.m-4{margin:24px !important}.mt-4{margin-top:24px !important}.mr-4{margin-right:24px !important}.mb-4{margin-bottom:24px !important}.ml-4{margin-left:24px !important}.mt-n4{margin-top:-24px !important}.mr-n4{margin-right:-24px !important}.mb-n4{margin-bottom:-24px !important}.ml-n4{margin-left:-24px !important}.mx-4{margin-right:24px !important;margin-left:24px !important}.my-4{margin-top:24px !important;margin-bottom:24px !important}.m-5{margin:32px !important}.mt-5{margin-top:32px !important}.mr-5{margin-right:32px !important}.mb-5{margin-bottom:32px !important}.ml-5{margin-left:32px !important}.mt-n5{margin-top:-32px !important}.mr-n5{margin-right:-32px !important}.mb-n5{margin-bottom:-32px !important}.ml-n5{margin-left:-32px !important}.mx-5{margin-right:32px !important;margin-left:32px !important}.my-5{margin-top:32px !important;margin-bottom:32px !important}.m-6{margin:40px !important}.mt-6{margin-top:40px !important}.mr-6{margin-right:40px !important}.mb-6{margin-bottom:40px !important}.ml-6{margin-left:40px !important}.mt-n6{margin-top:-40px !important}.mr-n6{margin-right:-40px !important}.mb-n6{margin-bottom:-40px !important}.ml-n6{margin-left:-40px !important}.mx-6{margin-right:40px !important;margin-left:40px !important}.my-6{margin-top:40px !important;margin-bottom:40px !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}@media (min-width: 544px){.m-sm-0{margin:0 !important}.mt-sm-0{margin-top:0 !important}.mr-sm-0{margin-right:0 !important}.mb-sm-0{margin-bottom:0 !important}.ml-sm-0{margin-left:0 !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.m-sm-1{margin:4px !important}.mt-sm-1{margin-top:4px !important}.mr-sm-1{margin-right:4px !important}.mb-sm-1{margin-bottom:4px !important}.ml-sm-1{margin-left:4px !important}.mt-sm-n1{margin-top:-4px !important}.mr-sm-n1{margin-right:-4px !important}.mb-sm-n1{margin-bottom:-4px !important}.ml-sm-n1{margin-left:-4px !important}.mx-sm-1{margin-right:4px !important;margin-left:4px !important}.my-sm-1{margin-top:4px !important;margin-bottom:4px !important}.m-sm-2{margin:8px !important}.mt-sm-2{margin-top:8px !important}.mr-sm-2{margin-right:8px !important}.mb-sm-2{margin-bottom:8px !important}.ml-sm-2{margin-left:8px !important}.mt-sm-n2{margin-top:-8px !important}.mr-sm-n2{margin-right:-8px !important}.mb-sm-n2{margin-bottom:-8px !important}.ml-sm-n2{margin-left:-8px !important}.mx-sm-2{margin-right:8px !important;margin-left:8px !important}.my-sm-2{margin-top:8px !important;margin-bottom:8px !important}.m-sm-3{margin:16px !important}.mt-sm-3{margin-top:16px !important}.mr-sm-3{margin-right:16px !important}.mb-sm-3{margin-bottom:16px !important}.ml-sm-3{margin-left:16px !important}.mt-sm-n3{margin-top:-16px !important}.mr-sm-n3{margin-right:-16px !important}.mb-sm-n3{margin-bottom:-16px !important}.ml-sm-n3{margin-left:-16px !important}.mx-sm-3{margin-right:16px !important;margin-left:16px !important}.my-sm-3{margin-top:16px !important;margin-bottom:16px !important}.m-sm-4{margin:24px !important}.mt-sm-4{margin-top:24px !important}.mr-sm-4{margin-right:24px !important}.mb-sm-4{margin-bottom:24px !important}.ml-sm-4{margin-left:24px !important}.mt-sm-n4{margin-top:-24px !important}.mr-sm-n4{margin-right:-24px !important}.mb-sm-n4{margin-bottom:-24px !important}.ml-sm-n4{margin-left:-24px !important}.mx-sm-4{margin-right:24px !important;margin-left:24px !important}.my-sm-4{margin-top:24px !important;margin-bottom:24px !important}.m-sm-5{margin:32px !important}.mt-sm-5{margin-top:32px !important}.mr-sm-5{margin-right:32px !important}.mb-sm-5{margin-bottom:32px !important}.ml-sm-5{margin-left:32px !important}.mt-sm-n5{margin-top:-32px !important}.mr-sm-n5{margin-right:-32px !important}.mb-sm-n5{margin-bottom:-32px !important}.ml-sm-n5{margin-left:-32px !important}.mx-sm-5{margin-right:32px !important;margin-left:32px !important}.my-sm-5{margin-top:32px !important;margin-bottom:32px !important}.m-sm-6{margin:40px !important}.mt-sm-6{margin-top:40px !important}.mr-sm-6{margin-right:40px !important}.mb-sm-6{margin-bottom:40px !important}.ml-sm-6{margin-left:40px !important}.mt-sm-n6{margin-top:-40px !important}.mr-sm-n6{margin-right:-40px !important}.mb-sm-n6{margin-bottom:-40px !important}.ml-sm-n6{margin-left:-40px !important}.mx-sm-6{margin-right:40px !important;margin-left:40px !important}.my-sm-6{margin-top:40px !important;margin-bottom:40px !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0{margin-top:0 !important}.mr-md-0{margin-right:0 !important}.mb-md-0{margin-bottom:0 !important}.ml-md-0{margin-left:0 !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.m-md-1{margin:4px !important}.mt-md-1{margin-top:4px !important}.mr-md-1{margin-right:4px !important}.mb-md-1{margin-bottom:4px !important}.ml-md-1{margin-left:4px !important}.mt-md-n1{margin-top:-4px !important}.mr-md-n1{margin-right:-4px !important}.mb-md-n1{margin-bottom:-4px !important}.ml-md-n1{margin-left:-4px !important}.mx-md-1{margin-right:4px !important;margin-left:4px !important}.my-md-1{margin-top:4px !important;margin-bottom:4px !important}.m-md-2{margin:8px !important}.mt-md-2{margin-top:8px !important}.mr-md-2{margin-right:8px !important}.mb-md-2{margin-bottom:8px !important}.ml-md-2{margin-left:8px !important}.mt-md-n2{margin-top:-8px !important}.mr-md-n2{margin-right:-8px !important}.mb-md-n2{margin-bottom:-8px !important}.ml-md-n2{margin-left:-8px !important}.mx-md-2{margin-right:8px !important;margin-left:8px !important}.my-md-2{margin-top:8px !important;margin-bottom:8px !important}.m-md-3{margin:16px !important}.mt-md-3{margin-top:16px !important}.mr-md-3{margin-right:16px !important}.mb-md-3{margin-bottom:16px !important}.ml-md-3{margin-left:16px !important}.mt-md-n3{margin-top:-16px !important}.mr-md-n3{margin-right:-16px !important}.mb-md-n3{margin-bottom:-16px !important}.ml-md-n3{margin-left:-16px !important}.mx-md-3{margin-right:16px !important;margin-left:16px !important}.my-md-3{margin-top:16px !important;margin-bottom:16px !important}.m-md-4{margin:24px !important}.mt-md-4{margin-top:24px !important}.mr-md-4{margin-right:24px !important}.mb-md-4{margin-bottom:24px !important}.ml-md-4{margin-left:24px !important}.mt-md-n4{margin-top:-24px !important}.mr-md-n4{margin-right:-24px !important}.mb-md-n4{margin-bottom:-24px !important}.ml-md-n4{margin-left:-24px !important}.mx-md-4{margin-right:24px !important;margin-left:24px !important}.my-md-4{margin-top:24px !important;margin-bottom:24px !important}.m-md-5{margin:32px !important}.mt-md-5{margin-top:32px !important}.mr-md-5{margin-right:32px !important}.mb-md-5{margin-bottom:32px !important}.ml-md-5{margin-left:32px !important}.mt-md-n5{margin-top:-32px !important}.mr-md-n5{margin-right:-32px !important}.mb-md-n5{margin-bottom:-32px !important}.ml-md-n5{margin-left:-32px !important}.mx-md-5{margin-right:32px !important;margin-left:32px !important}.my-md-5{margin-top:32px !important;margin-bottom:32px !important}.m-md-6{margin:40px !important}.mt-md-6{margin-top:40px !important}.mr-md-6{margin-right:40px !important}.mb-md-6{margin-bottom:40px !important}.ml-md-6{margin-left:40px !important}.mt-md-n6{margin-top:-40px !important}.mr-md-n6{margin-right:-40px !important}.mb-md-n6{margin-bottom:-40px !important}.ml-md-n6{margin-left:-40px !important}.mx-md-6{margin-right:40px !important;margin-left:40px !important}.my-md-6{margin-top:40px !important;margin-bottom:40px !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}}@media (min-width: 1012px){.m-lg-0{margin:0 !important}.mt-lg-0{margin-top:0 !important}.mr-lg-0{margin-right:0 !important}.mb-lg-0{margin-bottom:0 !important}.ml-lg-0{margin-left:0 !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.m-lg-1{margin:4px !important}.mt-lg-1{margin-top:4px !important}.mr-lg-1{margin-right:4px !important}.mb-lg-1{margin-bottom:4px !important}.ml-lg-1{margin-left:4px !important}.mt-lg-n1{margin-top:-4px !important}.mr-lg-n1{margin-right:-4px !important}.mb-lg-n1{margin-bottom:-4px !important}.ml-lg-n1{margin-left:-4px !important}.mx-lg-1{margin-right:4px !important;margin-left:4px !important}.my-lg-1{margin-top:4px !important;margin-bottom:4px !important}.m-lg-2{margin:8px !important}.mt-lg-2{margin-top:8px !important}.mr-lg-2{margin-right:8px !important}.mb-lg-2{margin-bottom:8px !important}.ml-lg-2{margin-left:8px !important}.mt-lg-n2{margin-top:-8px !important}.mr-lg-n2{margin-right:-8px !important}.mb-lg-n2{margin-bottom:-8px !important}.ml-lg-n2{margin-left:-8px !important}.mx-lg-2{margin-right:8px !important;margin-left:8px !important}.my-lg-2{margin-top:8px !important;margin-bottom:8px !important}.m-lg-3{margin:16px !important}.mt-lg-3{margin-top:16px !important}.mr-lg-3{margin-right:16px !important}.mb-lg-3{margin-bottom:16px !important}.ml-lg-3{margin-left:16px !important}.mt-lg-n3{margin-top:-16px !important}.mr-lg-n3{margin-right:-16px !important}.mb-lg-n3{margin-bottom:-16px !important}.ml-lg-n3{margin-left:-16px !important}.mx-lg-3{margin-right:16px !important;margin-left:16px !important}.my-lg-3{margin-top:16px !important;margin-bottom:16px !important}.m-lg-4{margin:24px !important}.mt-lg-4{margin-top:24px !important}.mr-lg-4{margin-right:24px !important}.mb-lg-4{margin-bottom:24px !important}.ml-lg-4{margin-left:24px !important}.mt-lg-n4{margin-top:-24px !important}.mr-lg-n4{margin-right:-24px !important}.mb-lg-n4{margin-bottom:-24px !important}.ml-lg-n4{margin-left:-24px !important}.mx-lg-4{margin-right:24px !important;margin-left:24px !important}.my-lg-4{margin-top:24px !important;margin-bottom:24px !important}.m-lg-5{margin:32px !important}.mt-lg-5{margin-top:32px !important}.mr-lg-5{margin-right:32px !important}.mb-lg-5{margin-bottom:32px !important}.ml-lg-5{margin-left:32px !important}.mt-lg-n5{margin-top:-32px !important}.mr-lg-n5{margin-right:-32px !important}.mb-lg-n5{margin-bottom:-32px !important}.ml-lg-n5{margin-left:-32px !important}.mx-lg-5{margin-right:32px !important;margin-left:32px !important}.my-lg-5{margin-top:32px !important;margin-bottom:32px !important}.m-lg-6{margin:40px !important}.mt-lg-6{margin-top:40px !important}.mr-lg-6{margin-right:40px !important}.mb-lg-6{margin-bottom:40px !important}.ml-lg-6{margin-left:40px !important}.mt-lg-n6{margin-top:-40px !important}.mr-lg-n6{margin-right:-40px !important}.mb-lg-n6{margin-bottom:-40px !important}.ml-lg-n6{margin-left:-40px !important}.mx-lg-6{margin-right:40px !important;margin-left:40px !important}.my-lg-6{margin-top:40px !important;margin-bottom:40px !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}}@media (min-width: 1280px){.m-xl-0{margin:0 !important}.mt-xl-0{margin-top:0 !important}.mr-xl-0{margin-right:0 !important}.mb-xl-0{margin-bottom:0 !important}.ml-xl-0{margin-left:0 !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.m-xl-1{margin:4px !important}.mt-xl-1{margin-top:4px !important}.mr-xl-1{margin-right:4px !important}.mb-xl-1{margin-bottom:4px !important}.ml-xl-1{margin-left:4px !important}.mt-xl-n1{margin-top:-4px !important}.mr-xl-n1{margin-right:-4px !important}.mb-xl-n1{margin-bottom:-4px !important}.ml-xl-n1{margin-left:-4px !important}.mx-xl-1{margin-right:4px !important;margin-left:4px !important}.my-xl-1{margin-top:4px !important;margin-bottom:4px !important}.m-xl-2{margin:8px !important}.mt-xl-2{margin-top:8px !important}.mr-xl-2{margin-right:8px !important}.mb-xl-2{margin-bottom:8px !important}.ml-xl-2{margin-left:8px !important}.mt-xl-n2{margin-top:-8px !important}.mr-xl-n2{margin-right:-8px !important}.mb-xl-n2{margin-bottom:-8px !important}.ml-xl-n2{margin-left:-8px !important}.mx-xl-2{margin-right:8px !important;margin-left:8px !important}.my-xl-2{margin-top:8px !important;margin-bottom:8px !important}.m-xl-3{margin:16px !important}.mt-xl-3{margin-top:16px !important}.mr-xl-3{margin-right:16px !important}.mb-xl-3{margin-bottom:16px !important}.ml-xl-3{margin-left:16px !important}.mt-xl-n3{margin-top:-16px !important}.mr-xl-n3{margin-right:-16px !important}.mb-xl-n3{margin-bottom:-16px !important}.ml-xl-n3{margin-left:-16px !important}.mx-xl-3{margin-right:16px !important;margin-left:16px !important}.my-xl-3{margin-top:16px !important;margin-bottom:16px !important}.m-xl-4{margin:24px !important}.mt-xl-4{margin-top:24px !important}.mr-xl-4{margin-right:24px !important}.mb-xl-4{margin-bottom:24px !important}.ml-xl-4{margin-left:24px !important}.mt-xl-n4{margin-top:-24px !important}.mr-xl-n4{margin-right:-24px !important}.mb-xl-n4{margin-bottom:-24px !important}.ml-xl-n4{margin-left:-24px !important}.mx-xl-4{margin-right:24px !important;margin-left:24px !important}.my-xl-4{margin-top:24px !important;margin-bottom:24px !important}.m-xl-5{margin:32px !important}.mt-xl-5{margin-top:32px !important}.mr-xl-5{margin-right:32px !important}.mb-xl-5{margin-bottom:32px !important}.ml-xl-5{margin-left:32px !important}.mt-xl-n5{margin-top:-32px !important}.mr-xl-n5{margin-right:-32px !important}.mb-xl-n5{margin-bottom:-32px !important}.ml-xl-n5{margin-left:-32px !important}.mx-xl-5{margin-right:32px !important;margin-left:32px !important}.my-xl-5{margin-top:32px !important;margin-bottom:32px !important}.m-xl-6{margin:40px !important}.mt-xl-6{margin-top:40px !important}.mr-xl-6{margin-right:40px !important}.mb-xl-6{margin-bottom:40px !important}.ml-xl-6{margin-left:40px !important}.mt-xl-n6{margin-top:-40px !important}.mr-xl-n6{margin-right:-40px !important}.mb-xl-n6{margin-bottom:-40px !important}.ml-xl-n6{margin-left:-40px !important}.mx-xl-6{margin-right:40px !important;margin-left:40px !important}.my-xl-6{margin-top:40px !important;margin-bottom:40px !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-right:0 !important;padding-left:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:4px !important}.pt-1{padding-top:4px !important}.pr-1{padding-right:4px !important}.pb-1{padding-bottom:4px !important}.pl-1{padding-left:4px !important}.px-1{padding-right:4px !important;padding-left:4px !important}.py-1{padding-top:4px !important;padding-bottom:4px !important}.p-2{padding:8px !important}.pt-2{padding-top:8px !important}.pr-2{padding-right:8px !important}.pb-2{padding-bottom:8px !important}.pl-2{padding-left:8px !important}.px-2{padding-right:8px !important;padding-left:8px !important}.py-2{padding-top:8px !important;padding-bottom:8px !important}.p-3{padding:16px !important}.pt-3{padding-top:16px !important}.pr-3{padding-right:16px !important}.pb-3{padding-bottom:16px !important}.pl-3{padding-left:16px !important}.px-3{padding-right:16px !important;padding-left:16px !important}.py-3{padding-top:16px !important;padding-bottom:16px !important}.p-4{padding:24px !important}.pt-4{padding-top:24px !important}.pr-4{padding-right:24px !important}.pb-4{padding-bottom:24px !important}.pl-4{padding-left:24px !important}.px-4{padding-right:24px !important;padding-left:24px !important}.py-4{padding-top:24px !important;padding-bottom:24px !important}.p-5{padding:32px !important}.pt-5{padding-top:32px !important}.pr-5{padding-right:32px !important}.pb-5{padding-bottom:32px !important}.pl-5{padding-left:32px !important}.px-5{padding-right:32px !important;padding-left:32px !important}.py-5{padding-top:32px !important;padding-bottom:32px !important}.p-6{padding:40px !important}.pt-6{padding-top:40px !important}.pr-6{padding-right:40px !important}.pb-6{padding-bottom:40px !important}.pl-6{padding-left:40px !important}.px-6{padding-right:40px !important;padding-left:40px !important}.py-6{padding-top:40px !important;padding-bottom:40px !important}@media (min-width: 544px){.p-sm-0{padding:0 !important}.pt-sm-0{padding-top:0 !important}.pr-sm-0{padding-right:0 !important}.pb-sm-0{padding-bottom:0 !important}.pl-sm-0{padding-left:0 !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.p-sm-1{padding:4px !important}.pt-sm-1{padding-top:4px !important}.pr-sm-1{padding-right:4px !important}.pb-sm-1{padding-bottom:4px !important}.pl-sm-1{padding-left:4px !important}.px-sm-1{padding-right:4px !important;padding-left:4px !important}.py-sm-1{padding-top:4px !important;padding-bottom:4px !important}.p-sm-2{padding:8px !important}.pt-sm-2{padding-top:8px !important}.pr-sm-2{padding-right:8px !important}.pb-sm-2{padding-bottom:8px !important}.pl-sm-2{padding-left:8px !important}.px-sm-2{padding-right:8px !important;padding-left:8px !important}.py-sm-2{padding-top:8px !important;padding-bottom:8px !important}.p-sm-3{padding:16px !important}.pt-sm-3{padding-top:16px !important}.pr-sm-3{padding-right:16px !important}.pb-sm-3{padding-bottom:16px !important}.pl-sm-3{padding-left:16px !important}.px-sm-3{padding-right:16px !important;padding-left:16px !important}.py-sm-3{padding-top:16px !important;padding-bottom:16px !important}.p-sm-4{padding:24px !important}.pt-sm-4{padding-top:24px !important}.pr-sm-4{padding-right:24px !important}.pb-sm-4{padding-bottom:24px !important}.pl-sm-4{padding-left:24px !important}.px-sm-4{padding-right:24px !important;padding-left:24px !important}.py-sm-4{padding-top:24px !important;padding-bottom:24px !important}.p-sm-5{padding:32px !important}.pt-sm-5{padding-top:32px !important}.pr-sm-5{padding-right:32px !important}.pb-sm-5{padding-bottom:32px !important}.pl-sm-5{padding-left:32px !important}.px-sm-5{padding-right:32px !important;padding-left:32px !important}.py-sm-5{padding-top:32px !important;padding-bottom:32px !important}.p-sm-6{padding:40px !important}.pt-sm-6{padding-top:40px !important}.pr-sm-6{padding-right:40px !important}.pb-sm-6{padding-bottom:40px !important}.pl-sm-6{padding-left:40px !important}.px-sm-6{padding-right:40px !important;padding-left:40px !important}.py-sm-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 768px){.p-md-0{padding:0 !important}.pt-md-0{padding-top:0 !important}.pr-md-0{padding-right:0 !important}.pb-md-0{padding-bottom:0 !important}.pl-md-0{padding-left:0 !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.p-md-1{padding:4px !important}.pt-md-1{padding-top:4px !important}.pr-md-1{padding-right:4px !important}.pb-md-1{padding-bottom:4px !important}.pl-md-1{padding-left:4px !important}.px-md-1{padding-right:4px !important;padding-left:4px !important}.py-md-1{padding-top:4px !important;padding-bottom:4px !important}.p-md-2{padding:8px !important}.pt-md-2{padding-top:8px !important}.pr-md-2{padding-right:8px !important}.pb-md-2{padding-bottom:8px !important}.pl-md-2{padding-left:8px !important}.px-md-2{padding-right:8px !important;padding-left:8px !important}.py-md-2{padding-top:8px !important;padding-bottom:8px !important}.p-md-3{padding:16px !important}.pt-md-3{padding-top:16px !important}.pr-md-3{padding-right:16px !important}.pb-md-3{padding-bottom:16px !important}.pl-md-3{padding-left:16px !important}.px-md-3{padding-right:16px !important;padding-left:16px !important}.py-md-3{padding-top:16px !important;padding-bottom:16px !important}.p-md-4{padding:24px !important}.pt-md-4{padding-top:24px !important}.pr-md-4{padding-right:24px !important}.pb-md-4{padding-bottom:24px !important}.pl-md-4{padding-left:24px !important}.px-md-4{padding-right:24px !important;padding-left:24px !important}.py-md-4{padding-top:24px !important;padding-bottom:24px !important}.p-md-5{padding:32px !important}.pt-md-5{padding-top:32px !important}.pr-md-5{padding-right:32px !important}.pb-md-5{padding-bottom:32px !important}.pl-md-5{padding-left:32px !important}.px-md-5{padding-right:32px !important;padding-left:32px !important}.py-md-5{padding-top:32px !important;padding-bottom:32px !important}.p-md-6{padding:40px !important}.pt-md-6{padding-top:40px !important}.pr-md-6{padding-right:40px !important}.pb-md-6{padding-bottom:40px !important}.pl-md-6{padding-left:40px !important}.px-md-6{padding-right:40px !important;padding-left:40px !important}.py-md-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 1012px){.p-lg-0{padding:0 !important}.pt-lg-0{padding-top:0 !important}.pr-lg-0{padding-right:0 !important}.pb-lg-0{padding-bottom:0 !important}.pl-lg-0{padding-left:0 !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.p-lg-1{padding:4px !important}.pt-lg-1{padding-top:4px !important}.pr-lg-1{padding-right:4px !important}.pb-lg-1{padding-bottom:4px !important}.pl-lg-1{padding-left:4px !important}.px-lg-1{padding-right:4px !important;padding-left:4px !important}.py-lg-1{padding-top:4px !important;padding-bottom:4px !important}.p-lg-2{padding:8px !important}.pt-lg-2{padding-top:8px !important}.pr-lg-2{padding-right:8px !important}.pb-lg-2{padding-bottom:8px !important}.pl-lg-2{padding-left:8px !important}.px-lg-2{padding-right:8px !important;padding-left:8px !important}.py-lg-2{padding-top:8px !important;padding-bottom:8px !important}.p-lg-3{padding:16px !important}.pt-lg-3{padding-top:16px !important}.pr-lg-3{padding-right:16px !important}.pb-lg-3{padding-bottom:16px !important}.pl-lg-3{padding-left:16px !important}.px-lg-3{padding-right:16px !important;padding-left:16px !important}.py-lg-3{padding-top:16px !important;padding-bottom:16px !important}.p-lg-4{padding:24px !important}.pt-lg-4{padding-top:24px !important}.pr-lg-4{padding-right:24px !important}.pb-lg-4{padding-bottom:24px !important}.pl-lg-4{padding-left:24px !important}.px-lg-4{padding-right:24px !important;padding-left:24px !important}.py-lg-4{padding-top:24px !important;padding-bottom:24px !important}.p-lg-5{padding:32px !important}.pt-lg-5{padding-top:32px !important}.pr-lg-5{padding-right:32px !important}.pb-lg-5{padding-bottom:32px !important}.pl-lg-5{padding-left:32px !important}.px-lg-5{padding-right:32px !important;padding-left:32px !important}.py-lg-5{padding-top:32px !important;padding-bottom:32px !important}.p-lg-6{padding:40px !important}.pt-lg-6{padding-top:40px !important}.pr-lg-6{padding-right:40px !important}.pb-lg-6{padding-bottom:40px !important}.pl-lg-6{padding-left:40px !important}.px-lg-6{padding-right:40px !important;padding-left:40px !important}.py-lg-6{padding-top:40px !important;padding-bottom:40px !important}}@media (min-width: 1280px){.p-xl-0{padding:0 !important}.pt-xl-0{padding-top:0 !important}.pr-xl-0{padding-right:0 !important}.pb-xl-0{padding-bottom:0 !important}.pl-xl-0{padding-left:0 !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.p-xl-1{padding:4px !important}.pt-xl-1{padding-top:4px !important}.pr-xl-1{padding-right:4px !important}.pb-xl-1{padding-bottom:4px !important}.pl-xl-1{padding-left:4px !important}.px-xl-1{padding-right:4px !important;padding-left:4px !important}.py-xl-1{padding-top:4px !important;padding-bottom:4px !important}.p-xl-2{padding:8px !important}.pt-xl-2{padding-top:8px !important}.pr-xl-2{padding-right:8px !important}.pb-xl-2{padding-bottom:8px !important}.pl-xl-2{padding-left:8px !important}.px-xl-2{padding-right:8px !important;padding-left:8px !important}.py-xl-2{padding-top:8px !important;padding-bottom:8px !important}.p-xl-3{padding:16px !important}.pt-xl-3{padding-top:16px !important}.pr-xl-3{padding-right:16px !important}.pb-xl-3{padding-bottom:16px !important}.pl-xl-3{padding-left:16px !important}.px-xl-3{padding-right:16px !important;padding-left:16px !important}.py-xl-3{padding-top:16px !important;padding-bottom:16px !important}.p-xl-4{padding:24px !important}.pt-xl-4{padding-top:24px !important}.pr-xl-4{padding-right:24px !important}.pb-xl-4{padding-bottom:24px !important}.pl-xl-4{padding-left:24px !important}.px-xl-4{padding-right:24px !important;padding-left:24px !important}.py-xl-4{padding-top:24px !important;padding-bottom:24px !important}.p-xl-5{padding:32px !important}.pt-xl-5{padding-top:32px !important}.pr-xl-5{padding-right:32px !important}.pb-xl-5{padding-bottom:32px !important}.pl-xl-5{padding-left:32px !important}.px-xl-5{padding-right:32px !important;padding-left:32px !important}.py-xl-5{padding-top:32px !important;padding-bottom:32px !important}.p-xl-6{padding:40px !important}.pt-xl-6{padding-top:40px !important}.pr-xl-6{padding-right:40px !important}.pb-xl-6{padding-bottom:40px !important}.pl-xl-6{padding-left:40px !important}.px-xl-6{padding-right:40px !important;padding-left:40px !important}.py-xl-6{padding-top:40px !important;padding-bottom:40px !important}}.p-responsive{padding-right:16px !important;padding-left:16px !important}@media (min-width: 544px){.p-responsive{padding-right:40px !important;padding-left:40px !important}}@media (min-width: 1012px){.p-responsive{padding-right:16px !important;padding-left:16px !important}}.h1{font-size:26px !important}@media (min-width: 768px){.h1{font-size:32px !important}}.h2{font-size:22px !important}@media (min-width: 768px){.h2{font-size:24px !important}}.h3{font-size:18px !important}@media (min-width: 768px){.h3{font-size:20px !important}}.h4{font-size:16px !important}.h5{font-size:14px !important}.h6{font-size:12px !important}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:600 !important}.f1{font-size:26px !important}@media (min-width: 768px){.f1{font-size:32px !important}}.f2{font-size:22px !important}@media (min-width: 768px){.f2{font-size:24px !important}}.f3{font-size:18px !important}@media (min-width: 768px){.f3{font-size:20px !important}}.f4{font-size:16px !important}@media (min-width: 768px){.f4{font-size:16px !important}}.f5{font-size:14px !important}.f6{font-size:12px !important}.f00-light{font-size:40px !important;font-weight:300 !important}@media (min-width: 768px){.f00-light{font-size:48px !important}}.f0-light{font-size:32px !important;font-weight:300 !important}@media (min-width: 768px){.f0-light{font-size:40px !important}}.f1-light{font-size:26px !important;font-weight:300 !important}@media (min-width: 768px){.f1-light{font-size:32px !important}}.f2-light{font-size:22px !important;font-weight:300 !important}@media (min-width: 768px){.f2-light{font-size:24px !important}}.f3-light{font-size:18px !important;font-weight:300 !important}@media (min-width: 768px){.f3-light{font-size:20px !important}}.text-small{font-size:12px !important}.lead{margin-bottom:30px;font-size:20px;font-weight:300;color:#586069}.lh-condensed-ultra{line-height:1 !important}.lh-condensed{line-height:1.25 !important}.lh-default{line-height:1.5 !important}.lh-0{line-height:0 !important}.text-right{text-align:right !important}.text-left{text-align:left !important}.text-center{text-align:center !important}@media (min-width: 544px){.text-sm-right{text-align:right !important}.text-sm-left{text-align:left !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-right{text-align:right !important}.text-md-left{text-align:left !important}.text-md-center{text-align:center !important}}@media (min-width: 1012px){.text-lg-right{text-align:right !important}.text-lg-left{text-align:left !important}.text-lg-center{text-align:center !important}}@media (min-width: 1280px){.text-xl-right{text-align:right !important}.text-xl-left{text-align:left !important}.text-xl-center{text-align:center !important}}.text-normal{font-weight:400 !important}.text-bold{font-weight:600 !important}.text-italic{font-style:italic !important}.text-uppercase{text-transform:uppercase !important}.text-underline{text-decoration:underline !important}.no-underline{text-decoration:none !important}.no-wrap{white-space:nowrap !important}.ws-normal{white-space:normal !important}.wb-break-all{word-break:break-all !important}.text-emphasized{font-weight:600;color:#24292e}.list-style-none{list-style:none !important}.text-shadow-dark{text-shadow:0 1px 1px rgba(27,31,35,0.25),0 1px 25px rgba(27,31,35,0.75)}.text-shadow-light{text-shadow:0 1px 0 rgba(255,255,255,0.5)}.text-mono{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.user-select-none{user-select:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}@media (min-width: 544px){.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}}@media (min-width: 768px){.d-md-block{display:block !important}.d-md-flex{display:flex !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}}@media (min-width: 1012px){.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}}@media (min-width: 1280px){.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}}.v-hidden{visibility:hidden !important}.v-visible{visibility:visible !important}@media (max-width: 544px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 768px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1012px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.table-fixed{table-layout:fixed !important}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);word-wrap:normal;border:0}.show-on-focus{position:absolute;width:1px;height:1px;margin:0;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}.show-on-focus:focus{z-index:20;width:auto;height:auto;clip:auto}.container{width:980px;margin-right:auto;margin-left:auto}.container::before{display:table;content:""}.container::after{display:table;clear:both;content:""}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.columns{margin-right:-10px;margin-left:-10px}.columns::before{display:table;content:""}.columns::after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33.333333%}.two-thirds{width:66.666667%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.centered{display:block;float:none;margin-right:auto;margin-left:auto}.col-1{width:8.3333333333%}.col-2{width:16.6666666667%}.col-3{width:25%}.col-4{width:33.3333333333%}.col-5{width:41.6666666667%}.col-6{width:50%}.col-7{width:58.3333333333%}.col-8{width:66.6666666667%}.col-9{width:75%}.col-10{width:83.3333333333%}.col-11{width:91.6666666667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.3333333333%}.col-xl-2{width:16.6666666667%}.col-xl-3{width:25%}.col-xl-4{width:33.3333333333%}.col-xl-5{width:41.6666666667%}.col-xl-6{width:50%}.col-xl-7{width:58.3333333333%}.col-xl-8{width:66.6666666667%}.col-xl-9{width:75%}.col-xl-10{width:83.3333333333%}.col-xl-11{width:91.6666666667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.offset-1{margin-left:8.3333333333% !important}.offset-2{margin-left:16.6666666667% !important}.offset-3{margin-left:25% !important}.offset-4{margin-left:33.3333333333% !important}.offset-5{margin-left:41.6666666667% !important}.offset-6{margin-left:50% !important}.offset-7{margin-left:58.3333333333% !important}.offset-8{margin-left:66.6666666667% !important}.offset-9{margin-left:75% !important}.offset-10{margin-left:83.3333333333% !important}.offset-11{margin-left:91.6666666667% !important}@media (min-width: 544px){.offset-sm-1{margin-left:8.3333333333% !important}.offset-sm-2{margin-left:16.6666666667% !important}.offset-sm-3{margin-left:25% !important}.offset-sm-4{margin-left:33.3333333333% !important}.offset-sm-5{margin-left:41.6666666667% !important}.offset-sm-6{margin-left:50% !important}.offset-sm-7{margin-left:58.3333333333% !important}.offset-sm-8{margin-left:66.6666666667% !important}.offset-sm-9{margin-left:75% !important}.offset-sm-10{margin-left:83.3333333333% !important}.offset-sm-11{margin-left:91.6666666667% !important}}@media (min-width: 768px){.offset-md-1{margin-left:8.3333333333% !important}.offset-md-2{margin-left:16.6666666667% !important}.offset-md-3{margin-left:25% !important}.offset-md-4{margin-left:33.3333333333% !important}.offset-md-5{margin-left:41.6666666667% !important}.offset-md-6{margin-left:50% !important}.offset-md-7{margin-left:58.3333333333% !important}.offset-md-8{margin-left:66.6666666667% !important}.offset-md-9{margin-left:75% !important}.offset-md-10{margin-left:83.3333333333% !important}.offset-md-11{margin-left:91.6666666667% !important}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.3333333333% !important}.offset-lg-2{margin-left:16.6666666667% !important}.offset-lg-3{margin-left:25% !important}.offset-lg-4{margin-left:33.3333333333% !important}.offset-lg-5{margin-left:41.6666666667% !important}.offset-lg-6{margin-left:50% !important}.offset-lg-7{margin-left:58.3333333333% !important}.offset-lg-8{margin-left:66.6666666667% !important}.offset-lg-9{margin-left:75% !important}.offset-lg-10{margin-left:83.3333333333% !important}.offset-lg-11{margin-left:91.6666666667% !important}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.3333333333% !important}.offset-xl-2{margin-left:16.6666666667% !important}.offset-xl-3{margin-left:25% !important}.offset-xl-4{margin-left:33.3333333333% !important}.offset-xl-5{margin-left:41.6666666667% !important}.offset-xl-6{margin-left:50% !important}.offset-xl-7{margin-left:58.3333333333% !important}.offset-xl-8{margin-left:66.6666666667% !important}.offset-xl-9{margin-left:75% !important}.offset-xl-10{margin-left:83.3333333333% !important}.offset-xl-11{margin-left:91.6666666667% !important}}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#cb2431}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.markdown-body blockquote{padding:0 1em;color:#6a737d;border-left:0.25em solid #dfe2e5}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #c6cbd1;border-bottom-color:#959da5;border-radius:3px;box-shadow:inset 0 -1px 0 #959da5}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:#1b1f23;vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2em;border-bottom:1px solid #eaecef}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid #eaecef}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:#6a737d}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li{word-wrap:break-all}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #dfe2e5}.markdown-body table tr{background-color:#fff;border-top:1px solid #c6cbd1}.markdown-body table tr:nth-child(2n){background-color:#f6f8fa}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #dfe2e5}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#24292e}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0.2em 0.4em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:#f6f8fa;border-top:0}.highlight table td{padding:5px}.highlight table pre{margin:0}.highlight .cm{color:#999988;font-style:italic}.highlight .cp{color:#999999;font-weight:bold}.highlight .c1{color:#999988;font-style:italic}.highlight .cs{color:#999999;font-weight:bold;font-style:italic}.highlight .c,.highlight .cd{color:#999988;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .gd{color:#000000;background-color:#ffdddd}.highlight .ge{color:#000000;font-style:italic}.highlight .gr{color:#aa0000}.highlight .gh{color:#999999}.highlight .gi{color:#000000;background-color:#ddffdd}.highlight .go{color:#888888}.highlight .gp{color:#555555}.highlight .gs{font-weight:bold}.highlight .gu{color:#aaaaaa}.highlight .gt{color:#aa0000}.highlight .kc{color:#000000;font-weight:bold}.highlight .kd{color:#000000;font-weight:bold}.highlight .kn{color:#000000;font-weight:bold}.highlight .kp{color:#000000;font-weight:bold}.highlight .kr{color:#000000;font-weight:bold}.highlight .kt{color:#445588;font-weight:bold}.highlight .k,.highlight .kv{color:#000000;font-weight:bold}.highlight .mf{color:#009999}.highlight .mh{color:#009999}.highlight .il{color:#009999}.highlight .mi{color:#009999}.highlight .mo{color:#009999}.highlight .m,.highlight .mb,.highlight .mx{color:#009999}.highlight .sb{color:#d14}.highlight .sc{color:#d14}.highlight .sd{color:#d14}.highlight .s2{color:#d14}.highlight .se{color:#d14}.highlight .sh{color:#d14}.highlight .si{color:#d14}.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .s{color:#d14}.highlight .na{color:#008080}.highlight .bp{color:#999999}.highlight .nb{color:#0086B3}.highlight .nc{color:#445588;font-weight:bold}.highlight .no{color:#008080}.highlight .nd{color:#3c5d5d;font-weight:bold}.highlight .ni{color:#800080}.highlight .ne{color:#990000;font-weight:bold}.highlight .nf{color:#990000;font-weight:bold}.highlight .nl{color:#990000;font-weight:bold}.highlight .nn{color:#555555}.highlight .nt{color:#000080}.highlight .vc{color:#008080}.highlight .vg{color:#008080}.highlight .vi{color:#008080}.highlight .nv{color:#008080}.highlight .ow{color:#000000;font-weight:bold}.highlight .o{color:#000000;font-weight:bold}.highlight .w{color:#bbbbbb}.highlight{background-color:#f8f8f8}.footer{display:none}
img/IBM_card_storage_NARA.jpg

48.9 KiB

img/SSD.jpeg

156 KiB

img/disk.png

17.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="450pt" height="160pt" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<defs>
<marker id="Arrow1Lstart" overflow="visible" orient="auto">
<path transform="scale(.8)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
</marker>
</defs>
<g transform="translate(-218,-418)">
<rect x="240" y="515.36" width="106" height="36" color="#000000" fill="#7f7fff" fill-opacity=".13816" stroke="#000" stroke-width="1px"/>
<g transform="translate(.54121 -.010044)" aria-label="DNS Iterator">
<path d="m257.06 529.94v6.8027h1.4297q1.8105 0 2.6484-0.82031 0.84375-0.82031 0.84375-2.5898 0-1.7578-0.84375-2.5723-0.83789-0.82031-2.6484-0.82031zm-1.1836-0.97266h2.4316q2.543 0 3.7324 1.0606 1.1894 1.0547 1.1894 3.3047 0 2.2617-1.1953 3.3223t-3.7266 1.0606h-2.4316z"/>
<path d="m265.11 528.96h1.5938l3.8789 7.3184v-7.3184h1.1484v8.748h-1.5938l-3.8789-7.3184v7.3184h-1.1484z"/>
<path d="m279.33 529.25v1.1543q-0.67382-0.32227-1.2715-0.48047t-1.1543-0.1582q-0.96679 0-1.4941 0.375-0.52148 0.375-0.52148 1.0664 0 0.58008 0.3457 0.87891 0.35156 0.29297 1.3242 0.47461l0.71484 0.14648q1.3242 0.25196 1.9512 0.89063 0.63281 0.63281 0.63281 1.6992 0 1.2715-0.85547 1.9277-0.84961 0.65625-2.4961 0.65625-0.6211 0-1.3242-0.14062-0.69727-0.14063-1.4473-0.41602v-1.2188q0.7207 0.4043 1.4121 0.60937 0.69141 0.20508 1.3594 0.20508 1.0137 0 1.5644-0.39843 0.55078-0.39844 0.55078-1.1367 0-0.64453-0.39844-1.0078-0.39258-0.36328-1.2949-0.54492l-0.7207-0.14062q-1.3242-0.26367-1.916-0.82617t-0.5918-1.5645q0-1.1602 0.81446-1.8281 0.82031-0.66797 2.2559-0.66797 0.61523 0 1.2539 0.11133 0.63868 0.11132 1.3066 0.33398z"/>
<path d="m285.53 528.96h1.1836v8.748h-1.1836z"/>
<path d="m290.09 529.29v1.8633h2.2207v0.83789h-2.2207v3.5625q0 0.80273 0.21679 1.0312 0.22266 0.22851 0.89649 0.22851h1.1074v0.90235h-1.1074q-1.248 0-1.7227-0.46289-0.47461-0.46875-0.47461-1.6992v-3.5625h-0.79101v-0.83789h0.79101v-1.8633z"/>
<path d="m299.34 534.16v0.52734h-4.957q0.0703 1.1133 0.66797 1.6992 0.60351 0.58008 1.6758 0.58008 0.62109 0 1.2012-0.15235 0.58594-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1895 0.375-0.60937 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91406-0.91406-0.91406-2.4727 0-1.6113 0.86719-2.5547 0.87304-0.94921 2.3496-0.94921 1.3242 0 2.0918 0.85546 0.77344 0.84961 0.77344 2.3145zm-1.0781-0.31641q-0.0117-0.88476-0.49804-1.4121-0.48047-0.52734-1.2774-0.52734-0.90234 0-1.4473 0.50976-0.53906 0.50977-0.6211 1.4356z"/>
<path d="m304.92 532.16q-0.18165-0.10547-0.39844-0.15234-0.21094-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48633 0.5918-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33984-0.59766 0.88477-0.88477 0.54492-0.29296 1.3242-0.29296 0.11133 0 0.2461 0.0176 0.13476 0.0117 0.29883 0.041z"/>
<path d="m309.04 534.41q-1.3066 0-1.8106 0.29883-0.50391 0.29883-0.50391 1.0195 0 0.57422 0.375 0.91406 0.38086 0.33399 1.0312 0.33399 0.89649 0 1.4356-0.63282 0.54492-0.63867 0.54492-1.6934v-0.24023zm2.1504-0.44531v3.7441h-1.0781v-0.9961q-0.36914 0.59766-0.91992 0.88477-0.55078 0.28125-1.3477 0.28125-1.0078 0-1.6055-0.5625-0.59179-0.56836-0.59179-1.5176 0-1.1074 0.73828-1.6699 0.74414-0.5625 2.2148-0.5625h1.5117v-0.10547q0-0.74414-0.49219-1.1484-0.48632-0.41015-1.3711-0.41015-0.5625 0-1.0957 0.13476-0.53321 0.13477-1.0254 0.4043v-0.99609q0.59179-0.22852 1.1484-0.33985 0.55664-0.11718 1.084-0.11718 1.4238 0 2.127 0.73828 0.70313 0.73828 0.70313 2.2383z"/>
<path d="m314.48 529.29v1.8633h2.2207v0.83789h-2.2207v3.5625q0 0.80273 0.2168 1.0312 0.22266 0.22851 0.89649 0.22851h1.1074v0.90235h-1.1074q-1.248 0-1.7227-0.46289-0.47461-0.46875-0.47461-1.6992v-3.5625h-0.79102v-0.83789h0.79102v-1.8633z"/>
<path d="m320.67 531.91q-0.86718 0-1.3711 0.67969-0.50391 0.67382-0.50391 1.8516 0 1.1777 0.49805 1.8574 0.50391 0.67383 1.377 0.67383 0.86133 0 1.3652-0.67969t0.50391-1.8516q0-1.166-0.50391-1.8457-0.50391-0.68554-1.3652-0.68554zm0-0.91406q1.4062 0 2.209 0.91406 0.80273 0.91406 0.80273 2.5312 0 1.6113-0.80273 2.5312-0.80274 0.91406-2.209 0.91406-1.4121 0-2.2148-0.91406-0.79687-0.91992-0.79687-2.5312 0-1.6172 0.79687-2.5312 0.80274-0.91406 2.2148-0.91406z"/>
<path d="m329.27 532.16q-0.18164-0.10547-0.39844-0.15234-0.21094-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48633 0.5918-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33985-0.59766 0.88477-0.88477 0.54492-0.29296 1.3242-0.29296 0.11132 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z"/>
</g>
</g>
<g transform="translate(-120,-396)">
<rect x="443.99" y="425.88" width="106" height="36" color="#000000" fill="#ffff7f" fill-opacity=".27632" stroke="#000" stroke-width="1px"/>
<g aria-label="rootnameserver">
<path d="m489.33 434.95q-0.18164-0.10547-0.39844-0.15235-0.21094-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48633 0.59179-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33985-0.59766 0.88477-0.88477 0.54492-0.29297 1.3242-0.29297 0.11132 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
<path d="m492.76 434.69q-0.86719 0-1.3711 0.67968-0.50391 0.67383-0.50391 1.8516 0 1.1777 0.49805 1.8574 0.50391 0.67383 1.377 0.67383 0.86133 0 1.3652-0.67969 0.5039-0.67969 0.5039-1.8516 0-1.166-0.5039-1.8457-0.50391-0.68554-1.3652-0.68554zm0-0.91407q1.4062 0 2.209 0.91407 0.80273 0.91406 0.80273 2.5312 0 1.6113-0.80273 2.5312-0.80274 0.91406-2.209 0.91406-1.4121 0-2.2148-0.91406-0.79688-0.91993-0.79688-2.5312 0-1.6172 0.79688-2.5312 0.80273-0.91407 2.2148-0.91407z" style=""/>
<path d="m500.1 434.69q-0.86719 0-1.3711 0.67968-0.50391 0.67383-0.50391 1.8516 0 1.1777 0.49805 1.8574 0.5039 0.67383 1.377 0.67383 0.86133 0 1.3652-0.67969 0.50391-0.67969 0.50391-1.8516 0-1.166-0.50391-1.8457-0.5039-0.68554-1.3652-0.68554zm0-0.91407q1.4062 0 2.209 0.91407 0.80274 0.91406 0.80274 2.5312 0 1.6113-0.80274 2.5312-0.80273 0.91406-2.209 0.91406-1.4121 0-2.2148-0.91406-0.79688-0.91993-0.79688-2.5312 0-1.6172 0.79688-2.5312 0.80273-0.91407 2.2148-0.91407z" style=""/>
<path d="m505.96 432.07v1.8633h2.2207v0.83789h-2.2207v3.5625q0 0.80273 0.2168 1.0312 0.22266 0.22851 0.89649 0.22851h1.1074v0.90235h-1.1074q-1.248 0-1.7227-0.46289-0.47461-0.46875-0.47461-1.6992v-3.5625h-0.79102v-0.83789h0.79102v-1.8633z" style=""/>
<path d="m466.99 451.54v3.9609h-1.0781v-3.9258q0-0.93164-0.36328-1.3945-0.36329-0.46289-1.0898-0.46289-0.87305 0-1.377 0.55664-0.50391 0.55664-0.50391 1.5176v3.709h-1.084v-6.5625h1.084v1.0195q0.38672-0.5918 0.90821-0.88477 0.52734-0.29297 1.2129-0.29297 1.1309 0 1.7109 0.70313 0.58008 0.69726 0.58008 2.0566z" style=""/>
<path d="m472.13 452.2q-1.3066 0-1.8105 0.29883-0.50391 0.29882-0.50391 1.0195 0 0.57422 0.375 0.91406 0.38086 0.33398 1.0312 0.33398 0.89648 0 1.4356-0.63281 0.54492-0.63867 0.54492-1.6934v-0.24023zm2.1504-0.44531v3.7441h-1.0781v-0.9961q-0.36914 0.59766-0.91992 0.88477-0.55078 0.28125-1.3477 0.28125-1.0078 0-1.6055-0.5625-0.5918-0.56836-0.5918-1.5176 0-1.1074 0.73829-1.6699 0.74414-0.5625 2.2148-0.5625h1.5117v-0.10547q0-0.74414-0.49219-1.1484-0.48633-0.41015-1.3711-0.41015-0.5625 0-1.0957 0.13476-0.5332 0.13477-1.0254 0.4043v-0.9961q0.5918-0.22851 1.1484-0.33984 0.55664-0.11719 1.084-0.11719 1.4238 0 2.127 0.73828 0.70312 0.73829 0.70312 2.2383z" style=""/>
<path d="m481.62 450.2q0.4043-0.72656 0.9668-1.0723 0.5625-0.34571 1.3242-0.34571 1.0254 0 1.582 0.72071 0.55664 0.71484 0.55664 2.0391v3.9609h-1.084v-3.9258q0-0.94335-0.33398-1.4004-0.33398-0.45703-1.0195-0.45703-0.83789 0-1.3242 0.55664t-0.48633 1.5176v3.709h-1.084v-3.9258q0-0.94921-0.33399-1.4004-0.33398-0.45703-1.0312-0.45703-0.82617 0-1.3125 0.5625-0.48633 0.55664-0.48633 1.5117v3.709h-1.084v-6.5625h1.084v1.0195q0.36915-0.60352 0.88477-0.89063 0.51563-0.28711 1.2246-0.28711 0.71484 0 1.2129 0.36328 0.50391 0.36329 0.74414 1.0547z" style=""/>
<path d="m493.82 451.95v0.52735h-4.957q0.0703 1.1133 0.66797 1.6992 0.60351 0.58008 1.6758 0.58008 0.62109 0 1.2012-0.15235 0.58594-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1895 0.375-0.60937 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91406-0.91407-0.91406-2.4727 0-1.6113 0.86719-2.5547 0.87304-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3144zm-1.0781-0.3164q-0.0117-0.88477-0.49804-1.4121-0.48047-0.52734-1.2774-0.52734-0.90234 0-1.4473 0.50976-0.53906 0.50977-0.6211 1.4356z" style=""/>
<path d="m499.77 449.13v1.0195q-0.45703-0.23438-0.94921-0.35157-0.49219-0.11718-1.0195-0.11718-0.80273 0-1.207 0.24609-0.39843 0.24609-0.39843 0.73828 0 0.375 0.28711 0.5918 0.2871 0.21094 1.1543 0.4043l0.36914 0.082q1.1484 0.24609 1.6289 0.69726 0.48633 0.44531 0.48633 1.248 0 0.91406-0.72657 1.4473-0.7207 0.53321-1.9863 0.53321-0.52735 0-1.1016-0.10547-0.56836-0.0996-1.2012-0.30469v-1.1133q0.59766 0.31055 1.1777 0.46875 0.58007 0.15234 1.1484 0.15234 0.76172 0 1.1719-0.25781 0.41016-0.26367 0.41016-0.73828 0-0.43945-0.29883-0.67383-0.29297-0.23437-1.2949-0.45117l-0.375-0.0879q-1.002-0.21094-1.4473-0.64453-0.44531-0.43945-0.44531-1.2012 0-0.92578 0.65625-1.4297t1.8633-0.50391q0.59765 0 1.125 0.0879 0.52734 0.0879 0.97265 0.26368z" style=""/>
<path d="m507.46 451.95v0.52735h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15235 0.58593-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1894 0.375-0.60938 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91407-0.91407-0.91407-2.4727 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77343 0.84961 0.77343 2.3144zm-1.0781-0.3164q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52734-1.2773-0.52734-0.90234 0-1.4473 0.50976-0.53906 0.50977-0.62109 1.4356z" style=""/>
<path d="m513.03 449.95q-0.18164-0.10547-0.39844-0.15235-0.21093-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48633 0.59179-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33985-0.59766 0.88477-0.88477 0.54492-0.29297 1.3242-0.29297 0.11133 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
<path d="m513.4 448.94h1.1426l2.0508 5.5078 2.0508-5.5078h1.1426l-2.4609 6.5625h-1.4648z" style=""/>
<path d="m526.89 451.95v0.52735h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.62109 0 1.2012-0.15235 0.58594-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1894 0.375-0.60938 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91406-0.91407-0.91406-2.4727 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3144zm-1.0781-0.3164q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52734-1.2773-0.52734-0.90235 0-1.4473 0.50976-0.53906 0.50977-0.62109 1.4356z" style=""/>
<path d="m532.46 449.95q-0.18164-0.10547-0.39844-0.15235-0.21094-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48633 0.59179-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33985-0.59766 0.88477-0.88477 0.54492-0.29297 1.3242-0.29297 0.11132 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
</g>
</g>
<g transform="translate(-123.01 -401.99)">
<rect x="447" y="483.87" width="106" height="36" color="#000000" fill="#ffff7f" fill-opacity=".27632" stroke="#000" stroke-width="1px"/>
<g aria-label="org.nameserver">
<path d="m491.7 492.87q-0.86719 0-1.3711 0.67968-0.5039 0.67383-0.5039 1.8516 0 1.1777 0.49804 1.8574 0.50391 0.67383 1.377 0.67383 0.86132 0 1.3652-0.67969t0.50391-1.8516q0-1.166-0.50391-1.8457-0.50391-0.68554-1.3652-0.68554zm0-0.91407q1.4062 0 2.209 0.91407 0.80273 0.91406 0.80273 2.5312 0 1.6113-0.80273 2.5312-0.80273 0.91406-2.209 0.91406-1.4121 0-2.2148-0.91406-0.79687-0.91993-0.79687-2.5312 0-1.6172 0.79687-2.5312 0.80274-0.91407 2.2148-0.91407z" style=""/>
<path d="m500.29 493.12q-0.18164-0.10547-0.39844-0.15234-0.21094-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48633 0.59179-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33985-0.59766 0.88477-0.88477 0.54492-0.29297 1.3242-0.29297 0.11133 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
<path d="m505.54 495.32q0-1.1719-0.48633-1.8164-0.48047-0.64453-1.3535-0.64453-0.86718 0-1.3535 0.64453-0.48047 0.64453-0.48047 1.8164 0 1.166 0.48047 1.8105 0.48633 0.64453 1.3535 0.64453 0.87305 0 1.3535-0.64453 0.48633-0.64453 0.48633-1.8105zm1.0781 2.543q0 1.6758-0.74414 2.4902-0.74414 0.82031-2.2793 0.82031-0.56836 0-1.0723-0.0879-0.50391-0.082-0.97852-0.25781v-1.0488q0.47461 0.25781 0.9375 0.38086 0.4629 0.12305 0.94336 0.12305 1.0606 0 1.5879-0.55664 0.52735-0.55079 0.52735-1.6699v-0.5332q-0.33399 0.58008-0.85547 0.86719t-1.248 0.28711q-1.207 0-1.9453-0.91992-0.73828-0.91993-0.73828-2.4375 0-1.5234 0.73828-2.4434 0.73828-0.91993 1.9453-0.91993 0.72657 0 1.248 0.28711t0.85547 0.86719v-0.99609h1.0781z" style=""/>
<path d="m508.99 497.19h1.2363v1.4883h-1.2363z" style=""/>
<path d="m470.33 509.72v3.9609h-1.0781v-3.9258q0-0.93164-0.36328-1.3945-0.36328-0.46289-1.0898-0.46289-0.87304 0-1.377 0.55664-0.5039 0.55665-0.5039 1.5176v3.709h-1.084v-6.5625h1.084v1.0195q0.38671-0.5918 0.9082-0.88477 0.52734-0.29297 1.2129-0.29297 1.1309 0 1.7109 0.70313 0.58007 0.69726 0.58007 2.0566z" style=""/>
<path d="m475.47 510.38q-1.3066 0-1.8106 0.29883t-0.50391 1.0195q0 0.57422 0.375 0.91406 0.38086 0.33399 1.0312 0.33399 0.89649 0 1.4356-0.63282 0.54492-0.63867 0.54492-1.6934v-0.24023zm2.1504-0.44531v3.7441h-1.0781v-0.9961q-0.36914 0.59766-0.91992 0.88477-0.55078 0.28125-1.3477 0.28125-1.0078 0-1.6055-0.5625-0.59179-0.56836-0.59179-1.5176 0-1.1074 0.73828-1.6699 0.74414-0.5625 2.2148-0.5625h1.5117v-0.10547q0-0.74414-0.49219-1.1484-0.48632-0.41015-1.3711-0.41015-0.5625 0-1.0957 0.13476-0.53321 0.13477-1.0254 0.4043v-0.99609q0.59179-0.22852 1.1484-0.33985 0.55664-0.11719 1.084-0.11719 1.4238 0 2.127 0.73829 0.70313 0.73828 0.70313 2.2383z" style=""/>
<path d="m484.96 508.38q0.4043-0.72656 0.9668-1.0723 0.5625-0.34571 1.3242-0.34571 1.0254 0 1.582 0.72071 0.55664 0.71484 0.55664 2.0391v3.9609h-1.084v-3.9258q0-0.94336-0.33399-1.4004-0.33398-0.45704-1.0195-0.45704-0.83789 0-1.3242 0.55664-0.48633 0.55665-0.48633 1.5176v3.709h-1.084v-3.9258q0-0.94922-0.33398-1.4004-0.33399-0.45704-1.0312-0.45704-0.82618 0-1.3125 0.5625-0.48633 0.55664-0.48633 1.5117v3.709h-1.084v-6.5625h1.084v1.0195q0.36914-0.60352 0.88476-0.89063 0.51563-0.28711 1.2246-0.28711 0.71485 0 1.2129 0.36329 0.50391 0.36328 0.74414 1.0547z" style=""/>
<path d="m497.16 510.13v0.52734h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15235 0.58594-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1894 0.375-0.60938 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91406-0.91407-0.91406-2.4727 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77343 0.84961 0.77343 2.3145zm-1.0781-0.31641q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52734-1.2773-0.52734-0.90235 0-1.4473 0.50976-0.53906 0.50977-0.62109 1.4356z" style=""/>
<path d="m503.11 507.31v1.0195q-0.45703-0.23438-0.94922-0.35156-0.49219-0.11719-1.0195-0.11719-0.80274 0-1.207 0.24609-0.39844 0.2461-0.39844 0.73828 0 0.375 0.28711 0.5918 0.28711 0.21094 1.1543 0.4043l0.36914 0.082q1.1484 0.24609 1.6289 0.69726 0.48633 0.44532 0.48633 1.248 0 0.91406-0.72656 1.4473-0.72071 0.5332-1.9863 0.5332-0.52734 0-1.1016-0.10547-0.56836-0.0996-1.2012-0.30469v-1.1133q0.59765 0.31055 1.1777 0.46875 0.58008 0.15235 1.1484 0.15235 0.76172 0 1.1719-0.25782 0.41016-0.26367 0.41016-0.73828 0-0.43945-0.29883-0.67383-0.29297-0.23437-1.2949-0.45117l-0.375-0.0879q-1.002-0.21094-1.4473-0.64453-0.44531-0.43945-0.44531-1.2012 0-0.92578 0.65625-1.4297t1.8633-0.50391q0.59766 0 1.125 0.0879 0.52735 0.0879 0.97266 0.26368z" style=""/>
<path d="m510.8 510.13v0.52734h-4.957q0.0703 1.1133 0.66797 1.6992 0.60351 0.58008 1.6758 0.58008 0.62109 0 1.2012-0.15235 0.58594-0.15234 1.1602-0.45703v1.0195q-0.58007 0.2461-1.1894 0.375-0.60937 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91406-0.91407-0.91406-2.4727 0-1.6113 0.86718-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3145zm-1.0781-0.31641q-0.0117-0.88477-0.49804-1.4121-0.48047-0.52734-1.2774-0.52734-0.90234 0-1.4473 0.50976-0.53907 0.50977-0.6211 1.4356z" style=""/>
<path d="m516.37 508.12q-0.18164-0.10547-0.39843-0.15234-0.21094-0.0527-0.46875-0.0527-0.91407 0-1.4062 0.59766-0.48633 0.59179-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33984-0.59766 0.88476-0.88477 0.54493-0.29297 1.3242-0.29297 0.11133 0 0.2461 0.0176 0.13476 0.0117 0.29882 0.041z" style=""/>
<path d="m516.74 507.12h1.1426l2.0508 5.5078 2.0508-5.5078h1.1426l-2.4609 6.5625h-1.4648z" style=""/>
<path d="m530.23 510.13v0.52734h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15235 0.58593-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1894 0.375-0.60938 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91407-0.91407-0.91407-2.4727 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3145zm-1.0781-0.31641q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52734-1.2773-0.52734-0.90234 0-1.4473 0.50976-0.53906 0.50977-0.62109 1.4356z" style=""/>
<path d="m535.8 508.12q-0.18164-0.10547-0.39844-0.15234-0.21093-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48632 0.59179-0.48632 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33984-0.59766 0.88476-0.88477 0.54492-0.29297 1.3242-0.29297 0.11133 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
</g>
</g>
<g transform="translate(-123.01 -349.99)">
<rect x="447" y="483.87" width="106" height="36" color="#000000" fill="#ffff7f" fill-opacity=".27632" stroke="#000" stroke-width="1px"/>
<g aria-label="wikipedia.org.nameserver">
<path d="m458.25 492.12h1.0781l1.3476 5.1211 1.3418-5.1211h1.2715l1.3476 5.1211 1.3418-5.1211h1.0781l-1.7168 6.5625h-1.2715l-1.4121-5.3789-1.418 5.3789h-1.2715z" style=""/>
<path d="m468.69 492.12h1.0781v6.5625h-1.0781zm0-2.5547h1.0781v1.3652h-1.0781z" style=""/>
<path d="m471.98 489.56h1.084v5.3848l3.2168-2.8301h1.377l-3.4805 3.0703 3.627 3.4922h-1.4062l-3.334-3.2051v3.2051h-1.084z" style=""/>
<path d="m478.98 492.12h1.0781v6.5625h-1.0781zm0-2.5547h1.0781v1.3652h-1.0781z" style=""/>
<path d="m483.35 497.69v3.4805h-1.084v-9.0586h1.084v0.99609q0.33984-0.58594 0.85546-0.86719 0.52149-0.28711 1.2422-0.28711 1.1953 0 1.9394 0.94922 0.75 0.94922 0.75 2.4961 0 1.5469-0.75 2.4961-0.74414 0.94922-1.9394 0.94922-0.7207 0-1.2422-0.28125-0.51562-0.28711-0.85546-0.87305zm3.668-2.291q0-1.1895-0.49218-1.8633-0.48633-0.67969-1.3418-0.67969t-1.3477 0.67969q-0.48632 0.67382-0.48632 1.8633 0 1.1894 0.48632 1.8691 0.49219 0.67383 1.3477 0.67383t1.3418-0.67383q0.49218-0.67969 0.49218-1.8691z" style=""/>
<path d="m495.54 495.13v0.52734h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15235 0.58593-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1894 0.375-0.60938 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91407-0.91407-0.91407-2.4727 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3145zm-1.0781-0.31641q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52734-1.2773-0.52734-0.90234 0-1.4473 0.50976-0.53906 0.50977-0.62109 1.4356z" style=""/>
<path d="m501.63 493.11v-3.5508h1.0781v9.1172h-1.0781v-0.98438q-0.33985 0.58594-0.86133 0.87305-0.51563 0.28125-1.2422 0.28125-1.1894 0-1.9394-0.94922-0.74414-0.94922-0.74414-2.4961 0-1.5469 0.74414-2.4961 0.75-0.94922 1.9394-0.94922 0.72656 0 1.2422 0.28711 0.52148 0.28125 0.86133 0.86719zm-3.6738 2.291q0 1.1894 0.48633 1.8691 0.49218 0.67383 1.3476 0.67383t1.3477-0.67383q0.49219-0.67969 0.49219-1.8691 0-1.1895-0.49219-1.8633-0.49219-0.67969-1.3477-0.67969t-1.3476 0.67969q-0.48633 0.67382-0.48633 1.8633z" style=""/>
<path d="m504.93 492.12h1.0781v6.5625h-1.0781zm0-2.5547h1.0781v1.3652h-1.0781z" style=""/>
<path d="m511.24 495.38q-1.3066 0-1.8106 0.29883-0.5039 0.29883-0.5039 1.0195 0 0.57422 0.375 0.91406 0.38086 0.33399 1.0312 0.33399 0.89648 0 1.4355-0.63282 0.54493-0.63867 0.54493-1.6934v-0.24023zm2.1504-0.44531v3.7441h-1.0781v-0.9961q-0.36914 0.59766-0.91993 0.88477-0.55078 0.28125-1.3476 0.28125-1.0078 0-1.6055-0.5625-0.5918-0.56836-0.5918-1.5176 0-1.1074 0.73828-1.6699 0.74414-0.5625 2.2148-0.5625h1.5117v-0.10547q0-0.74414-0.49219-1.1484-0.48633-0.41015-1.3711-0.41015-0.5625 0-1.0957 0.13476-0.5332 0.13477-1.0254 0.4043v-0.99609q0.5918-0.22852 1.1484-0.33985 0.55664-0.11719 1.084-0.11719 1.4238 0 2.127 0.73829 0.70312 0.73828 0.70312 2.2383z" style=""/>
<path d="m515.77 497.19h1.2363v1.4883h-1.2363z" style=""/>
<path d="m521.98 492.87q-0.86719 0-1.3711 0.67968-0.5039 0.67383-0.5039 1.8516 0 1.1777 0.49804 1.8574 0.50391 0.67383 1.377 0.67383 0.86132 0 1.3652-0.67969t0.50391-1.8516q0-1.166-0.50391-1.8457-0.50391-0.68554-1.3652-0.68554zm0-0.91407q1.4062 0 2.209 0.91407 0.80273 0.91406 0.80273 2.5312 0 1.6113-0.80273 2.5312-0.80273 0.91406-2.209 0.91406-1.4121 0-2.2148-0.91406-0.79687-0.91993-0.79687-2.5312 0-1.6172 0.79687-2.5312 0.80274-0.91407 2.2148-0.91407z" style=""/>
<path d="m530.57 493.12q-0.18164-0.10547-0.39844-0.15234-0.21094-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48633 0.59179-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33985-0.59766 0.88477-0.88477 0.54492-0.29297 1.3242-0.29297 0.11133 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
<path d="m535.82 495.32q0-1.1719-0.48633-1.8164-0.48047-0.64453-1.3535-0.64453-0.86718 0-1.3535 0.64453-0.48047 0.64453-0.48047 1.8164 0 1.166 0.48047 1.8105 0.48633 0.64453 1.3535 0.64453 0.87305 0 1.3535-0.64453 0.48633-0.64453 0.48633-1.8105zm1.0781 2.543q0 1.6758-0.74414 2.4902-0.74414 0.82031-2.2793 0.82031-0.56836 0-1.0723-0.0879-0.50391-0.082-0.97852-0.25781v-1.0488q0.47461 0.25781 0.9375 0.38086 0.4629 0.12305 0.94336 0.12305 1.0606 0 1.5879-0.55664 0.52735-0.55079 0.52735-1.6699v-0.5332q-0.33399 0.58008-0.85547 0.86719t-1.248 0.28711q-1.207 0-1.9453-0.91992-0.73828-0.91993-0.73828-2.4375 0-1.5234 0.73828-2.4434 0.73828-0.91993 1.9453-0.91993 0.72657 0 1.248 0.28711t0.85547 0.86719v-0.99609h1.0781z" style=""/>
<path d="m539.28 497.19h1.2363v1.4883h-1.2363z" style=""/>
<path d="m470.33 509.72v3.9609h-1.0781v-3.9258q0-0.93164-0.36328-1.3945-0.36328-0.46289-1.0898-0.46289-0.87304 0-1.377 0.55664-0.5039 0.55665-0.5039 1.5176v3.709h-1.084v-6.5625h1.084v1.0195q0.38671-0.5918 0.9082-0.88477 0.52734-0.29297 1.2129-0.29297 1.1309 0 1.7109 0.70313 0.58007 0.69726 0.58007 2.0566z" style=""/>
<path d="m475.47 510.38q-1.3066 0-1.8106 0.29883t-0.50391 1.0195q0 0.57422 0.375 0.91406 0.38086 0.33399 1.0312 0.33399 0.89649 0 1.4356-0.63282 0.54492-0.63867 0.54492-1.6934v-0.24023zm2.1504-0.44531v3.7441h-1.0781v-0.9961q-0.36914 0.59766-0.91992 0.88477-0.55078 0.28125-1.3477 0.28125-1.0078 0-1.6055-0.5625-0.59179-0.56836-0.59179-1.5176 0-1.1074 0.73828-1.6699 0.74414-0.5625 2.2148-0.5625h1.5117v-0.10547q0-0.74414-0.49219-1.1484-0.48632-0.41015-1.3711-0.41015-0.5625 0-1.0957 0.13476-0.53321 0.13477-1.0254 0.4043v-0.99609q0.59179-0.22852 1.1484-0.33985 0.55664-0.11719 1.084-0.11719 1.4238 0 2.127 0.73829 0.70313 0.73828 0.70313 2.2383z" style=""/>
<path d="m484.96 508.38q0.4043-0.72656 0.9668-1.0723 0.5625-0.34571 1.3242-0.34571 1.0254 0 1.582 0.72071 0.55664 0.71484 0.55664 2.0391v3.9609h-1.084v-3.9258q0-0.94336-0.33399-1.4004-0.33398-0.45704-1.0195-0.45704-0.83789 0-1.3242 0.55664-0.48633 0.55665-0.48633 1.5176v3.709h-1.084v-3.9258q0-0.94922-0.33398-1.4004-0.33399-0.45704-1.0312-0.45704-0.82618 0-1.3125 0.5625-0.48633 0.55664-0.48633 1.5117v3.709h-1.084v-6.5625h1.084v1.0195q0.36914-0.60352 0.88476-0.89063 0.51563-0.28711 1.2246-0.28711 0.71485 0 1.2129 0.36329 0.50391 0.36328 0.74414 1.0547z" style=""/>
<path d="m497.16 510.13v0.52734h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15235 0.58594-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1894 0.375-0.60938 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91406-0.91407-0.91406-2.4727 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77343 0.84961 0.77343 2.3145zm-1.0781-0.31641q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52734-1.2773-0.52734-0.90235 0-1.4473 0.50976-0.53906 0.50977-0.62109 1.4356z" style=""/>
<path d="m503.11 507.31v1.0195q-0.45703-0.23438-0.94922-0.35156-0.49219-0.11719-1.0195-0.11719-0.80274 0-1.207 0.24609-0.39844 0.2461-0.39844 0.73828 0 0.375 0.28711 0.5918 0.28711 0.21094 1.1543 0.4043l0.36914 0.082q1.1484 0.24609 1.6289 0.69726 0.48633 0.44532 0.48633 1.248 0 0.91406-0.72656 1.4473-0.72071 0.5332-1.9863 0.5332-0.52734 0-1.1016-0.10547-0.56836-0.0996-1.2012-0.30469v-1.1133q0.59765 0.31055 1.1777 0.46875 0.58008 0.15235 1.1484 0.15235 0.76172 0 1.1719-0.25782 0.41016-0.26367 0.41016-0.73828 0-0.43945-0.29883-0.67383-0.29297-0.23437-1.2949-0.45117l-0.375-0.0879q-1.002-0.21094-1.4473-0.64453-0.44531-0.43945-0.44531-1.2012 0-0.92578 0.65625-1.4297t1.8633-0.50391q0.59766 0 1.125 0.0879 0.52735 0.0879 0.97266 0.26368z" style=""/>
<path d="m510.8 510.13v0.52734h-4.957q0.0703 1.1133 0.66797 1.6992 0.60351 0.58008 1.6758 0.58008 0.62109 0 1.2012-0.15235 0.58594-0.15234 1.1602-0.45703v1.0195q-0.58007 0.2461-1.1894 0.375-0.60937 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91406-0.91407-0.91406-2.4727 0-1.6113 0.86718-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3145zm-1.0781-0.31641q-0.0117-0.88477-0.49804-1.4121-0.48047-0.52734-1.2774-0.52734-0.90234 0-1.4473 0.50976-0.53907 0.50977-0.6211 1.4356z" style=""/>
<path d="m516.37 508.12q-0.18164-0.10547-0.39843-0.15234-0.21094-0.0527-0.46875-0.0527-0.91407 0-1.4062 0.59766-0.48633 0.59179-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33984-0.59766 0.88476-0.88477 0.54493-0.29297 1.3242-0.29297 0.11133 0 0.2461 0.0176 0.13476 0.0117 0.29882 0.041z" style=""/>
<path d="m516.74 507.12h1.1426l2.0508 5.5078 2.0508-5.5078h1.1426l-2.4609 6.5625h-1.4648z" style=""/>
<path d="m530.23 510.13v0.52734h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15235 0.58593-0.15234 1.1602-0.45703v1.0195q-0.58008 0.2461-1.1894 0.375-0.60938 0.12891-1.2363 0.12891-1.5703 0-2.4902-0.91406-0.91407-0.91407-0.91407-2.4727 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3145zm-1.0781-0.31641q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52734-1.2773-0.52734-0.90234 0-1.4473 0.50976-0.53906 0.50977-0.62109 1.4356z" style=""/>
<path d="m535.8 508.12q-0.18164-0.10547-0.39844-0.15234-0.21093-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59766-0.48632 0.59179-0.48632 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33984-0.59766 0.88476-0.88477 0.54492-0.29297 1.3242-0.29297 0.11133 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
</g>
</g>
<g>
<g transform="translate(8.0734 -13.933)" aria-label="198.41.0.4">
<path d="m441.49 65.183h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42188h1.1836v7.752h1.9336v0.99609h-5.0391z"/>
<path d="m448.96 65.997v-1.0781q0.44532 0.21094 0.90235 0.32226t0.89648 0.11133q1.1719 0 1.7871-0.78516 0.6211-0.79102 0.70899-2.3965-0.33985 0.50391-0.86133 0.77344-0.52149 0.26953-1.1543 0.26953-1.3125 0-2.0801-0.79102-0.76172-0.79688-0.76172-2.1738 0-1.3477 0.79688-2.1621 0.79687-0.81445 2.1211-0.81445 1.5176 0 2.3145 1.166 0.80273 1.1602 0.80273 3.375 0 2.0684-0.98437 3.3047-0.97852 1.2305-2.6367 1.2305-0.44532 0-0.90235-0.08789t-0.94922-0.26367zm2.3555-3.709q0.79688 0 1.2598-0.54492 0.46875-0.54492 0.46875-1.4941 0-0.94336-0.46875-1.4883-0.46289-0.55078-1.2598-0.55078-0.79687 0-1.2656 0.55078-0.46289 0.54492-0.46289 1.4883 0 0.94922 0.46289 1.4941 0.46875 0.54492 1.2656 0.54492z"/>
<path d="m459.1 62.025q-0.84375 0-1.3301 0.45117-0.48046 0.45117-0.48046 1.2422 0 0.79102 0.48046 1.2422 0.48633 0.45117 1.3301 0.45117t1.3301-0.45117q0.48633-0.45703 0.48633-1.2422 0-0.79102-0.48633-1.2422-0.48047-0.45117-1.3301-0.45117zm-1.1836-0.50391q-0.76172-0.1875-1.1894-0.70898-0.42188-0.52148-0.42188-1.2715 0-1.0488 0.74414-1.6582 0.75-0.60938 2.0508-0.60938 1.3066 0 2.0508 0.60938t0.74414 1.6582q0 0.75-0.42773 1.2715-0.42187 0.52148-1.1777 0.70898 0.85546 0.19922 1.3301 0.7793 0.48047 0.58008 0.48047 1.418 0 1.2715-0.77929 1.9512-0.77344 0.67969-2.2207 0.67969-1.4473 0-2.2266-0.67969-0.77344-0.67969-0.77344-1.9512 0-0.83789 0.48047-1.418t1.3359-0.7793zm-0.43359-1.8691q0 0.67969 0.42187 1.0605 0.42773 0.38086 1.1953 0.38086 0.76172 0 1.1895-0.38086 0.43359-0.38086 0.43359-1.0605 0-0.67969-0.43359-1.0605-0.42774-0.38086-1.1895-0.38086-0.76758 0-1.1953 0.38086-0.42187 0.38086-0.42187 1.0605z"/>
<path d="m464.21 64.691h1.2363v1.4883h-1.2363z"/>
<path d="m471.28 58.462-2.9883 4.6699h2.9883zm-0.31054-1.0312h1.4883v5.7012h1.248v0.98438h-1.248v2.0625h-1.1777v-2.0625h-3.9492v-1.1426z"/>
<path d="m475.87 65.183h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42188h1.1836v7.752h1.9336v0.99609h-5.0391z"/>
<path d="m483.31 64.691h1.2363v1.4883h-1.2363z"/>
<path d="m489.66 58.21q-0.91406 0-1.377 0.90234-0.45703 0.89648-0.45703 2.7012 0 1.7988 0.45703 2.7012 0.46289 0.89648 1.377 0.89648 0.91992 0 1.377-0.89648 0.46289-0.90234 0.46289-2.7012 0-1.8047-0.46289-2.7012-0.45704-0.90234-1.377-0.90234zm0-0.9375q1.4707 0 2.2441 1.166 0.7793 1.1602 0.7793 3.375 0 2.209-0.7793 3.375-0.77343 1.1602-2.2441 1.1602-1.4707 0-2.25-1.1602-0.77343-1.166-0.77343-3.375 0-2.2148 0.77343-3.375 0.7793-1.166 2.25-1.166z"/>
<path d="m494.77 64.691h1.2363v1.4883h-1.2363z"/>
<path d="m501.84 58.462-2.9883 4.6699h2.9883zm-0.31054-1.0312h1.4883v5.7012h1.248v0.98438h-1.248v2.0625h-1.1777v-2.0625h-3.9492v-1.1426z"/>
</g>
<g transform="translate(7.8273 -13.95)" aria-label="204.74.112.1">
<path d="m442.99 117.2h4.1309v0.99609h-5.5547v-0.99609q0.67383-0.69727 1.834-1.8691 1.166-1.1777 1.4648-1.5176 0.56836-0.63867 0.79102-1.0781 0.22851-0.44532 0.22851-0.87305 0-0.69727-0.49219-1.1367-0.48632-0.43945-1.2715-0.43945-0.55664 0-1.1777 0.19336-0.61524 0.19336-1.3184 0.58593v-1.1953q0.71484-0.28711 1.3359-0.43359 0.6211-0.14649 1.1367-0.14649 1.3594 0 2.168 0.67969 0.8086 0.67969 0.8086 1.8164 0 0.53906-0.20508 1.0254-0.19922 0.48047-0.73242 1.1367-0.14649 0.16992-0.93165 0.98437-0.78515 0.80859-2.2148 2.2676z"/>
<path d="m452.14 110.23q-0.91406 0-1.377 0.90235-0.45703 0.89648-0.45703 2.7012 0 1.7988 0.45703 2.7012 0.46289 0.89648 1.377 0.89648 0.91993 0 1.377-0.89648 0.46289-0.90234 0.46289-2.7012 0-1.8047-0.46289-2.7012-0.45703-0.90235-1.377-0.90235zm0-0.9375q1.4707 0 2.2442 1.166 0.77929 1.1602 0.77929 3.375 0 2.209-0.77929 3.375-0.77344 1.1602-2.2442 1.1602-1.4707 0-2.25-1.1602-0.77343-1.166-0.77343-3.375 0-2.2148 0.77343-3.375 0.7793-1.166 2.25-1.166z"/>
<path d="m460.5 110.48-2.9883 4.6699h2.9883zm-0.31054-1.0312h1.4883v5.7012h1.248v0.98437h-1.248v2.0625h-1.1777v-2.0625h-3.9492v-1.1426z"/>
<path d="m464.89 116.71h1.2363v1.4883h-1.2363z"/>
<path d="m468.41 109.45h5.625v0.5039l-3.1758 8.2441h-1.2363l2.9883-7.752h-4.2012z"/>
<path d="m479.6 110.48-2.9883 4.6699h2.9883zm-0.31055-1.0312h1.4883v5.7012h1.248v0.98437h-1.248v2.0625h-1.1777v-2.0625h-3.9492v-1.1426z"/>
<path d="m483.99 116.71h1.2363v1.4883h-1.2363z"/>
<path d="m488.02 117.2h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42187h1.1836v7.752h1.9336v0.99609h-5.0391z"/>
<path d="m495.66 117.2h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42187h1.1836v7.752h1.9336v0.99609h-5.0391z"/>
<path d="m504.11 117.2h4.1309v0.99609h-5.5547v-0.99609q0.67383-0.69727 1.834-1.8691 1.166-1.1777 1.4648-1.5176 0.56836-0.63867 0.79102-1.0781 0.22851-0.44532 0.22851-0.87305 0-0.69727-0.49219-1.1367-0.48632-0.43945-1.2715-0.43945-0.55664 0-1.1777 0.19336-0.61524 0.19336-1.3184 0.58593v-1.1953q0.71484-0.28711 1.3359-0.43359 0.6211-0.14649 1.1367-0.14649 1.3594 0 2.168 0.67969 0.8086 0.67969 0.8086 1.8164 0 0.53906-0.20508 1.0254-0.19922 0.48047-0.73242 1.1367-0.14649 0.16992-0.93165 0.98437-0.78515 0.80859-2.2148 2.2676z"/>
<path d="m510.73 116.71h1.2363v1.4883h-1.2363z"/>
<path d="m514.76 117.2h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42187h1.1836v7.752h1.9336v0.99609h-5.0391z"/>
</g>
<g transform="translate(7.8273 -13.95)" aria-label="207.142.131.234">
<path d="m442.99 169.2h4.1309v0.9961h-5.5547v-0.9961q0.67383-0.69726 1.834-1.8691 1.166-1.1777 1.4648-1.5176 0.56836-0.63867 0.79102-1.0781 0.22851-0.44531 0.22851-0.87305 0-0.69726-0.49219-1.1367-0.48632-0.43945-1.2715-0.43945-0.55664 0-1.1777 0.19336-0.61524 0.19336-1.3184 0.58594v-1.1953q0.71484-0.28711 1.3359-0.43359 0.6211-0.14648 1.1367-0.14648 1.3594 0 2.168 0.67968 0.8086 0.67969 0.8086 1.8164 0 0.53906-0.20508 1.0254-0.19922 0.48047-0.73242 1.1367-0.14649 0.16992-0.93165 0.98437-0.78515 0.8086-2.2148 2.2676z"/>
<path d="m452.14 162.23q-0.91406 0-1.377 0.90234-0.45703 0.89648-0.45703 2.7012 0 1.7988 0.45703 2.7012 0.46289 0.89649 1.377 0.89649 0.91993 0 1.377-0.89649 0.46289-0.90234 0.46289-2.7012 0-1.8047-0.46289-2.7012-0.45703-0.90234-1.377-0.90234zm0-0.9375q1.4707 0 2.2442 1.166 0.77929 1.1602 0.77929 3.375 0 2.209-0.77929 3.375-0.77344 1.1602-2.2442 1.1602-1.4707 0-2.25-1.1602-0.77343-1.166-0.77343-3.375 0-2.2148 0.77343-3.375 0.7793-1.166 2.25-1.166z"/>
<path d="m456.95 161.45h5.625v0.5039l-3.1758 8.2442h-1.2363l2.9883-7.752h-4.2012z"/>
<path d="m464.89 168.71h1.2363v1.4883h-1.2363z"/>
<path d="m468.92 169.2h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42187h1.1836v7.752h1.9336v0.9961h-5.0391z"/>
<path d="m479.6 162.48-2.9883 4.6699h2.9883zm-0.31055-1.0312h1.4883v5.7012h1.248v0.98438h-1.248v2.0625h-1.1777v-2.0625h-3.9492v-1.1426z"/>
<path d="m485.01 169.2h4.1309v0.9961h-5.5547v-0.9961q0.67383-0.69726 1.834-1.8691 1.166-1.1777 1.4648-1.5176 0.56836-0.63867 0.79101-1.0781 0.22852-0.44531 0.22852-0.87305 0-0.69726-0.49219-1.1367-0.48633-0.43945-1.2715-0.43945-0.55664 0-1.1777 0.19336-0.61523 0.19336-1.3184 0.58594v-1.1953q0.71485-0.28711 1.3359-0.43359 0.6211-0.14648 1.1367-0.14648 1.3594 0 2.168 0.67968 0.80859 0.67969 0.80859 1.8164 0 0.53906-0.20508 1.0254-0.19921 0.48047-0.73242 1.1367-0.14648 0.16992-0.93164 0.98437-0.78515 0.8086-2.2148 2.2676z"/>
<path d="m491.63 168.71h1.2363v1.4883h-1.2363z"/>
<path d="m495.66 169.2h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42187h1.1836v7.752h1.9336v0.9961h-5.0391z"/>
<path d="m506.68 165.48q0.84961 0.18164 1.3242 0.75586 0.48046 0.57422 0.48046 1.418 0 1.2949-0.89062 2.0039-0.89063 0.70899-2.5312 0.70899-0.55078 0-1.1367-0.11133-0.58008-0.10547-1.2012-0.32227v-1.1426q0.49219 0.2871 1.0781 0.43359 0.58594 0.14648 1.2246 0.14648 1.1133 0 1.6934-0.43945 0.58594-0.43945 0.58594-1.2773 0-0.77344-0.54492-1.207-0.53906-0.43946-1.5059-0.43946h-1.0195v-0.97265h1.0664q0.87305 0 1.3359-0.34571 0.46289-0.35156 0.46289-1.0078 0-0.67383-0.48047-1.0312-0.47461-0.36328-1.3652-0.36328-0.48633 0-1.043 0.10547t-1.2246 0.32812v-1.0547q0.67383-0.1875 1.2598-0.28125 0.59179-0.0937 1.1133-0.0937 1.3476 0 2.1328 0.61523 0.78516 0.60937 0.78516 1.6523 0 0.72657-0.41602 1.2305-0.41601 0.49805-1.1836 0.69141z"/>
<path d="m510.94 169.2h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42187h1.1836v7.752h1.9336v0.9961h-5.0391z"/>
<path d="m518.38 168.71h1.2363v1.4883h-1.2363z"/>
<path d="m523.21 169.2h4.1309v0.9961h-5.5547v-0.9961q0.67382-0.69726 1.834-1.8691 1.166-1.1777 1.4648-1.5176 0.56836-0.63867 0.79102-1.0781 0.22851-0.44531 0.22851-0.87305 0-0.69726-0.49218-1.1367-0.48633-0.43945-1.2715-0.43945-0.55664 0-1.1777 0.19336-0.61524 0.19336-1.3184 0.58594v-1.1953q0.71484-0.28711 1.3359-0.43359 0.62109-0.14648 1.1367-0.14648 1.3594 0 2.168 0.67968 0.8086 0.67969 0.8086 1.8164 0 0.53906-0.20508 1.0254-0.19922 0.48047-0.73242 1.1367-0.14649 0.16992-0.93164 0.98437-0.78516 0.8086-2.2148 2.2676z"/>
<path d="m533.42 165.48q0.84961 0.18164 1.3242 0.75586 0.48047 0.57422 0.48047 1.418 0 1.2949-0.89062 2.0039-0.89063 0.70899-2.5312 0.70899-0.55078 0-1.1367-0.11133-0.58008-0.10547-1.2012-0.32227v-1.1426q0.49218 0.2871 1.0781 0.43359 0.58594 0.14648 1.2246 0.14648 1.1133 0 1.6934-0.43945 0.58594-0.43945 0.58594-1.2773 0-0.77344-0.54492-1.207-0.53907-0.43946-1.5059-0.43946h-1.0195v-0.97265h1.0664q0.87305 0 1.3359-0.34571 0.46289-0.35156 0.46289-1.0078 0-0.67383-0.48047-1.0312-0.47461-0.36328-1.3652-0.36328-0.48633 0-1.043 0.10547t-1.2246 0.32812v-1.0547q0.67383-0.1875 1.2598-0.28125 0.5918-0.0937 1.1133-0.0937 1.3476 0 2.1328 0.61523 0.78515 0.60937 0.78515 1.6523 0 0.72657-0.41601 1.2305-0.41602 0.49805-1.1836 0.69141z"/>
<path d="m540.73 162.48-2.9883 4.6699h2.9883zm-0.31055-1.0312h1.4883v5.7012h1.248v0.98438h-1.248v2.0625h-1.1777v-2.0625h-3.9492v-1.1426z"/>
</g>
</g>
<g transform="translate(-95.958 -398.83)">
<path d="m243.03 425.38c-53.738 0-97 6.69-97 15 0 8.2454 42.625 14.866 95.781 14.969-4.5934 8.9703-13.01 21.796-29.688 30.625 14.398-6.1704 32.357-20.479 42.812-30.594h0.0313c53.738 0 97-6.69 97-15 0-8.31-43.262-15-97-15h-11.938z" color="#000000" fill="#fff" fill-rule="evenodd" stroke="#000"/>
<g aria-label="&quot;Where's www.wikipedia.org?&quot;">
<path d="m160.15 436.61v3.252h-0.99609v-3.252zm2.2148 0v3.252h-0.99609v-3.252z" style=""/>
<path d="m163.93 436.61h1.1953l1.8398 7.3945 1.834-7.3945h1.3301l1.8398 7.3945 1.834-7.3945h1.2012l-2.1973 8.748h-1.4883l-1.8457-7.5938-1.8633 7.5938h-1.4883z" style=""/>
<path d="m181.98 441.4v3.9609h-1.0781v-3.9258q0-0.93164-0.36328-1.3945-0.36329-0.46289-1.0898-0.46289-0.87304 0-1.377 0.55664t-0.50391 1.5176v3.709h-1.084v-9.1172h1.084v3.5742q0.38672-0.59179 0.90821-0.88476 0.52734-0.29297 1.2129-0.29297 1.1309 0 1.7109 0.70312 0.58008 0.69727 0.58008 2.0566z" style=""/>
<path d="m189.75 441.81v0.52735h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15234 0.58594-0.15235 1.1602-0.45703v1.0195q-0.58008 0.24609-1.1894 0.375-0.60938 0.1289-1.2363 0.1289-1.5703 0-2.4902-0.91406-0.91406-0.91406-0.91406-2.4726 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77343 0.84961 0.77343 2.3144zm-1.0781-0.3164q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52735-1.2773-0.52735-0.90235 0-1.4473 0.50977-0.53906 0.50976-0.62109 1.4355z" style=""/>
<path d="m195.32 439.81q-0.18164-0.10547-0.39844-0.15235-0.21094-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59765-0.48633 0.5918-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33985-0.59765 0.88477-0.88476 0.54492-0.29297 1.3242-0.29297 0.11133 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
<path d="m201.82 441.81v0.52735h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15234 0.58593-0.15235 1.1602-0.45703v1.0195q-0.58008 0.24609-1.1894 0.375-0.60938 0.1289-1.2363 0.1289-1.5703 0-2.4902-0.91406-0.91407-0.91406-0.91407-2.4726 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3144zm-1.0781-0.3164q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52735-1.2773-0.52735-0.90234 0-1.4473 0.50977-0.53906 0.50976-0.62109 1.4355z" style=""/>
<path d="m204.61 436.61v3.252h-0.9961v-3.252z" style=""/>
<path d="m211.08 438.99v1.0195q-0.45703-0.23437-0.94922-0.35156t-1.0195-0.11719q-0.80274 0-1.207 0.2461-0.39844 0.24609-0.39844 0.73828 0 0.375 0.28711 0.5918 0.28711 0.21093 1.1543 0.40429l0.36914 0.082q1.1484 0.2461 1.6289 0.69727 0.48633 0.44531 0.48633 1.248 0 0.91406-0.72656 1.4473-0.72071 0.5332-1.9863 0.5332-0.52734 0-1.1016-0.10546-0.56836-0.0996-1.2012-0.30469v-1.1133q0.59765 0.31054 1.1777 0.46875 0.58008 0.15234 1.1484 0.15234 0.76172 0 1.1719-0.25781 0.41016-0.26367 0.41016-0.73828 0-0.43946-0.29883-0.67383-0.29297-0.23438-1.2949-0.45117l-0.375-0.0879q-1.002-0.21094-1.4473-0.64453-0.44531-0.43946-0.44531-1.2012 0-0.92578 0.65625-1.4297 0.65625-0.50391 1.8633-0.50391 0.59766 0 1.125 0.0879 0.52735 0.0879 0.97266 0.26367z" style=""/>
<path d="m216.35 438.8h1.0781l1.3477 5.1211 1.3418-5.1211h1.2715l1.3476 5.1211 1.3418-5.1211h1.0781l-1.7168 6.5625h-1.2715l-1.4121-5.3789-1.418 5.3789h-1.2715z" style=""/>
<path d="m226.17 438.8h1.0781l1.3477 5.1211 1.3418-5.1211h1.2715l1.3477 5.1211 1.3418-5.1211h1.0781l-1.7168 6.5625h-1.2715l-1.4121-5.3789-1.418 5.3789h-1.2715z" style=""/>
<path d="m235.99 438.8h1.0781l1.3476 5.1211 1.3418-5.1211h1.2715l1.3477 5.1211 1.3418-5.1211h1.0781l-1.7168 6.5625h-1.2715l-1.4121-5.3789-1.418 5.3789h-1.2715z" style=""/>
<path d="m245.49 443.87h1.2363v1.4883h-1.2363z" style=""/>
<path d="m248.53 438.8h1.0781l1.3476 5.1211 1.3418-5.1211h1.2715l1.3476 5.1211 1.3418-5.1211h1.0781l-1.7168 6.5625h-1.2715l-1.4121-5.3789-1.418 5.3789h-1.2715z" style=""/>
<path d="m258.97 438.8h1.0781v6.5625h-1.0781zm0-2.5547h1.0781v1.3652h-1.0781z" style=""/>
<path d="m262.26 436.24h1.084v5.3848l3.2168-2.8301h1.377l-3.4805 3.0703 3.627 3.4922h-1.4062l-3.334-3.2051v3.2051h-1.084z" style=""/>
<path d="m269.26 438.8h1.0781v6.5625h-1.0781zm0-2.5547h1.0781v1.3652h-1.0781z" style=""/>
<path d="m273.63 444.38v3.4805h-1.084v-9.0586h1.084v0.9961q0.33984-0.58594 0.85546-0.86719 0.52149-0.28711 1.2422-0.28711 1.1953 0 1.9394 0.94922 0.75 0.94922 0.75 2.4961 0 1.5469-0.75 2.4961-0.74414 0.94921-1.9394 0.94921-0.7207 0-1.2422-0.28125-0.51562-0.2871-0.85546-0.87304zm3.668-2.291q0-1.1894-0.49218-1.8633-0.48633-0.67969-1.3418-0.67969t-1.3477 0.67969q-0.48632 0.67383-0.48632 1.8633 0 1.1895 0.48632 1.8691 0.49219 0.67383 1.3477 0.67383t1.3418-0.67383q0.49218-0.67968 0.49218-1.8691z" style=""/>
<path d="m285.82 441.81v0.52735h-4.957q0.0703 1.1133 0.66797 1.6992 0.60352 0.58008 1.6758 0.58008 0.6211 0 1.2012-0.15234 0.58593-0.15235 1.1602-0.45703v1.0195q-0.58008 0.24609-1.1894 0.375-0.60938 0.1289-1.2363 0.1289-1.5703 0-2.4902-0.91406-0.91407-0.91406-0.91407-2.4726 0-1.6113 0.86719-2.5547 0.87305-0.94922 2.3496-0.94922 1.3242 0 2.0918 0.85547 0.77344 0.84961 0.77344 2.3144zm-1.0781-0.3164q-0.0117-0.88477-0.49805-1.4121-0.48047-0.52735-1.2773-0.52735-0.90234 0-1.4473 0.50977-0.53906 0.50976-0.62109 1.4355z" style=""/>
<path d="m291.91 439.8v-3.5508h1.0781v9.1172h-1.0781v-0.98437q-0.33985 0.58594-0.86133 0.87304-0.51563 0.28125-1.2422 0.28125-1.1894 0-1.9394-0.94921-0.74414-0.94922-0.74414-2.4961 0-1.5469 0.74414-2.4961 0.75-0.94922 1.9394-0.94922 0.72656 0 1.2422 0.28711 0.52148 0.28125 0.86133 0.86719zm-3.6738 2.291q0 1.1895 0.48633 1.8691 0.49218 0.67383 1.3476 0.67383t1.3477-0.67383q0.49219-0.67968 0.49219-1.8691 0-1.1894-0.49219-1.8633-0.49219-0.67969-1.3477-0.67969t-1.3476 0.67969q-0.48633 0.67383-0.48633 1.8633z" style=""/>
<path d="m295.21 438.8h1.0781v6.5625h-1.0781zm0-2.5547h1.0781v1.3652h-1.0781z" style=""/>
<path d="m301.52 442.06q-1.3066 0-1.8106 0.29883-0.5039 0.29883-0.5039 1.0195 0 0.57422 0.375 0.91407 0.38086 0.33398 1.0312 0.33398 0.89648 0 1.4355-0.63281 0.54493-0.63867 0.54493-1.6934v-0.24024zm2.1504-0.44531v3.7441h-1.0781v-0.99609q-0.36914 0.59766-0.91993 0.88476-0.55078 0.28125-1.3476 0.28125-1.0078 0-1.6055-0.5625-0.5918-0.56835-0.5918-1.5176 0-1.1074 0.73828-1.6699 0.74414-0.5625 2.2148-0.5625h1.5117v-0.10546q0-0.74414-0.49219-1.1484-0.48633-0.41016-1.3711-0.41016-0.5625 0-1.0957 0.13477-0.5332 0.13476-1.0254 0.40429v-0.99609q0.5918-0.22851 1.1484-0.33984 0.55664-0.11719 1.084-0.11719 1.4238 0 2.127 0.73828 0.70312 0.73828 0.70312 2.2383z" style=""/>
<path d="m306.05 443.87h1.2363v1.4883h-1.2363z" style=""/>
<path d="m312.26 439.56q-0.86719 0-1.3711 0.67969-0.5039 0.67383-0.5039 1.8516 0 1.1777 0.49804 1.8574 0.50391 0.67383 1.377 0.67383 0.86132 0 1.3652-0.67969 0.50391-0.67968 0.50391-1.8516 0-1.166-0.50391-1.8457-0.50391-0.68555-1.3652-0.68555zm0-0.91406q1.4062 0 2.209 0.91406t0.80273 2.5312q0 1.6113-0.80273 2.5312-0.80273 0.91406-2.209 0.91406-1.4121 0-2.2148-0.91406-0.79687-0.91992-0.79687-2.5312 0-1.6172 0.79687-2.5312 0.80274-0.91406 2.2148-0.91406z" style=""/>
<path d="m320.86 439.81q-0.18164-0.10547-0.39844-0.15235-0.21094-0.0527-0.46875-0.0527-0.91406 0-1.4062 0.59765-0.48633 0.5918-0.48633 1.7051v3.457h-1.084v-6.5625h1.084v1.0195q0.33985-0.59765 0.88477-0.88476 0.54492-0.29297 1.3242-0.29297 0.11133 0 0.24609 0.0176 0.13477 0.0117 0.29883 0.041z" style=""/>
<path d="m326.11 442q0-1.1719-0.48633-1.8164-0.48047-0.64453-1.3535-0.64453-0.86718 0-1.3535 0.64453-0.48047 0.64454-0.48047 1.8164 0 1.166 0.48047 1.8106 0.48633 0.64453 1.3535 0.64453 0.87305 0 1.3535-0.64453 0.48633-0.64453 0.48633-1.8106zm1.0781 2.543q0 1.6758-0.74414 2.4902-0.74414 0.82032-2.2793 0.82032-0.56836 0-1.0723-0.0879-0.50391-0.082-0.97852-0.25782v-1.0488q0.47461 0.25781 0.9375 0.38085 0.4629 0.12305 0.94336 0.12305 1.0606 0 1.5879-0.55664 0.52735-0.55078 0.52735-1.6699v-0.5332q-0.33399 0.58007-0.85547 0.86718t-1.248 0.28711q-1.207 0-1.9453-0.91992t-0.73828-2.4375q0-1.5234 0.73828-2.4434t1.9453-0.91992q0.72657 0 1.248 0.28711t0.85547 0.86719v-0.9961h1.0781z" style=""/>
<path d="m330.56 443.87h1.1895v1.4883h-1.1895zm1.1543-0.86133h-1.1191v-0.90234q0-0.5918 0.16406-0.97266t0.69141-0.88476l0.52734-0.52149q0.33399-0.31054 0.48047-0.58593 0.15234-0.27539 0.15234-0.5625 0-0.52149-0.38671-0.84375-0.38086-0.32227-1.0137-0.32227-0.46289 0-0.99023 0.20508-0.52149 0.20508-1.0898 0.59765v-1.1016q0.55078-0.33398 1.1133-0.49804 0.56836-0.16407 1.1719-0.16407 1.0781 0 1.7285 0.56836 0.65625 0.56836 0.65625 1.5 0 0.44531-0.21094 0.84961-0.21094 0.39844-0.73828 0.90235l-0.51563 0.5039q-0.27539 0.27539-0.39257 0.4336-0.11133 0.15234-0.15821 0.29882-0.0351 0.12305-0.0527 0.29883t-0.0176 0.48047z" style=""/>
<path d="m336.8 436.61v3.252h-0.9961v-3.252zm2.2148 0v3.252h-0.99609v-3.252z" style=""/>
</g>
</g>
<path d="m143.04 129.57s93.338 15.556 120.21 18.385c26.87 2.8284 53.74-9.8995 53.74-9.8995s-2.8284 2.8284-36.77 2.8284c-33.941 0-141.42-29.698-141.42-29.698s59.397 5.6569 107.48 5.6569 73.539-24.042 73.539-24.042-5.6569 2.8284-41.012 7.0711c-35.355 4.2426-140.01 1.4142-140.01 1.4142s65.054-9.8995 114.55-19.799c49.497-9.8995 63.64-28.284 63.64-28.284s-137.18 21.213-181.02 39.598" fill="none" marker-start="url(#Arrow1Lstart)" stroke="#000" stroke-width="1.0016"/>
<g transform="matrix(.78618 0 0 .78618 24.575 -396.18)">
<path transform="translate(39.598 -31.113)" d="m252.44 618.91a12.728 12.728 0 1 1-25.456 0 12.728 12.728 0 1 1 25.456 0z" color="#000000" fill="#fff" fill-rule="evenodd" stroke="#000"/>
<g aria-label="1">
<path d="m276.81 591.17h1.9336v-6.6738l-2.1035 0.42188v-1.0781l2.0918-0.42187h1.1836v7.752h1.9336v0.99609h-5.0391z" style=""/>
</g>
</g>
<g transform="matrix(.78618 0 0 .78618 -12.515 -364.46)">
<path transform="translate(77.782 -28.284)" d="m252.44 618.91a12.728 12.728 0 1 1-25.456 0 12.728 12.728 0 1 1 25.456 0z" color="#000000" fill="#fff" fill-rule="evenodd" stroke="#000"/>
<g aria-label="2">
<path d="m315.9 594.08h4.1309v0.99609h-5.5547v-0.99609q0.67383-0.69726 1.834-1.8691 1.166-1.1777 1.4648-1.5176 0.56836-0.63867 0.79101-1.0781 0.22852-0.44532 0.22852-0.87305 0-0.69727-0.49219-1.1367-0.48633-0.43945-1.2715-0.43945-0.55664 0-1.1777 0.19336-0.61523 0.19336-1.3184 0.58594v-1.1953q0.71485-0.28711 1.3359-0.43359 0.62109-0.14649 1.1367-0.14649 1.3594 0 2.168 0.67969 0.80859 0.67969 0.80859 1.8164 0 0.53906-0.20508 1.0254-0.19922 0.48047-0.73242 1.1367-0.14648 0.16992-0.93164 0.98437-0.78516 0.8086-2.2148 2.2676z" style=""/>
</g>
</g>
<g transform="matrix(.78618 0 0 .78618 -63.348 -338.91)">
<path transform="translate(124.45 -21.213)" d="m252.44 618.91a12.728 12.728 0 1 1-25.456 0 12.728 12.728 0 1 1 25.456 0z" color="#000000" fill="#fff" fill-rule="evenodd" stroke="#000"/>
<g aria-label="3">
<path d="m365.18 597.34q0.8496 0.18164 1.3242 0.75586 0.48047 0.57422 0.48047 1.418 0 1.2949-0.89062 2.0039-0.89063 0.70898-2.5312 0.70898-0.55078 0-1.1367-0.11133-0.58008-0.10547-1.2012-0.32226v-1.1426q0.49218 0.28711 1.0781 0.43359 0.58594 0.14649 1.2246 0.14649 1.1133 0 1.6934-0.43946 0.58594-0.43945 0.58594-1.2773 0-0.77344-0.54492-1.207-0.53907-0.43945-1.5059-0.43945h-1.0195v-0.97266h1.0664q0.87305 0 1.3359-0.3457 0.46289-0.35157 0.46289-1.0078 0-0.67382-0.48047-1.0312-0.47461-0.36328-1.3652-0.36328-0.48633 0-1.043 0.10547t-1.2246 0.32813v-1.0547q0.67383-0.1875 1.2598-0.28125 0.5918-0.0937 1.1133-0.0937 1.3476 0 2.1328 0.61523 0.78515 0.60938 0.78515 1.6524 0 0.72656-0.41601 1.2305-0.41602 0.49804-1.1836 0.6914z" style=""/>
</g>
</g>
<g transform="translate(17.179 -557.22)">
<rect x="242.33" y="620.19" width="112.14" height="15.818" rx="97" ry="15" color="#000000" fill="#fff" stroke="#000"/>
<g transform="translate(-1.1302 -.49201)" color="#000000" stroke-width="1px" style="text-decoration-line:none;text-indent:0;text-transform:none" aria-label="&quot;Try 204.74.112.1&quot;">
<path d="m261 625.55v2.2628h-0.69311v-2.2628zm1.5412 0v2.2628h-0.69311v-2.2628z"/>
<path d="m263.33 625.55h5.1494v0.69311h-2.1609v5.394h-0.82766v-5.394h-2.1609z"/>
<path d="m270.67 627.77q-0.12639-0.0734-0.27724-0.106-0.14678-0.0367-0.32617-0.0367-0.63603 0-0.97851 0.41587-0.3384 0.41179-0.3384 1.1864v2.4055h-0.75427v-4.5664h0.75427v0.70942q0.23647-0.41586 0.61564-0.61564 0.37918-0.20386 0.92143-0.20386 0.0775 0 0.17124 0.0122 0.0938 8e-3 0.20794 0.0285z"/>
<path d="m273.37 632.06q-0.31801 0.81542-0.61972 1.0641-0.30171 0.2487-0.80727 0.2487h-0.59934v-0.62787h0.44033q0.30986 0 0.4811-0.14678t0.37918-0.69311l0.13454-0.34248-1.8469-4.493h0.79504l1.427 3.5716 1.427-3.5716h0.79504z"/>
<path d="m279.88 630.94h2.8744v0.69311h-3.8651v-0.69311q0.46887-0.48518 1.2761-1.3006 0.81135-0.8195 1.0193-1.056 0.39549-0.44441 0.55042-0.7502 0.159-0.30986 0.159-0.60749 0-0.48518-0.34247-0.79096-0.33841-0.30578-0.88474-0.30578-0.38733 0-0.8195 0.13454-0.4281 0.13455-0.91736 0.40771v-0.83173q0.49741-0.19978 0.92959-0.30171 0.43217-0.10193 0.79096-0.10193 0.94589 0 1.5085 0.47295 0.56264 0.47295 0.56264 1.2639 0 0.3751-0.1427 0.7135-0.13862 0.33432-0.50964 0.79096-0.10193 0.11824-0.64826 0.68496-0.54634 0.56264-1.5412 1.5778z"/>
<path d="m286.25 626.09q-0.63604 0-0.95813 0.62788-0.31801 0.6238-0.31801 1.8796 0 1.2517 0.31801 1.8796 0.32209 0.6238 0.95813 0.6238 0.64011 0 0.95812-0.6238 0.32209-0.62787 0.32209-1.8796 0-1.2558-0.32209-1.8796-0.31801-0.62788-0.95812-0.62788zm0-0.65234q1.0234 0 1.5615 0.81135 0.54225 0.80727 0.54225 2.3484 0 1.5371-0.54225 2.3484-0.53818 0.80727-1.5615 0.80727t-1.5656-0.80727q-0.53818-0.81135-0.53818-2.3484 0-1.5412 0.53818-2.3484 0.54226-0.81135 1.5656-0.81135z"/>
<path d="m292.07 626.26-2.0793 3.2495h2.0793zm-0.21609-0.71757h1.0356v3.967h0.86843v0.68496h-0.86843v1.4352h-0.8195v-1.4352h-2.748v-0.79504z"/>
<path d="m295.12 630.6h0.86027v1.0356h-0.86027z"/>
<path d="m297.57 625.55h3.914v0.35063l-2.2098 5.7365h-0.86027l2.0793-5.394h-2.9233z"/>
<path d="m305.36 626.26-2.0793 3.2495h2.0793zm-0.21608-0.71757h1.0356v3.967h0.86843v0.68496h-0.86843v1.4352h-0.81951v-1.4352h-2.748v-0.79504z"/>
<path d="m308.41 630.6h0.86028v1.0356h-0.86028z"/>
<path d="m311.21 630.94h1.3454v-4.6438l-1.4637 0.29355v-0.75019l1.4555-0.29355h0.82358v5.394h1.3454v0.69311h-3.5063z"/>
<path d="m316.53 630.94h1.3455v-4.6438l-1.4637 0.29355v-0.75019l1.4555-0.29355h0.82358v5.394h1.3454v0.69311h-3.5063z"/>
<path d="m322.41 630.94h2.8744v0.69311h-3.8651v-0.69311q0.46887-0.48518 1.2761-1.3006 0.81135-0.8195 1.0193-1.056 0.39548-0.44441 0.55041-0.7502 0.15901-0.30986 0.15901-0.60749 0-0.48518-0.34248-0.79096-0.3384-0.30578-0.88474-0.30578-0.38732 0-0.8195 0.13454-0.4281 0.13455-0.91735 0.40771v-0.83173q0.49741-0.19978 0.92958-0.30171 0.43218-0.10193 0.79097-0.10193 0.94589 0 1.5085 0.47295 0.56265 0.47295 0.56265 1.2639 0 0.3751-0.1427 0.7135-0.13863 0.33432-0.50964 0.79096-0.10193 0.11824-0.64827 0.68496-0.54633 0.56264-1.5412 1.5778z"/>
<path d="m327.02 630.6h0.86028v1.0356h-0.86028z"/>
<path d="m329.82 630.94h1.3454v-4.6438l-1.4637 0.29355v-0.75019l1.4555-0.29355h0.82358v5.394h1.3454v0.69311h-3.5063z"/>
<path d="m335.6 625.55v2.2628h-0.69311v-2.2628zm1.5412 0v2.2628h-0.69311v-2.2628z"/>
</g>
</g>
<g transform="translate(-73.331 -513.38)">
<rect x="313.75" y="623.72" width="112.14" height="15.818" rx="97" ry="15" color="#000000" fill="#fff" stroke="#000"/>
<g color="#000000" stroke-width="1px" style="text-decoration-line:none;text-indent:0;text-transform:none" aria-label="&quot;Try 207.142.131.234&quot;">
<path d="m324.64 628.37v2.2628h-0.69311v-2.2628zm1.5412 0v2.2628h-0.69312v-2.2628z" style=""/>
<path d="m326.97 628.37h5.1494v0.69311h-2.1609v5.394h-0.82766v-5.394h-2.1609z" style=""/>
<path d="m334.31 630.6q-0.12639-0.0734-0.27724-0.106-0.14678-0.0367-0.32617-0.0367-0.63604 0-0.97851 0.41587-0.33841 0.41179-0.33841 1.1864v2.4055h-0.75426v-4.5664h0.75426v0.70942q0.23648-0.41586 0.61565-0.61564 0.37917-0.20386 0.92143-0.20386 0.0775 0 0.17124 0.0122 0.0938 8e-3 0.20793 0.0285z" style=""/>
<path d="m337.01 634.89q-0.31801 0.81542-0.61972 1.0641-0.30171 0.2487-0.80727 0.2487h-0.59934v-0.62787h0.44033q0.30986 0 0.4811-0.14678t0.37917-0.69311l0.13455-0.34248-1.8469-4.493h0.79504l1.427 3.5716 1.427-3.5716h0.79504z" style=""/>
<path d="m343.52 633.77h2.8744v0.69311h-3.8651v-0.69311q0.46887-0.48518 1.2761-1.3006 0.81135-0.8195 1.0193-1.056 0.39548-0.44441 0.55041-0.7502 0.15901-0.30986 0.15901-0.60749 0-0.48518-0.34248-0.79096-0.3384-0.30578-0.88473-0.30578-0.38733 0-0.81951 0.13454-0.42809 0.13455-0.91735 0.40771v-0.83173q0.49741-0.19978 0.92959-0.30171 0.43217-0.10193 0.79096-0.10193 0.94589 0 1.5085 0.47295 0.56264 0.47295 0.56264 1.2639 0 0.3751-0.1427 0.7135-0.13862 0.33432-0.50964 0.79096-0.10193 0.11824-0.64826 0.68496-0.54634 0.56264-1.5412 1.5778z" style=""/>
<path d="m349.89 628.92q-0.63603 0-0.95812 0.62788-0.31802 0.6238-0.31802 1.8796 0 1.2517 0.31802 1.8796 0.32209 0.6238 0.95812 0.6238 0.64011 0 0.95813-0.6238 0.32209-0.62787 0.32209-1.8796 0-1.2558-0.32209-1.8796-0.31802-0.62788-0.95813-0.62788zm0-0.65234q1.0234 0 1.5615 0.81135 0.54226 0.80727 0.54226 2.3484 0 1.5371-0.54226 2.3484-0.53818 0.80727-1.5615 0.80727t-1.5656-0.80727q-0.53818-0.81135-0.53818-2.3484 0-1.5412 0.53818-2.3484 0.54225-0.81135 1.5656-0.81135z" style=""/>
<path d="m353.24 628.37h3.914v0.35063l-2.2098 5.7365h-0.86027l2.0793-5.394h-2.9233z" style=""/>
<path d="m358.76 633.43h0.86027v1.0356h-0.86027z" style=""/>
<path d="m361.56 633.77h1.3454v-4.6438l-1.4637 0.29355v-0.75019l1.4555-0.29355h0.82358v5.394h1.3454v0.69311h-3.5063z" style=""/>
<path d="m369 629.09-2.0793 3.2495h2.0793zm-0.21609-0.71757h1.0356v3.967h0.86843v0.68496h-0.86843v1.4352h-0.8195v-1.4352h-2.748v-0.79504z" style=""/>
<path d="m372.76 633.77h2.8744v0.69311h-3.8651v-0.69311q0.46887-0.48518 1.2761-1.3006 0.81135-0.8195 1.0193-1.056 0.39548-0.44441 0.55041-0.7502 0.15901-0.30986 0.15901-0.60749 0-0.48518-0.34248-0.79096-0.3384-0.30578-0.88473-0.30578-0.38733 0-0.81951 0.13454-0.42809 0.13455-0.91735 0.40771v-0.83173q0.49741-0.19978 0.92958-0.30171 0.43218-0.10193 0.79097-0.10193 0.94589 0 1.5085 0.47295 0.56265 0.47295 0.56265 1.2639 0 0.3751-0.1427 0.7135-0.13862 0.33432-0.50964 0.79096-0.10193 0.11824-0.64827 0.68496-0.54633 0.56264-1.5412 1.5778z" style=""/>
<path d="m377.37 633.43h0.86028v1.0356h-0.86028z" style=""/>
<path d="m380.17 633.77h1.3454v-4.6438l-1.4637 0.29355v-0.75019l1.4555-0.29355h0.82358v5.394h1.3454v0.69311h-3.5063z" style=""/>
<path d="m387.84 631.18q0.59118 0.12639 0.92143 0.52595 0.33432 0.39956 0.33432 0.98666 0 0.90105-0.61972 1.3944t-1.7613 0.49333q-0.38325 0-0.79096-0.0775-0.40364-0.0734-0.83581-0.22424v-0.79504q0.34248 0.19978 0.75019 0.3017 0.40771 0.10193 0.85212 0.10193 0.77465 0 1.1783-0.30578 0.40771-0.30579 0.40771-0.88882 0-0.53818-0.37917-0.83988-0.3751-0.30579-1.0478-0.30579h-0.70942v-0.6768h0.74203q0.60749 0 0.92959-0.24055 0.32209-0.24463 0.32209-0.70127 0-0.46887-0.33432-0.71757-0.33025-0.25278-0.94997-0.25278-0.33841 0-0.72573 0.0734-0.38733 0.0734-0.85212 0.22832v-0.73388q0.46887-0.13047 0.87658-0.1957 0.41179-0.0652 0.77465-0.0652 0.93774 0 1.4841 0.4281 0.54633 0.42402 0.54633 1.1498 0 0.50557-0.28947 0.8562-0.28948 0.34655-0.82358 0.4811z" style=""/>
<path d="m390.8 633.77h1.3454v-4.6438l-1.4637 0.29355v-0.75019l1.4555-0.29355h0.82358v5.394h1.3454v0.69311h-3.5063z" style=""/>
<path d="m395.98 633.43h0.86028v1.0356h-0.86028z" style=""/>
<path d="m399.35 633.77h2.8744v0.69311h-3.8651v-0.69311q0.46887-0.48518 1.2761-1.3006 0.81135-0.8195 1.0193-1.056 0.39548-0.44441 0.55041-0.7502 0.15901-0.30986 0.15901-0.60749 0-0.48518-0.34248-0.79096-0.3384-0.30578-0.88473-0.30578-0.38733 0-0.81951 0.13454-0.42809 0.13455-0.91735 0.40771v-0.83173q0.49741-0.19978 0.92959-0.30171 0.43217-0.10193 0.79096-0.10193 0.94589 0 1.5085 0.47295 0.56264 0.47295 0.56264 1.2639 0 0.3751-0.1427 0.7135-0.13862 0.33432-0.50964 0.79096-0.10193 0.11824-0.64827 0.68496-0.54633 0.56264-1.5412 1.5778z" style=""/>
<path d="m406.45 631.18q0.59118 0.12639 0.92143 0.52595 0.33432 0.39956 0.33432 0.98666 0 0.90105-0.61972 1.3944t-1.7613 0.49333q-0.38325 0-0.79096-0.0775-0.40364-0.0734-0.83581-0.22424v-0.79504q0.34247 0.19978 0.75019 0.3017 0.40771 0.10193 0.85212 0.10193 0.77465 0 1.1783-0.30578 0.40771-0.30579 0.40771-0.88882 0-0.53818-0.37917-0.83988-0.3751-0.30579-1.0478-0.30579h-0.70942v-0.6768h0.74204q0.60749 0 0.92959-0.24055 0.32209-0.24463 0.32209-0.70127 0-0.46887-0.33432-0.71757-0.33025-0.25278-0.94998-0.25278-0.3384 0-0.72572 0.0734-0.38733 0.0734-0.85212 0.22832v-0.73388q0.46887-0.13047 0.87658-0.1957 0.41179-0.0652 0.77465-0.0652 0.93774 0 1.4841 0.4281 0.54633 0.42402 0.54633 1.1498 0 0.50557-0.28947 0.8562-0.28948 0.34655-0.82358 0.4811z" style=""/>
<path d="m411.53 629.09-2.0793 3.2495h2.0793zm-0.21608-0.71757h1.0356v3.967h0.86843v0.68496h-0.86843v1.4352h-0.81951v-1.4352h-2.748v-0.79504z" style=""/>
<path d="m415.19 628.37v2.2628h-0.69311v-2.2628zm1.5412 0v2.2628h-0.69311v-2.2628z" style=""/>
</g>
</g>
<g transform="translate(-95.251 -478.02)">
<rect x="313.75" y="623.72" width="112.14" height="15.818" rx="97" ry="15" color="#000000" fill="#fff" stroke="#000"/>
<g transform="translate(1.9767 -.46512)" color="#000000" stroke-width="1px" style="text-decoration-line:none;text-indent:0;text-transform:none" aria-label="&quot;It's at xxx.xx.xx.xxx&quot;">
<path d="m324.64 628.37v2.2628h-0.69311v-2.2628zm1.5412 0v2.2628h-0.69312v-2.2628z"/>
<path d="m327.82 628.37h0.82358v6.0872h-0.82358z"/>
<path d="m330.99 628.6v1.2965h1.5452v0.58303h-1.5452v2.4789q0 0.55856 0.15086 0.71757 0.15493 0.15901 0.6238 0.15901h0.77057v0.62788h-0.77057q-0.86843 0-1.1987-0.3221-0.33025-0.32617-0.33025-1.1824v-2.4789h-0.55041v-0.58303h0.55041v-1.2965z"/>
<path d="m334.23 628.37v2.2628h-0.69312v-2.2628z"/>
<path d="m338.73 630.03v0.70942q-0.31801-0.16309-0.66049-0.24463-0.34248-0.0815-0.70942-0.0815-0.55857 0-0.83989 0.17124-0.27724 0.17124-0.27724 0.51372 0 0.26093 0.19978 0.41179 0.19977 0.14677 0.80319 0.28132l0.25686 0.0571q0.79912 0.17124 1.1334 0.48518 0.3384 0.30986 0.3384 0.86842 0 0.63604-0.50556 1.0071-0.50149 0.37101-1.3822 0.37101-0.36694 0-0.7665-0.0734-0.39548-0.0693-0.83581-0.21202v-0.77465q0.41587 0.21609 0.8195 0.32617 0.40364 0.10601 0.79912 0.10601 0.53003 0 0.81543-0.1794 0.28539-0.18347 0.28539-0.51372 0-0.30578-0.20793-0.46886-0.20386-0.16309-0.90104-0.31394l-0.26094-0.0612q-0.69719-0.14678-1.007-0.44848-0.30986-0.30579-0.30986-0.83582 0-0.64418 0.45664-0.99481 0.45663-0.35064 1.2965-0.35064 0.41587 0 0.78281 0.0612t0.6768 0.18347z"/>
<path d="m344.91 632.17q-0.9092 0-1.2598 0.20794-0.35063 0.20793-0.35063 0.70942 0 0.39956 0.26093 0.63603 0.26502 0.2324 0.71758 0.2324 0.6238 0 0.99889-0.44033 0.37918-0.44441 0.37918-1.1783v-0.16717zm1.4963-0.30986v2.6053h-0.75019v-0.69311q-0.25686 0.41586-0.64011 0.61564-0.38325 0.1957-0.93774 0.1957-0.70127 0-1.1171-0.3914-0.41178-0.39548-0.41178-1.056 0-0.77057 0.51371-1.162 0.5178-0.3914 1.5412-0.3914h1.0519v-0.0734q0-0.5178-0.34248-0.79912-0.3384-0.2854-0.95405-0.2854-0.3914 0-0.76242 0.0938t-0.7135 0.28132v-0.69311q0.41179-0.15901 0.79912-0.23648 0.38732-0.0815 0.75426-0.0815 0.99075 0 1.48 0.51372 0.48926 0.51372 0.48926 1.5575z"/>
<path d="m348.7 628.6v1.2965h1.5452v0.58303h-1.5452v2.4789q0 0.55856 0.15086 0.71757 0.15493 0.15901 0.6238 0.15901h0.77057v0.62788h-0.77057q-0.86843 0-1.1987-0.3221-0.33024-0.32617-0.33024-1.1824v-2.4789h-0.55042v-0.58303h0.55042v-1.2965z"/>
<path d="m357.69 629.9-1.6512 2.222 1.7369 2.3444h-0.88474l-1.3291-1.7939-1.3292 1.7939h-0.88473l1.7736-2.3892-1.6227-2.1772h0.88474l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m362.63 629.9-1.6512 2.222 1.7368 2.3444h-0.88473l-1.3292-1.7939-1.3291 1.7939h-0.88474l1.7736-2.3892-1.6227-2.1772h0.88473l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m367.57 629.9-1.6512 2.222 1.7368 2.3444h-0.88473l-1.3292-1.7939-1.3291 1.7939h-0.88474l1.7736-2.3892-1.6227-2.1772h0.88473l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m368.82 633.43h0.86028v1.0356h-0.86028z"/>
<path d="m375.17 629.9-1.6512 2.222 1.7369 2.3444h-0.88474l-1.3291-1.7939-1.3291 1.7939h-0.88474l1.7736-2.3892-1.6227-2.1772h0.88474l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m380.11 629.9-1.6512 2.222 1.7369 2.3444h-0.88474l-1.3291-1.7939-1.3292 1.7939h-0.88473l1.7736-2.3892-1.6227-2.1772h0.88474l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m381.37 633.43h0.86027v1.0356h-0.86027z"/>
<path d="m387.71 629.9-1.6512 2.222 1.7368 2.3444h-0.88473l-1.3292-1.7939-1.3291 1.7939h-0.88474l1.7736-2.3892-1.6227-2.1772h0.88473l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m392.65 629.9-1.6512 2.222 1.7369 2.3444h-0.88474l-1.3291-1.7939-1.3291 1.7939h-0.88474l1.7736-2.3892-1.6227-2.1772h0.88474l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m393.91 633.43h0.86028v1.0356h-0.86028z"/>
<path d="m400.25 629.9-1.6512 2.222 1.7369 2.3444h-0.88474l-1.3291-1.7939-1.3292 1.7939h-0.88473l1.7736-2.3892-1.6227-2.1772h0.88474l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m405.2 629.9-1.6512 2.222 1.7368 2.3444h-0.88473l-1.3292-1.7939-1.3291 1.7939h-0.88474l1.7736-2.3892-1.6227-2.1772h0.88473l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m410.14 629.9-1.6512 2.222 1.7369 2.3444h-0.88474l-1.3291-1.7939-1.3292 1.7939h-0.88473l1.7736-2.3892-1.6227-2.1772h0.88474l1.2109 1.6268 1.2109-1.6268z"/>
<path d="m411.99 628.37v2.2628h-0.69312v-2.2628zm1.5412 0v2.2628h-0.69311v-2.2628z"/>
</g>
</g>
</svg>
\ No newline at end of file
img/files.png

34.1 KiB

img/funcircuitswitching.png

22.2 KiB

img/group_selection_ifb.png

18.4 KiB

img/hdd.png

1.35 MiB

img/join_a_group.png

3.3 KiB

img/login_ifb.png

2.13 KiB

img/logo-lbmc.png

15.2 KiB

img/logo-prabi.png

23.4 KiB

img/my_VM_ifb.png

14.2 KiB

img/my_appliances_ifb.png

36.7 KiB

img/openssh.png

81.2 KiB

img/os-stacks.png

29.4 KiB

img/packet_switching.gif

7.47 MiB

img/partition.png

29.3 KiB

img/private_key_signing.png

38.1 KiB