Skip to content

Instantly share code, notes, and snippets.

@tbsmcd
Created May 18, 2020 14:37
Show Gist options
  • Save tbsmcd/11c591526c9c4d58efe25202bc27fb4d to your computer and use it in GitHub Desktop.
Save tbsmcd/11c591526c9c4d58efe25202bc27fb4d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{"cells":[{"metadata":{"_uuid":"8f2839f25d086af736a60e9eeb907d3b93b6e0e5","_cell_guid":"b1076dfc-b9ad-4769-8c92-a6c4dae69d19","trusted":true},"cell_type":"code","source":"import pandas as pd\nimport pandas_profiling\n\ntrain = pd.read_csv('../input/titanic/train.csv')\ntrain.profile_report()","execution_count":1,"outputs":[{"output_type":"display_data","data":{"text/plain":"HBox(children=(FloatProgress(value=0.0, description='variables', max=12.0, style=ProgressStyle(description_wid…","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"e4babec4bf6d476686ecd5bc91597f9b"}},"metadata":{}},{"output_type":"stream","text":"\n","name":"stdout"},{"output_type":"display_data","data":{"text/plain":"HBox(children=(FloatProgress(value=0.0, description='correlations', max=6.0, style=ProgressStyle(description_w…","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"a3306b3044404c0d85a0b3348a9795b3"}},"metadata":{}},{"output_type":"stream","text":"\n","name":"stdout"},{"output_type":"display_data","data":{"text/plain":"HBox(children=(FloatProgress(value=0.0, description='interactions [continuous]', max=25.0, style=ProgressStyle…","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"feebdfb440a94489b05ee77b80981176"}},"metadata":{}},{"output_type":"stream","text":"\n","name":"stdout"},{"output_type":"display_data","data":{"text/plain":"HBox(children=(FloatProgress(value=0.0, description='table', max=1.0, style=ProgressStyle(description_width='i…","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"dbf477139d614d52b9875a84294f31a5"}},"metadata":{}},{"output_type":"stream","text":"\n","name":"stdout"},{"output_type":"display_data","data":{"text/plain":"HBox(children=(FloatProgress(value=0.0, description='missing', max=4.0, style=ProgressStyle(description_width=…","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"51fc8b0d9db54080ae484e6ae1454e09"}},"metadata":{}},{"output_type":"stream","text":"\n","name":"stdout"},{"output_type":"display_data","data":{"text/plain":"HBox(children=(FloatProgress(value=0.0, description='warnings', max=3.0, style=ProgressStyle(description_width…","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"d9c39365b1dc42e3b12c4525a6d3a410"}},"metadata":{}},{"output_type":"stream","text":"\n","name":"stdout"},{"output_type":"display_data","data":{"text/plain":"HBox(children=(FloatProgress(value=0.0, description='package', max=1.0, style=ProgressStyle(description_width=…","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"2ac90f8920a7425a9e5b48f6c640f6b6"}},"metadata":{}},{"output_type":"stream","text":"\n","name":"stdout"},{"output_type":"display_data","data":{"text/plain":"HBox(children=(FloatProgress(value=0.0, description='build report structure', max=1.0, style=ProgressStyle(des…","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"682085286c254980b39f4b7e2bc9ac94"}},"metadata":{}},{"output_type":"stream","text":"\n","name":"stdout"},{"output_type":"stream","text":"/opt/conda/lib/python3.7/site-packages/IPython/core/display.py:701: UserWarning: Consider using IPython.display.IFrame instead\n warnings.warn(\"Consider using IPython.display.IFrame instead\")\n","name":"stderr"},{"output_type":"display_data","data":{"text/plain":"<IPython.core.display.HTML object>","text/html":"<iframe width=\"100%\" height=\"800px\" srcdoc=\"&lt;!doctype html&gt;&lt;html lang=en&gt;&lt;head&gt;&lt;meta charset=utf-8&gt;&lt;meta name=viewport content=&quot;width=device-width, initial-scale=1, shrink-to-fit=no&quot;&gt;&lt;meta name=description content=&quot;Profile report generated with the `pandas-profiling` Python package&quot;&gt;&lt;meta name=author content=&quot;Simon Brugman and the open source community.&quot;&gt;&lt;meta name=generator content=&quot;Pandas Profiling v2.6.0&quot;&gt;&lt;meta name=url content=https://github.com/pandas-profiling/pandas-profiling&gt;&lt;meta name=date content&gt;&lt;title&gt;Pandas Profiling Report&lt;/title&gt;&lt;style&gt;\n/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:&quot; (&quot; attr(href) &quot;)&quot;}abbr[title]:after{content:&quot; (&quot; attr(title) &quot;)&quot;}a[href^=&quot;javascript:&quot;]:after,a[href^=&quot;#&quot;]:after{content:&quot;&quot;}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:&#x27;Glyphicons Halflings&#x27;;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format(&#x27;embedded-opentype&#x27;),url(../fonts/glyphicons-halflings-regular.woff2) format(&#x27;woff2&#x27;),url(../fonts/glyphicons-halflings-regular.woff) format(&#x27;woff&#x27;),url(../fonts/glyphicons-halflings-regular.ttf) format(&#x27;truetype&#x27;),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format(&#x27;svg&#x27;)}.glyphicon{position:relative;top:1px;display:inline-block;font-family:&#x27;Glyphicons Halflings&#x27;;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:&quot;\\002a&quot;}.glyphicon-plus:before{content:&quot;\\002b&quot;}.glyphicon-eur:before,.glyphicon-euro:before{content:&quot;\\20ac&quot;}.glyphicon-minus:before{content:&quot;\\2212&quot;}.glyphicon-cloud:before{content:&quot;\\2601&quot;}.glyphicon-envelope:before{content:&quot;\\2709&quot;}.glyphicon-pencil:before{content:&quot;\\270f&quot;}.glyphicon-glass:before{content:&quot;\\e001&quot;}.glyphicon-music:before{content:&quot;\\e002&quot;}.glyphicon-search:before{content:&quot;\\e003&quot;}.glyphicon-heart:before{content:&quot;\\e005&quot;}.glyphicon-star:before{content:&quot;\\e006&quot;}.glyphicon-star-empty:before{content:&quot;\\e007&quot;}.glyphicon-user:before{content:&quot;\\e008&quot;}.glyphicon-film:before{content:&quot;\\e009&quot;}.glyphicon-th-large:before{content:&quot;\\e010&quot;}.glyphicon-th:before{content:&quot;\\e011&quot;}.glyphicon-th-list:before{content:&quot;\\e012&quot;}.glyphicon-ok:before{content:&quot;\\e013&quot;}.glyphicon-remove:before{content:&quot;\\e014&quot;}.glyphicon-zoom-in:before{content:&quot;\\e015&quot;}.glyphicon-zoom-out:before{content:&quot;\\e016&quot;}.glyphicon-off:before{content:&quot;\\e017&quot;}.glyphicon-signal:before{content:&quot;\\e018&quot;}.glyphicon-cog:before{content:&quot;\\e019&quot;}.glyphicon-trash:before{content:&quot;\\e020&quot;}.glyphicon-home:before{content:&quot;\\e021&quot;}.glyphicon-file:before{content:&quot;\\e022&quot;}.glyphicon-time:before{content:&quot;\\e023&quot;}.glyphicon-road:before{content:&quot;\\e024&quot;}.glyphicon-download-alt:before{content:&quot;\\e025&quot;}.glyphicon-download:before{content:&quot;\\e026&quot;}.glyphicon-upload:before{content:&quot;\\e027&quot;}.glyphicon-inbox:before{content:&quot;\\e028&quot;}.glyphicon-play-circle:before{content:&quot;\\e029&quot;}.glyphicon-repeat:before{content:&quot;\\e030&quot;}.glyphicon-refresh:before{content:&quot;\\e031&quot;}.glyphicon-list-alt:before{content:&quot;\\e032&quot;}.glyphicon-lock:before{content:&quot;\\e033&quot;}.glyphicon-flag:before{content:&quot;\\e034&quot;}.glyphicon-headphones:before{content:&quot;\\e035&quot;}.glyphicon-volume-off:before{content:&quot;\\e036&quot;}.glyphicon-volume-down:before{content:&quot;\\e037&quot;}.glyphicon-volume-up:before{content:&quot;\\e038&quot;}.glyphicon-qrcode:before{content:&quot;\\e039&quot;}.glyphicon-barcode:before{content:&quot;\\e040&quot;}.glyphicon-tag:before{content:&quot;\\e041&quot;}.glyphicon-tags:before{content:&quot;\\e042&quot;}.glyphicon-book:before{content:&quot;\\e043&quot;}.glyphicon-bookmark:before{content:&quot;\\e044&quot;}.glyphicon-print:before{content:&quot;\\e045&quot;}.glyphicon-camera:before{content:&quot;\\e046&quot;}.glyphicon-font:before{content:&quot;\\e047&quot;}.glyphicon-bold:before{content:&quot;\\e048&quot;}.glyphicon-italic:before{content:&quot;\\e049&quot;}.glyphicon-text-height:before{content:&quot;\\e050&quot;}.glyphicon-text-width:before{content:&quot;\\e051&quot;}.glyphicon-align-left:before{content:&quot;\\e052&quot;}.glyphicon-align-center:before{content:&quot;\\e053&quot;}.glyphicon-align-right:before{content:&quot;\\e054&quot;}.glyphicon-align-justify:before{content:&quot;\\e055&quot;}.glyphicon-list:before{content:&quot;\\e056&quot;}.glyphicon-indent-left:before{content:&quot;\\e057&quot;}.glyphicon-indent-right:before{content:&quot;\\e058&quot;}.glyphicon-facetime-video:before{content:&quot;\\e059&quot;}.glyphicon-picture:before{content:&quot;\\e060&quot;}.glyphicon-map-marker:before{content:&quot;\\e062&quot;}.glyphicon-adjust:before{content:&quot;\\e063&quot;}.glyphicon-tint:before{content:&quot;\\e064&quot;}.glyphicon-edit:before{content:&quot;\\e065&quot;}.glyphicon-share:before{content:&quot;\\e066&quot;}.glyphicon-check:before{content:&quot;\\e067&quot;}.glyphicon-move:before{content:&quot;\\e068&quot;}.glyphicon-step-backward:before{content:&quot;\\e069&quot;}.glyphicon-fast-backward:before{content:&quot;\\e070&quot;}.glyphicon-backward:before{content:&quot;\\e071&quot;}.glyphicon-play:before{content:&quot;\\e072&quot;}.glyphicon-pause:before{content:&quot;\\e073&quot;}.glyphicon-stop:before{content:&quot;\\e074&quot;}.glyphicon-forward:before{content:&quot;\\e075&quot;}.glyphicon-fast-forward:before{content:&quot;\\e076&quot;}.glyphicon-step-forward:before{content:&quot;\\e077&quot;}.glyphicon-eject:before{content:&quot;\\e078&quot;}.glyphicon-chevron-left:before{content:&quot;\\e079&quot;}.glyphicon-chevron-right:before{content:&quot;\\e080&quot;}.glyphicon-plus-sign:before{content:&quot;\\e081&quot;}.glyphicon-minus-sign:before{content:&quot;\\e082&quot;}.glyphicon-remove-sign:before{content:&quot;\\e083&quot;}.glyphicon-ok-sign:before{content:&quot;\\e084&quot;}.glyphicon-question-sign:before{content:&quot;\\e085&quot;}.glyphicon-info-sign:before{content:&quot;\\e086&quot;}.glyphicon-screenshot:before{content:&quot;\\e087&quot;}.glyphicon-remove-circle:before{content:&quot;\\e088&quot;}.glyphicon-ok-circle:before{content:&quot;\\e089&quot;}.glyphicon-ban-circle:before{content:&quot;\\e090&quot;}.glyphicon-arrow-left:before{content:&quot;\\e091&quot;}.glyphicon-arrow-right:before{content:&quot;\\e092&quot;}.glyphicon-arrow-up:before{content:&quot;\\e093&quot;}.glyphicon-arrow-down:before{content:&quot;\\e094&quot;}.glyphicon-share-alt:before{content:&quot;\\e095&quot;}.glyphicon-resize-full:before{content:&quot;\\e096&quot;}.glyphicon-resize-small:before{content:&quot;\\e097&quot;}.glyphicon-exclamation-sign:before{content:&quot;\\e101&quot;}.glyphicon-gift:before{content:&quot;\\e102&quot;}.glyphicon-leaf:before{content:&quot;\\e103&quot;}.glyphicon-fire:before{content:&quot;\\e104&quot;}.glyphicon-eye-open:before{content:&quot;\\e105&quot;}.glyphicon-eye-close:before{content:&quot;\\e106&quot;}.glyphicon-warning-sign:before{content:&quot;\\e107&quot;}.glyphicon-plane:before{content:&quot;\\e108&quot;}.glyphicon-calendar:before{content:&quot;\\e109&quot;}.glyphicon-random:before{content:&quot;\\e110&quot;}.glyphicon-comment:before{content:&quot;\\e111&quot;}.glyphicon-magnet:before{content:&quot;\\e112&quot;}.glyphicon-chevron-up:before{content:&quot;\\e113&quot;}.glyphicon-chevron-down:before{content:&quot;\\e114&quot;}.glyphicon-retweet:before{content:&quot;\\e115&quot;}.glyphicon-shopping-cart:before{content:&quot;\\e116&quot;}.glyphicon-folder-close:before{content:&quot;\\e117&quot;}.glyphicon-folder-open:before{content:&quot;\\e118&quot;}.glyphicon-resize-vertical:before{content:&quot;\\e119&quot;}.glyphicon-resize-horizontal:before{content:&quot;\\e120&quot;}.glyphicon-hdd:before{content:&quot;\\e121&quot;}.glyphicon-bullhorn:before{content:&quot;\\e122&quot;}.glyphicon-bell:before{content:&quot;\\e123&quot;}.glyphicon-certificate:before{content:&quot;\\e124&quot;}.glyphicon-thumbs-up:before{content:&quot;\\e125&quot;}.glyphicon-thumbs-down:before{content:&quot;\\e126&quot;}.glyphicon-hand-right:before{content:&quot;\\e127&quot;}.glyphicon-hand-left:before{content:&quot;\\e128&quot;}.glyphicon-hand-up:before{content:&quot;\\e129&quot;}.glyphicon-hand-down:before{content:&quot;\\e130&quot;}.glyphicon-circle-arrow-right:before{content:&quot;\\e131&quot;}.glyphicon-circle-arrow-left:before{content:&quot;\\e132&quot;}.glyphicon-circle-arrow-up:before{content:&quot;\\e133&quot;}.glyphicon-circle-arrow-down:before{content:&quot;\\e134&quot;}.glyphicon-globe:before{content:&quot;\\e135&quot;}.glyphicon-wrench:before{content:&quot;\\e136&quot;}.glyphicon-tasks:before{content:&quot;\\e137&quot;}.glyphicon-filter:before{content:&quot;\\e138&quot;}.glyphicon-briefcase:before{content:&quot;\\e139&quot;}.glyphicon-fullscreen:before{content:&quot;\\e140&quot;}.glyphicon-dashboard:before{content:&quot;\\e141&quot;}.glyphicon-paperclip:before{content:&quot;\\e142&quot;}.glyphicon-heart-empty:before{content:&quot;\\e143&quot;}.glyphicon-link:before{content:&quot;\\e144&quot;}.glyphicon-phone:before{content:&quot;\\e145&quot;}.glyphicon-pushpin:before{content:&quot;\\e146&quot;}.glyphicon-usd:before{content:&quot;\\e148&quot;}.glyphicon-gbp:before{content:&quot;\\e149&quot;}.glyphicon-sort:before{content:&quot;\\e150&quot;}.glyphicon-sort-by-alphabet:before{content:&quot;\\e151&quot;}.glyphicon-sort-by-alphabet-alt:before{content:&quot;\\e152&quot;}.glyphicon-sort-by-order:before{content:&quot;\\e153&quot;}.glyphicon-sort-by-order-alt:before{content:&quot;\\e154&quot;}.glyphicon-sort-by-attributes:before{content:&quot;\\e155&quot;}.glyphicon-sort-by-attributes-alt:before{content:&quot;\\e156&quot;}.glyphicon-unchecked:before{content:&quot;\\e157&quot;}.glyphicon-expand:before{content:&quot;\\e158&quot;}.glyphicon-collapse-down:before{content:&quot;\\e159&quot;}.glyphicon-collapse-up:before{content:&quot;\\e160&quot;}.glyphicon-log-in:before{content:&quot;\\e161&quot;}.glyphicon-flash:before{content:&quot;\\e162&quot;}.glyphicon-log-out:before{content:&quot;\\e163&quot;}.glyphicon-new-window:before{content:&quot;\\e164&quot;}.glyphicon-record:before{content:&quot;\\e165&quot;}.glyphicon-save:before{content:&quot;\\e166&quot;}.glyphicon-open:before{content:&quot;\\e167&quot;}.glyphicon-saved:before{content:&quot;\\e168&quot;}.glyphicon-import:before{content:&quot;\\e169&quot;}.glyphicon-export:before{content:&quot;\\e170&quot;}.glyphicon-send:before{content:&quot;\\e171&quot;}.glyphicon-floppy-disk:before{content:&quot;\\e172&quot;}.glyphicon-floppy-saved:before{content:&quot;\\e173&quot;}.glyphicon-floppy-remove:before{content:&quot;\\e174&quot;}.glyphicon-floppy-save:before{content:&quot;\\e175&quot;}.glyphicon-floppy-open:before{content:&quot;\\e176&quot;}.glyphicon-credit-card:before{content:&quot;\\e177&quot;}.glyphicon-transfer:before{content:&quot;\\e178&quot;}.glyphicon-cutlery:before{content:&quot;\\e179&quot;}.glyphicon-header:before{content:&quot;\\e180&quot;}.glyphicon-compressed:before{content:&quot;\\e181&quot;}.glyphicon-earphone:before{content:&quot;\\e182&quot;}.glyphicon-phone-alt:before{content:&quot;\\e183&quot;}.glyphicon-tower:before{content:&quot;\\e184&quot;}.glyphicon-stats:before{content:&quot;\\e185&quot;}.glyphicon-sd-video:before{content:&quot;\\e186&quot;}.glyphicon-hd-video:before{content:&quot;\\e187&quot;}.glyphicon-subtitles:before{content:&quot;\\e188&quot;}.glyphicon-sound-stereo:before{content:&quot;\\e189&quot;}.glyphicon-sound-dolby:before{content:&quot;\\e190&quot;}.glyphicon-sound-5-1:before{content:&quot;\\e191&quot;}.glyphicon-sound-6-1:before{content:&quot;\\e192&quot;}.glyphicon-sound-7-1:before{content:&quot;\\e193&quot;}.glyphicon-copyright-mark:before{content:&quot;\\e194&quot;}.glyphicon-registration-mark:before{content:&quot;\\e195&quot;}.glyphicon-cloud-download:before{content:&quot;\\e197&quot;}.glyphicon-cloud-upload:before{content:&quot;\\e198&quot;}.glyphicon-tree-conifer:before{content:&quot;\\e199&quot;}.glyphicon-tree-deciduous:before{content:&quot;\\e200&quot;}.glyphicon-cd:before{content:&quot;\\e201&quot;}.glyphicon-save-file:before{content:&quot;\\e202&quot;}.glyphicon-open-file:before{content:&quot;\\e203&quot;}.glyphicon-level-up:before{content:&quot;\\e204&quot;}.glyphicon-copy:before{content:&quot;\\e205&quot;}.glyphicon-paste:before{content:&quot;\\e206&quot;}.glyphicon-alert:before{content:&quot;\\e209&quot;}.glyphicon-equalizer:before{content:&quot;\\e210&quot;}.glyphicon-king:before{content:&quot;\\e211&quot;}.glyphicon-queen:before{content:&quot;\\e212&quot;}.glyphicon-pawn:before{content:&quot;\\e213&quot;}.glyphicon-bishop:before{content:&quot;\\e214&quot;}.glyphicon-knight:before{content:&quot;\\e215&quot;}.glyphicon-baby-formula:before{content:&quot;\\e216&quot;}.glyphicon-tent:before{content:&quot;\\26fa&quot;}.glyphicon-blackboard:before{content:&quot;\\e218&quot;}.glyphicon-bed:before{content:&quot;\\e219&quot;}.glyphicon-apple:before{content:&quot;\\f8ff&quot;}.glyphicon-erase:before{content:&quot;\\e221&quot;}.glyphicon-hourglass:before{content:&quot;\\231b&quot;}.glyphicon-lamp:before{content:&quot;\\e223&quot;}.glyphicon-duplicate:before{content:&quot;\\e224&quot;}.glyphicon-piggy-bank:before{content:&quot;\\e225&quot;}.glyphicon-scissors:before{content:&quot;\\e226&quot;}.glyphicon-bitcoin:before{content:&quot;\\e227&quot;}.glyphicon-btc:before{content:&quot;\\e227&quot;}.glyphicon-xbt:before{content:&quot;\\e227&quot;}.glyphicon-yen:before{content:&quot;\\00a5&quot;}.glyphicon-jpy:before{content:&quot;\\00a5&quot;}.glyphicon-ruble:before{content:&quot;\\20bd&quot;}.glyphicon-rub:before{content:&quot;\\20bd&quot;}.glyphicon-scale:before{content:&quot;\\e230&quot;}.glyphicon-ice-lolly:before{content:&quot;\\e231&quot;}.glyphicon-ice-lolly-tasted:before{content:&quot;\\e232&quot;}.glyphicon-education:before{content:&quot;\\e233&quot;}.glyphicon-option-horizontal:before{content:&quot;\\e234&quot;}.glyphicon-option-vertical:before{content:&quot;\\e235&quot;}.glyphicon-menu-hamburger:before{content:&quot;\\e236&quot;}.glyphicon-modal-window:before{content:&quot;\\e237&quot;}.glyphicon-oil:before{content:&quot;\\e238&quot;}.glyphicon-grain:before{content:&quot;\\e239&quot;}.glyphicon-sunglasses:before{content:&quot;\\e240&quot;}.glyphicon-text-size:before{content:&quot;\\e241&quot;}.glyphicon-text-color:before{content:&quot;\\e242&quot;}.glyphicon-text-background:before{content:&quot;\\e243&quot;}.glyphicon-object-align-top:before{content:&quot;\\e244&quot;}.glyphicon-object-align-bottom:before{content:&quot;\\e245&quot;}.glyphicon-object-align-horizontal:before{content:&quot;\\e246&quot;}.glyphicon-object-align-left:before{content:&quot;\\e247&quot;}.glyphicon-object-align-vertical:before{content:&quot;\\e248&quot;}.glyphicon-object-align-right:before{content:&quot;\\e249&quot;}.glyphicon-triangle-right:before{content:&quot;\\e250&quot;}.glyphicon-triangle-left:before{content:&quot;\\e251&quot;}.glyphicon-triangle-bottom:before{content:&quot;\\e252&quot;}.glyphicon-triangle-top:before{content:&quot;\\e253&quot;}.glyphicon-console:before{content:&quot;\\e254&quot;}.glyphicon-superscript:before{content:&quot;\\e255&quot;}.glyphicon-subscript:before{content:&quot;\\e256&quot;}.glyphicon-menu-left:before{content:&quot;\\e257&quot;}.glyphicon-menu-right:before{content:&quot;\\e258&quot;}.glyphicon-menu-down:before{content:&quot;\\e259&quot;}.glyphicon-menu-up:before{content:&quot;\\e260&quot;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img,.img-responsive,.thumbnail a&gt;img,.thumbnail&gt;img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline&gt;li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:&#x27;\\2014 \\00A0&#x27;}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:&#x27;&#x27;}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:&#x27;\\00A0 \\2014&#x27;}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table&gt;tbody&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;thead&gt;tr&gt;th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;th{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;thead&gt;tr&gt;th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;thead&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr.active:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover{background-color:#e8e8e8}.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;thead&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr.success:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover{background-color:#d0e9c6}.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;thead&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info{background-color:#d9edf7}.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr.info:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover{background-color:#c4e3f3}.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;thead&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover{background-color:#faf2cc}.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;thead&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger{background-color:#f2dede}.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;thead&gt;tr&gt;th{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group&gt;.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open&gt;.dropdown-toggle.btn-default.focus,.open&gt;.dropdown-toggle.btn-default:focus,.open&gt;.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open&gt;.dropdown-toggle.btn-primary.focus,.open&gt;.dropdown-toggle.btn-primary:focus,.open&gt;.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open&gt;.dropdown-toggle.btn-success.focus,.open&gt;.dropdown-toggle.btn-success:focus,.open&gt;.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open&gt;.dropdown-toggle.btn-info.focus,.open&gt;.dropdown-toggle.btn-info:focus,.open&gt;.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open&gt;.dropdown-toggle.btn-warning.focus,.open&gt;.dropdown-toggle.btn-warning:focus,.open&gt;.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open&gt;.dropdown-toggle.btn-danger.focus,.open&gt;.dropdown-toggle.btn-danger:focus,.open&gt;.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg&gt;.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm&gt;.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs&gt;.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{color:#777}.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open&gt;.dropdown-menu{display:block}.open&gt;a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:&quot;&quot;;border-top:0;border-bottom:4px dashed;border-bottom:4px solid\\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical&gt;.btn,.btn-group&gt;.btn{position:relative;float:left}.btn-group-vertical&gt;.btn.active,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn:focus,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn.active,.btn-group&gt;.btn:active,.btn-group&gt;.btn:focus,.btn-group&gt;.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group&gt;.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group&gt;.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified&gt;.btn,.btn-group-justified&gt;.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified&gt;.btn-group .btn{width:100%}.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn input[type=radio],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn,textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn,textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-1px}.input-group-btn&gt;.btn:active,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:hover{z-index:2}.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:focus,.nav&gt;li&gt;a:hover{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#777}.nav&gt;li.disabled&gt;a:focus,.nav&gt;li.disabled&gt;a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open&gt;a,.nav .open&gt;a:focus,.nav .open&gt;a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:focus,.nav-tabs&gt;li.active&gt;a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:focus,.nav-pills&gt;li.active&gt;a:hover{color:#fff;background-color:#337ab7}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand&gt;img{display:block}@media (min-width:768px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav&gt;li&gt;a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu&gt;li&gt;a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group&gt;.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:focus,.navbar-default .navbar-nav&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:focus,.navbar-default .navbar-nav&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:focus,.navbar-default .navbar-nav&gt;.open&gt;a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a:focus,.navbar-inverse .navbar-nav&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{padding:0 5px;color:#ccc;content:&quot;/\\00a0&quot;}.breadcrumb&gt;.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:focus,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:focus,.pager li&gt;a:hover{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:focus,.pager .disabled&gt;a:hover,.pager .disabled&gt;span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs&gt;.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#337ab7;background-color:#fff}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron&gt;hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a&gt;img,.thumbnail&gt;img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media&gt;.pull-right{padding-left:10px}.media-left,.media&gt;.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title&gt;.small,.panel-title&gt;.small&gt;a,.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;small&gt;a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel&gt;.panel-collapse&gt;.table,.panel&gt;.table,.panel&gt;.table-responsive&gt;.table{margin-bottom:0}.panel&gt;.panel-collapse&gt;.table caption,.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption{padding-right:15px;padding-left:15px}.panel&gt;.table-responsive:first-child&gt;.table:first-child,.panel&gt;.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child,.panel&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th{border-top:0}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th{border-bottom:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}.panel&gt;.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse&gt;.list-group,.panel-group .panel-heading+.panel-collapse&gt;.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover&gt;.arrow{border-width:11px}.popover&gt;.arrow:after{content:&quot;&quot;;border-width:10px}.popover.top&gt;.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top&gt;.arrow:after{bottom:1px;margin-left:-10px;content:&quot; &quot;;border-top-color:#fff;border-bottom-width:0}.popover.right&gt;.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right&gt;.arrow:after{bottom:-10px;left:1px;content:&quot; &quot;;border-right-color:#fff;border-left-width:0}.popover.bottom&gt;.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom&gt;.arrow:after{top:1px;margin-left:-10px;content:&quot; &quot;;border-top-width:0;border-bottom-color:#fff}.popover.left&gt;.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left&gt;.arrow:after{right:1px;bottom:-10px;content:&quot; &quot;;border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner&gt;.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner&gt;.item.active.right,.carousel-inner&gt;.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner&gt;.item.active.left,.carousel-inner&gt;.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner&gt;.item.active,.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#80000000&#x27;, endColorstr=&#x27;#00000000&#x27;, GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#00000000&#x27;, endColorstr=&#x27;#80000000&#x27;, GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:&#x27;\\2039&#x27;}.carousel-control .icon-next:before{content:&#x27;\\203a&#x27;}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical&gt;.btn-group:after,.btn-group-vertical&gt;.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:&quot; &quot;}.btn-group-vertical&gt;.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}\n/*# sourceMappingURL=bootstrap.min.css.map *//*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffffffff&#x27;, endColorstr=&#x27;#ffe0e0e0&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff265a88&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5cb85c&#x27;, endColorstr=&#x27;#ff419641&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5bc0de&#x27;, endColorstr=&#x27;#ff2aabd2&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff0ad4e&#x27;, endColorstr=&#x27;#ffeb9316&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9534f&#x27;, endColorstr=&#x27;#ffc12e2a&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff5f5f5&#x27;, endColorstr=&#x27;#ffe8e8e8&#x27;, GradientType=0);background-repeat:repeat-x}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffffffff&#x27;, endColorstr=&#x27;#fff8f8f8&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdbdbdb&#x27;, endColorstr=&#x27;#ffe2e2e2&#x27;, GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav&gt;li&gt;a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff3c3c3c&#x27;, endColorstr=&#x27;#ff222222&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff080808&#x27;, endColorstr=&#x27;#ff0f0f0f&#x27;, GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav&gt;li&gt;a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdff0d8&#x27;, endColorstr=&#x27;#ffc8e5bc&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9edf7&#x27;, endColorstr=&#x27;#ffb9def0&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fffcf8e3&#x27;, endColorstr=&#x27;#fff8efc0&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff2dede&#x27;, endColorstr=&#x27;#ffe7c3c3&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffebebeb&#x27;, endColorstr=&#x27;#fff5f5f5&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff286090&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5cb85c&#x27;, endColorstr=&#x27;#ff449d44&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5bc0de&#x27;, endColorstr=&#x27;#ff31b0d5&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff0ad4e&#x27;, endColorstr=&#x27;#ffec971f&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9534f&#x27;, endColorstr=&#x27;#ffc9302c&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2b669a&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff5f5f5&#x27;, endColorstr=&#x27;#ffe8e8e8&#x27;, GradientType=0);background-repeat:repeat-x}.panel-primary&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}.panel-success&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdff0d8&#x27;, endColorstr=&#x27;#ffd0e9c6&#x27;, GradientType=0);background-repeat:repeat-x}.panel-info&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9edf7&#x27;, endColorstr=&#x27;#ffc4e3f3&#x27;, GradientType=0);background-repeat:repeat-x}.panel-warning&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fffcf8e3&#x27;, endColorstr=&#x27;#fffaf2cc&#x27;, GradientType=0);background-repeat:repeat-x}.panel-danger&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff2dede&#x27;, endColorstr=&#x27;#ffebcccc&#x27;, GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffe8e8e8&#x27;, endColorstr=&#x27;#fff5f5f5&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}\n/*# sourceMappingURL=bootstrap-theme.min.css.map */&lt;/style&gt;&lt;style&gt;\nbody {\n padding-top: 80px;\n}\n.content .container-fluid{\n margin-left: 20px !important;\n margin-right: 20px !important;\n margin-bottom: 20px;\n}\n\n.page-header{\n border:0 !important;\n}\n\n.row.variable, .section-items &gt; .row {\n border: 1px solid #e1e1e8;\n border-top: hidden;\n}\n\n.row.spacing{\n padding: 2em 1em;\n}\n\n.row.header {\n border-bottom: 1px solid #e1e1e8;\n /*background-color: #f5f5f5;*/\n padding-left: 2em;\n}\n\n\n.dl-horizontal dt {\n text-align: left;\n padding-right: 1em;\n white-space: normal;\n}\n\n.dl-horizontal dd {\n margin-left: 0;\n}\n\n\n.col-md-12 {\n padding-left: 2em;\n}\n\n.indent {\n margin-left: 1em;\n}\n\n.center-img {\n margin-left: auto !important;\n margin-right: auto !important;\n display: block;\n}\n\n/* Table example_values */\ntable.example_values {\n border: 0;\n}\n\n.example_values th {\n border: 0;\n padding: 0;\n color: #555;\n font-weight: 600;\n}\n\n.example_values tr, .example_values td {\n border: 0;\n padding: 0;\n color: #555;\n}\n\n/* STATS */\ntable.stats {\n border: 0;\n}\n\n.stats th {\n border: 0;\n padding: 0 2em 0 0;\n color: #555;\n font-weight: 600;\n}\n\n.stats tr {\n border: 0;\n}\n\n.stats td {\n color: #555;\n padding: 1px;\n border: 0;\n}\n\n\n/* Sample table */\ntable.sample {\n border: 0;\n margin-bottom: 2em;\n margin-left: 1em;\n}\n\n.sample tr {\n border: 0;\n}\n\n.sample td, .sample th {\n padding: 0.5em;\n white-space: nowrap;\n border: none;\n\n}\n\n.sample thead {\n border-top: 0;\n border-bottom: 2px solid #ddd;\n}\n\n.sample td {\n width: 100%;\n}\n\n\n/* There is no good solution available to make the divs equal height and then center ... */\n.histogram {\n margin-top: 3em;\n}\n\n/* Freq table */\ntable.freq {\n margin-bottom: 2em;\n border: 0;\n}\n\ntable.freq th, table.freq tr, table.freq td {\n border: 0;\n padding: 0;\n}\n\n.freq thead {\n font-weight: 600;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n\n}\n\ntd.fillremaining {\n width: auto;\n max-width: none;\n\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\ntd.number, th.number {\n text-align: right;\n}\n\n/* Freq mini */\n.freq.mini td {\n width: 50%;\n padding: 1px;\n font-size: 12px;\n\n}\n\ntable.freq.mini {\n width: 100%;\n}\n\n.freq.mini th {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n max-width: 5em;\n font-weight: 400;\n text-align: right;\n padding-right: 0.5em;\n}\n\n/* Message classes */\n.missing {\n color: #a94442;\n}\n\n.alert, .alert &gt; th, .alert &gt; td {\n color: #a94442;\n}\n\n.ignore {\n opacity: 0.4;\n}\n\n/* Bars in tables */\n.freq.table{\n table-layout: fixed;\n}\n\n.freq td.number{\n width: 100px;\n}\n.freq td.bartd, .frequency-percentage{\n width:200px;\n}\n\n.freq .bar {\n float: left;\n width: 0;\n height: 100%;\n line-height: 20px;\n color: #fff;\n text-align: center;\n background-color: #337ab7;\n border-radius: 3px;\n margin-right: 4px;\n}\n\n.other .bar {\n background-color: #999;\n}\n\n.missing .bar {\n background-color: #a94442;\n}\n\n.tooltip-inner {\n width: 100%;\n white-space: nowrap;\n text-align: left;\n}\n\n.extrapadding {\n padding: 2em;\n}\n\n.variable .h4 {\n text-overflow: ellipsis;\n display:inline-block;\n width: calc(90%); /* The trick is here! */\n overflow:hidden;\n}\n\n.variable.ignore .h4{\n text-decoration: line-through;\n}\n\n.table-responsive{\n overflow:scroll;\n width: 100%;\n overflow-y: hidden;\n}\n.img-responsive{\n max-width: 99%;\n}\n.footer-text{\n padding:20px;\n}\n\ntable.list-warnings td{\n padding-right:10px;\n}\n\na.anchor-pos {\n display: block;\n position: relative;\n top: -70px;\n visibility: hidden;\n}\n\na.anchor-pos-variable{\n /*top: -70px;*/\n}\n\n#sample-container{\n overflow: auto;\n width: 100%;\n overflow-y: hidden;\n}\n\n#overview-content td, #overview-content th{\n border-top: 0;\n line-height: 1;\n}&lt;/style&gt;&lt;/head&gt;&lt;body&gt;&lt;a class=anchor-pos id=top&gt;&lt;/a&gt;&lt;nav class=&quot;navbar navbar-default navbar-fixed-top&quot;&gt;&lt;div class=container-fluid&gt;&lt;div class=navbar-header&gt;&lt;button type=button class=&quot;navbar-toggle collapsed&quot; data-toggle=collapse data-target=#navbar aria-expanded=false aria-controls=navbar&gt;&lt;span class=sr-only&gt;Toggle navigation&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;/button&gt;&lt;a class=&quot;navbar-brand anchor&quot; href=#top&gt;Pandas Profiling Report&lt;/a&gt;&lt;/div&gt;&lt;div id=navbar class=&quot;navbar-collapse collapse&quot;&gt;&lt;ul class=&quot;nav navbar-nav navbar-right&quot;&gt;&lt;li&gt;&lt;a class=anchor href=#overview&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=anchor href=#variables&gt;Variables&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=anchor href=#interactions&gt;Interactions&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=anchor href=#correlations&gt;Correlations&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=anchor href=#missing&gt;Missing values&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=anchor href=#sample&gt;Sample&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/nav&gt;&lt;div class=content&gt;&lt;div class=container&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=overview&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Overview&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-pills&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#overview-dataset_overview aria-controls=overview-dataset_overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#overview-reproduction aria-controls=overview-reproduction role=tab data-toggle=tab&gt;Reproduction&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#overview-warnings aria-controls=overview-warnings role=tab data-toggle=tab&gt;Warnings &lt;span class=badge&gt;8&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content style=&quot;padding-top: 10px;&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=overview-dataset_overview&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Dataset statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Number of variables&lt;/th&gt;&lt;td&gt;12&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Number of observations&lt;/th&gt;&lt;td&gt;891&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing cells&lt;/th&gt;&lt;td&gt;866&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing cells (%)&lt;/th&gt;&lt;td&gt;8.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Duplicate rows&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Duplicate rows (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Total size in memory&lt;/th&gt;&lt;td&gt;322.0 KiB&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Average record size in memory&lt;/th&gt;&lt;td&gt;370.1 B&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Variable types&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;CAT&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;NUM&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;BOOL&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=overview-reproduction&gt;&lt;p class=h4&gt;Reproduction&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Analysis started&lt;/th&gt;&lt;td&gt;2020-05-18 13:39:42.876234&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Analysis finished&lt;/th&gt;&lt;td&gt;2020-05-18 13:39:56.854737&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Version&lt;/th&gt;&lt;td&gt;&lt;a href=https://github.com/pandas-profiling/pandas-profiling&gt;pandas-profiling v2.6.0&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Command line&lt;/th&gt;&lt;td&gt;&lt;code&gt;pandas_profiling --config_file config.yaml [YOUR_FILE.csv]&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Download configuration&lt;/th&gt;&lt;td&gt;&lt;a download=config.yaml href=&quot;data:text/plain;charset=utf-8,title%3A%20Pandas%20Profiling%20Report%0Apool_size%3A%200%0Aprogress_bar%3A%20yes%0Avars%3A%0A%20%20%20%20num%3A%0A%20%20%20%20%20%20%20%20quantiles%3A%0A%20%20%20%20%20%20%20%20-%200.05%0A%20%20%20%20%20%20%20%20-%200.25%0A%20%20%20%20%20%20%20%20-%200.5%0A%20%20%20%20%20%20%20%20-%200.75%0A%20%20%20%20%20%20%20%20-%200.95%0A%20%20%20%20%20%20%20%20skewness_threshold%3A%2020%0A%20%20%20%20%20%20%20%20low_categorical_threshold%3A%205%0A%20%20%20%20%20%20%20%20chi_squared_threshold%3A%200.999%0A%20%20%20%20cat%3A%0A%20%20%20%20%20%20%20%20check_composition%3A%20yes%0A%20%20%20%20%20%20%20%20cardinality_threshold%3A%2050%0A%20%20%20%20%20%20%20%20n_obs%3A%205%0A%20%20%20%20%20%20%20%20chi_squared_threshold%3A%200.999%0A%20%20%20%20bool%3A%0A%20%20%20%20%20%20%20%20n_obs%3A%203%0Asort%3A%20None%0Amissing_diagrams%3A%0A%20%20%20%20bar%3A%20yes%0A%20%20%20%20matrix%3A%20yes%0A%20%20%20%20heatmap%3A%20yes%0A%20%20%20%20dendrogram%3A%20yes%0Acorrelations%3A%0A%20%20%20%20pearson%3A%0A%20%20%20%20%20%20%20%20calculate%3A%20yes%0A%20%20%20%20%20%20%20%20warn_high_correlations%3A%20yes%0A%20%20%20%20%20%20%20%20threshold%3A%200.9%0A%20%20%20%20spearman%3A%0A%20%20%20%20%20%20%20%20calculate%3A%20yes%0A%20%20%20%20%20%20%20%20warn_high_correlations%3A%20no%0A%20%20%20%20kendall%3A%0A%20%20%20%20%20%20%20%20calculate%3A%20yes%0A%20%20%20%20%20%20%20%20warn_high_correlations%3A%20no%0A%20%20%20%20phi_k%3A%0A%20%20%20%20%20%20%20%20calculate%3A%20yes%0A%20%20%20%20%20%20%20%20warn_high_correlations%3A%20no%0A%20%20%20%20cramers%3A%0A%20%20%20%20%20%20%20%20calculate%3A%20yes%0A%20%20%20%20%20%20%20%20warn_high_correlations%3A%20yes%0A%20%20%20%20%20%20%20%20threshold%3A%200.9%0A%20%20%20%20recoded%3A%0A%20%20%20%20%20%20%20%20calculate%3A%20yes%0A%20%20%20%20%20%20%20%20warn_high_correlations%3A%20yes%0A%20%20%20%20%20%20%20%20threshold%3A%201.0%0Ainteractions%3A%0A%20%20%20%20continuous%3A%20yes%0Acategorical_maximum_correlation_distinct%3A%20100%0Aplot%3A%0A%20%20%20%20image_format%3A%20svg%0A%20%20%20%20dpi%3A%20800%0A%20%20%20%20correlation%3A%0A%20%20%20%20%20%20%20%20cmap%3A%20bwr%0A%20%20%20%20missing%3A%0A%20%20%20%20%20%20%20%20cmap%3A%20RdBu%0A%20%20%20%20%20%20%20%20force_labels%3A%20yes%0A%20%20%20%20histogram%3A%0A%20%20%20%20%20%20%20%20bayesian_blocks_bins%3A%20yes%0A%20%20%20%20%20%20%20%20bins%3A%2050%0An_obs_unique%3A%205%0An_extreme_obs%3A%205%0An_freq_table_max%3A%2010%0Asamples%3A%0A%20%20%20%20head%3A%2010%0A%20%20%20%20tail%3A%2010%0Areject_variables%3A%20yes%0Anotebook%3A%0A%20%20%20%20iframe%3A%0A%20%20%20%20%20%20%20%20height%3A%20800px%0A%20%20%20%20%20%20%20%20width%3A%20100%25%0A%20%20%20%20%20%20%20%20attribute%3A%20srcdoc%0Ahtml%3A%0A%20%20%20%20minify_html%3A%20yes%0A%20%20%20%20use_local_assets%3A%20yes%0A%20%20%20%20navbar_show%3A%20yes%0A%20%20%20%20style%3A%0A%20%20%20%20%20%20%20%20theme%3A%20None%0A%20%20%20%20%20%20%20%20logo%3A%20%27%27%0A%20%20%20%20%20%20%20%20primary_color%3A%20%27%23337ab7%27%0A%20%20%20%20%20%20%20%20full_width%3A%20no%0A&quot;&gt;config.yaml&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=overview-warnings&gt;&lt;table class=&quot;table table-condensed list-warnings&quot;&gt;&lt;tr style=border-top:0&gt;&lt;td&gt;&lt;a class=anchor href=#pp_var_-822430714772832005&gt;&lt;code&gt;Name&lt;/code&gt;&lt;/a&gt; has a high cardinality: 891 distinct values &lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-warning&quot;&gt;High cardinality&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a class=anchor href=#pp_var_-6232874757990318923&gt;&lt;code&gt;Ticket&lt;/code&gt;&lt;/a&gt; has a high cardinality: 681 distinct values &lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-warning&quot;&gt;High cardinality&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a class=anchor href=#pp_var_-3600336766570380406&gt;&lt;code&gt;Cabin&lt;/code&gt;&lt;/a&gt; has a high cardinality: 147 distinct values &lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-warning&quot;&gt;High cardinality&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a class=anchor href=#pp_var_8762299436693948969&gt;&lt;code&gt;Age&lt;/code&gt;&lt;/a&gt; has 177 (19.9%) missing values &lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;Missing&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a class=anchor href=#pp_var_-3600336766570380406&gt;&lt;code&gt;Cabin&lt;/code&gt;&lt;/a&gt; has 687 (77.1%) missing values &lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;Missing&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;/tr&gt;&lt;tr&gt;&lt;/tr&gt;&lt;tr&gt;&lt;/tr&gt;&lt;tr&gt;&lt;/tr&gt;&lt;tr&gt;&lt;/tr&gt;&lt;tr&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a class=anchor href=#pp_var_1358438956852759083&gt;&lt;code&gt;SibSp&lt;/code&gt;&lt;/a&gt; has 608 (68.2%) zeros &lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Zeros&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a class=anchor href=#pp_var_-3795276713966782916&gt;&lt;code&gt;Parch&lt;/code&gt;&lt;/a&gt; has 678 (76.1%) zeros &lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Zeros&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a class=anchor href=#pp_var_4574108885021603784&gt;&lt;code&gt;Fare&lt;/code&gt;&lt;/a&gt; has 15 (1.7%) zeros &lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Zeros&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=variables&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Variables&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_16948629249440385&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=PassengerId&gt;&lt;a href=#pp_var_16948629249440385&gt;PassengerId&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;&lt;sub&gt;&amp;ge;0&lt;/sub&gt;)&lt;/small&gt;&lt;/p&gt;&lt;code&gt;UNIFORM&lt;/code&gt;&lt;br&gt;&lt;code&gt;UNIQUE&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;891&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;100.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;446&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;891&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=108pt version=1.1 viewbox=&quot;0 0 144 108&quot; width=144pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 108 \nL 144 108 \nL 144 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 10.835208 69.464272 \nL 133.2 69.464272 \nL 133.2 10.8 \nL 10.835208 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(16.033606 87.861771)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(43.681826 95.060118)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=fill:#262626; transform=&quot;translate(74.929219 95.060118)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(106.176612 95.060118)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 16.397244 69.464272 \nL 27.521316 69.464272 \nL 27.521316 14.214323 \nL 16.397244 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 27.521316 69.464272 \nL 38.645388 69.464272 \nL 38.645388 14.214323 \nL 27.521316 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 38.645388 69.464272 \nL 49.76946 69.464272 \nL 49.76946 14.214323 \nL 38.645388 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 49.76946 69.464272 \nL 60.893532 69.464272 \nL 60.893532 14.214323 \nL 49.76946 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 60.893532 69.464272 \nL 72.017604 69.464272 \nL 72.017604 14.214323 \nL 60.893532 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 72.017604 69.464272 \nL 83.141676 69.464272 \nL 83.141676 14.214323 \nL 72.017604 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 83.141676 69.464272 \nL 94.265748 69.464272 \nL 94.265748 14.214323 \nL 83.141676 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 94.265748 69.464272 \nL 105.38982 69.464272 \nL 105.38982 14.214323 \nL 94.265748 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 105.38982 69.464272 \nL 116.513892 69.464272 \nL 116.513892 14.214323 \nL 105.38982 14.214323 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p8a81f13817) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 116.513892 69.464272 \nL 127.637964 69.464272 \nL 127.637964 13.593537 \nL 116.513892 13.593537 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 10.835208 69.464272 \nL 10.835208 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 133.2 69.464272 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 10.835208 69.464272 \nL 133.2 69.464272 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 10.835208 10.8 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8a81f13817&gt;&lt;rect height=58.664272 width=122.364792 x=10.835208 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-16948629249440385, #minifreqtable16948629249440385&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-16948629249440385 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#16948629249440385bottom-16948629249440385statistics aria-controls=16948629249440385bottom-16948629249440385statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#16948629249440385bottom-16948629249440385histograms aria-controls=16948629249440385bottom-16948629249440385histograms role=tab data-toggle=tab&gt;Histogram(s)&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#16948629249440385bottom-16948629249440385common_values aria-controls=16948629249440385bottom-16948629249440385common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#16948629249440385bottom-16948629249440385extreme_values aria-controls=16948629249440385bottom-16948629249440385extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=16948629249440385bottom-16948629249440385statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;45.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;223.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;446&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;668.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;846.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;891&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;890&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;445&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;257.353842&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.5770265516&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-1.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;446&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;222.7497194&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;397386&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;66231&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=16948629249440385bottom-16948629249440385histograms&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#16948629249440385histograms-16948629249440385histogram aria-controls=16948629249440385histograms-16948629249440385histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#16948629249440385histograms-16948629249440385dynamic_histogram aria-controls=16948629249440385histograms-16948629249440385dynamic_histogram role=tab data-toggle=tab&gt;Dynamic Histogram&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=16948629249440385histograms-16948629249440385histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 48.05 246.105515 \nL 421.2 246.105515 \nL 421.2 10.8 \nL 48.05 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(64.331899 266.477389)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(136.06378 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(212.294627 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(288.525475 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(364.756323 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=fill:#262626; transform=&quot;translate(31.1875 249.904734)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 200.104625)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 150.304516)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 100.504407)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 50.704298)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.537344 156.865414)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 65.011364 246.105515 \nL 98.934091 246.105515 \nL 98.934091 24.49503 \nL 65.011364 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 98.934091 246.105515 \nL 132.856818 246.105515 \nL 132.856818 24.49503 \nL 98.934091 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 132.856818 246.105515 \nL 166.779545 246.105515 \nL 166.779545 24.49503 \nL 132.856818 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 166.779545 246.105515 \nL 200.702273 246.105515 \nL 200.702273 24.49503 \nL 166.779545 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 200.702273 246.105515 \nL 234.625 246.105515 \nL 234.625 24.49503 \nL 200.702273 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 234.625 246.105515 \nL 268.547727 246.105515 \nL 268.547727 24.49503 \nL 234.625 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 268.547727 246.105515 \nL 302.470455 246.105515 \nL 302.470455 24.49503 \nL 268.547727 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 302.470455 246.105515 \nL 336.393182 246.105515 \nL 336.393182 24.49503 \nL 302.470455 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 336.393182 246.105515 \nL 370.315909 246.105515 \nL 370.315909 24.49503 \nL 336.393182 24.49503 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p736b6fd26a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 370.315909 246.105515 \nL 404.238636 246.105515 \nL 404.238636 22.005025 \nL 370.315909 22.005025 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 48.05 246.105515 \nL 48.05 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 246.105515 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 48.05 246.105515 \nL 421.2 246.105515 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 48.05 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p736b6fd26a&gt;&lt;rect height=235.305515 width=373.15 x=48.05 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=10) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=16948629249440385histograms-16948629249440385dynamic_histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 246.105515 \nL 421.2 246.105515 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(70.423638 266.477389)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(140.853169 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(215.781668 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(290.710166 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(365.638665 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 249.904734)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 199.601593)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 149.298453)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 98.995313)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 48.692172)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 156.865414)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p9285519826) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 246.105515 \nL 404.528409 246.105515 \nL 404.528409 22.005025 \nL 71.096591 22.005025 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path style=fill:none; d=&quot;M 54.425 246.105515 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path style=fill:none; d=&quot;M 421.2 246.105515 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path style=fill:none; d=&quot;M 54.425 246.105515 \nL 421.2 246.105515 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9285519826&gt;&lt;rect height=235.305515 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with variable size bins&lt;/strong&gt; (bins=[ 1. 891.], &lt;a href=https://ui.adsabs.harvard.edu/abs/2013ApJ...764..167S/abstract target=_blank&gt;&quot;bayesian blocks&quot;&lt;/a&gt; binning strategy used) &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=16948629249440385bottom-16948629249440385common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=891&gt; 891 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=293&gt; 293 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=304&gt; 304 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=303&gt; 303 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=302&gt; 302 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=301&gt; 301 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=300&gt; 300 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=299&gt; 299 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=298&gt; 298 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=297&gt; 297 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td class=fillremaining title=&quot;Other values (881)&quot;&gt; Other values (881) &lt;/td&gt;&lt;td class=number&gt; 881 &lt;/td&gt;&lt;td class=number&gt; 98.9% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=16948629249440385bottom-16948629249440385extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#16948629249440385extreme_values-16948629249440385firstn aria-controls=16948629249440385extreme_values-16948629249440385firstn role=tab data-toggle=tab&gt;Minimum 5 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#16948629249440385extreme_values-16948629249440385lastn aria-controls=16948629249440385extreme_values-16948629249440385lastn role=tab data-toggle=tab&gt;Maximum 5 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=16948629249440385extreme_values-16948629249440385firstn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=1&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=2&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=4&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=5&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=16948629249440385extreme_values-16948629249440385lastn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=891&gt; 891 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=890&gt; 890 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=889&gt; 889 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=888&gt; 888 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=887&gt; 887 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-2791463830384734299&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Survived&gt;&lt;a href=#pp_var_-2791463830384734299&gt;Survived&lt;/a&gt;&lt;br&gt;&lt;small&gt;Boolean&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=&quot;col-sm- collapse in&quot; id=minifreqtable&gt;&lt;table class=&quot;mini freq&quot;&gt;&lt;tr class&gt;&lt;th width=50%&gt;0&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 549 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;1&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:62.3% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 342 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--2791463830384734299, #minifreqtable-2791463830384734299&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--2791463830384734299 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-2791463830384734299bottom--2791463830384734299frequency_table aria-controls=-2791463830384734299bottom--2791463830384734299frequency_table role=tab data-toggle=tab&gt;Frequency Table&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-2791463830384734299bottom--2791463830384734299frequency_table&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0&gt; 0 &lt;/td&gt;&lt;td class=number&gt; 549 &lt;/td&gt;&lt;td class=number&gt; 61.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=1&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 342 &lt;/td&gt;&lt;td class=number&gt; 38.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:62.3%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_3583172680323036586&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Pclass&gt;&lt;a href=#pp_var_3583172680323036586&gt;Pclass&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=&quot;col-sm- collapse in&quot; id=minifreqtable&gt;&lt;table class=&quot;mini freq&quot;&gt;&lt;tr class&gt;&lt;th width=50%&gt;3&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 491 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;1&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:44.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 216 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;2&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:37.5% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 184 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-3583172680323036586, #minifreqtable3583172680323036586&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-3583172680323036586 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#3583172680323036586bottom-3583172680323036586common_values aria-controls=3583172680323036586bottom-3583172680323036586common_values role=tab data-toggle=tab&gt;Common Values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3583172680323036586bottom-3583172680323036586tbl aria-controls=3583172680323036586bottom-3583172680323036586tbl role=tab data-toggle=tab&gt;Length&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3583172680323036586bottom-3583172680323036586characters aria-controls=3583172680323036586bottom-3583172680323036586characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=3583172680323036586bottom-3583172680323036586common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 491 &lt;/td&gt;&lt;td class=number&gt; 55.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=1&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 216 &lt;/td&gt;&lt;td class=number&gt; 24.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:44.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=2&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 184 &lt;/td&gt;&lt;td class=number&gt; 20.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:37.5%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3583172680323036586bottom-3583172680323036586tbl&gt;&lt;div class=col-sm-6&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 248.315224 \nL 421.2 248.315224 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-46 d=&quot;M 10.6875 12.40625 \nL 21 12.40625 \nL 21 0 \nL 10.6875 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(100.768342 275.433338)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(167.454705 275.433338)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-56 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(234.141069 275.433338)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(300.827433 275.433338)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(367.513796 275.433338)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 252.114442)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 201.338915)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 150.563387)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 99.78786)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 49.012333)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 157.970268)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 248.315224 \nL 104.439773 248.315224 \nL 104.439773 248.315224 \nL 71.096591 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 248.315224 \nL 137.782955 248.315224 \nL 137.782955 248.315224 \nL 104.439773 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 248.315224 \nL 171.126136 248.315224 \nL 171.126136 248.315224 \nL 137.782955 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 248.315224 \nL 204.469318 248.315224 \nL 204.469318 248.315224 \nL 171.126136 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 248.315224 \nL 237.8125 248.315224 \nL 237.8125 248.315224 \nL 204.469318 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 248.315224 \nL 271.155682 248.315224 \nL 271.155682 22.110249 \nL 237.8125 22.110249 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 248.315224 \nL 304.498864 248.315224 \nL 304.498864 248.315224 \nL 271.155682 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 248.315224 \nL 337.842045 248.315224 \nL 337.842045 248.315224 \nL 304.498864 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 248.315224 \nL 371.185227 248.315224 \nL 371.185227 248.315224 \nL 337.842045 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p0751a5f63c) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 248.315224 \nL 404.528409 248.315224 \nL 404.528409 248.315224 \nL 371.185227 248.315224 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 248.315224 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 248.315224 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 248.315224 \nL 421.2 248.315224 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p0751a5f63c&gt;&lt;rect height=237.515224 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3583172680323036586bottom-3583172680323036586characters&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#3583172680323036586characters-3583172680323036586category_long_values aria-controls=3583172680323036586characters-3583172680323036586category_long_values role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3583172680323036586characters-3583172680323036586script_values aria-controls=3583172680323036586characters-3583172680323036586script_values role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3583172680323036586characters-3583172680323036586block_alias_values aria-controls=3583172680323036586characters-3583172680323036586block_alias_values role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=3583172680323036586characters-3583172680323036586category_long_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Decimal_Number&gt; Decimal_Number &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3583172680323036586characters-3583172680323036586script_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Common&gt; Common &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3583172680323036586characters-3583172680323036586block_alias_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=ASCII&gt; ASCII &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-822430714772832005&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Name&gt;&lt;a href=#pp_var_-822430714772832005&gt;Name&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;code&gt;HIGH CARDINALITY&lt;/code&gt;&lt;br&gt;&lt;code&gt;UNIFORM&lt;/code&gt;&lt;br&gt;&lt;code&gt;UNIQUE&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;891&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;100.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=&quot;col-sm- collapse in&quot; id=minifreqtable&gt;&lt;table class=&quot;mini freq&quot;&gt;&lt;tr class&gt;&lt;th width=50%&gt;Leonard, Mr. Lionel&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.1% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 1 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;Meanwell, Miss. (Marion Ogden)&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.1% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 1 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;Torber, Mr. Ernst William&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.1% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 1 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;Marechal, Mr. Pierre&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.1% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 1 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;Serepeca, Miss. Augusta&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.1% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 1 &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;th width=50%&gt;Other values (886)&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 886 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--822430714772832005, #minifreqtable-822430714772832005&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--822430714772832005 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-822430714772832005bottom--822430714772832005common_values aria-controls=-822430714772832005bottom--822430714772832005common_values role=tab data-toggle=tab&gt;Common Values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-822430714772832005bottom--822430714772832005tbl aria-controls=-822430714772832005bottom--822430714772832005tbl role=tab data-toggle=tab&gt;Length&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-822430714772832005bottom--822430714772832005characters aria-controls=-822430714772832005bottom--822430714772832005characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-822430714772832005bottom--822430714772832005common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Leonard, Mr. Lionel&quot;&gt; Leonard, Mr. Lionel &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Meanwell, Miss. (Marion Ogden)&quot;&gt; Meanwell, Miss. (Marion Ogden) &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Torber, Mr. Ernst William&quot;&gt; Torber, Mr. Ernst William &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Marechal, Mr. Pierre&quot;&gt; Marechal, Mr. Pierre &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Serepeca, Miss. Augusta&quot;&gt; Serepeca, Miss. Augusta &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Johansson, Mr. Karl Johan&quot;&gt; Johansson, Mr. Karl Johan &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Thorne, Mrs. Gertrude Maybelle&quot;&gt; Thorne, Mrs. Gertrude Maybelle &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Fynney, Mr. Joseph J&quot;&gt; Fynney, Mr. Joseph J &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Murphy, Miss. Margaret Jane&quot;&gt; Murphy, Miss. Margaret Jane &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;Otter, Mr. Richard&quot;&gt; Otter, Mr. Richard &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td class=fillremaining title=&quot;Other values (881)&quot;&gt; Other values (881) &lt;/td&gt;&lt;td class=number&gt; 881 &lt;/td&gt;&lt;td class=number&gt; 98.9% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-822430714772832005bottom--822430714772832005tbl&gt;&lt;div class=col-sm-6&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 250.613321 \nL 421.2 250.613321 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(59.022173 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(106.65529 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(154.288407 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(201.921524 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(249.554641 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(297.187758 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(344.820875 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(392.453992 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 254.412539)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(31.2 218.50159)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 182.59064)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 146.679691)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 110.768741)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 74.857792)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_15&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 38.946843)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 159.119317)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 250.613321 \nL 104.439773 250.613321 \nL 104.439773 150.062662 \nL 71.096591 150.062662 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 250.613321 \nL 137.782955 250.613321 \nL 137.782955 22.219682 \nL 104.439773 22.219682 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 250.613321 \nL 171.126136 250.613321 \nL 171.126136 61.003507 \nL 137.782955 61.003507 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 250.613321 \nL 204.469318 250.613321 \nL 204.469318 198.901553 \nL 171.126136 198.901553 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 250.613321 \nL 237.8125 250.613321 \nL 237.8125 215.42059 \nL 204.469318 215.42059 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 250.613321 \nL 271.155682 250.613321 \nL 271.155682 224.757437 \nL 237.8125 224.757437 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 250.613321 \nL 304.498864 250.613321 \nL 304.498864 244.867569 \nL 271.155682 244.867569 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 250.613321 \nL 337.842045 250.613321 \nL 337.842045 248.458664 \nL 304.498864 248.458664 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 250.613321 \nL 371.185227 250.613321 \nL 371.185227 250.613321 \nL 337.842045 250.613321 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#pc8621b3a51) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 250.613321 \nL 404.528409 250.613321 \nL 404.528409 249.895102 \nL 371.185227 249.895102 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 250.613321 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 250.613321 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 250.613321 \nL 421.2 250.613321 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pc8621b3a51&gt;&lt;rect height=239.813321 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;82&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;26.96520763&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;12&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-822430714772832005bottom--822430714772832005characters&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-822430714772832005characters--822430714772832005category_long_values aria-controls=-822430714772832005characters--822430714772832005category_long_values role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-822430714772832005characters--822430714772832005script_values aria-controls=-822430714772832005characters--822430714772832005script_values role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-822430714772832005characters--822430714772832005block_alias_values aria-controls=-822430714772832005characters--822430714772832005block_alias_values role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-822430714772832005characters--822430714772832005category_long_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Lowercase_Letter&gt; Lowercase_Letter &lt;/td&gt;&lt;td class=number&gt; 26 &lt;/td&gt;&lt;td class=number&gt; 43.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Uppercase_Letter&gt; Uppercase_Letter &lt;/td&gt;&lt;td class=number&gt; 25 &lt;/td&gt;&lt;td class=number&gt; 41.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:96.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Other_Punctuation&gt; Other_Punctuation &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 8.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:19.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Close_Punctuation&gt; Close_Punctuation &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 1.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:3.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Space_Separator&gt; Space_Separator &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 1.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:3.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Open_Punctuation&gt; Open_Punctuation &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 1.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:3.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Dash_Punctuation&gt; Dash_Punctuation &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 1.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:3.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-822430714772832005characters--822430714772832005script_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Latin&gt; Latin &lt;/td&gt;&lt;td class=number&gt; 51 &lt;/td&gt;&lt;td class=number&gt; 85.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Common&gt; Common &lt;/td&gt;&lt;td class=number&gt; 9 &lt;/td&gt;&lt;td class=number&gt; 15.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:17.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-822430714772832005characters--822430714772832005block_alias_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=ASCII&gt; ASCII &lt;/td&gt;&lt;td class=number&gt; 60 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_9212141870879965699&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Sex&gt;&lt;a href=#pp_var_9212141870879965699&gt;Sex&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=&quot;col-sm- collapse in&quot; id=minifreqtable&gt;&lt;table class=&quot;mini freq&quot;&gt;&lt;tr class&gt;&lt;th width=50%&gt;male&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 577 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;female&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:54.4% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 314 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-9212141870879965699, #minifreqtable9212141870879965699&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-9212141870879965699 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#9212141870879965699bottom-9212141870879965699common_values aria-controls=9212141870879965699bottom-9212141870879965699common_values role=tab data-toggle=tab&gt;Common Values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#9212141870879965699bottom-9212141870879965699tbl aria-controls=9212141870879965699bottom-9212141870879965699tbl role=tab data-toggle=tab&gt;Length&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#9212141870879965699bottom-9212141870879965699characters aria-controls=9212141870879965699bottom-9212141870879965699characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=9212141870879965699bottom-9212141870879965699common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=male&gt; male &lt;/td&gt;&lt;td class=number&gt; 577 &lt;/td&gt;&lt;td class=number&gt; 64.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=female&gt; female &lt;/td&gt;&lt;td class=number&gt; 314 &lt;/td&gt;&lt;td class=number&gt; 35.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:54.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=9212141870879965699bottom-9212141870879965699tbl&gt;&lt;div class=col-sm-6&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 243.807418 \nL 421.2 243.807418 \nL 421.2 12.700431 \nL 54.425 12.700431 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-46 d=&quot;M 10.6875 12.40625 \nL 21 12.40625 \nL 21 0 \nL 10.6875 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(65.175676 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(106.854654 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-50 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=fill:#262626; transform=&quot;translate(148.533631 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(190.212608 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-55 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=fill:#262626; transform=&quot;translate(231.891586 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=fill:#262626; transform=&quot;translate(273.570563 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-50 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(315.24954 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(356.928517 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-55 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(398.607495 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 247.606637)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 209.460728)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 171.31482)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 133.168911)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 95.023002)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 56.877094)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 18.731185)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 156.666581)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 243.807418 \nL 104.439773 243.807418 \nL 104.439773 23.705525 \nL 71.096591 23.705525 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 243.807418 \nL 137.782955 243.807418 \nL 137.782955 243.807418 \nL 104.439773 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 243.807418 \nL 171.126136 243.807418 \nL 171.126136 243.807418 \nL 137.782955 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 243.807418 \nL 204.469318 243.807418 \nL 204.469318 243.807418 \nL 171.126136 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 243.807418 \nL 237.8125 243.807418 \nL 237.8125 243.807418 \nL 204.469318 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 243.807418 \nL 271.155682 243.807418 \nL 271.155682 243.807418 \nL 237.8125 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 243.807418 \nL 304.498864 243.807418 \nL 304.498864 243.807418 \nL 271.155682 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 243.807418 \nL 337.842045 243.807418 \nL 337.842045 243.807418 \nL 304.498864 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 243.807418 \nL 371.185227 243.807418 \nL 371.185227 243.807418 \nL 337.842045 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p91e19e9298) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 243.807418 \nL 404.528409 243.807418 \nL 404.528409 124.029265 \nL 371.185227 124.029265 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 243.807418 \nL 54.425 12.700431 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 243.807418 \nL 421.2 12.700431 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 243.807418 \nL 421.2 243.807418 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 12.700431 \nL 421.2 12.700431 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p91e19e9298&gt;&lt;rect height=231.106987 width=366.775 x=54.425 y=12.700431 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;4.704826038&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=9212141870879965699bottom-9212141870879965699characters&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#9212141870879965699characters-9212141870879965699category_long_values aria-controls=9212141870879965699characters-9212141870879965699category_long_values role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#9212141870879965699characters-9212141870879965699script_values aria-controls=9212141870879965699characters-9212141870879965699script_values role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#9212141870879965699characters-9212141870879965699block_alias_values aria-controls=9212141870879965699characters-9212141870879965699block_alias_values role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=9212141870879965699characters-9212141870879965699category_long_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Lowercase_Letter&gt; Lowercase_Letter &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=9212141870879965699characters-9212141870879965699script_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Latin&gt; Latin &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=9212141870879965699characters-9212141870879965699block_alias_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=ASCII&gt; ASCII &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_8762299436693948969&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Age&gt;&lt;a href=#pp_var_8762299436693948969&gt;Age&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;&lt;sub&gt;&amp;ge;0&lt;/sub&gt;)&lt;/small&gt;&lt;/p&gt;&lt;code&gt;MISSING&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;88&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;12.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;177&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;19.9%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;29.69911765&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0.42&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;80&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=108pt version=1.1 viewbox=&quot;0 0 144 108&quot; width=144pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 108 \nL 144 108 \nL 144 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 11.256662 73.088194 \nL 133.2 73.088194 \nL 133.2 10.8 \nL 11.256662 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(15.975818 91.485693)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(49.002061 95.084867)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=fill:#262626; transform=&quot;translate(83.82789 95.084867)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(118.65372 95.084867)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 16.799541 73.088194 \nL 27.885299 73.088194 \nL 27.885299 54.98993 \nL 16.799541 54.98993 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 27.885299 73.088194 \nL 38.971057 73.088194 \nL 38.971057 57.671154 \nL 27.885299 57.671154 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 38.971057 73.088194 \nL 50.056815 73.088194 \nL 50.056815 13.766104 \nL 38.971057 13.766104 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 50.056815 73.088194 \nL 61.142573 73.088194 \nL 61.142573 16.447329 \nL 50.056815 16.447329 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 61.142573 73.088194 \nL 72.228331 73.088194 \nL 72.228331 33.540134 \nL 61.142573 33.540134 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 72.228331 73.088194 \nL 83.314089 73.088194 \nL 83.314089 49.627481 \nL 72.228331 49.627481 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 83.314089 73.088194 \nL 94.399847 73.088194 \nL 94.399847 58.006307 \nL 83.314089 58.006307 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 94.399847 73.088194 \nL 105.485605 73.088194 \nL 105.485605 65.044521 \nL 94.399847 65.044521 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 105.485605 73.088194 \nL 116.571363 73.088194 \nL 116.571363 70.071817 \nL 105.485605 70.071817 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#pe880f6c838) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 116.571363 73.088194 \nL 127.657121 73.088194 \nL 127.657121 72.417888 \nL 116.571363 72.417888 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 11.256662 73.088194 \nL 11.256662 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 133.2 73.088194 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 11.256662 73.088194 \nL 133.2 73.088194 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 11.256662 10.8 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe880f6c838&gt;&lt;rect height=62.288194 width=121.943338 x=11.256662 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-8762299436693948969, #minifreqtable8762299436693948969&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-8762299436693948969 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#8762299436693948969bottom-8762299436693948969statistics aria-controls=8762299436693948969bottom-8762299436693948969statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#8762299436693948969bottom-8762299436693948969histograms aria-controls=8762299436693948969bottom-8762299436693948969histograms role=tab data-toggle=tab&gt;Histogram(s)&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#8762299436693948969bottom-8762299436693948969common_values aria-controls=8762299436693948969bottom-8762299436693948969common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#8762299436693948969bottom-8762299436693948969extreme_values aria-controls=8762299436693948969bottom-8762299436693948969extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=8762299436693948969bottom-8762299436693948969statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0.42&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;20.125&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;28&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;38&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;56&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;80&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;79.58&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;17.875&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;14.52649733&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.4891221855&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;0.1782741536&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;29.69911765&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;11.32294447&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;0.3891077823&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;21205.17&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;211.0191247&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=8762299436693948969bottom-8762299436693948969histograms&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#8762299436693948969histograms-8762299436693948969histogram aria-controls=8762299436693948969histograms-8762299436693948969histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=8762299436693948969histograms-8762299436693948969histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 250.613321 \nL 421.2 250.613321 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(69.038524 270.985194)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(108.687988 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(150.586935 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(192.485881 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(234.384828 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(276.283775 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(318.182721 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(360.081668 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(401.980615 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 254.412539)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(31.2 222.153551)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(31.2 189.894562)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(31.2 157.635574)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 125.376585)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 93.117597)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-50 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 60.858608)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 28.59962)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-55 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 159.119317)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 250.613321 \nL 104.439773 250.613321 \nL 104.439773 180.933906 \nL 71.096591 180.933906 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 250.613321 \nL 137.782955 250.613321 \nL 137.782955 191.256782 \nL 104.439773 191.256782 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 250.613321 \nL 171.126136 250.613321 \nL 171.126136 22.219682 \nL 137.782955 22.219682 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 250.613321 \nL 204.469318 250.613321 \nL 204.469318 32.542558 \nL 171.126136 32.542558 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 250.613321 \nL 237.8125 250.613321 \nL 237.8125 98.350895 \nL 204.469318 98.350895 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 250.613321 \nL 271.155682 250.613321 \nL 271.155682 160.288153 \nL 237.8125 160.288153 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 250.613321 \nL 304.498864 250.613321 \nL 304.498864 192.547141 \nL 271.155682 192.547141 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 250.613321 \nL 337.842045 250.613321 \nL 337.842045 219.644692 \nL 304.498864 219.644692 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 250.613321 \nL 371.185227 250.613321 \nL 371.185227 239.000085 \nL 337.842045 239.000085 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p5cd6377736) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 250.613321 \nL 404.528409 250.613321 \nL 404.528409 248.032602 \nL 371.185227 248.032602 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 250.613321 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 250.613321 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 250.613321 \nL 421.2 250.613321 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p5cd6377736&gt;&lt;rect height=239.813321 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=10) &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=8762299436693948969bottom-8762299436693948969common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=24&gt; 24 &lt;/td&gt;&lt;td class=number&gt; 30 &lt;/td&gt;&lt;td class=number&gt; 3.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=22&gt; 22 &lt;/td&gt;&lt;td class=number&gt; 27 &lt;/td&gt;&lt;td class=number&gt; 3.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=18&gt; 18 &lt;/td&gt;&lt;td class=number&gt; 26 &lt;/td&gt;&lt;td class=number&gt; 2.9% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=28&gt; 28 &lt;/td&gt;&lt;td class=number&gt; 25 &lt;/td&gt;&lt;td class=number&gt; 2.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=19&gt; 19 &lt;/td&gt;&lt;td class=number&gt; 25 &lt;/td&gt;&lt;td class=number&gt; 2.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=30&gt; 30 &lt;/td&gt;&lt;td class=number&gt; 25 &lt;/td&gt;&lt;td class=number&gt; 2.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=21&gt; 21 &lt;/td&gt;&lt;td class=number&gt; 24 &lt;/td&gt;&lt;td class=number&gt; 2.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=25&gt; 25 &lt;/td&gt;&lt;td class=number&gt; 23 &lt;/td&gt;&lt;td class=number&gt; 2.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:4.9%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=36&gt; 36 &lt;/td&gt;&lt;td class=number&gt; 22 &lt;/td&gt;&lt;td class=number&gt; 2.5% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:4.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=29&gt; 29 &lt;/td&gt;&lt;td class=number&gt; 20 &lt;/td&gt;&lt;td class=number&gt; 2.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:4.3%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td class=fillremaining title=&quot;Other values (78)&quot;&gt; Other values (78) &lt;/td&gt;&lt;td class=number&gt; 467 &lt;/td&gt;&lt;td class=number&gt; 52.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=missing&gt;&lt;td class=fillremaining title=(Missing)&gt; (Missing) &lt;/td&gt;&lt;td class=number&gt; 177 &lt;/td&gt;&lt;td class=number&gt; 19.9% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:37.9%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=8762299436693948969bottom-8762299436693948969extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#8762299436693948969extreme_values-8762299436693948969firstn aria-controls=8762299436693948969extreme_values-8762299436693948969firstn role=tab data-toggle=tab&gt;Minimum 5 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#8762299436693948969extreme_values-8762299436693948969lastn aria-controls=8762299436693948969extreme_values-8762299436693948969lastn role=tab data-toggle=tab&gt;Maximum 5 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=8762299436693948969extreme_values-8762299436693948969firstn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0.42&gt; 0.42 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:50.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0.67&gt; 0.67 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:50.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0.75&gt; 0.75 &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0.83&gt; 0.83 &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0.92&gt; 0.92 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:50.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=8762299436693948969extreme_values-8762299436693948969lastn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=80&gt; 80 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:50.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=74&gt; 74 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:50.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=71&gt; 71 &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=70.5&gt; 70.5 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:50.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=70&gt; 70 &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_1358438956852759083&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=SibSp&gt;&lt;a href=#pp_var_1358438956852759083&gt;SibSp&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;&lt;sub&gt;&amp;ge;0&lt;/sub&gt;)&lt;/small&gt;&lt;/p&gt;&lt;code&gt;ZEROS&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.8%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;0.5230078563&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;608&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;68.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=108pt version=1.1 viewbox=&quot;0 0 144 108&quot; width=144pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 108 \nL 144 108 \nL 144 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 10.8 76.712117 \nL 133.2 76.712117 \nL 133.2 10.8 \nL 10.8 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-46 d=&quot;M 10.6875 12.40625 \nL 21 12.40625 \nL 21 0 \nL 10.6875 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(13.426492 100.506608)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.199219 100.506608)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=fill:#262626; transform=&quot;translate(82.971946 100.506608)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(117.744673 100.506608)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 16.363636 76.712117 \nL 27.490909 76.712117 \nL 27.490909 13.938672 \nL 16.363636 13.938672 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 27.490909 76.712117 \nL 38.618182 76.712117 \nL 38.618182 55.133745 \nL 27.490909 55.133745 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 38.618182 76.712117 \nL 49.745455 76.712117 \nL 49.745455 73.821234 \nL 38.618182 73.821234 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 49.745455 76.712117 \nL 60.872727 76.712117 \nL 60.872727 75.060184 \nL 49.745455 75.060184 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 60.872727 76.712117 \nL 72 76.712117 \nL 72 76.712117 \nL 60.872727 76.712117 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 72 76.712117 \nL 83.127273 76.712117 \nL 83.127273 74.853692 \nL 72 74.853692 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 83.127273 76.712117 \nL 94.254545 76.712117 \nL 94.254545 76.195888 \nL 83.127273 76.195888 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 94.254545 76.712117 \nL 105.381818 76.712117 \nL 105.381818 76.712117 \nL 94.254545 76.712117 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 105.381818 76.712117 \nL 116.509091 76.712117 \nL 116.509091 76.712117 \nL 105.381818 76.712117 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p6d6928fa71) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 116.509091 76.712117 \nL 127.636364 76.712117 \nL 127.636364 75.989396 \nL 116.509091 75.989396 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 10.8 76.712117 \nL 10.8 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 133.2 76.712117 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 10.8 76.712117 \nL 133.2 76.712117 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 10.8 10.8 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p6d6928fa71&gt;&lt;rect height=65.912117 width=122.4 x=10.8 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-1358438956852759083, #minifreqtable1358438956852759083&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-1358438956852759083 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#1358438956852759083bottom-1358438956852759083statistics aria-controls=1358438956852759083bottom-1358438956852759083statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1358438956852759083bottom-1358438956852759083histograms aria-controls=1358438956852759083bottom-1358438956852759083histograms role=tab data-toggle=tab&gt;Histogram(s)&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1358438956852759083bottom-1358438956852759083common_values aria-controls=1358438956852759083bottom-1358438956852759083common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1358438956852759083bottom-1358438956852759083extreme_values aria-controls=1358438956852759083bottom-1358438956852759083extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=1358438956852759083bottom-1358438956852759083statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;1.102743432&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;2.108464374&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;17.88041973&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;0.5230078563&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;0.7137795211&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;3.695351727&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;466&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;1.216043077&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1358438956852759083bottom-1358438956852759083histograms&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#1358438956852759083histograms-1358438956852759083histogram aria-controls=1358438956852759083histograms-1358438956852759083histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1358438956852759083histograms-1358438956852759083dynamic_histogram aria-controls=1358438956852759083histograms-1358438956852759083dynamic_histogram role=tab data-toggle=tab&gt;Dynamic Histogram&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=1358438956852759083histograms-1358438956852759083histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 255.121126 \nL 421.2 255.121126 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(70.79828 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(112.477258 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(154.156235 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(195.835212 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(237.514189 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(279.193167 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(320.872144 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(362.551121 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(404.230098 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 258.920345)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 220.649492)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 182.378639)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 144.107786)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 105.836933)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 67.566079)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 29.295226)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 161.373219)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 255.121126 \nL 104.439773 255.121126 \nL 104.439773 22.434339 \nL 71.096591 22.434339 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 255.121126 \nL 137.782955 255.121126 \nL 137.782955 175.135043 \nL 104.439773 175.135043 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 255.121126 \nL 171.126136 255.121126 \nL 171.126136 244.405288 \nL 137.782955 244.405288 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 255.121126 \nL 204.469318 255.121126 \nL 204.469318 248.99779 \nL 171.126136 248.99779 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 255.121126 \nL 237.8125 255.121126 \nL 237.8125 255.121126 \nL 204.469318 255.121126 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 255.121126 \nL 271.155682 255.121126 \nL 271.155682 248.232373 \nL 237.8125 248.232373 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 255.121126 \nL 304.498864 255.121126 \nL 304.498864 253.207584 \nL 271.155682 253.207584 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 255.121126 \nL 337.842045 255.121126 \nL 337.842045 255.121126 \nL 304.498864 255.121126 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 255.121126 \nL 371.185227 255.121126 \nL 371.185227 255.121126 \nL 337.842045 255.121126 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p29dadb5802) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 255.121126 \nL 404.528409 255.121126 \nL 404.528409 252.442167 \nL 371.185227 252.442167 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 255.121126 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 255.121126 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 255.121126 \nL 421.2 255.121126 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p29dadb5802&gt;&lt;rect height=244.321126 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=10) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1358438956852759083histograms-1358438956852759083dynamic_histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 255.121126 \nL 421.2 255.121126 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(70.79828 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(112.477258 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(154.156235 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(195.835212 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(237.514189 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(279.193167 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(320.872144 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(362.551121 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(404.230098 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 258.920345)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 220.649492)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 182.378639)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 144.107786)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 105.836933)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 67.566079)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 29.295226)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 161.373219)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#pf563633b41) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 255.121126 \nL 91.93608 255.121126 \nL 91.93608 22.434339 \nL 71.096591 22.434339 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#pf563633b41) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 91.93608 255.121126 \nL 133.615057 255.121126 \nL 133.615057 175.135043 \nL 91.93608 175.135043 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#pf563633b41) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 133.615057 255.121126 \nL 258.651989 255.121126 \nL 258.651989 231.393198 \nL 133.615057 231.393198 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#pf563633b41) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 258.651989 255.121126 \nL 404.528409 255.121126 \nL 404.528409 250.528624 \nL 258.651989 250.528624 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path style=fill:none; d=&quot;M 54.425 255.121126 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path style=fill:none; d=&quot;M 421.2 255.121126 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path style=fill:none; d=&quot;M 54.425 255.121126 \nL 421.2 255.121126 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf563633b41&gt;&lt;rect height=244.321126 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with variable size bins&lt;/strong&gt; (bins=[0. 0.5 1.5 4.5 8. ], &lt;a href=https://ui.adsabs.harvard.edu/abs/2013ApJ...764..167S/abstract target=_blank&gt;&quot;bayesian blocks&quot;&lt;/a&gt; binning strategy used) &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1358438956852759083bottom-1358438956852759083common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0&gt; 0 &lt;/td&gt;&lt;td class=number&gt; 608 &lt;/td&gt;&lt;td class=number&gt; 68.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=1&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 209 &lt;/td&gt;&lt;td class=number&gt; 23.5% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:34.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=2&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 28 &lt;/td&gt;&lt;td class=number&gt; 3.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:4.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=4&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 18 &lt;/td&gt;&lt;td class=number&gt; 2.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:3.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 16 &lt;/td&gt;&lt;td class=number&gt; 1.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:2.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=8&gt; 8 &lt;/td&gt;&lt;td class=number&gt; 7 &lt;/td&gt;&lt;td class=number&gt; 0.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:1.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=5&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1358438956852759083bottom-1358438956852759083extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#1358438956852759083extreme_values-1358438956852759083firstn aria-controls=1358438956852759083extreme_values-1358438956852759083firstn role=tab data-toggle=tab&gt;Minimum 5 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1358438956852759083extreme_values-1358438956852759083lastn aria-controls=1358438956852759083extreme_values-1358438956852759083lastn role=tab data-toggle=tab&gt;Maximum 5 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=1358438956852759083extreme_values-1358438956852759083firstn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0&gt; 0 &lt;/td&gt;&lt;td class=number&gt; 608 &lt;/td&gt;&lt;td class=number&gt; 68.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=1&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 209 &lt;/td&gt;&lt;td class=number&gt; 23.5% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:34.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=2&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 28 &lt;/td&gt;&lt;td class=number&gt; 3.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:4.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 16 &lt;/td&gt;&lt;td class=number&gt; 1.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:2.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=4&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 18 &lt;/td&gt;&lt;td class=number&gt; 2.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:3.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1358438956852759083extreme_values-1358438956852759083lastn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=8&gt; 8 &lt;/td&gt;&lt;td class=number&gt; 7 &lt;/td&gt;&lt;td class=number&gt; 0.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:25.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=5&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:17.9%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=4&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 18 &lt;/td&gt;&lt;td class=number&gt; 2.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:64.3%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 16 &lt;/td&gt;&lt;td class=number&gt; 1.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:57.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=2&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 28 &lt;/td&gt;&lt;td class=number&gt; 3.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-3795276713966782916&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Parch&gt;&lt;a href=#pp_var_-3795276713966782916&gt;Parch&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;&lt;sub&gt;&amp;ge;0&lt;/sub&gt;)&lt;/small&gt;&lt;/p&gt;&lt;code&gt;ZEROS&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.8%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;0.3815937149&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;678&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;76.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=108pt version=1.1 viewbox=&quot;0 0 144 108&quot; width=144pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 108 \nL 144 108 \nL 144 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 13.417059 71.320428 \nL 133.2 71.320428 \nL 133.2 10.8 \nL 13.417059 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-46 d=&quot;M 10.6875 12.40625 \nL 21 12.40625 \nL 21 0 \nL 10.6875 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(15.924593 95.114919)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(61.296919 95.114919)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=fill:#262626; transform=&quot;translate(106.669246 95.114919)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 18.861738 71.320428 \nL 29.751096 71.320428 \nL 29.751096 13.681925 \nL 18.861738 13.681925 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 29.751096 71.320428 \nL 40.640455 71.320428 \nL 40.640455 61.288948 \nL 29.751096 61.288948 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 40.640455 71.320428 \nL 51.529813 71.320428 \nL 51.529813 71.320428 \nL 40.640455 71.320428 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 51.529813 71.320428 \nL 62.419171 71.320428 \nL 62.419171 64.519424 \nL 51.529813 64.519424 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 62.419171 71.320428 \nL 73.308529 71.320428 \nL 73.308529 71.320428 \nL 62.419171 71.320428 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 73.308529 71.320428 \nL 84.197888 71.320428 \nL 84.197888 70.895365 \nL 73.308529 70.895365 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 84.197888 71.320428 \nL 95.087246 71.320428 \nL 95.087246 70.980377 \nL 84.197888 70.980377 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 95.087246 71.320428 \nL 105.976604 71.320428 \nL 105.976604 71.320428 \nL 95.087246 71.320428 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 105.976604 71.320428 \nL 116.865963 71.320428 \nL 116.865963 70.895365 \nL 105.976604 70.895365 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p8e8925c282) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 116.865963 71.320428 \nL 127.755321 71.320428 \nL 127.755321 71.235415 \nL 116.865963 71.235415 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 13.417059 71.320428 \nL 13.417059 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 133.2 71.320428 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 13.417059 71.320428 \nL 133.2 71.320428 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 13.417059 10.8 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8e8925c282&gt;&lt;rect height=60.520428 width=119.782941 x=13.417059 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--3795276713966782916, #minifreqtable-3795276713966782916&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--3795276713966782916 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3795276713966782916bottom--3795276713966782916statistics aria-controls=-3795276713966782916bottom--3795276713966782916statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3795276713966782916bottom--3795276713966782916histograms aria-controls=-3795276713966782916bottom--3795276713966782916histograms role=tab data-toggle=tab&gt;Histogram(s)&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3795276713966782916bottom--3795276713966782916common_values aria-controls=-3795276713966782916bottom--3795276713966782916common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3795276713966782916bottom--3795276713966782916extreme_values aria-controls=-3795276713966782916bottom--3795276713966782916extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3795276713966782916bottom--3795276713966782916statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;0.8060572211&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;2.112344071&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;9.778125179&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;0.3815937149&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;0.58074195&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;2.749117047&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;340&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;0.6497282437&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3795276713966782916bottom--3795276713966782916histograms&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3795276713966782916histograms--3795276713966782916histogram aria-controls=-3795276713966782916histograms--3795276713966782916histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3795276713966782916histograms--3795276713966782916dynamic_histogram aria-controls=-3795276713966782916histograms--3795276713966782916dynamic_histogram role=tab data-toggle=tab&gt;Dynamic Histogram&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3795276713966782916histograms--3795276713966782916histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 255.121126 \nL 421.2 255.121126 \nL 421.2 11.16531 \nL 54.425 11.16531 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(70.79828 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(126.37025 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(181.94222 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(237.514189 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(293.086159 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(348.658129 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(404.230098 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 258.920345)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 224.652075)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 190.383804)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 156.115534)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 121.847264)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 87.578993)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 53.310723)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 19.042453)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 161.555874)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 255.121126 \nL 104.439773 255.121126 \nL 104.439773 22.782253 \nL 71.096591 22.782253 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 255.121126 \nL 137.782955 255.121126 \nL 137.782955 214.684567 \nL 104.439773 214.684567 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 255.121126 \nL 171.126136 255.121126 \nL 171.126136 255.121126 \nL 137.782955 255.121126 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 255.121126 \nL 204.469318 255.121126 \nL 204.469318 227.70651 \nL 171.126136 227.70651 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 255.121126 \nL 237.8125 255.121126 \nL 237.8125 255.121126 \nL 204.469318 255.121126 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 255.121126 \nL 271.155682 255.121126 \nL 271.155682 253.407713 \nL 237.8125 253.407713 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 255.121126 \nL 304.498864 255.121126 \nL 304.498864 253.750396 \nL 271.155682 253.750396 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 255.121126 \nL 337.842045 255.121126 \nL 337.842045 255.121126 \nL 304.498864 255.121126 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 255.121126 \nL 371.185227 255.121126 \nL 371.185227 253.407713 \nL 337.842045 253.407713 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p07197409c6) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 255.121126 \nL 404.528409 255.121126 \nL 404.528409 254.778444 \nL 371.185227 254.778444 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 255.121126 \nL 54.425 11.16531 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 255.121126 \nL 421.2 11.16531 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 255.121126 \nL 421.2 255.121126 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 11.16531 \nL 421.2 11.16531 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p07197409c6&gt;&lt;rect height=243.955817 width=366.775 x=54.425 y=11.16531 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=10) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3795276713966782916histograms--3795276713966782916dynamic_histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 255.121126 \nL 421.2 255.121126 \nL 421.2 11.16531 \nL 54.425 11.16531 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(70.79828 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(126.37025 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(181.94222 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(237.514189 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(293.086159 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(348.658129 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(404.230098 275.493)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 258.920345)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 224.652075)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 190.383804)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 156.115534)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 121.847264)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 87.578993)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 53.310723)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 19.042453)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 161.555874)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p0fcd2866cd) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 255.121126 \nL 98.882576 255.121126 \nL 98.882576 22.782253 \nL 71.096591 22.782253 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p0fcd2866cd) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 98.882576 255.121126 \nL 154.454545 255.121126 \nL 154.454545 214.684567 \nL 98.882576 214.684567 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p0fcd2866cd) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 154.454545 255.121126 \nL 210.026515 255.121126 \nL 210.026515 227.70651 \nL 154.454545 227.70651 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p0fcd2866cd) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 210.026515 255.121126 \nL 404.528409 255.121126 \nL 404.528409 249.980886 \nL 210.026515 249.980886 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path style=fill:none; d=&quot;M 54.425 255.121126 \nL 54.425 11.16531 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path style=fill:none; d=&quot;M 421.2 255.121126 \nL 421.2 11.16531 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path style=fill:none; d=&quot;M 54.425 255.121126 \nL 421.2 255.121126 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path style=fill:none; d=&quot;M 54.425 11.16531 \nL 421.2 11.16531 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p0fcd2866cd&gt;&lt;rect height=243.955817 width=366.775 x=54.425 y=11.16531 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with variable size bins&lt;/strong&gt; (bins=[0. 0.5 1.5 2.5 6. ], &lt;a href=https://ui.adsabs.harvard.edu/abs/2013ApJ...764..167S/abstract target=_blank&gt;&quot;bayesian blocks&quot;&lt;/a&gt; binning strategy used) &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3795276713966782916bottom--3795276713966782916common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0&gt; 0 &lt;/td&gt;&lt;td class=number&gt; 678 &lt;/td&gt;&lt;td class=number&gt; 76.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=1&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 118 &lt;/td&gt;&lt;td class=number&gt; 13.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:17.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=2&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 80 &lt;/td&gt;&lt;td class=number&gt; 9.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:11.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=5&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=4&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=6&gt; 6 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3795276713966782916bottom--3795276713966782916extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3795276713966782916extreme_values--3795276713966782916firstn aria-controls=-3795276713966782916extreme_values--3795276713966782916firstn role=tab data-toggle=tab&gt;Minimum 5 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3795276713966782916extreme_values--3795276713966782916lastn aria-controls=-3795276713966782916extreme_values--3795276713966782916lastn role=tab data-toggle=tab&gt;Maximum 5 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3795276713966782916extreme_values--3795276713966782916firstn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0&gt; 0 &lt;/td&gt;&lt;td class=number&gt; 678 &lt;/td&gt;&lt;td class=number&gt; 76.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=1&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 118 &lt;/td&gt;&lt;td class=number&gt; 13.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:17.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=2&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 80 &lt;/td&gt;&lt;td class=number&gt; 9.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:11.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=4&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3795276713966782916extreme_values--3795276713966782916lastn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=6&gt; 6 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:1.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=5&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=4&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=2&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 80 &lt;/td&gt;&lt;td class=number&gt; 9.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-6232874757990318923&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Ticket&gt;&lt;a href=#pp_var_-6232874757990318923&gt;Ticket&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;code&gt;HIGH CARDINALITY&lt;/code&gt;&lt;br&gt;&lt;code&gt;UNIFORM&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;681&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;76.4%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=&quot;col-sm- collapse in&quot; id=minifreqtable&gt;&lt;table class=&quot;mini freq&quot;&gt;&lt;tr class&gt;&lt;th width=50%&gt;347082&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.8% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 7 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;CA. 2343&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.8% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 7 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;1601&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.8% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 7 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;3101295&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.7% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 6 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;347088&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:0.7% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 6 &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;th width=50%&gt;Other values (676)&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 858 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--6232874757990318923, #minifreqtable-6232874757990318923&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--6232874757990318923 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-6232874757990318923bottom--6232874757990318923common_values aria-controls=-6232874757990318923bottom--6232874757990318923common_values role=tab data-toggle=tab&gt;Common Values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6232874757990318923bottom--6232874757990318923tbl aria-controls=-6232874757990318923bottom--6232874757990318923tbl role=tab data-toggle=tab&gt;Length&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6232874757990318923bottom--6232874757990318923characters aria-controls=-6232874757990318923bottom--6232874757990318923characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-6232874757990318923bottom--6232874757990318923common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=347082&gt; 347082 &lt;/td&gt;&lt;td class=number&gt; 7 &lt;/td&gt;&lt;td class=number&gt; 0.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;CA. 2343&quot;&gt; CA. 2343 &lt;/td&gt;&lt;td class=number&gt; 7 &lt;/td&gt;&lt;td class=number&gt; 0.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=1601&gt; 1601 &lt;/td&gt;&lt;td class=number&gt; 7 &lt;/td&gt;&lt;td class=number&gt; 0.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=3101295&gt; 3101295 &lt;/td&gt;&lt;td class=number&gt; 6 &lt;/td&gt;&lt;td class=number&gt; 0.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=347088&gt; 347088 &lt;/td&gt;&lt;td class=number&gt; 6 &lt;/td&gt;&lt;td class=number&gt; 0.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;CA 2144&quot;&gt; CA 2144 &lt;/td&gt;&lt;td class=number&gt; 6 &lt;/td&gt;&lt;td class=number&gt; 0.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=382652&gt; 382652 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;S.O.C. 14879&quot;&gt; S.O.C. 14879 &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 0.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=347077&gt; 347077 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.5%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=17421&gt; 17421 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.5%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td class=fillremaining title=&quot;Other values (671)&quot;&gt; Other values (671) &lt;/td&gt;&lt;td class=number&gt; 834 &lt;/td&gt;&lt;td class=number&gt; 93.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6232874757990318923bottom--6232874757990318923tbl&gt;&lt;div class=col-sm-6&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 250.613321 \nL 421.2 250.613321 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(93.027068 270.985194)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(137.484644 270.985194)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(181.94222 270.985194)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(224.150312 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(268.607888 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=fill:#262626; transform=&quot;translate(313.065463 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(357.523039 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(401.980615 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-56 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 254.412539)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 203.203203)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 151.993867)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 100.784531)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 49.575195)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 159.119317)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 250.613321 \nL 104.439773 250.613321 \nL 104.439773 197.867705 \nL 71.096591 197.867705 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 250.613321 \nL 137.782955 250.613321 \nL 137.782955 183.529091 \nL 104.439773 183.529091 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 250.613321 \nL 171.126136 250.613321 \nL 171.126136 22.219682 \nL 137.782955 22.219682 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 250.613321 \nL 204.469318 250.613321 \nL 204.469318 211.694225 \nL 171.126136 211.694225 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 250.613321 \nL 237.8125 250.613321 \nL 237.8125 216.303066 \nL 204.469318 216.303066 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 250.613321 \nL 271.155682 250.613321 \nL 271.155682 246.516574 \nL 237.8125 246.516574 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 250.613321 \nL 304.498864 250.613321 \nL 304.498864 240.371454 \nL 271.155682 240.371454 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 250.613321 \nL 337.842045 250.613321 \nL 337.842045 250.613321 \nL 304.498864 250.613321 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 250.613321 \nL 371.185227 250.613321 \nL 371.185227 240.371454 \nL 337.842045 240.371454 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#pa8b13d795a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 250.613321 \nL 404.528409 250.613321 \nL 404.528409 240.371454 \nL 371.185227 240.371454 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 250.613321 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 250.613321 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 250.613321 \nL 421.2 250.613321 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa8b13d795a&gt;&lt;rect height=239.813321 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;18&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;6.750841751&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6232874757990318923bottom--6232874757990318923characters&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-6232874757990318923characters--6232874757990318923category_long_values aria-controls=-6232874757990318923characters--6232874757990318923category_long_values role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6232874757990318923characters--6232874757990318923script_values aria-controls=-6232874757990318923characters--6232874757990318923script_values role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6232874757990318923characters--6232874757990318923block_alias_values aria-controls=-6232874757990318923characters--6232874757990318923block_alias_values role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-6232874757990318923characters--6232874757990318923category_long_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Uppercase_Letter&gt; Uppercase_Letter &lt;/td&gt;&lt;td class=number&gt; 16 &lt;/td&gt;&lt;td class=number&gt; 45.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Decimal_Number&gt; Decimal_Number &lt;/td&gt;&lt;td class=number&gt; 10 &lt;/td&gt;&lt;td class=number&gt; 28.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:62.5%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Lowercase_Letter&gt; Lowercase_Letter &lt;/td&gt;&lt;td class=number&gt; 6 &lt;/td&gt;&lt;td class=number&gt; 17.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:37.5%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Other_Punctuation&gt; Other_Punctuation &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 5.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:12.5%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Space_Separator&gt; Space_Separator &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 2.9% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6232874757990318923characters--6232874757990318923script_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Latin&gt; Latin &lt;/td&gt;&lt;td class=number&gt; 22 &lt;/td&gt;&lt;td class=number&gt; 62.9% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Common&gt; Common &lt;/td&gt;&lt;td class=number&gt; 13 &lt;/td&gt;&lt;td class=number&gt; 37.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:59.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6232874757990318923characters--6232874757990318923block_alias_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=ASCII&gt; ASCII &lt;/td&gt;&lt;td class=number&gt; 35 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_4574108885021603784&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Fare&gt;&lt;a href=#pp_var_4574108885021603784&gt;Fare&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;&lt;sub&gt;&amp;ge;0&lt;/sub&gt;)&lt;/small&gt;&lt;/p&gt;&lt;code&gt;ZEROS&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;248&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;27.8%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;32.20420797&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;512.3292&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;15&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;1.7%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=108pt version=1.1 viewbox=&quot;0 0 144 108&quot; width=144pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 108 \nL 144 108 \nL 144 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 10.8 69.464272 \nL 133.2 69.464272 \nL 133.2 10.8 \nL 10.8 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(16.124988 87.861771)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.963794 95.060118)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(99.401774 95.060118)rotate(-45)scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 16.363636 69.464272 \nL 27.490909 69.464272 \nL 27.490909 13.593537 \nL 16.363636 13.593537 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 27.490909 69.464272 \nL 38.618182 69.464272 \nL 38.618182 61.373701 \nL 27.490909 61.373701 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 38.618182 69.464272 \nL 49.745455 69.464272 \nL 49.745455 67.098162 \nL 38.618182 67.098162 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 49.745455 69.464272 \nL 60.872727 69.464272 \nL 60.872727 69.31162 \nL 49.745455 69.31162 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 60.872727 69.464272 \nL 72 69.464272 \nL 72 68.624685 \nL 60.872727 68.624685 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 72 69.464272 \nL 83.127273 69.464272 \nL 83.127273 69.006315 \nL 72 69.006315 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 83.127273 69.464272 \nL 94.254545 69.464272 \nL 94.254545 69.464272 \nL 83.127273 69.464272 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 94.254545 69.464272 \nL 105.381818 69.464272 \nL 105.381818 69.464272 \nL 94.254545 69.464272 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 105.381818 69.464272 \nL 116.509091 69.464272 \nL 116.509091 69.464272 \nL 105.381818 69.464272 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p4566d9a1be) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 116.509091 69.464272 \nL 127.636364 69.464272 \nL 127.636364 69.235294 \nL 116.509091 69.235294 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 10.8 69.464272 \nL 10.8 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 133.2 69.464272 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 10.8 69.464272 \nL 133.2 69.464272 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 10.8 10.8 \nL 133.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p4566d9a1be&gt;&lt;rect height=58.664272 width=122.4 x=10.8 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-4574108885021603784, #minifreqtable4574108885021603784&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-4574108885021603784 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#4574108885021603784bottom-4574108885021603784statistics aria-controls=4574108885021603784bottom-4574108885021603784statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4574108885021603784bottom-4574108885021603784histograms aria-controls=4574108885021603784bottom-4574108885021603784histograms role=tab data-toggle=tab&gt;Histogram(s)&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4574108885021603784bottom-4574108885021603784common_values aria-controls=4574108885021603784bottom-4574108885021603784common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4574108885021603784bottom-4574108885021603784extreme_values aria-controls=4574108885021603784bottom-4574108885021603784extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=4574108885021603784bottom-4574108885021603784statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;7.225&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;7.9104&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;14.4542&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;31&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;112.07915&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;512.3292&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;512.3292&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;23.0896&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;49.6934286&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;1.543072528&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;33.39814088&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;32.20420797&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;28.16369185&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;4.78731652&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;28693.9493&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;2469.436846&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4574108885021603784bottom-4574108885021603784histograms&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#4574108885021603784histograms-4574108885021603784histogram aria-controls=4574108885021603784histograms-4574108885021603784histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4574108885021603784histograms-4574108885021603784dynamic_histogram aria-controls=4574108885021603784histograms-4574108885021603784dynamic_histogram role=tab data-toggle=tab&gt;Dynamic Histogram&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=4574108885021603784histograms-4574108885021603784histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 246.105515 \nL 421.2 246.105515 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(70.79828 266.477389)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(131.38087 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(196.462427 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(261.543983 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(326.62554 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(391.707096 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 249.904734)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 219.289913)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 188.675092)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 158.06027)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 127.445449)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 96.830628)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 66.215807)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 35.600986)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 156.865414)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 246.105515 \nL 104.439773 246.105515 \nL 104.439773 22.005025 \nL 71.096591 22.005025 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 246.105515 \nL 137.782955 246.105515 \nL 137.782955 213.653805 \nL 104.439773 213.653805 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 246.105515 \nL 171.126136 246.105515 \nL 171.126136 236.61492 \nL 137.782955 236.61492 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 246.105515 \nL 204.469318 246.105515 \nL 204.469318 245.493219 \nL 171.126136 245.493219 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 246.105515 \nL 237.8125 246.105515 \nL 237.8125 242.737885 \nL 204.469318 242.737885 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 246.105515 \nL 271.155682 246.105515 \nL 271.155682 244.268626 \nL 237.8125 244.268626 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 246.105515 \nL 304.498864 246.105515 \nL 304.498864 246.105515 \nL 271.155682 246.105515 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 246.105515 \nL 337.842045 246.105515 \nL 337.842045 246.105515 \nL 304.498864 246.105515 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 246.105515 \nL 371.185227 246.105515 \nL 371.185227 246.105515 \nL 337.842045 246.105515 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#pe369702b0a) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 246.105515 \nL 404.528409 246.105515 \nL 404.528409 245.18707 \nL 371.185227 245.18707 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 246.105515 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 246.105515 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 246.105515 \nL 421.2 246.105515 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe369702b0a&gt;&lt;rect height=235.305515 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=10) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4574108885021603784histograms-4574108885021603784dynamic_histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 48.05 246.105515 \nL 421.2 246.105515 \nL 421.2 10.8 \nL 48.05 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(64.713053 266.477389)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(126.42684 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(192.639594 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(258.852348 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(325.065102 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(391.277856 275.475322)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(31.1875 249.904734)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 218.341284)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 186.777835)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 155.214386)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 123.650936)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 92.087487)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 60.524038)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.825 28.960588)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.537344 156.865414)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 65.011364 246.105515 \nL 66.339757 246.105515 \nL 66.339757 198.760341 \nL 65.011364 198.760341 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 66.339757 246.105515 \nL 69.207597 246.105515 \nL 69.207597 236.63648 \nL 66.339757 236.63648 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 69.207597 246.105515 \nL 69.677972 246.105515 \nL 69.677972 211.385721 \nL 69.207597 211.385721 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 69.677972 246.105515 \nL 69.680753 246.105515 \nL 69.680753 224.0111 \nL 69.677972 224.0111 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 69.680753 246.105515 \nL 69.767657 246.105515 \nL 69.767657 224.0111 \nL 69.680753 224.0111 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 69.767657 246.105515 \nL 69.83248 246.105515 \nL 69.83248 119.851718 \nL 69.767657 119.851718 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 69.83248 246.105515 \nL 70.127689 246.105515 \nL 70.127689 198.760341 \nL 69.83248 198.760341 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.127689 246.105515 \nL 70.140104 246.105515 \nL 70.140104 220.854756 \nL 70.127689 220.854756 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.140104 246.105515 \nL 70.163544 246.105515 \nL 70.163544 88.288268 \nL 70.140104 88.288268 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.163544 246.105515 \nL 70.236642 246.105515 \nL 70.236642 154.571512 \nL 70.163544 154.571512 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.236642 246.105515 \nL 70.249057 246.105515 \nL 70.249057 126.164407 \nL 70.236642 126.164407 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.249057 246.105515 \nL 70.293221 246.105515 \nL 70.293221 189.291306 \nL 70.249057 189.291306 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.293221 246.105515 \nL 70.334604 246.105515 \nL 70.334604 242.94917 \nL 70.293221 242.94917 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.334604 246.105515 \nL 70.362182 246.105515 \nL 70.362182 110.382683 \nL 70.334604 110.382683 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.362182 246.105515 \nL 70.744296 246.105515 \nL 70.744296 214.542066 \nL 70.362182 214.542066 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.744296 246.105515 \nL 70.75393 246.105515 \nL 70.75393 205.073031 \nL 70.744296 205.073031 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 70.75393 246.105515 \nL 71.28777 246.105515 \nL 71.28777 211.385721 \nL 70.75393 211.385721 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.28777 246.105515 \nL 71.330543 246.105515 \nL 71.330543 214.542066 \nL 71.28777 214.542066 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.330543 246.105515 \nL 71.951288 246.105515 \nL 71.951288 214.542066 \nL 71.330543 214.542066 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.951288 246.105515 \nL 71.969232 246.105515 \nL 71.969232 170.353237 \nL 71.951288 170.353237 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.969232 246.105515 \nL 73.577639 246.105515 \nL 73.577639 173.509581 \nL 71.969232 173.509581 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 73.577639 246.105515 \nL 73.756976 246.105515 \nL 73.756976 113.539028 \nL 73.577639 113.539028 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 73.756976 246.105515 \nL 74.563944 246.105515 \nL 74.563944 208.229376 \nL 73.756976 208.229376 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 74.563944 246.105515 \nL 74.598408 246.105515 \nL 74.598408 214.542066 \nL 74.563944 214.542066 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 74.598408 246.105515 \nL 75.870255 246.105515 \nL 75.870255 107.226338 \nL 74.598408 107.226338 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 75.870255 246.105515 \nL 82.20324 246.105515 \nL 82.20324 22.005025 \nL 75.870255 22.005025 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 82.20324 246.105515 \nL 82.309446 246.105515 \nL 82.309446 148.258822 \nL 82.20324 148.258822 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 82.309446 246.105515 \nL 82.739829 246.105515 \nL 82.739829 164.040547 \nL 82.309446 164.040547 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 82.739829 246.105515 \nL 86.102874 246.105515 \nL 86.102874 63.037509 \nL 82.739829 63.037509 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 86.102874 246.105515 \nL 91.165401 246.105515 \nL 91.165401 160.884202 \nL 86.102874 160.884202 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 91.165401 246.105515 \nL 91.434391 246.105515 \nL 91.434391 220.854756 \nL 91.165401 220.854756 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 91.434391 246.105515 \nL 99.224056 246.105515 \nL 99.224056 189.291306 \nL 91.434391 189.291306 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 99.224056 246.105515 \nL 103.076811 246.105515 \nL 103.076811 141.946132 \nL 99.224056 141.946132 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 103.076811 246.105515 \nL 126.118849 246.105515 \nL 126.118849 25.161369 \nL 103.076811 25.161369 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 126.118849 246.105515 \nL 170.398629 246.105515 \nL 170.398629 141.946132 \nL 126.118849 141.946132 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 170.398629 246.105515 \nL 238.943992 246.105515 \nL 238.943992 198.760341 \nL 170.398629 198.760341 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path clip-path=url(#p2f7874226e) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 238.943992 246.105515 \nL 404.238636 246.105515 \nL 404.238636 224.0111 \nL 238.943992 224.0111 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path style=fill:none; d=&quot;M 48.05 246.105515 \nL 48.05 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path style=fill:none; d=&quot;M 421.2 246.105515 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path style=fill:none; d=&quot;M 48.05 246.105515 \nL 421.2 246.105515 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path style=fill:none; d=&quot;M 48.05 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2f7874226e&gt;&lt;rect height=235.305515 width=373.15 x=48.05 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with variable size bins&lt;/strong&gt; (bins=[ 0. 2.00625 6.3375 7.0479 7.0521 ... 57.4896 92.2896 159.1646 262.6875 512.3292 ], &lt;a href=https://ui.adsabs.harvard.edu/abs/2013ApJ...764..167S/abstract target=_blank&gt;&quot;bayesian blocks&quot;&lt;/a&gt; binning strategy used) &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4574108885021603784bottom-4574108885021603784common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=8.05&gt; 8.05 &lt;/td&gt;&lt;td class=number&gt; 43 &lt;/td&gt;&lt;td class=number&gt; 4.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:7.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=13&gt; 13 &lt;/td&gt;&lt;td class=number&gt; 42 &lt;/td&gt;&lt;td class=number&gt; 4.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.8%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=7.8958&gt; 7.8958 &lt;/td&gt;&lt;td class=number&gt; 38 &lt;/td&gt;&lt;td class=number&gt; 4.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=7.75&gt; 7.75 &lt;/td&gt;&lt;td class=number&gt; 34 &lt;/td&gt;&lt;td class=number&gt; 3.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.5%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=26&gt; 26 &lt;/td&gt;&lt;td class=number&gt; 31 &lt;/td&gt;&lt;td class=number&gt; 3.5% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:5.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=10.5&gt; 10.5 &lt;/td&gt;&lt;td class=number&gt; 24 &lt;/td&gt;&lt;td class=number&gt; 2.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:3.9%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=7.925&gt; 7.925 &lt;/td&gt;&lt;td class=number&gt; 18 &lt;/td&gt;&lt;td class=number&gt; 2.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:2.9%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=7.775&gt; 7.775 &lt;/td&gt;&lt;td class=number&gt; 16 &lt;/td&gt;&lt;td class=number&gt; 1.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:2.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=26.55&gt; 26.55 &lt;/td&gt;&lt;td class=number&gt; 15 &lt;/td&gt;&lt;td class=number&gt; 1.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:2.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0&gt; 0 &lt;/td&gt;&lt;td class=number&gt; 15 &lt;/td&gt;&lt;td class=number&gt; 1.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:2.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td class=fillremaining title=&quot;Other values (238)&quot;&gt; Other values (238) &lt;/td&gt;&lt;td class=number&gt; 615 &lt;/td&gt;&lt;td class=number&gt; 69.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4574108885021603784bottom-4574108885021603784extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#4574108885021603784extreme_values-4574108885021603784firstn aria-controls=4574108885021603784extreme_values-4574108885021603784firstn role=tab data-toggle=tab&gt;Minimum 5 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4574108885021603784extreme_values-4574108885021603784lastn aria-controls=4574108885021603784extreme_values-4574108885021603784lastn role=tab data-toggle=tab&gt;Maximum 5 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=4574108885021603784extreme_values-4574108885021603784firstn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=0&gt; 0 &lt;/td&gt;&lt;td class=number&gt; 15 &lt;/td&gt;&lt;td class=number&gt; 1.7% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=4.0125&gt; 4.0125 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=5&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=6.2375&gt; 6.2375 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=6.4375&gt; 6.4375 &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 0.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:6.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4574108885021603784extreme_values-4574108885021603784lastn&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=512.3292&gt; 512.3292 &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 0.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:75.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=263&gt; 263 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=262.375&gt; 262.375 &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:50.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=247.5208&gt; 247.5208 &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:50.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=227.525&gt; 227.525 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-3600336766570380406&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Cabin&gt;&lt;a href=#pp_var_-3600336766570380406&gt;Cabin&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;code&gt;HIGH CARDINALITY&lt;/code&gt;&lt;br&gt;&lt;code&gt;MISSING&lt;/code&gt;&lt;br&gt;&lt;code&gt;UNIFORM&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;147&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;72.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;687&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;77.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=&quot;col-sm- collapse in&quot; id=minifreqtable&gt;&lt;table class=&quot;mini freq&quot;&gt;&lt;tr class&gt;&lt;th width=50%&gt;G6&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:2.2% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 4 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;C23 C25 C27&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:2.2% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 4 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;B96 B98&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:2.2% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 4 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;D&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:1.6% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 3 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;C22 C26&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:1.6% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 3 &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;th width=50%&gt;Other values (142)&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 186 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--3600336766570380406, #minifreqtable-3600336766570380406&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--3600336766570380406 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3600336766570380406bottom--3600336766570380406common_values aria-controls=-3600336766570380406bottom--3600336766570380406common_values role=tab data-toggle=tab&gt;Common Values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3600336766570380406bottom--3600336766570380406tbl aria-controls=-3600336766570380406bottom--3600336766570380406tbl role=tab data-toggle=tab&gt;Length&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3600336766570380406bottom--3600336766570380406characters aria-controls=-3600336766570380406bottom--3600336766570380406characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3600336766570380406bottom--3600336766570380406common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=G6&gt; G6 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;C23 C25 C27&quot;&gt; C23 C25 C27 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;B96 B98&quot;&gt; B96 B98 &lt;/td&gt;&lt;td class=number&gt; 4 &lt;/td&gt;&lt;td class=number&gt; 0.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.6%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=D&gt; D &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 0.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=&quot;C22 C26&quot;&gt; C22 C26 &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 0.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=F33&gt; F33 &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 0.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=F2&gt; F2 &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 0.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=E101&gt; E101 &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 0.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.4%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=C78&gt; C78 &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.3%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=B28&gt; B28 &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.3%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td class=fillremaining title=&quot;Other values (137)&quot;&gt; Other values (137) &lt;/td&gt;&lt;td class=number&gt; 173 &lt;/td&gt;&lt;td class=number&gt; 19.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:25.2%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=missing&gt;&lt;td class=fillremaining title=(Missing)&gt; (Missing) &lt;/td&gt;&lt;td class=number&gt; 687 &lt;/td&gt;&lt;td class=number&gt; 77.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3600336766570380406bottom--3600336766570380406tbl&gt;&lt;div class=col-sm-6&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 250.613321 \nL 421.2 250.613321 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(94.614839 270.985194)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(142.247956 270.985194)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(189.881072 270.985194)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(237.514189 270.985194)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(282.897823 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=fill:#262626; transform=&quot;translate(330.53094 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(378.164057 275.484161)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 254.412539)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 226.38878)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 198.365021)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 170.341261)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 142.317502)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 114.293743)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 86.269983)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 58.246224)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_9&gt;&lt;g id=text_16&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 30.222465)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 159.119317)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 250.613321 \nL 104.439773 250.613321 \nL 104.439773 242.766668 \nL 71.096591 242.766668 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 250.613321 \nL 137.782955 250.613321 \nL 137.782955 22.219682 \nL 104.439773 22.219682 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 250.613321 \nL 171.126136 250.613321 \nL 171.126136 242.766668 \nL 137.782955 242.766668 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 250.613321 \nL 204.469318 250.613321 \nL 204.469318 250.613321 \nL 171.126136 250.613321 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 250.613321 \nL 237.8125 250.613321 \nL 237.8125 247.25047 \nL 204.469318 247.25047 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 250.613321 \nL 271.155682 250.613321 \nL 271.155682 250.613321 \nL 237.8125 250.613321 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 250.613321 \nL 304.498864 250.613321 \nL 304.498864 250.613321 \nL 271.155682 250.613321 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 250.613321 \nL 337.842045 250.613321 \nL 337.842045 248.931895 \nL 304.498864 248.931895 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 250.613321 \nL 371.185227 250.613321 \nL 371.185227 250.613321 \nL 337.842045 250.613321 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p8eead06953) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 250.613321 \nL 404.528409 250.613321 \nL 404.528409 250.052846 \nL 371.185227 250.052846 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 250.613321 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 250.613321 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 250.613321 \nL 421.2 250.613321 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8eead06953&gt;&lt;rect height=239.813321 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;15&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;3.134680135&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3600336766570380406bottom--3600336766570380406characters&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3600336766570380406characters--3600336766570380406category_long_values aria-controls=-3600336766570380406characters--3600336766570380406category_long_values role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3600336766570380406characters--3600336766570380406script_values aria-controls=-3600336766570380406characters--3600336766570380406script_values role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3600336766570380406characters--3600336766570380406block_alias_values aria-controls=-3600336766570380406characters--3600336766570380406block_alias_values role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3600336766570380406characters--3600336766570380406category_long_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Decimal_Number&gt; Decimal_Number &lt;/td&gt;&lt;td class=number&gt; 10 &lt;/td&gt;&lt;td class=number&gt; 47.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Uppercase_Letter&gt; Uppercase_Letter &lt;/td&gt;&lt;td class=number&gt; 8 &lt;/td&gt;&lt;td class=number&gt; 38.1% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:80.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Lowercase_Letter&gt; Lowercase_Letter &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 9.5% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:20.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Space_Separator&gt; Space_Separator &lt;/td&gt;&lt;td class=number&gt; 1 &lt;/td&gt;&lt;td class=number&gt; 4.8% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:10.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3600336766570380406characters--3600336766570380406script_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Common&gt; Common &lt;/td&gt;&lt;td class=number&gt; 11 &lt;/td&gt;&lt;td class=number&gt; 52.4% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Latin&gt; Latin &lt;/td&gt;&lt;td class=number&gt; 10 &lt;/td&gt;&lt;td class=number&gt; 47.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:90.9%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3600336766570380406characters--3600336766570380406block_alias_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=ASCII&gt; ASCII &lt;/td&gt;&lt;td class=number&gt; 21 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-1066741233134419549&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4 title=Embarked&gt;&lt;a href=#pp_var_-1066741233134419549&gt;Embarked&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct count&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;7.1 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=&quot;col-sm- collapse in&quot; id=minifreqtable&gt;&lt;table class=&quot;mini freq&quot;&gt;&lt;tr class&gt;&lt;th width=50%&gt;S&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 644 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;C&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:26.1% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; 168 &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=50%&gt;Q&lt;/th&gt;&lt;td width=50%&gt;&lt;div class=bar style=width:12.0% data-toggle=tooltip data-placement=right data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 77 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--1066741233134419549, #minifreqtable-1066741233134419549&quot; aria-expanded=true aria-controls=collapseExample&gt;Toggle details&lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--1066741233134419549 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-1066741233134419549bottom--1066741233134419549common_values aria-controls=-1066741233134419549bottom--1066741233134419549common_values role=tab data-toggle=tab&gt;Common Values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1066741233134419549bottom--1066741233134419549tbl aria-controls=-1066741233134419549bottom--1066741233134419549tbl role=tab data-toggle=tab&gt;Length&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1066741233134419549bottom--1066741233134419549characters aria-controls=-1066741233134419549bottom--1066741233134419549characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-1066741233134419549bottom--1066741233134419549common_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=S&gt; S &lt;/td&gt;&lt;td class=number&gt; 644 &lt;/td&gt;&lt;td class=number&gt; 72.3% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=C&gt; C &lt;/td&gt;&lt;td class=number&gt; 168 &lt;/td&gt;&lt;td class=number&gt; 18.9% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:26.1%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Q&gt; Q &lt;/td&gt;&lt;td class=number&gt; 77 &lt;/td&gt;&lt;td class=number&gt; 8.6% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:12.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=missing&gt;&lt;td class=fillremaining title=(Missing)&gt; (Missing) &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 0.2% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:0.3%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1066741233134419549bottom--1066741233134419549tbl&gt;&lt;div class=col-sm-6&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=288pt version=1.1 viewbox=&quot;0 0 432 288&quot; width=432pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 288 \nL 432 288 \nL 432 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 54.425 243.807418 \nL 421.2 243.807418 \nL 421.2 10.8 \nL 54.425 10.8 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-46 d=&quot;M 10.6875 12.40625 \nL 21 12.40625 \nL 21 0 \nL 10.6875 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(65.175676 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(106.854654 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-50 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=fill:#262626; transform=&quot;translate(148.533631 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(190.212608 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-55 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=fill:#262626; transform=&quot;translate(231.891586 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=fill:#262626; transform=&quot;translate(273.570563 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-50 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(315.24954 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-53 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(356.928517 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-55 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(398.607495 275.424499)rotate(-45)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-46 /&gt;&lt;use x=95.410156 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=159.033203 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(37.5625 247.606637)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 197.682716)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 147.758796)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 97.834875)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(24.8375 47.910955)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 d=&quot;M 9.8125 72.90625 \nL 51.703125 72.90625 \nL 51.703125 64.59375 \nL 19.671875 64.59375 \nL 19.671875 43.109375 \nL 48.578125 43.109375 \nL 48.578125 34.8125 \nL 19.671875 34.8125 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-113 d=&quot;M 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\nM 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nL 54.390625 -20.796875 \nL 45.40625 -20.796875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-117 d=&quot;M 8.5 21.578125 \nL 8.5 54.6875 \nL 17.484375 54.6875 \nL 17.484375 21.921875 \nQ 17.484375 14.15625 20.5 10.265625 \nQ 23.53125 6.390625 29.59375 6.390625 \nQ 36.859375 6.390625 41.078125 11.03125 \nQ 45.3125 15.671875 45.3125 23.6875 \nL 45.3125 54.6875 \nL 54.296875 54.6875 \nL 54.296875 0 \nL 45.3125 0 \nL 45.3125 8.40625 \nQ 42.046875 3.421875 37.71875 1 \nQ 33.40625 -1.421875 27.6875 -1.421875 \nQ 18.265625 -1.421875 13.375 4.4375 \nQ 8.5 10.296875 8.5 21.578125 \nz\nM 31.109375 56 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-99 d=&quot;M 48.78125 52.59375 \nL 48.78125 44.1875 \nQ 44.96875 46.296875 41.140625 47.34375 \nQ 37.3125 48.390625 33.40625 48.390625 \nQ 24.65625 48.390625 19.8125 42.84375 \nQ 14.984375 37.3125 14.984375 27.296875 \nQ 14.984375 17.28125 19.8125 11.734375 \nQ 24.65625 6.203125 33.40625 6.203125 \nQ 37.3125 6.203125 41.140625 7.25 \nQ 44.96875 8.296875 48.78125 10.40625 \nL 48.78125 2.09375 \nQ 45.015625 0.34375 40.984375 -0.53125 \nQ 36.96875 -1.421875 32.421875 -1.421875 \nQ 20.0625 -1.421875 12.78125 6.34375 \nQ 5.515625 14.109375 5.515625 27.296875 \nQ 5.515625 40.671875 12.859375 48.328125 \nQ 20.21875 56 33.015625 56 \nQ 37.15625 56 41.109375 55.140625 \nQ 45.0625 54.296875 48.78125 52.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-121 d=&quot;M 32.171875 -5.078125 \nQ 28.375 -14.84375 24.75 -17.8125 \nQ 21.140625 -20.796875 15.09375 -20.796875 \nL 7.90625 -20.796875 \nL 7.90625 -13.28125 \nL 13.1875 -13.28125 \nQ 16.890625 -13.28125 18.9375 -11.515625 \nQ 21 -9.765625 23.484375 -3.21875 \nL 25.09375 0.875 \nL 2.984375 54.6875 \nL 12.5 54.6875 \nL 29.59375 11.921875 \nL 46.6875 54.6875 \nL 56.203125 54.6875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(18.549844 155.716365)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use x=50.269531 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=89.132812 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=150.65625 xlink:href=#DejaVuSans-113 /&gt;&lt;use x=214.132812 xlink:href=#DejaVuSans-117 /&gt;&lt;use x=277.511719 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=339.035156 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=402.414062 xlink:href=#DejaVuSans-99 /&gt;&lt;use x=457.394531 xlink:href=#DejaVuSans-121 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 71.096591 243.807418 \nL 104.439773 243.807418 \nL 104.439773 21.895591 \nL 71.096591 21.895591 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 104.439773 243.807418 \nL 137.782955 243.807418 \nL 137.782955 243.807418 \nL 104.439773 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 137.782955 243.807418 \nL 171.126136 243.807418 \nL 171.126136 243.807418 \nL 137.782955 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 171.126136 243.807418 \nL 204.469318 243.807418 \nL 204.469318 243.807418 \nL 171.126136 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 204.469318 243.807418 \nL 237.8125 243.807418 \nL 237.8125 243.807418 \nL 204.469318 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 237.8125 243.807418 \nL 271.155682 243.807418 \nL 271.155682 243.807418 \nL 237.8125 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 271.155682 243.807418 \nL 304.498864 243.807418 \nL 304.498864 243.807418 \nL 271.155682 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 304.498864 243.807418 \nL 337.842045 243.807418 \nL 337.842045 243.807418 \nL 304.498864 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 337.842045 243.807418 \nL 371.185227 243.807418 \nL 371.185227 243.807418 \nL 337.842045 243.807418 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path clip-path=url(#p59c62229a5) style=fill:#337ab7;stroke:#ffffff;stroke-linejoin:miter;stroke-width:0.3; d=&quot;M 371.185227 243.807418 \nL 404.528409 243.807418 \nL 404.528409 243.308179 \nL 371.185227 243.308179 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path style=fill:none; d=&quot;M 54.425 243.807418 \nL 54.425 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path style=fill:none; d=&quot;M 421.2 243.807418 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path style=fill:none; d=&quot;M 54.425 243.807418 \nL 421.2 243.807418 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path style=fill:none; d=&quot;M 54.425 10.8 \nL 421.2 10.8 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p59c62229a5&gt;&lt;rect height=233.007418 width=366.775 x=54.425 y=10.8 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;1.004489338&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1066741233134419549bottom--1066741233134419549characters&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-1066741233134419549characters--1066741233134419549category_long_values aria-controls=-1066741233134419549characters--1066741233134419549category_long_values role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1066741233134419549characters--1066741233134419549script_values aria-controls=-1066741233134419549characters--1066741233134419549script_values role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1066741233134419549characters--1066741233134419549block_alias_values aria-controls=-1066741233134419549characters--1066741233134419549block_alias_values role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-1066741233134419549characters--1066741233134419549category_long_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Uppercase_Letter&gt; Uppercase_Letter &lt;/td&gt;&lt;td class=number&gt; 3 &lt;/td&gt;&lt;td class=number&gt; 60.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Lowercase_Letter&gt; Lowercase_Letter &lt;/td&gt;&lt;td class=number&gt; 2 &lt;/td&gt;&lt;td class=number&gt; 40.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:66.7%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1066741233134419549characters--1066741233134419549script_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=Latin&gt; Latin &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1066741233134419549characters--1066741233134419549block_alias_values&gt;&lt;table class=&quot;freq table table-hover table-striped&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=fillremaining&gt;Value&lt;/td&gt;&lt;td class=number&gt;Count&lt;/td&gt;&lt;td class=number&gt;Frequency (%)&lt;/td&gt;&lt;td class=frequency-percentage&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td class=fillremaining title=ASCII&gt; ASCII &lt;/td&gt;&lt;td class=number&gt; 5 &lt;/td&gt;&lt;td class=number&gt; 100.0% &lt;/td&gt;&lt;td class=bartd&gt;&lt;div class=bar style=width:100.0%&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=interactions&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Interactions&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#interactions-interactions_PassengerId aria-controls=interactions-interactions_PassengerId role=tab data-toggle=tab&gt;PassengerId&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#interactions-interactions_Age aria-controls=interactions-interactions_Age role=tab data-toggle=tab&gt;Age&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#interactions-interactions_SibSp aria-controls=interactions-interactions_SibSp role=tab data-toggle=tab&gt;SibSp&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#interactions-interactions_Parch aria-controls=interactions-interactions_Parch role=tab data-toggle=tab&gt;Parch&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#interactions-interactions_Fare aria-controls=interactions-interactions_Fare role=tab data-toggle=tab&gt;Fare&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions-interactions_PassengerId&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#interactions_PassengerId-interactions_PassengerId_PassengerId aria-controls=interactions_PassengerId-interactions_PassengerId_PassengerId role=tab data-toggle=tab&gt;PassengerId&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#interactions_PassengerId-interactions_PassengerId_Age aria-controls=interactions_PassengerId-interactions_PassengerId_Age role=tab data-toggle=tab&gt;Age&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#interactions_PassengerId-interactions_PassengerId_SibSp aria-controls=interactions_PassengerId-interactions_PassengerId_SibSp role=tab data-toggle=tab&gt;SibSp&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#interactions_PassengerId-interactions_PassengerId_Parch aria-controls=interactions_PassengerId-interactions_PassengerId_Parch role=tab data-toggle=tab&gt;Parch&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#interactions_PassengerId-interactions_PassengerId_Fare aria-controls=interactions_PassengerId-interactions_PassengerId_Fare role=tab data-toggle=tab&gt;Fare&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_PassengerId-interactions_PassengerId_PassengerId&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=396pt version=1.1 viewbox=&quot;0 0 576 396&quot; width=576pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 396 \nL 576 396 \nL 576 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 72 346.5 \nL 518.4 346.5 \nL 518.4 47.52 \nL 72 47.52 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(88.653684 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(173.486281 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(264.681378 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(355.876475 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(447.071572 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-80 d=&quot;M 19.671875 64.796875 \nL 19.671875 37.40625 \nL 32.078125 37.40625 \nQ 38.96875 37.40625 42.71875 40.96875 \nQ 46.484375 44.53125 46.484375 51.125 \nQ 46.484375 57.671875 42.71875 61.234375 \nQ 38.96875 64.796875 32.078125 64.796875 \nz\nM 9.8125 72.90625 \nL 32.078125 72.90625 \nQ 44.34375 72.90625 50.609375 67.359375 \nQ 56.890625 61.8125 56.890625 51.125 \nQ 56.890625 40.328125 50.609375 34.8125 \nQ 44.34375 29.296875 32.078125 29.296875 \nL 19.671875 29.296875 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-97 d=&quot;M 34.28125 27.484375 \nQ 23.390625 27.484375 19.1875 25 \nQ 14.984375 22.515625 14.984375 16.5 \nQ 14.984375 11.71875 18.140625 8.90625 \nQ 21.296875 6.109375 26.703125 6.109375 \nQ 34.1875 6.109375 38.703125 11.40625 \nQ 43.21875 16.703125 43.21875 25.484375 \nL 43.21875 27.484375 \nz\nM 52.203125 31.203125 \nL 52.203125 0 \nL 43.21875 0 \nL 43.21875 8.296875 \nQ 40.140625 3.328125 35.546875 0.953125 \nQ 30.953125 -1.421875 24.3125 -1.421875 \nQ 15.921875 -1.421875 10.953125 3.296875 \nQ 6 8.015625 6 15.921875 \nQ 6 25.140625 12.171875 29.828125 \nQ 18.359375 34.515625 30.609375 34.515625 \nL 43.21875 34.515625 \nL 43.21875 35.40625 \nQ 43.21875 41.609375 39.140625 45 \nQ 35.0625 48.390625 27.6875 48.390625 \nQ 23 48.390625 18.546875 47.265625 \nQ 14.109375 46.140625 10.015625 43.890625 \nL 10.015625 52.203125 \nQ 14.9375 54.109375 19.578125 55.046875 \nQ 24.21875 56 28.609375 56 \nQ 40.484375 56 46.34375 49.84375 \nQ 52.203125 43.703125 52.203125 31.203125 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-115 d=&quot;M 44.28125 53.078125 \nL 44.28125 44.578125 \nQ 40.484375 46.53125 36.375 47.5 \nQ 32.28125 48.484375 27.875 48.484375 \nQ 21.1875 48.484375 17.84375 46.4375 \nQ 14.5 44.390625 14.5 40.28125 \nQ 14.5 37.15625 16.890625 35.375 \nQ 19.28125 33.59375 26.515625 31.984375 \nL 29.59375 31.296875 \nQ 39.15625 29.25 43.1875 25.515625 \nQ 47.21875 21.78125 47.21875 15.09375 \nQ 47.21875 7.46875 41.1875 3.015625 \nQ 35.15625 -1.421875 24.609375 -1.421875 \nQ 20.21875 -1.421875 15.453125 -0.5625 \nQ 10.6875 0.296875 5.421875 2 \nL 5.421875 11.28125 \nQ 10.40625 8.6875 15.234375 7.390625 \nQ 20.0625 6.109375 24.8125 6.109375 \nQ 31.15625 6.109375 34.5625 8.28125 \nQ 37.984375 10.453125 37.984375 14.40625 \nQ 37.984375 18.0625 35.515625 20.015625 \nQ 33.0625 21.96875 24.703125 23.78125 \nL 21.578125 24.515625 \nQ 13.234375 26.265625 9.515625 29.90625 \nQ 5.8125 33.546875 5.8125 39.890625 \nQ 5.8125 47.609375 11.28125 51.796875 \nQ 16.75 56 26.8125 56 \nQ 31.78125 56 36.171875 55.265625 \nQ 40.578125 54.546875 44.28125 53.078125 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-103 d=&quot;M 45.40625 27.984375 \nQ 45.40625 37.75 41.375 43.109375 \nQ 37.359375 48.484375 30.078125 48.484375 \nQ 22.859375 48.484375 18.828125 43.109375 \nQ 14.796875 37.75 14.796875 27.984375 \nQ 14.796875 18.265625 18.828125 12.890625 \nQ 22.859375 7.515625 30.078125 7.515625 \nQ 37.359375 7.515625 41.375 12.890625 \nQ 45.40625 18.265625 45.40625 27.984375 \nz\nM 54.390625 6.78125 \nQ 54.390625 -7.171875 48.1875 -13.984375 \nQ 42 -20.796875 29.203125 -20.796875 \nQ 24.46875 -20.796875 20.265625 -20.09375 \nQ 16.0625 -19.390625 12.109375 -17.921875 \nL 12.109375 -9.1875 \nQ 16.0625 -11.328125 19.921875 -12.34375 \nQ 23.78125 -13.375 27.78125 -13.375 \nQ 36.625 -13.375 41.015625 -8.765625 \nQ 45.40625 -4.15625 45.40625 5.171875 \nL 45.40625 9.625 \nQ 42.625 4.78125 38.28125 2.390625 \nQ 33.9375 0 27.875 0 \nQ 17.828125 0 11.671875 7.65625 \nQ 5.515625 15.328125 5.515625 27.984375 \nQ 5.515625 40.671875 11.671875 48.328125 \nQ 17.828125 56 27.875 56 \nQ 33.9375 56 38.28125 53.609375 \nQ 42.625 51.21875 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-73 d=&quot;M 9.8125 72.90625 \nL 19.671875 72.90625 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-100 d=&quot;M 45.40625 46.390625 \nL 45.40625 75.984375 \nL 54.390625 75.984375 \nL 54.390625 0 \nL 45.40625 0 \nL 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nz\nM 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(261.909531 379.036406)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-80 /&gt;&lt;use x=55.802734 xlink:href=#DejaVuSans-97 /&gt;&lt;use x=117.082031 xlink:href=#DejaVuSans-115 /&gt;&lt;use x=169.181641 xlink:href=#DejaVuSans-115 /&gt;&lt;use x=221.28125 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=282.804688 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=346.183594 xlink:href=#DejaVuSans-103 /&gt;&lt;use x=409.660156 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=471.183594 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=512.296875 xlink:href=#DejaVuSans-73 /&gt;&lt;use x=541.789062 xlink:href=#DejaVuSans-100 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 337.014612)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=fill:#262626; transform=&quot;translate(42.4125 275.93596)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(42.4125 214.857309)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=fill:#262626; transform=&quot;translate(42.4125 153.778657)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(42.4125 92.700005)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=fill:#262626; transform=&quot;translate(36.124844 230.300469)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-80 /&gt;&lt;use x=55.802734 xlink:href=#DejaVuSans-97 /&gt;&lt;use x=117.082031 xlink:href=#DejaVuSans-115 /&gt;&lt;use x=169.181641 xlink:href=#DejaVuSans-115 /&gt;&lt;use x=221.28125 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=282.804688 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=346.183594 xlink:href=#DejaVuSans-103 /&gt;&lt;use x=409.660156 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=471.183594 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=512.296875 xlink:href=#DejaVuSans-73 /&gt;&lt;use x=541.789062 xlink:href=#DejaVuSans-100 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PathCollection_1&gt;&lt;defs&gt;&lt;path id=mda7d240308 style=stroke:#337ab7;stroke-width:0.3; d=&quot;M 0 3.5 \nC 0.928211 3.5 1.81853 3.131218 2.474874 2.474874 \nC 3.131218 1.81853 3.5 0.928211 3.5 0 \nC 3.5 -0.928211 3.131218 -1.81853 2.474874 -2.474874 \nC 1.81853 -3.131218 0.928211 -3.5 0 -3.5 \nC -0.928211 -3.5 -1.81853 -3.131218 -2.474874 -2.474874 \nC -3.131218 -1.81853 -3.5 -0.928211 -3.5 0 \nC -3.5 0.928211 -3.131218 1.81853 -2.474874 2.474874 \nC -1.81853 3.131218 -0.928211 3.5 0 3.5 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pab756ff871)&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=92.290909 xlink:href=#mda7d240308 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=92.746885 xlink:href=#mda7d240308 y=332.604607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=93.20286 xlink:href=#mda7d240308 y=332.299213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=93.658836 xlink:href=#mda7d240308 y=331.99382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=94.114811 xlink:href=#mda7d240308 y=331.688427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=94.570787 xlink:href=#mda7d240308 y=331.383034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.026762 xlink:href=#mda7d240308 y=331.07764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.482737 xlink:href=#mda7d240308 y=330.772247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.938713 xlink:href=#mda7d240308 y=330.466854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=96.394688 xlink:href=#mda7d240308 y=330.161461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=96.850664 xlink:href=#mda7d240308 y=329.856067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=97.306639 xlink:href=#mda7d240308 y=329.550674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=97.762615 xlink:href=#mda7d240308 y=329.245281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=98.21859 xlink:href=#mda7d240308 y=328.939888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=98.674566 xlink:href=#mda7d240308 y=328.634494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=99.130541 xlink:href=#mda7d240308 y=328.329101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=99.586517 xlink:href=#mda7d240308 y=328.023708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=100.042492 xlink:href=#mda7d240308 y=327.718315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=100.498468 xlink:href=#mda7d240308 y=327.412921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=100.954443 xlink:href=#mda7d240308 y=327.107528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=101.410419 xlink:href=#mda7d240308 y=326.802135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=101.866394 xlink:href=#mda7d240308 y=326.496742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=102.32237 xlink:href=#mda7d240308 y=326.191348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=102.778345 xlink:href=#mda7d240308 y=325.885955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=103.234321 xlink:href=#mda7d240308 y=325.580562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=103.690296 xlink:href=#mda7d240308 y=325.275169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=104.146272 xlink:href=#mda7d240308 y=324.969775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=104.602247 xlink:href=#mda7d240308 y=324.664382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=105.058223 xlink:href=#mda7d240308 y=324.358989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=105.514198 xlink:href=#mda7d240308 y=324.053596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=105.970174 xlink:href=#mda7d240308 y=323.748202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=106.426149 xlink:href=#mda7d240308 y=323.442809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=106.882125 xlink:href=#mda7d240308 y=323.137416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=107.3381 xlink:href=#mda7d240308 y=322.832022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=107.794076 xlink:href=#mda7d240308 y=322.526629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=108.250051 xlink:href=#mda7d240308 y=322.221236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=108.706027 xlink:href=#mda7d240308 y=321.915843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=109.162002 xlink:href=#mda7d240308 y=321.610449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=109.617978 xlink:href=#mda7d240308 y=321.305056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.073953 xlink:href=#mda7d240308 y=320.999663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.529928 xlink:href=#mda7d240308 y=320.69427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.985904 xlink:href=#mda7d240308 y=320.388876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=111.441879 xlink:href=#mda7d240308 y=320.083483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=111.897855 xlink:href=#mda7d240308 y=319.77809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=112.35383 xlink:href=#mda7d240308 y=319.472697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=112.809806 xlink:href=#mda7d240308 y=319.167303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=113.265781 xlink:href=#mda7d240308 y=318.86191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=113.721757 xlink:href=#mda7d240308 y=318.556517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=114.177732 xlink:href=#mda7d240308 y=318.251124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=114.633708 xlink:href=#mda7d240308 y=317.94573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=115.089683 xlink:href=#mda7d240308 y=317.640337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=115.545659 xlink:href=#mda7d240308 y=317.334944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.001634 xlink:href=#mda7d240308 y=317.029551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.45761 xlink:href=#mda7d240308 y=316.724157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.913585 xlink:href=#mda7d240308 y=316.418764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=117.369561 xlink:href=#mda7d240308 y=316.113371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=117.825536 xlink:href=#mda7d240308 y=315.807978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=118.281512 xlink:href=#mda7d240308 y=315.502584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=118.737487 xlink:href=#mda7d240308 y=315.197191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=119.193463 xlink:href=#mda7d240308 y=314.891798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=119.649438 xlink:href=#mda7d240308 y=314.586404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=120.105414 xlink:href=#mda7d240308 y=314.281011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=120.561389 xlink:href=#mda7d240308 y=313.975618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=121.017365 xlink:href=#mda7d240308 y=313.670225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=121.47334 xlink:href=#mda7d240308 y=313.364831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=121.929316 xlink:href=#mda7d240308 y=313.059438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=122.385291 xlink:href=#mda7d240308 y=312.754045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=122.841267 xlink:href=#mda7d240308 y=312.448652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=123.297242 xlink:href=#mda7d240308 y=312.143258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=123.753218 xlink:href=#mda7d240308 y=311.837865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=124.209193 xlink:href=#mda7d240308 y=311.532472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=124.665169 xlink:href=#mda7d240308 y=311.227079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=125.121144 xlink:href=#mda7d240308 y=310.921685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=125.57712 xlink:href=#mda7d240308 y=310.616292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=126.033095 xlink:href=#mda7d240308 y=310.310899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=126.48907 xlink:href=#mda7d240308 y=310.005506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=126.945046 xlink:href=#mda7d240308 y=309.700112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=127.401021 xlink:href=#mda7d240308 y=309.394719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=127.856997 xlink:href=#mda7d240308 y=309.089326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=128.312972 xlink:href=#mda7d240308 y=308.783933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=128.768948 xlink:href=#mda7d240308 y=308.478539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=129.224923 xlink:href=#mda7d240308 y=308.173146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=129.680899 xlink:href=#mda7d240308 y=307.867753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=130.136874 xlink:href=#mda7d240308 y=307.56236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=130.59285 xlink:href=#mda7d240308 y=307.256966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=131.048825 xlink:href=#mda7d240308 y=306.951573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=131.504801 xlink:href=#mda7d240308 y=306.64618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=131.960776 xlink:href=#mda7d240308 y=306.340787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=132.416752 xlink:href=#mda7d240308 y=306.035393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=132.872727 xlink:href=#mda7d240308 y=305.73 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=133.328703 xlink:href=#mda7d240308 y=305.424607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=133.784678 xlink:href=#mda7d240308 y=305.119213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=134.240654 xlink:href=#mda7d240308 y=304.81382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=134.696629 xlink:href=#mda7d240308 y=304.508427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=135.152605 xlink:href=#mda7d240308 y=304.203034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=135.60858 xlink:href=#mda7d240308 y=303.89764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.064556 xlink:href=#mda7d240308 y=303.592247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.520531 xlink:href=#mda7d240308 y=303.286854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.976507 xlink:href=#mda7d240308 y=302.981461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=137.432482 xlink:href=#mda7d240308 y=302.676067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=137.888458 xlink:href=#mda7d240308 y=302.370674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=138.344433 xlink:href=#mda7d240308 y=302.065281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=138.800409 xlink:href=#mda7d240308 y=301.759888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=139.256384 xlink:href=#mda7d240308 y=301.454494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=139.71236 xlink:href=#mda7d240308 y=301.149101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=140.168335 xlink:href=#mda7d240308 y=300.843708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=140.624311 xlink:href=#mda7d240308 y=300.538315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=141.080286 xlink:href=#mda7d240308 y=300.232921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=141.536261 xlink:href=#mda7d240308 y=299.927528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=141.992237 xlink:href=#mda7d240308 y=299.622135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=142.448212 xlink:href=#mda7d240308 y=299.316742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=142.904188 xlink:href=#mda7d240308 y=299.011348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=143.360163 xlink:href=#mda7d240308 y=298.705955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=143.816139 xlink:href=#mda7d240308 y=298.400562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=144.272114 xlink:href=#mda7d240308 y=298.095169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=144.72809 xlink:href=#mda7d240308 y=297.789775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=145.184065 xlink:href=#mda7d240308 y=297.484382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=145.640041 xlink:href=#mda7d240308 y=297.178989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=146.096016 xlink:href=#mda7d240308 y=296.873596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=146.551992 xlink:href=#mda7d240308 y=296.568202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=147.007967 xlink:href=#mda7d240308 y=296.262809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=147.463943 xlink:href=#mda7d240308 y=295.957416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=147.919918 xlink:href=#mda7d240308 y=295.652022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=148.375894 xlink:href=#mda7d240308 y=295.346629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=148.831869 xlink:href=#mda7d240308 y=295.041236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=149.287845 xlink:href=#mda7d240308 y=294.735843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=149.74382 xlink:href=#mda7d240308 y=294.430449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=150.199796 xlink:href=#mda7d240308 y=294.125056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=150.655771 xlink:href=#mda7d240308 y=293.819663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=151.111747 xlink:href=#mda7d240308 y=293.51427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=151.567722 xlink:href=#mda7d240308 y=293.208876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.023698 xlink:href=#mda7d240308 y=292.903483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.479673 xlink:href=#mda7d240308 y=292.59809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.935649 xlink:href=#mda7d240308 y=292.292697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=153.391624 xlink:href=#mda7d240308 y=291.987303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=153.8476 xlink:href=#mda7d240308 y=291.68191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=154.303575 xlink:href=#mda7d240308 y=291.376517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=154.759551 xlink:href=#mda7d240308 y=291.071124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=155.215526 xlink:href=#mda7d240308 y=290.76573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=155.671502 xlink:href=#mda7d240308 y=290.460337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=156.127477 xlink:href=#mda7d240308 y=290.154944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=156.583453 xlink:href=#mda7d240308 y=289.849551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.039428 xlink:href=#mda7d240308 y=289.544157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.495403 xlink:href=#mda7d240308 y=289.238764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.951379 xlink:href=#mda7d240308 y=288.933371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=158.407354 xlink:href=#mda7d240308 y=288.627978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=158.86333 xlink:href=#mda7d240308 y=288.322584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=159.319305 xlink:href=#mda7d240308 y=288.017191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=159.775281 xlink:href=#mda7d240308 y=287.711798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=160.231256 xlink:href=#mda7d240308 y=287.406404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=160.687232 xlink:href=#mda7d240308 y=287.101011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=161.143207 xlink:href=#mda7d240308 y=286.795618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=161.599183 xlink:href=#mda7d240308 y=286.490225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=162.055158 xlink:href=#mda7d240308 y=286.184831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=162.511134 xlink:href=#mda7d240308 y=285.879438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=162.967109 xlink:href=#mda7d240308 y=285.574045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=163.423085 xlink:href=#mda7d240308 y=285.268652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=163.87906 xlink:href=#mda7d240308 y=284.963258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=164.335036 xlink:href=#mda7d240308 y=284.657865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=164.791011 xlink:href=#mda7d240308 y=284.352472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=165.246987 xlink:href=#mda7d240308 y=284.047079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=165.702962 xlink:href=#mda7d240308 y=283.741685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=166.158938 xlink:href=#mda7d240308 y=283.436292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=166.614913 xlink:href=#mda7d240308 y=283.130899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=167.070889 xlink:href=#mda7d240308 y=282.825506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=167.526864 xlink:href=#mda7d240308 y=282.520112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=167.98284 xlink:href=#mda7d240308 y=282.214719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=168.438815 xlink:href=#mda7d240308 y=281.909326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=168.894791 xlink:href=#mda7d240308 y=281.603933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=169.350766 xlink:href=#mda7d240308 y=281.298539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=169.806742 xlink:href=#mda7d240308 y=280.993146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=170.262717 xlink:href=#mda7d240308 y=280.687753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=170.718693 xlink:href=#mda7d240308 y=280.38236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=171.174668 xlink:href=#mda7d240308 y=280.076966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=171.630644 xlink:href=#mda7d240308 y=279.771573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=172.086619 xlink:href=#mda7d240308 y=279.46618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=172.542594 xlink:href=#mda7d240308 y=279.160787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=172.99857 xlink:href=#mda7d240308 y=278.855393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=173.454545 xlink:href=#mda7d240308 y=278.55 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=173.910521 xlink:href=#mda7d240308 y=278.244607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=174.366496 xlink:href=#mda7d240308 y=277.939213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=174.822472 xlink:href=#mda7d240308 y=277.63382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=175.278447 xlink:href=#mda7d240308 y=277.328427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=175.734423 xlink:href=#mda7d240308 y=277.023034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=176.190398 xlink:href=#mda7d240308 y=276.71764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=176.646374 xlink:href=#mda7d240308 y=276.412247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=177.102349 xlink:href=#mda7d240308 y=276.106854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=177.558325 xlink:href=#mda7d240308 y=275.801461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.0143 xlink:href=#mda7d240308 y=275.496067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.470276 xlink:href=#mda7d240308 y=275.190674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.926251 xlink:href=#mda7d240308 y=274.885281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=179.382227 xlink:href=#mda7d240308 y=274.579888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=179.838202 xlink:href=#mda7d240308 y=274.274494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=180.294178 xlink:href=#mda7d240308 y=273.969101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=180.750153 xlink:href=#mda7d240308 y=273.663708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=181.206129 xlink:href=#mda7d240308 y=273.358315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=181.662104 xlink:href=#mda7d240308 y=273.052921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=182.11808 xlink:href=#mda7d240308 y=272.747528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=182.574055 xlink:href=#mda7d240308 y=272.442135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=183.030031 xlink:href=#mda7d240308 y=272.136742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=183.486006 xlink:href=#mda7d240308 y=271.831348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=183.941982 xlink:href=#mda7d240308 y=271.525955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=184.397957 xlink:href=#mda7d240308 y=271.220562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=184.853933 xlink:href=#mda7d240308 y=270.915169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=185.309908 xlink:href=#mda7d240308 y=270.609775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=185.765884 xlink:href=#mda7d240308 y=270.304382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=186.221859 xlink:href=#mda7d240308 y=269.998989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=186.677835 xlink:href=#mda7d240308 y=269.693596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=187.13381 xlink:href=#mda7d240308 y=269.388202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=187.589785 xlink:href=#mda7d240308 y=269.082809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.045761 xlink:href=#mda7d240308 y=268.777416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.501736 xlink:href=#mda7d240308 y=268.472022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.957712 xlink:href=#mda7d240308 y=268.166629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=189.413687 xlink:href=#mda7d240308 y=267.861236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=189.869663 xlink:href=#mda7d240308 y=267.555843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=190.325638 xlink:href=#mda7d240308 y=267.250449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=190.781614 xlink:href=#mda7d240308 y=266.945056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=191.237589 xlink:href=#mda7d240308 y=266.639663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=191.693565 xlink:href=#mda7d240308 y=266.33427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=192.14954 xlink:href=#mda7d240308 y=266.028876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=192.605516 xlink:href=#mda7d240308 y=265.723483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=193.061491 xlink:href=#mda7d240308 y=265.41809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=193.517467 xlink:href=#mda7d240308 y=265.112697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=193.973442 xlink:href=#mda7d240308 y=264.807303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=194.429418 xlink:href=#mda7d240308 y=264.50191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=194.885393 xlink:href=#mda7d240308 y=264.196517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=195.341369 xlink:href=#mda7d240308 y=263.891124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=195.797344 xlink:href=#mda7d240308 y=263.58573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=196.25332 xlink:href=#mda7d240308 y=263.280337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=196.709295 xlink:href=#mda7d240308 y=262.974944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=197.165271 xlink:href=#mda7d240308 y=262.669551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=197.621246 xlink:href=#mda7d240308 y=262.364157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.077222 xlink:href=#mda7d240308 y=262.058764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.533197 xlink:href=#mda7d240308 y=261.753371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.989173 xlink:href=#mda7d240308 y=261.447978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=199.445148 xlink:href=#mda7d240308 y=261.142584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=199.901124 xlink:href=#mda7d240308 y=260.837191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=200.357099 xlink:href=#mda7d240308 y=260.531798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=200.813075 xlink:href=#mda7d240308 y=260.226404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=201.26905 xlink:href=#mda7d240308 y=259.921011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=201.725026 xlink:href=#mda7d240308 y=259.615618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=202.181001 xlink:href=#mda7d240308 y=259.310225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=202.636977 xlink:href=#mda7d240308 y=259.004831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=203.092952 xlink:href=#mda7d240308 y=258.699438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=203.548927 xlink:href=#mda7d240308 y=258.394045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.004903 xlink:href=#mda7d240308 y=258.088652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.460878 xlink:href=#mda7d240308 y=257.783258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.916854 xlink:href=#mda7d240308 y=257.477865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=205.372829 xlink:href=#mda7d240308 y=257.172472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=205.828805 xlink:href=#mda7d240308 y=256.867079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=206.28478 xlink:href=#mda7d240308 y=256.561685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=206.740756 xlink:href=#mda7d240308 y=256.256292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=207.196731 xlink:href=#mda7d240308 y=255.950899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=207.652707 xlink:href=#mda7d240308 y=255.645506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=208.108682 xlink:href=#mda7d240308 y=255.340112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=208.564658 xlink:href=#mda7d240308 y=255.034719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=209.020633 xlink:href=#mda7d240308 y=254.729326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=209.476609 xlink:href=#mda7d240308 y=254.423933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=209.932584 xlink:href=#mda7d240308 y=254.118539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=210.38856 xlink:href=#mda7d240308 y=253.813146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=210.844535 xlink:href=#mda7d240308 y=253.507753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=211.300511 xlink:href=#mda7d240308 y=253.20236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=211.756486 xlink:href=#mda7d240308 y=252.896966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=212.212462 xlink:href=#mda7d240308 y=252.591573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=212.668437 xlink:href=#mda7d240308 y=252.28618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=213.124413 xlink:href=#mda7d240308 y=251.980787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=213.580388 xlink:href=#mda7d240308 y=251.675393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.036364 xlink:href=#mda7d240308 y=251.37 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.492339 xlink:href=#mda7d240308 y=251.064607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.948315 xlink:href=#mda7d240308 y=250.759213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=215.40429 xlink:href=#mda7d240308 y=250.45382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=215.860266 xlink:href=#mda7d240308 y=250.148427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=216.316241 xlink:href=#mda7d240308 y=249.843034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=216.772217 xlink:href=#mda7d240308 y=249.53764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=217.228192 xlink:href=#mda7d240308 y=249.232247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=217.684168 xlink:href=#mda7d240308 y=248.926854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=218.140143 xlink:href=#mda7d240308 y=248.621461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=218.596118 xlink:href=#mda7d240308 y=248.316067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.052094 xlink:href=#mda7d240308 y=248.010674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.508069 xlink:href=#mda7d240308 y=247.705281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.964045 xlink:href=#mda7d240308 y=247.399888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=220.42002 xlink:href=#mda7d240308 y=247.094494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=220.875996 xlink:href=#mda7d240308 y=246.789101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=221.331971 xlink:href=#mda7d240308 y=246.483708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=221.787947 xlink:href=#mda7d240308 y=246.178315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=222.243922 xlink:href=#mda7d240308 y=245.872921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=222.699898 xlink:href=#mda7d240308 y=245.567528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=223.155873 xlink:href=#mda7d240308 y=245.262135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=223.611849 xlink:href=#mda7d240308 y=244.956742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.067824 xlink:href=#mda7d240308 y=244.651348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.5238 xlink:href=#mda7d240308 y=244.345955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.979775 xlink:href=#mda7d240308 y=244.040562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=225.435751 xlink:href=#mda7d240308 y=243.735169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=225.891726 xlink:href=#mda7d240308 y=243.429775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=226.347702 xlink:href=#mda7d240308 y=243.124382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=226.803677 xlink:href=#mda7d240308 y=242.818989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=227.259653 xlink:href=#mda7d240308 y=242.513596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=227.715628 xlink:href=#mda7d240308 y=242.208202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=228.171604 xlink:href=#mda7d240308 y=241.902809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=228.627579 xlink:href=#mda7d240308 y=241.597416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=229.083555 xlink:href=#mda7d240308 y=241.292022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=229.53953 xlink:href=#mda7d240308 y=240.986629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=229.995506 xlink:href=#mda7d240308 y=240.681236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=230.451481 xlink:href=#mda7d240308 y=240.375843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=230.907457 xlink:href=#mda7d240308 y=240.070449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=231.363432 xlink:href=#mda7d240308 y=239.765056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=231.819408 xlink:href=#mda7d240308 y=239.459663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=232.275383 xlink:href=#mda7d240308 y=239.15427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=232.731359 xlink:href=#mda7d240308 y=238.848876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=233.187334 xlink:href=#mda7d240308 y=238.543483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=233.643309 xlink:href=#mda7d240308 y=238.23809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=234.099285 xlink:href=#mda7d240308 y=237.932697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=234.55526 xlink:href=#mda7d240308 y=237.627303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.011236 xlink:href=#mda7d240308 y=237.32191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.467211 xlink:href=#mda7d240308 y=237.016517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.923187 xlink:href=#mda7d240308 y=236.711124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=236.379162 xlink:href=#mda7d240308 y=236.40573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=236.835138 xlink:href=#mda7d240308 y=236.100337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=237.291113 xlink:href=#mda7d240308 y=235.794944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=237.747089 xlink:href=#mda7d240308 y=235.489551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=238.203064 xlink:href=#mda7d240308 y=235.184157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=238.65904 xlink:href=#mda7d240308 y=234.878764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=239.115015 xlink:href=#mda7d240308 y=234.573371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=239.570991 xlink:href=#mda7d240308 y=234.267978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=240.026966 xlink:href=#mda7d240308 y=233.962584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=240.482942 xlink:href=#mda7d240308 y=233.657191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=240.938917 xlink:href=#mda7d240308 y=233.351798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=241.394893 xlink:href=#mda7d240308 y=233.046404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=241.850868 xlink:href=#mda7d240308 y=232.741011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=242.306844 xlink:href=#mda7d240308 y=232.435618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=242.762819 xlink:href=#mda7d240308 y=232.130225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=243.218795 xlink:href=#mda7d240308 y=231.824831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=243.67477 xlink:href=#mda7d240308 y=231.519438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=244.130746 xlink:href=#mda7d240308 y=231.214045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=244.586721 xlink:href=#mda7d240308 y=230.908652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=245.042697 xlink:href=#mda7d240308 y=230.603258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=245.498672 xlink:href=#mda7d240308 y=230.297865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=245.954648 xlink:href=#mda7d240308 y=229.992472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=246.410623 xlink:href=#mda7d240308 y=229.687079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=246.866599 xlink:href=#mda7d240308 y=229.381685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=247.322574 xlink:href=#mda7d240308 y=229.076292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=247.77855 xlink:href=#mda7d240308 y=228.770899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=248.234525 xlink:href=#mda7d240308 y=228.465506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=248.690501 xlink:href=#mda7d240308 y=228.160112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=249.146476 xlink:href=#mda7d240308 y=227.854719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=249.602451 xlink:href=#mda7d240308 y=227.549326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=250.058427 xlink:href=#mda7d240308 y=227.243933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=250.514402 xlink:href=#mda7d240308 y=226.938539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=250.970378 xlink:href=#mda7d240308 y=226.633146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=251.426353 xlink:href=#mda7d240308 y=226.327753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=251.882329 xlink:href=#mda7d240308 y=226.02236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=252.338304 xlink:href=#mda7d240308 y=225.716966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=252.79428 xlink:href=#mda7d240308 y=225.411573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=253.250255 xlink:href=#mda7d240308 y=225.10618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=253.706231 xlink:href=#mda7d240308 y=224.800787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=254.162206 xlink:href=#mda7d240308 y=224.495393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=254.618182 xlink:href=#mda7d240308 y=224.19 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=255.074157 xlink:href=#mda7d240308 y=223.884607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=255.530133 xlink:href=#mda7d240308 y=223.579213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=255.986108 xlink:href=#mda7d240308 y=223.27382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=256.442084 xlink:href=#mda7d240308 y=222.968427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=256.898059 xlink:href=#mda7d240308 y=222.663034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=257.354035 xlink:href=#mda7d240308 y=222.35764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=257.81001 xlink:href=#mda7d240308 y=222.052247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=258.265986 xlink:href=#mda7d240308 y=221.746854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=258.721961 xlink:href=#mda7d240308 y=221.441461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=259.177937 xlink:href=#mda7d240308 y=221.136067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=259.633912 xlink:href=#mda7d240308 y=220.830674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=260.089888 xlink:href=#mda7d240308 y=220.525281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=260.545863 xlink:href=#mda7d240308 y=220.219888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=261.001839 xlink:href=#mda7d240308 y=219.914494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=261.457814 xlink:href=#mda7d240308 y=219.609101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=261.91379 xlink:href=#mda7d240308 y=219.303708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=262.369765 xlink:href=#mda7d240308 y=218.998315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=262.825741 xlink:href=#mda7d240308 y=218.692921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=263.281716 xlink:href=#mda7d240308 y=218.387528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=263.737692 xlink:href=#mda7d240308 y=218.082135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=264.193667 xlink:href=#mda7d240308 y=217.776742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=264.649642 xlink:href=#mda7d240308 y=217.471348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=265.105618 xlink:href=#mda7d240308 y=217.165955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=265.561593 xlink:href=#mda7d240308 y=216.860562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=266.017569 xlink:href=#mda7d240308 y=216.555169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=266.473544 xlink:href=#mda7d240308 y=216.249775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=266.92952 xlink:href=#mda7d240308 y=215.944382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=267.385495 xlink:href=#mda7d240308 y=215.638989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=267.841471 xlink:href=#mda7d240308 y=215.333596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=268.297446 xlink:href=#mda7d240308 y=215.028202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=268.753422 xlink:href=#mda7d240308 y=214.722809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=269.209397 xlink:href=#mda7d240308 y=214.417416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=269.665373 xlink:href=#mda7d240308 y=214.112022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=270.121348 xlink:href=#mda7d240308 y=213.806629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=270.577324 xlink:href=#mda7d240308 y=213.501236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=271.033299 xlink:href=#mda7d240308 y=213.195843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=271.489275 xlink:href=#mda7d240308 y=212.890449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=271.94525 xlink:href=#mda7d240308 y=212.585056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=272.401226 xlink:href=#mda7d240308 y=212.279663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=272.857201 xlink:href=#mda7d240308 y=211.97427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=273.313177 xlink:href=#mda7d240308 y=211.668876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=273.769152 xlink:href=#mda7d240308 y=211.363483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=274.225128 xlink:href=#mda7d240308 y=211.05809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=274.681103 xlink:href=#mda7d240308 y=210.752697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=275.137079 xlink:href=#mda7d240308 y=210.447303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=275.593054 xlink:href=#mda7d240308 y=210.14191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=276.04903 xlink:href=#mda7d240308 y=209.836517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=276.505005 xlink:href=#mda7d240308 y=209.531124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=276.960981 xlink:href=#mda7d240308 y=209.22573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=277.416956 xlink:href=#mda7d240308 y=208.920337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=277.872932 xlink:href=#mda7d240308 y=208.614944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=278.328907 xlink:href=#mda7d240308 y=208.309551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=278.784883 xlink:href=#mda7d240308 y=208.004157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=279.240858 xlink:href=#mda7d240308 y=207.698764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=279.696834 xlink:href=#mda7d240308 y=207.393371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=280.152809 xlink:href=#mda7d240308 y=207.087978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=280.608784 xlink:href=#mda7d240308 y=206.782584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=281.06476 xlink:href=#mda7d240308 y=206.477191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=281.520735 xlink:href=#mda7d240308 y=206.171798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=281.976711 xlink:href=#mda7d240308 y=205.866404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=282.432686 xlink:href=#mda7d240308 y=205.561011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=282.888662 xlink:href=#mda7d240308 y=205.255618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=283.344637 xlink:href=#mda7d240308 y=204.950225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=283.800613 xlink:href=#mda7d240308 y=204.644831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=284.256588 xlink:href=#mda7d240308 y=204.339438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=284.712564 xlink:href=#mda7d240308 y=204.034045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=285.168539 xlink:href=#mda7d240308 y=203.728652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=285.624515 xlink:href=#mda7d240308 y=203.423258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=286.08049 xlink:href=#mda7d240308 y=203.117865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=286.536466 xlink:href=#mda7d240308 y=202.812472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=286.992441 xlink:href=#mda7d240308 y=202.507079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=287.448417 xlink:href=#mda7d240308 y=202.201685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=287.904392 xlink:href=#mda7d240308 y=201.896292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=288.360368 xlink:href=#mda7d240308 y=201.590899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=288.816343 xlink:href=#mda7d240308 y=201.285506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=289.272319 xlink:href=#mda7d240308 y=200.980112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=289.728294 xlink:href=#mda7d240308 y=200.674719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=290.18427 xlink:href=#mda7d240308 y=200.369326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=290.640245 xlink:href=#mda7d240308 y=200.063933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=291.096221 xlink:href=#mda7d240308 y=199.758539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=291.552196 xlink:href=#mda7d240308 y=199.453146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=292.008172 xlink:href=#mda7d240308 y=199.147753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=292.464147 xlink:href=#mda7d240308 y=198.84236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=292.920123 xlink:href=#mda7d240308 y=198.536966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=293.376098 xlink:href=#mda7d240308 y=198.231573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=293.832074 xlink:href=#mda7d240308 y=197.92618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=294.288049 xlink:href=#mda7d240308 y=197.620787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=294.744025 xlink:href=#mda7d240308 y=197.315393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=295.2 xlink:href=#mda7d240308 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=295.655975 xlink:href=#mda7d240308 y=196.704607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=296.111951 xlink:href=#mda7d240308 y=196.399213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=296.567926 xlink:href=#mda7d240308 y=196.09382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=297.023902 xlink:href=#mda7d240308 y=195.788427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=297.479877 xlink:href=#mda7d240308 y=195.483034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=297.935853 xlink:href=#mda7d240308 y=195.17764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=298.391828 xlink:href=#mda7d240308 y=194.872247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=298.847804 xlink:href=#mda7d240308 y=194.566854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=299.303779 xlink:href=#mda7d240308 y=194.261461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=299.759755 xlink:href=#mda7d240308 y=193.956067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=300.21573 xlink:href=#mda7d240308 y=193.650674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=300.671706 xlink:href=#mda7d240308 y=193.345281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=301.127681 xlink:href=#mda7d240308 y=193.039888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=301.583657 xlink:href=#mda7d240308 y=192.734494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=302.039632 xlink:href=#mda7d240308 y=192.429101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=302.495608 xlink:href=#mda7d240308 y=192.123708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=302.951583 xlink:href=#mda7d240308 y=191.818315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=303.407559 xlink:href=#mda7d240308 y=191.512921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=303.863534 xlink:href=#mda7d240308 y=191.207528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=304.31951 xlink:href=#mda7d240308 y=190.902135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=304.775485 xlink:href=#mda7d240308 y=190.596742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=305.231461 xlink:href=#mda7d240308 y=190.291348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=305.687436 xlink:href=#mda7d240308 y=189.985955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=306.143412 xlink:href=#mda7d240308 y=189.680562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=306.599387 xlink:href=#mda7d240308 y=189.375169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=307.055363 xlink:href=#mda7d240308 y=189.069775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=307.511338 xlink:href=#mda7d240308 y=188.764382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=307.967314 xlink:href=#mda7d240308 y=188.458989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=308.423289 xlink:href=#mda7d240308 y=188.153596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=308.879265 xlink:href=#mda7d240308 y=187.848202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=309.33524 xlink:href=#mda7d240308 y=187.542809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=309.791216 xlink:href=#mda7d240308 y=187.237416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=310.247191 xlink:href=#mda7d240308 y=186.932022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=310.703166 xlink:href=#mda7d240308 y=186.626629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=311.159142 xlink:href=#mda7d240308 y=186.321236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=311.615117 xlink:href=#mda7d240308 y=186.015843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=312.071093 xlink:href=#mda7d240308 y=185.710449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=312.527068 xlink:href=#mda7d240308 y=185.405056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=312.983044 xlink:href=#mda7d240308 y=185.099663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=313.439019 xlink:href=#mda7d240308 y=184.79427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=313.894995 xlink:href=#mda7d240308 y=184.488876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=314.35097 xlink:href=#mda7d240308 y=184.183483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=314.806946 xlink:href=#mda7d240308 y=183.87809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=315.262921 xlink:href=#mda7d240308 y=183.572697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=315.718897 xlink:href=#mda7d240308 y=183.267303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=316.174872 xlink:href=#mda7d240308 y=182.96191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=316.630848 xlink:href=#mda7d240308 y=182.656517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=317.086823 xlink:href=#mda7d240308 y=182.351124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=317.542799 xlink:href=#mda7d240308 y=182.04573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=317.998774 xlink:href=#mda7d240308 y=181.740337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=318.45475 xlink:href=#mda7d240308 y=181.434944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=318.910725 xlink:href=#mda7d240308 y=181.129551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=319.366701 xlink:href=#mda7d240308 y=180.824157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=319.822676 xlink:href=#mda7d240308 y=180.518764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=320.278652 xlink:href=#mda7d240308 y=180.213371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=320.734627 xlink:href=#mda7d240308 y=179.907978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=321.190603 xlink:href=#mda7d240308 y=179.602584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=321.646578 xlink:href=#mda7d240308 y=179.297191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=322.102554 xlink:href=#mda7d240308 y=178.991798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=322.558529 xlink:href=#mda7d240308 y=178.686404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=323.014505 xlink:href=#mda7d240308 y=178.381011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=323.47048 xlink:href=#mda7d240308 y=178.075618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=323.926456 xlink:href=#mda7d240308 y=177.770225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=324.382431 xlink:href=#mda7d240308 y=177.464831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=324.838407 xlink:href=#mda7d240308 y=177.159438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=325.294382 xlink:href=#mda7d240308 y=176.854045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=325.750358 xlink:href=#mda7d240308 y=176.548652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=326.206333 xlink:href=#mda7d240308 y=176.243258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=326.662308 xlink:href=#mda7d240308 y=175.937865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=327.118284 xlink:href=#mda7d240308 y=175.632472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=327.574259 xlink:href=#mda7d240308 y=175.327079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=328.030235 xlink:href=#mda7d240308 y=175.021685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=328.48621 xlink:href=#mda7d240308 y=174.716292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=328.942186 xlink:href=#mda7d240308 y=174.410899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=329.398161 xlink:href=#mda7d240308 y=174.105506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=329.854137 xlink:href=#mda7d240308 y=173.800112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=330.310112 xlink:href=#mda7d240308 y=173.494719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=330.766088 xlink:href=#mda7d240308 y=173.189326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=331.222063 xlink:href=#mda7d240308 y=172.883933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=331.678039 xlink:href=#mda7d240308 y=172.578539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=332.134014 xlink:href=#mda7d240308 y=172.273146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=332.58999 xlink:href=#mda7d240308 y=171.967753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=333.045965 xlink:href=#mda7d240308 y=171.66236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=333.501941 xlink:href=#mda7d240308 y=171.356966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=333.957916 xlink:href=#mda7d240308 y=171.051573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=334.413892 xlink:href=#mda7d240308 y=170.74618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=334.869867 xlink:href=#mda7d240308 y=170.440787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=335.325843 xlink:href=#mda7d240308 y=170.135393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=335.781818 xlink:href=#mda7d240308 y=169.83 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=336.237794 xlink:href=#mda7d240308 y=169.524607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=336.693769 xlink:href=#mda7d240308 y=169.219213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=337.149745 xlink:href=#mda7d240308 y=168.91382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=337.60572 xlink:href=#mda7d240308 y=168.608427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=338.061696 xlink:href=#mda7d240308 y=168.303034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=338.517671 xlink:href=#mda7d240308 y=167.99764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=338.973647 xlink:href=#mda7d240308 y=167.692247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=339.429622 xlink:href=#mda7d240308 y=167.386854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=339.885598 xlink:href=#mda7d240308 y=167.081461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=340.341573 xlink:href=#mda7d240308 y=166.776067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=340.797549 xlink:href=#mda7d240308 y=166.470674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=341.253524 xlink:href=#mda7d240308 y=166.165281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=341.709499 xlink:href=#mda7d240308 y=165.859888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=342.165475 xlink:href=#mda7d240308 y=165.554494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=342.62145 xlink:href=#mda7d240308 y=165.249101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=343.077426 xlink:href=#mda7d240308 y=164.943708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=343.533401 xlink:href=#mda7d240308 y=164.638315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=343.989377 xlink:href=#mda7d240308 y=164.332921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=344.445352 xlink:href=#mda7d240308 y=164.027528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=344.901328 xlink:href=#mda7d240308 y=163.722135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=345.357303 xlink:href=#mda7d240308 y=163.416742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=345.813279 xlink:href=#mda7d240308 y=163.111348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=346.269254 xlink:href=#mda7d240308 y=162.805955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=346.72523 xlink:href=#mda7d240308 y=162.500562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=347.181205 xlink:href=#mda7d240308 y=162.195169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=347.637181 xlink:href=#mda7d240308 y=161.889775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=348.093156 xlink:href=#mda7d240308 y=161.584382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=348.549132 xlink:href=#mda7d240308 y=161.278989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=349.005107 xlink:href=#mda7d240308 y=160.973596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=349.461083 xlink:href=#mda7d240308 y=160.668202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=349.917058 xlink:href=#mda7d240308 y=160.362809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=350.373034 xlink:href=#mda7d240308 y=160.057416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=350.829009 xlink:href=#mda7d240308 y=159.752022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=351.284985 xlink:href=#mda7d240308 y=159.446629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=351.74096 xlink:href=#mda7d240308 y=159.141236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=352.196936 xlink:href=#mda7d240308 y=158.835843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=352.652911 xlink:href=#mda7d240308 y=158.530449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=353.108887 xlink:href=#mda7d240308 y=158.225056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=353.564862 xlink:href=#mda7d240308 y=157.919663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=354.020838 xlink:href=#mda7d240308 y=157.61427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=354.476813 xlink:href=#mda7d240308 y=157.308876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=354.932789 xlink:href=#mda7d240308 y=157.003483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=355.388764 xlink:href=#mda7d240308 y=156.69809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=355.84474 xlink:href=#mda7d240308 y=156.392697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=356.300715 xlink:href=#mda7d240308 y=156.087303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=356.756691 xlink:href=#mda7d240308 y=155.78191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=357.212666 xlink:href=#mda7d240308 y=155.476517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=357.668641 xlink:href=#mda7d240308 y=155.171124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=358.124617 xlink:href=#mda7d240308 y=154.86573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=358.580592 xlink:href=#mda7d240308 y=154.560337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=359.036568 xlink:href=#mda7d240308 y=154.254944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=359.492543 xlink:href=#mda7d240308 y=153.949551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=359.948519 xlink:href=#mda7d240308 y=153.644157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=360.404494 xlink:href=#mda7d240308 y=153.338764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=360.86047 xlink:href=#mda7d240308 y=153.033371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=361.316445 xlink:href=#mda7d240308 y=152.727978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=361.772421 xlink:href=#mda7d240308 y=152.422584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=362.228396 xlink:href=#mda7d240308 y=152.117191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=362.684372 xlink:href=#mda7d240308 y=151.811798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=363.140347 xlink:href=#mda7d240308 y=151.506404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=363.596323 xlink:href=#mda7d240308 y=151.201011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=364.052298 xlink:href=#mda7d240308 y=150.895618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=364.508274 xlink:href=#mda7d240308 y=150.590225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=364.964249 xlink:href=#mda7d240308 y=150.284831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=365.420225 xlink:href=#mda7d240308 y=149.979438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=365.8762 xlink:href=#mda7d240308 y=149.674045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=366.332176 xlink:href=#mda7d240308 y=149.368652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=366.788151 xlink:href=#mda7d240308 y=149.063258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=367.244127 xlink:href=#mda7d240308 y=148.757865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=367.700102 xlink:href=#mda7d240308 y=148.452472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=368.156078 xlink:href=#mda7d240308 y=148.147079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=368.612053 xlink:href=#mda7d240308 y=147.841685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=369.068029 xlink:href=#mda7d240308 y=147.536292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=369.524004 xlink:href=#mda7d240308 y=147.230899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=369.97998 xlink:href=#mda7d240308 y=146.925506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=370.435955 xlink:href=#mda7d240308 y=146.620112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=370.891931 xlink:href=#mda7d240308 y=146.314719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=371.347906 xlink:href=#mda7d240308 y=146.009326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=371.803882 xlink:href=#mda7d240308 y=145.703933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=372.259857 xlink:href=#mda7d240308 y=145.398539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=372.715832 xlink:href=#mda7d240308 y=145.093146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=373.171808 xlink:href=#mda7d240308 y=144.787753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=373.627783 xlink:href=#mda7d240308 y=144.48236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=374.083759 xlink:href=#mda7d240308 y=144.176966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=374.539734 xlink:href=#mda7d240308 y=143.871573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=374.99571 xlink:href=#mda7d240308 y=143.56618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=375.451685 xlink:href=#mda7d240308 y=143.260787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=375.907661 xlink:href=#mda7d240308 y=142.955393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=376.363636 xlink:href=#mda7d240308 y=142.65 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=376.819612 xlink:href=#mda7d240308 y=142.344607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=377.275587 xlink:href=#mda7d240308 y=142.039213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=377.731563 xlink:href=#mda7d240308 y=141.73382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=378.187538 xlink:href=#mda7d240308 y=141.428427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=378.643514 xlink:href=#mda7d240308 y=141.123034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=379.099489 xlink:href=#mda7d240308 y=140.81764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=379.555465 xlink:href=#mda7d240308 y=140.512247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=380.01144 xlink:href=#mda7d240308 y=140.206854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=380.467416 xlink:href=#mda7d240308 y=139.901461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=380.923391 xlink:href=#mda7d240308 y=139.596067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=381.379367 xlink:href=#mda7d240308 y=139.290674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=381.835342 xlink:href=#mda7d240308 y=138.985281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=382.291318 xlink:href=#mda7d240308 y=138.679888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=382.747293 xlink:href=#mda7d240308 y=138.374494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=383.203269 xlink:href=#mda7d240308 y=138.069101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=383.659244 xlink:href=#mda7d240308 y=137.763708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=384.11522 xlink:href=#mda7d240308 y=137.458315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=384.571195 xlink:href=#mda7d240308 y=137.152921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=385.027171 xlink:href=#mda7d240308 y=136.847528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=385.483146 xlink:href=#mda7d240308 y=136.542135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=385.939122 xlink:href=#mda7d240308 y=136.236742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=386.395097 xlink:href=#mda7d240308 y=135.931348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=386.851073 xlink:href=#mda7d240308 y=135.625955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=387.307048 xlink:href=#mda7d240308 y=135.320562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=387.763023 xlink:href=#mda7d240308 y=135.015169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=388.218999 xlink:href=#mda7d240308 y=134.709775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=388.674974 xlink:href=#mda7d240308 y=134.404382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=389.13095 xlink:href=#mda7d240308 y=134.098989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=389.586925 xlink:href=#mda7d240308 y=133.793596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=390.042901 xlink:href=#mda7d240308 y=133.488202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=390.498876 xlink:href=#mda7d240308 y=133.182809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=390.954852 xlink:href=#mda7d240308 y=132.877416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=391.410827 xlink:href=#mda7d240308 y=132.572022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=391.866803 xlink:href=#mda7d240308 y=132.266629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=392.322778 xlink:href=#mda7d240308 y=131.961236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=392.778754 xlink:href=#mda7d240308 y=131.655843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=393.234729 xlink:href=#mda7d240308 y=131.350449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=393.690705 xlink:href=#mda7d240308 y=131.045056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=394.14668 xlink:href=#mda7d240308 y=130.739663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=394.602656 xlink:href=#mda7d240308 y=130.43427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=395.058631 xlink:href=#mda7d240308 y=130.128876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=395.514607 xlink:href=#mda7d240308 y=129.823483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=395.970582 xlink:href=#mda7d240308 y=129.51809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=396.426558 xlink:href=#mda7d240308 y=129.212697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=396.882533 xlink:href=#mda7d240308 y=128.907303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=397.338509 xlink:href=#mda7d240308 y=128.60191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=397.794484 xlink:href=#mda7d240308 y=128.296517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=398.25046 xlink:href=#mda7d240308 y=127.991124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=398.706435 xlink:href=#mda7d240308 y=127.68573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=399.162411 xlink:href=#mda7d240308 y=127.380337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=399.618386 xlink:href=#mda7d240308 y=127.074944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=400.074362 xlink:href=#mda7d240308 y=126.769551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=400.530337 xlink:href=#mda7d240308 y=126.464157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=400.986313 xlink:href=#mda7d240308 y=126.158764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=401.442288 xlink:href=#mda7d240308 y=125.853371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=401.898264 xlink:href=#mda7d240308 y=125.547978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=402.354239 xlink:href=#mda7d240308 y=125.242584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=402.810215 xlink:href=#mda7d240308 y=124.937191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=403.26619 xlink:href=#mda7d240308 y=124.631798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=403.722165 xlink:href=#mda7d240308 y=124.326404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=404.178141 xlink:href=#mda7d240308 y=124.021011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=404.634116 xlink:href=#mda7d240308 y=123.715618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=405.090092 xlink:href=#mda7d240308 y=123.410225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=405.546067 xlink:href=#mda7d240308 y=123.104831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=406.002043 xlink:href=#mda7d240308 y=122.799438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=406.458018 xlink:href=#mda7d240308 y=122.494045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=406.913994 xlink:href=#mda7d240308 y=122.188652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=407.369969 xlink:href=#mda7d240308 y=121.883258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=407.825945 xlink:href=#mda7d240308 y=121.577865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=408.28192 xlink:href=#mda7d240308 y=121.272472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=408.737896 xlink:href=#mda7d240308 y=120.967079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=409.193871 xlink:href=#mda7d240308 y=120.661685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=409.649847 xlink:href=#mda7d240308 y=120.356292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=410.105822 xlink:href=#mda7d240308 y=120.050899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=410.561798 xlink:href=#mda7d240308 y=119.745506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=411.017773 xlink:href=#mda7d240308 y=119.440112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=411.473749 xlink:href=#mda7d240308 y=119.134719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=411.929724 xlink:href=#mda7d240308 y=118.829326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=412.3857 xlink:href=#mda7d240308 y=118.523933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=412.841675 xlink:href=#mda7d240308 y=118.218539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=413.297651 xlink:href=#mda7d240308 y=117.913146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=413.753626 xlink:href=#mda7d240308 y=117.607753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=414.209602 xlink:href=#mda7d240308 y=117.30236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=414.665577 xlink:href=#mda7d240308 y=116.996966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=415.121553 xlink:href=#mda7d240308 y=116.691573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=415.577528 xlink:href=#mda7d240308 y=116.38618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=416.033504 xlink:href=#mda7d240308 y=116.080787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=416.489479 xlink:href=#mda7d240308 y=115.775393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=416.945455 xlink:href=#mda7d240308 y=115.47 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=417.40143 xlink:href=#mda7d240308 y=115.164607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=417.857406 xlink:href=#mda7d240308 y=114.859213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=418.313381 xlink:href=#mda7d240308 y=114.55382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=418.769356 xlink:href=#mda7d240308 y=114.248427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=419.225332 xlink:href=#mda7d240308 y=113.943034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=419.681307 xlink:href=#mda7d240308 y=113.63764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=420.137283 xlink:href=#mda7d240308 y=113.332247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=420.593258 xlink:href=#mda7d240308 y=113.026854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=421.049234 xlink:href=#mda7d240308 y=112.721461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=421.505209 xlink:href=#mda7d240308 y=112.416067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=421.961185 xlink:href=#mda7d240308 y=112.110674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=422.41716 xlink:href=#mda7d240308 y=111.805281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=422.873136 xlink:href=#mda7d240308 y=111.499888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=423.329111 xlink:href=#mda7d240308 y=111.194494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=423.785087 xlink:href=#mda7d240308 y=110.889101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=424.241062 xlink:href=#mda7d240308 y=110.583708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=424.697038 xlink:href=#mda7d240308 y=110.278315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=425.153013 xlink:href=#mda7d240308 y=109.972921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=425.608989 xlink:href=#mda7d240308 y=109.667528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=426.064964 xlink:href=#mda7d240308 y=109.362135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=426.52094 xlink:href=#mda7d240308 y=109.056742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=426.976915 xlink:href=#mda7d240308 y=108.751348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=427.432891 xlink:href=#mda7d240308 y=108.445955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=427.888866 xlink:href=#mda7d240308 y=108.140562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=428.344842 xlink:href=#mda7d240308 y=107.835169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=428.800817 xlink:href=#mda7d240308 y=107.529775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=429.256793 xlink:href=#mda7d240308 y=107.224382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=429.712768 xlink:href=#mda7d240308 y=106.918989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=430.168744 xlink:href=#mda7d240308 y=106.613596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=430.624719 xlink:href=#mda7d240308 y=106.308202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=431.080695 xlink:href=#mda7d240308 y=106.002809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=431.53667 xlink:href=#mda7d240308 y=105.697416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=431.992646 xlink:href=#mda7d240308 y=105.392022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=432.448621 xlink:href=#mda7d240308 y=105.086629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=432.904597 xlink:href=#mda7d240308 y=104.781236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=433.360572 xlink:href=#mda7d240308 y=104.475843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=433.816547 xlink:href=#mda7d240308 y=104.170449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=434.272523 xlink:href=#mda7d240308 y=103.865056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=434.728498 xlink:href=#mda7d240308 y=103.559663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=435.184474 xlink:href=#mda7d240308 y=103.25427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=435.640449 xlink:href=#mda7d240308 y=102.948876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=436.096425 xlink:href=#mda7d240308 y=102.643483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=436.5524 xlink:href=#mda7d240308 y=102.33809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=437.008376 xlink:href=#mda7d240308 y=102.032697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=437.464351 xlink:href=#mda7d240308 y=101.727303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=437.920327 xlink:href=#mda7d240308 y=101.42191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=438.376302 xlink:href=#mda7d240308 y=101.116517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=438.832278 xlink:href=#mda7d240308 y=100.811124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=439.288253 xlink:href=#mda7d240308 y=100.50573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=439.744229 xlink:href=#mda7d240308 y=100.200337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=440.200204 xlink:href=#mda7d240308 y=99.894944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=440.65618 xlink:href=#mda7d240308 y=99.589551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=441.112155 xlink:href=#mda7d240308 y=99.284157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=441.568131 xlink:href=#mda7d240308 y=98.978764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=442.024106 xlink:href=#mda7d240308 y=98.673371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=442.480082 xlink:href=#mda7d240308 y=98.367978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=442.936057 xlink:href=#mda7d240308 y=98.062584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=443.392033 xlink:href=#mda7d240308 y=97.757191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=443.848008 xlink:href=#mda7d240308 y=97.451798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=444.303984 xlink:href=#mda7d240308 y=97.146404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=444.759959 xlink:href=#mda7d240308 y=96.841011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=445.215935 xlink:href=#mda7d240308 y=96.535618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=445.67191 xlink:href=#mda7d240308 y=96.230225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=446.127886 xlink:href=#mda7d240308 y=95.924831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=446.583861 xlink:href=#mda7d240308 y=95.619438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=447.039837 xlink:href=#mda7d240308 y=95.314045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=447.495812 xlink:href=#mda7d240308 y=95.008652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=447.951788 xlink:href=#mda7d240308 y=94.703258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=448.407763 xlink:href=#mda7d240308 y=94.397865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=448.863739 xlink:href=#mda7d240308 y=94.092472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=449.319714 xlink:href=#mda7d240308 y=93.787079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=449.775689 xlink:href=#mda7d240308 y=93.481685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=450.231665 xlink:href=#mda7d240308 y=93.176292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=450.68764 xlink:href=#mda7d240308 y=92.870899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=451.143616 xlink:href=#mda7d240308 y=92.565506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=451.599591 xlink:href=#mda7d240308 y=92.260112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=452.055567 xlink:href=#mda7d240308 y=91.954719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=452.511542 xlink:href=#mda7d240308 y=91.649326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=452.967518 xlink:href=#mda7d240308 y=91.343933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=453.423493 xlink:href=#mda7d240308 y=91.038539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=453.879469 xlink:href=#mda7d240308 y=90.733146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=454.335444 xlink:href=#mda7d240308 y=90.427753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=454.79142 xlink:href=#mda7d240308 y=90.12236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=455.247395 xlink:href=#mda7d240308 y=89.816966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=455.703371 xlink:href=#mda7d240308 y=89.511573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=456.159346 xlink:href=#mda7d240308 y=89.20618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=456.615322 xlink:href=#mda7d240308 y=88.900787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=457.071297 xlink:href=#mda7d240308 y=88.595393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=457.527273 xlink:href=#mda7d240308 y=88.29 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=457.983248 xlink:href=#mda7d240308 y=87.984607 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=458.439224 xlink:href=#mda7d240308 y=87.679213 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=458.895199 xlink:href=#mda7d240308 y=87.37382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=459.351175 xlink:href=#mda7d240308 y=87.068427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=459.80715 xlink:href=#mda7d240308 y=86.763034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=460.263126 xlink:href=#mda7d240308 y=86.45764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=460.719101 xlink:href=#mda7d240308 y=86.152247 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=461.175077 xlink:href=#mda7d240308 y=85.846854 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=461.631052 xlink:href=#mda7d240308 y=85.541461 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=462.087028 xlink:href=#mda7d240308 y=85.236067 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=462.543003 xlink:href=#mda7d240308 y=84.930674 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=462.998979 xlink:href=#mda7d240308 y=84.625281 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=463.454954 xlink:href=#mda7d240308 y=84.319888 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=463.91093 xlink:href=#mda7d240308 y=84.014494 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=464.366905 xlink:href=#mda7d240308 y=83.709101 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=464.82288 xlink:href=#mda7d240308 y=83.403708 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=465.278856 xlink:href=#mda7d240308 y=83.098315 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=465.734831 xlink:href=#mda7d240308 y=82.792921 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=466.190807 xlink:href=#mda7d240308 y=82.487528 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=466.646782 xlink:href=#mda7d240308 y=82.182135 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=467.102758 xlink:href=#mda7d240308 y=81.876742 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=467.558733 xlink:href=#mda7d240308 y=81.571348 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=468.014709 xlink:href=#mda7d240308 y=81.265955 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=468.470684 xlink:href=#mda7d240308 y=80.960562 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=468.92666 xlink:href=#mda7d240308 y=80.655169 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=469.382635 xlink:href=#mda7d240308 y=80.349775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=469.838611 xlink:href=#mda7d240308 y=80.044382 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=470.294586 xlink:href=#mda7d240308 y=79.738989 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=470.750562 xlink:href=#mda7d240308 y=79.433596 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=471.206537 xlink:href=#mda7d240308 y=79.128202 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=471.662513 xlink:href=#mda7d240308 y=78.822809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=472.118488 xlink:href=#mda7d240308 y=78.517416 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=472.574464 xlink:href=#mda7d240308 y=78.212022 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=473.030439 xlink:href=#mda7d240308 y=77.906629 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=473.486415 xlink:href=#mda7d240308 y=77.601236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=473.94239 xlink:href=#mda7d240308 y=77.295843 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=474.398366 xlink:href=#mda7d240308 y=76.990449 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=474.854341 xlink:href=#mda7d240308 y=76.685056 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=475.310317 xlink:href=#mda7d240308 y=76.379663 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=475.766292 xlink:href=#mda7d240308 y=76.07427 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=476.222268 xlink:href=#mda7d240308 y=75.768876 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=476.678243 xlink:href=#mda7d240308 y=75.463483 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=477.134219 xlink:href=#mda7d240308 y=75.15809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=477.590194 xlink:href=#mda7d240308 y=74.852697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=478.04617 xlink:href=#mda7d240308 y=74.547303 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=478.502145 xlink:href=#mda7d240308 y=74.24191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=478.958121 xlink:href=#mda7d240308 y=73.936517 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=479.414096 xlink:href=#mda7d240308 y=73.631124 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=479.870072 xlink:href=#mda7d240308 y=73.32573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=480.326047 xlink:href=#mda7d240308 y=73.020337 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=480.782022 xlink:href=#mda7d240308 y=72.714944 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=481.237998 xlink:href=#mda7d240308 y=72.409551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=481.693973 xlink:href=#mda7d240308 y=72.104157 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=482.149949 xlink:href=#mda7d240308 y=71.798764 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=482.605924 xlink:href=#mda7d240308 y=71.493371 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=483.0619 xlink:href=#mda7d240308 y=71.187978 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=483.517875 xlink:href=#mda7d240308 y=70.882584 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=483.973851 xlink:href=#mda7d240308 y=70.577191 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=484.429826 xlink:href=#mda7d240308 y=70.271798 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=484.885802 xlink:href=#mda7d240308 y=69.966404 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=485.341777 xlink:href=#mda7d240308 y=69.661011 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=485.797753 xlink:href=#mda7d240308 y=69.355618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=486.253728 xlink:href=#mda7d240308 y=69.050225 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=486.709704 xlink:href=#mda7d240308 y=68.744831 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=487.165679 xlink:href=#mda7d240308 y=68.439438 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=487.621655 xlink:href=#mda7d240308 y=68.134045 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=488.07763 xlink:href=#mda7d240308 y=67.828652 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=488.533606 xlink:href=#mda7d240308 y=67.523258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=488.989581 xlink:href=#mda7d240308 y=67.217865 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=489.445557 xlink:href=#mda7d240308 y=66.912472 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=489.901532 xlink:href=#mda7d240308 y=66.607079 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=490.357508 xlink:href=#mda7d240308 y=66.301685 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=490.813483 xlink:href=#mda7d240308 y=65.996292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=491.269459 xlink:href=#mda7d240308 y=65.690899 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=491.725434 xlink:href=#mda7d240308 y=65.385506 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=492.18141 xlink:href=#mda7d240308 y=65.080112 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=492.637385 xlink:href=#mda7d240308 y=64.774719 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=493.093361 xlink:href=#mda7d240308 y=64.469326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=493.549336 xlink:href=#mda7d240308 y=64.163933 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=494.005312 xlink:href=#mda7d240308 y=63.858539 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=494.461287 xlink:href=#mda7d240308 y=63.553146 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=494.917263 xlink:href=#mda7d240308 y=63.247753 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=495.373238 xlink:href=#mda7d240308 y=62.94236 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=495.829213 xlink:href=#mda7d240308 y=62.636966 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=496.285189 xlink:href=#mda7d240308 y=62.331573 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=496.741164 xlink:href=#mda7d240308 y=62.02618 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=497.19714 xlink:href=#mda7d240308 y=61.720787 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=497.653115 xlink:href=#mda7d240308 y=61.415393 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=498.109091 xlink:href=#mda7d240308 y=61.11 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path style=fill:none; d=&quot;M 72 346.5 \nL 72 47.52 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path style=fill:none; d=&quot;M 518.4 346.5 \nL 518.4 47.52 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path style=fill:none; d=&quot;M 72 346.5 \nL 518.4 346.5 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path style=fill:none; d=&quot;M 72 47.52 \nL 518.4 47.52 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pab756ff871&gt;&lt;rect height=298.98 width=446.4 x=72 y=47.52 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_PassengerId-interactions_PassengerId_Age&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=396pt version=1.1 viewbox=&quot;0 0 576 396&quot; width=576pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 396 \nL 576 396 \nL 576 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 72 346.5 \nL 518.4 346.5 \nL 518.4 47.52 \nL 72 47.52 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(88.653684 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(173.486281 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(264.681378 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(355.876475 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(447.071572 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-80 d=&quot;M 19.671875 64.796875 \nL 19.671875 37.40625 \nL 32.078125 37.40625 \nQ 38.96875 37.40625 42.71875 40.96875 \nQ 46.484375 44.53125 46.484375 51.125 \nQ 46.484375 57.671875 42.71875 61.234375 \nQ 38.96875 64.796875 32.078125 64.796875 \nz\nM 9.8125 72.90625 \nL 32.078125 72.90625 \nQ 44.34375 72.90625 50.609375 67.359375 \nQ 56.890625 61.8125 56.890625 51.125 \nQ 56.890625 40.328125 50.609375 34.8125 \nQ 44.34375 29.296875 32.078125 29.296875 \nL 19.671875 29.296875 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-97 d=&quot;M 34.28125 27.484375 \nQ 23.390625 27.484375 19.1875 25 \nQ 14.984375 22.515625 14.984375 16.5 \nQ 14.984375 11.71875 18.140625 8.90625 \nQ 21.296875 6.109375 26.703125 6.109375 \nQ 34.1875 6.109375 38.703125 11.40625 \nQ 43.21875 16.703125 43.21875 25.484375 \nL 43.21875 27.484375 \nz\nM 52.203125 31.203125 \nL 52.203125 0 \nL 43.21875 0 \nL 43.21875 8.296875 \nQ 40.140625 3.328125 35.546875 0.953125 \nQ 30.953125 -1.421875 24.3125 -1.421875 \nQ 15.921875 -1.421875 10.953125 3.296875 \nQ 6 8.015625 6 15.921875 \nQ 6 25.140625 12.171875 29.828125 \nQ 18.359375 34.515625 30.609375 34.515625 \nL 43.21875 34.515625 \nL 43.21875 35.40625 \nQ 43.21875 41.609375 39.140625 45 \nQ 35.0625 48.390625 27.6875 48.390625 \nQ 23 48.390625 18.546875 47.265625 \nQ 14.109375 46.140625 10.015625 43.890625 \nL 10.015625 52.203125 \nQ 14.9375 54.109375 19.578125 55.046875 \nQ 24.21875 56 28.609375 56 \nQ 40.484375 56 46.34375 49.84375 \nQ 52.203125 43.703125 52.203125 31.203125 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-115 d=&quot;M 44.28125 53.078125 \nL 44.28125 44.578125 \nQ 40.484375 46.53125 36.375 47.5 \nQ 32.28125 48.484375 27.875 48.484375 \nQ 21.1875 48.484375 17.84375 46.4375 \nQ 14.5 44.390625 14.5 40.28125 \nQ 14.5 37.15625 16.890625 35.375 \nQ 19.28125 33.59375 26.515625 31.984375 \nL 29.59375 31.296875 \nQ 39.15625 29.25 43.1875 25.515625 \nQ 47.21875 21.78125 47.21875 15.09375 \nQ 47.21875 7.46875 41.1875 3.015625 \nQ 35.15625 -1.421875 24.609375 -1.421875 \nQ 20.21875 -1.421875 15.453125 -0.5625 \nQ 10.6875 0.296875 5.421875 2 \nL 5.421875 11.28125 \nQ 10.40625 8.6875 15.234375 7.390625 \nQ 20.0625 6.109375 24.8125 6.109375 \nQ 31.15625 6.109375 34.5625 8.28125 \nQ 37.984375 10.453125 37.984375 14.40625 \nQ 37.984375 18.0625 35.515625 20.015625 \nQ 33.0625 21.96875 24.703125 23.78125 \nL 21.578125 24.515625 \nQ 13.234375 26.265625 9.515625 29.90625 \nQ 5.8125 33.546875 5.8125 39.890625 \nQ 5.8125 47.609375 11.28125 51.796875 \nQ 16.75 56 26.8125 56 \nQ 31.78125 56 36.171875 55.265625 \nQ 40.578125 54.546875 44.28125 53.078125 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-103 d=&quot;M 45.40625 27.984375 \nQ 45.40625 37.75 41.375 43.109375 \nQ 37.359375 48.484375 30.078125 48.484375 \nQ 22.859375 48.484375 18.828125 43.109375 \nQ 14.796875 37.75 14.796875 27.984375 \nQ 14.796875 18.265625 18.828125 12.890625 \nQ 22.859375 7.515625 30.078125 7.515625 \nQ 37.359375 7.515625 41.375 12.890625 \nQ 45.40625 18.265625 45.40625 27.984375 \nz\nM 54.390625 6.78125 \nQ 54.390625 -7.171875 48.1875 -13.984375 \nQ 42 -20.796875 29.203125 -20.796875 \nQ 24.46875 -20.796875 20.265625 -20.09375 \nQ 16.0625 -19.390625 12.109375 -17.921875 \nL 12.109375 -9.1875 \nQ 16.0625 -11.328125 19.921875 -12.34375 \nQ 23.78125 -13.375 27.78125 -13.375 \nQ 36.625 -13.375 41.015625 -8.765625 \nQ 45.40625 -4.15625 45.40625 5.171875 \nL 45.40625 9.625 \nQ 42.625 4.78125 38.28125 2.390625 \nQ 33.9375 0 27.875 0 \nQ 17.828125 0 11.671875 7.65625 \nQ 5.515625 15.328125 5.515625 27.984375 \nQ 5.515625 40.671875 11.671875 48.328125 \nQ 17.828125 56 27.875 56 \nQ 33.9375 56 38.28125 53.609375 \nQ 42.625 51.21875 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-73 d=&quot;M 9.8125 72.90625 \nL 19.671875 72.90625 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-100 d=&quot;M 45.40625 46.390625 \nL 45.40625 75.984375 \nL 54.390625 75.984375 \nL 54.390625 0 \nL 45.40625 0 \nL 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nz\nM 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(261.909531 379.036406)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-80 /&gt;&lt;use x=55.802734 xlink:href=#DejaVuSans-97 /&gt;&lt;use x=117.082031 xlink:href=#DejaVuSans-115 /&gt;&lt;use x=169.181641 xlink:href=#DejaVuSans-115 /&gt;&lt;use x=221.28125 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=282.804688 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=346.183594 xlink:href=#DejaVuSans-103 /&gt;&lt;use x=409.660156 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=471.183594 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=512.296875 xlink:href=#DejaVuSans-73 /&gt;&lt;use x=541.789062 xlink:href=#DejaVuSans-100 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 338.1437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.775 303.98939)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.775 269.83508)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.775 235.680769)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.775 201.526459)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.775 167.372149)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.775 133.217839)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.775 99.063529)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_9&gt;&lt;g id=text_15&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.775 64.909219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;defs&gt;&lt;path id=DejaVuSans-65 d=&quot;M 34.1875 63.1875 \nL 20.796875 26.90625 \nL 47.609375 26.90625 \nz\nM 28.609375 72.90625 \nL 39.796875 72.90625 \nL 67.578125 0 \nL 57.328125 0 \nL 50.6875 18.703125 \nL 17.828125 18.703125 \nL 11.1875 0 \nL 0.78125 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(42.487344 207.648203)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-65 /&gt;&lt;use x=68.408203 xlink:href=#DejaVuSans-103 /&gt;&lt;use x=131.884766 xlink:href=#DejaVuSans-101 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PathCollection_1&gt;&lt;defs&gt;&lt;path id=mc3bb828076 style=stroke:#337ab7;stroke-width:0.3; d=&quot;M 0 3.5 \nC 0.928211 3.5 1.81853 3.131218 2.474874 2.474874 \nC 3.131218 1.81853 3.5 0.928211 3.5 0 \nC 3.5 -0.928211 3.131218 -1.81853 2.474874 -2.474874 \nC 1.81853 -3.131218 0.928211 -3.5 0 -3.5 \nC -0.928211 -3.5 -1.81853 -3.131218 -2.474874 -2.474874 \nC -3.131218 -1.81853 -3.5 -0.928211 -3.5 0 \nC -3.5 0.928211 -3.131218 1.81853 -2.474874 2.474874 \nC -1.81853 3.131218 -0.928211 3.5 0 3.5 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p1fa4c65f46)&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=92.290909 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=92.746885 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=93.20286 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=93.658836 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=94.114811 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.026762 xlink:href=#mc3bb828076 y=149.911206 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.482737 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.938713 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=96.394688 xlink:href=#mc3bb828076 y=286.528447 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=96.850664 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=97.306639 xlink:href=#mc3bb828076 y=136.249482 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=97.762615 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=98.21859 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=98.674566 xlink:href=#mc3bb828076 y=286.528447 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=99.130541 xlink:href=#mc3bb828076 y=146.495775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=99.586517 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=100.498468 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=101.410419 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=101.866394 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=102.32237 xlink:href=#mc3bb828076 y=283.113016 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=102.778345 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=103.234321 xlink:href=#mc3bb828076 y=307.021033 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=103.690296 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=104.602247 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=105.970174 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=107.3381 xlink:href=#mc3bb828076 y=108.926034 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=107.794076 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=108.250051 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=109.162002 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=109.617978 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.073953 xlink:href=#mc3bb828076 y=286.528447 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.529928 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.985904 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=111.897855 xlink:href=#mc3bb828076 y=324.098188 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=112.35383 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=114.633708 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=115.089683 xlink:href=#mc3bb828076 y=310.436464 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=115.545659 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.001634 xlink:href=#mc3bb828076 y=166.988361 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.45761 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.913585 xlink:href=#mc3bb828076 y=112.341465 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=117.825536 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=118.281512 xlink:href=#mc3bb828076 y=237.004697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=118.737487 xlink:href=#mc3bb828076 y=317.267326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=119.193463 xlink:href=#mc3bb828076 y=296.77474 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=119.649438 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=120.105414 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=120.561389 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=121.017365 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=122.385291 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=122.841267 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=123.297242 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=123.753218 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=124.209193 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=124.665169 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=125.121144 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=125.57712 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=126.033095 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=126.48907 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=127.856997 xlink:href=#mc3bb828076 y=331.509673 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=128.312972 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=128.768948 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=129.224923 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=130.136874 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=130.59285 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=131.048825 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=131.504801 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=132.416752 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=132.872727 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=133.328703 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=133.784678 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=134.240654 xlink:href=#mc3bb828076 y=177.234654 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=134.696629 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=135.152605 xlink:href=#mc3bb828076 y=132.834051 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.064556 xlink:href=#mc3bb828076 y=91.848879 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.520531 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.976507 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=137.432482 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=137.888458 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=138.800409 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=139.256384 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=139.71236 xlink:href=#mc3bb828076 y=207.973534 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=140.168335 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=140.624311 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=141.536261 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=142.448212 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=142.904188 xlink:href=#mc3bb828076 y=284.820731 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=143.360163 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=143.816139 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=144.272114 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=144.72809 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=145.184065 xlink:href=#mc3bb828076 y=93.556595 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=145.640041 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=146.096016 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=146.551992 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=147.007967 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=147.919918 xlink:href=#mc3bb828076 y=223.342973 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=148.375894 xlink:href=#mc3bb828076 y=223.342973 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=148.831869 xlink:href=#mc3bb828076 y=149.911206 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=149.287845 xlink:href=#mc3bb828076 y=293.359309 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=150.199796 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=151.111747 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=151.567722 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.023698 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.479673 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.935649 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=153.391624 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=153.8476 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=154.303575 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=154.759551 xlink:href=#mc3bb828076 y=207.973534 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=155.215526 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=155.671502 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=156.583453 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.039428 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.495403 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.951379 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=158.407354 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=158.86333 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=159.319305 xlink:href=#mc3bb828076 y=303.605602 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=159.775281 xlink:href=#mc3bb828076 y=209.681249 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=160.231256 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=160.687232 xlink:href=#mc3bb828076 y=160.157499 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=161.143207 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=161.599183 xlink:href=#mc3bb828076 y=144.78806 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=162.055158 xlink:href=#mc3bb828076 y=196.019525 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=162.967109 xlink:href=#mc3bb828076 y=160.157499 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=163.423085 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=163.87906 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=165.246987 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=165.702962 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=166.158938 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=166.614913 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=167.070889 xlink:href=#mc3bb828076 y=330.92905 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=167.526864 xlink:href=#mc3bb828076 y=303.605602 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=168.438815 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=169.350766 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=169.806742 xlink:href=#mc3bb828076 y=126.003189 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=170.262717 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=170.718693 xlink:href=#mc3bb828076 y=330.92905 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=171.174668 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=171.630644 xlink:href=#mc3bb828076 y=143.080344 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=172.086619 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=172.99857 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=173.454545 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=173.910521 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=175.278447 xlink:href=#mc3bb828076 y=303.605602 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=175.734423 xlink:href=#mc3bb828076 y=330.92905 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=176.190398 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=177.558325 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.0143 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.470276 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.926251 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=179.382227 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=179.838202 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=180.294178 xlink:href=#mc3bb828076 y=324.098188 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=180.750153 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=181.206129 xlink:href=#mc3bb828076 y=136.249482 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=182.11808 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=183.030031 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=183.486006 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=184.397957 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=184.853933 xlink:href=#mc3bb828076 y=178.94237 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=185.309908 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=185.765884 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=186.221859 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=186.677835 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=187.13381 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=187.589785 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.045761 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.501736 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.957712 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=189.413687 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=190.325638 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=190.781614 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=191.237589 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=191.693565 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=192.14954 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=192.605516 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=193.061491 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=193.517467 xlink:href=#mc3bb828076 y=160.157499 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=194.429418 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=194.885393 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=195.341369 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=195.797344 xlink:href=#mc3bb828076 y=264.328145 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=196.25332 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=197.165271 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=197.621246 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.077222 xlink:href=#mc3bb828076 y=132.834051 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.533197 xlink:href=#mc3bb828076 y=317.267326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.989173 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=199.901124 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=200.357099 xlink:href=#mc3bb828076 y=307.021033 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=200.813075 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=201.26905 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=202.636977 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=203.092952 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=203.548927 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.004903 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.460878 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.916854 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=205.372829 xlink:href=#mc3bb828076 y=207.973534 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=205.828805 xlink:href=#mc3bb828076 y=149.911206 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=206.740756 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=207.196731 xlink:href=#mc3bb828076 y=122.587758 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=207.652707 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=208.108682 xlink:href=#mc3bb828076 y=194.311809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=208.564658 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=209.476609 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=209.932584 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=210.38856 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=211.300511 xlink:href=#mc3bb828076 y=324.098188 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=211.756486 xlink:href=#mc3bb828076 y=156.742068 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=212.212462 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=213.124413 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=213.580388 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.036364 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.492339 xlink:href=#mc3bb828076 y=136.249482 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.948315 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=215.860266 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=216.316241 xlink:href=#mc3bb828076 y=194.311809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=216.772217 xlink:href=#mc3bb828076 y=207.973534 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=217.684168 xlink:href=#mc3bb828076 y=119.172327 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=218.140143 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.052094 xlink:href=#mc3bb828076 y=310.436464 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.508069 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.964045 xlink:href=#mc3bb828076 y=112.341465 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=220.42002 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=220.875996 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=221.331971 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=222.243922 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=222.699898 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=223.155873 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=223.611849 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.067824 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.5238 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.979775 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=225.435751 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=225.891726 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=226.347702 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=227.259653 xlink:href=#mc3bb828076 y=254.081852 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=227.715628 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=228.627579 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=229.995506 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=231.363432 xlink:href=#mc3bb828076 y=331.202284 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=232.275383 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=232.731359 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=233.187334 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=233.643309 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=234.099285 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=234.55526 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.011236 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.467211 xlink:href=#mc3bb828076 y=187.480947 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.923187 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=236.379162 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=236.835138 xlink:href=#mc3bb828076 y=149.911206 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=237.291113 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=237.747089 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=238.203064 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=238.65904 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=239.115015 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=239.570991 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=240.482942 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=240.938917 xlink:href=#mc3bb828076 y=126.003189 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=241.394893 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=241.850868 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=242.306844 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=243.218795 xlink:href=#mc3bb828076 y=178.94237 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=243.67477 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=244.130746 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=245.498672 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=245.954648 xlink:href=#mc3bb828076 y=194.311809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=246.410623 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=246.866599 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=247.322574 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=247.77855 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=248.234525 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=248.690501 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=249.146476 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=249.602451 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=250.058427 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=250.970378 xlink:href=#mc3bb828076 y=324.098188 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=251.426353 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=251.882329 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=252.79428 xlink:href=#mc3bb828076 y=283.113016 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=253.250255 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=254.162206 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=254.618182 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=255.074157 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=256.442084 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=256.898059 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=257.354035 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=257.81001 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=258.721961 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=259.177937 xlink:href=#mc3bb828076 y=129.41862 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=260.545863 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=261.001839 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=261.457814 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=261.91379 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=262.369765 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=262.825741 xlink:href=#mc3bb828076 y=324.098188 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=263.737692 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=264.193667 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=264.649642 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=265.105618 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=265.561593 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=266.017569 xlink:href=#mc3bb828076 y=330.92905 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=266.473544 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=266.92952 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=267.841471 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=268.297446 xlink:href=#mc3bb828076 y=330.92905 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=268.753422 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=269.665373 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=270.121348 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=270.577324 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=271.033299 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=271.489275 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=271.94525 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=272.401226 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=272.857201 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=273.313177 xlink:href=#mc3bb828076 y=177.234654 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=273.769152 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=274.225128 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=274.681103 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=275.137079 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=275.593054 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=276.04903 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=276.505005 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=276.960981 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=277.416956 xlink:href=#mc3bb828076 y=160.157499 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=277.872932 xlink:href=#mc3bb828076 y=324.098188 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=278.328907 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=280.152809 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=281.06476 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=281.976711 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=282.432686 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=282.888662 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=283.344637 xlink:href=#mc3bb828076 y=300.190171 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=284.256588 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=284.712564 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=285.168539 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=285.624515 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=286.536466 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=286.992441 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=287.904392 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=288.360368 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=289.272319 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=289.728294 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=290.18427 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=290.640245 xlink:href=#mc3bb828076 y=286.528447 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=291.096221 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=291.552196 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=292.008172 xlink:href=#mc3bb828076 y=115.756896 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=292.464147 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=292.920123 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=293.376098 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=293.832074 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=294.288049 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=295.2 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=295.655975 xlink:href=#mc3bb828076 y=289.943878 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=296.111951 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=296.567926 xlink:href=#mc3bb828076 y=317.267326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=297.023902 xlink:href=#mc3bb828076 y=156.742068 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=297.479877 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=298.391828 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=298.847804 xlink:href=#mc3bb828076 y=166.988361 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=299.759755 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=300.21573 xlink:href=#mc3bb828076 y=112.341465 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=301.127681 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=302.039632 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=302.495608 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=302.951583 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=303.407559 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=304.31951 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=305.231461 xlink:href=#mc3bb828076 y=143.080344 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=306.143412 xlink:href=#mc3bb828076 y=331.782908 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=307.055363 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=307.511338 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=307.967314 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=308.423289 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=309.33524 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=309.791216 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=310.247191 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=310.703166 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=311.159142 xlink:href=#mc3bb828076 y=303.605602 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=312.071093 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=312.527068 xlink:href=#mc3bb828076 y=119.172327 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=312.983044 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=313.894995 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=314.35097 xlink:href=#mc3bb828076 y=136.249482 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=314.806946 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=315.262921 xlink:href=#mc3bb828076 y=303.605602 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=316.174872 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=316.630848 xlink:href=#mc3bb828076 y=146.495775 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=317.086823 xlink:href=#mc3bb828076 y=91.848879 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=317.542799 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=318.45475 xlink:href=#mc3bb828076 y=149.911206 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=319.366701 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=319.822676 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=320.278652 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=320.734627 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=321.646578 xlink:href=#mc3bb828076 y=207.973534 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=322.102554 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=322.558529 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=323.014505 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=323.926456 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=324.382431 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=324.838407 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=325.750358 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=326.206333 xlink:href=#mc3bb828076 y=149.911206 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=326.662308 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=327.118284 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=327.574259 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=328.48621 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=328.942186 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=329.398161 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=329.854137 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=330.766088 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=331.678039 xlink:href=#mc3bb828076 y=196.019525 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=332.134014 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=333.045965 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=333.501941 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=333.957916 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=334.869867 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=335.781818 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=336.237794 xlink:href=#mc3bb828076 y=310.436464 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=336.693769 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=337.149745 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=338.061696 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=338.517671 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=338.973647 xlink:href=#mc3bb828076 y=303.605602 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=339.429622 xlink:href=#mc3bb828076 y=296.77474 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=339.885598 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=340.341573 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=340.797549 xlink:href=#mc3bb828076 y=115.756896 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=341.253524 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=342.165475 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=342.62145 xlink:href=#mc3bb828076 y=307.021033 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=343.077426 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=343.533401 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=344.445352 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=344.901328 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=345.357303 xlink:href=#mc3bb828076 y=122.587758 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=345.813279 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=346.72523 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=347.181205 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=348.093156 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=348.549132 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=349.917058 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=350.373034 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=350.829009 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=351.74096 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=352.196936 xlink:href=#mc3bb828076 y=122.587758 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=352.652911 xlink:href=#mc3bb828076 y=153.326637 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=353.108887 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=354.020838 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=354.476813 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=354.932789 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=355.388764 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=356.300715 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=356.756691 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=357.212666 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=357.668641 xlink:href=#mc3bb828076 y=149.911206 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=358.124617 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=359.036568 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=359.492543 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=359.948519 xlink:href=#mc3bb828076 y=129.41862 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=360.404494 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=361.316445 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=361.772421 xlink:href=#mc3bb828076 y=156.742068 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=362.228396 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=363.140347 xlink:href=#mc3bb828076 y=207.973534 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=363.596323 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=364.508274 xlink:href=#mc3bb828076 y=166.988361 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=365.420225 xlink:href=#mc3bb828076 y=166.988361 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=365.8762 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=367.244127 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=367.700102 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=368.156078 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=368.612053 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=369.068029 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=369.524004 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=369.97998 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=370.435955 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=372.259857 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=372.715832 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=373.171808 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=373.627783 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=374.083759 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=374.539734 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=374.99571 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=375.451685 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=375.907661 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=376.363636 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=376.819612 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=377.275587 xlink:href=#mc3bb828076 y=126.003189 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=377.731563 xlink:href=#mc3bb828076 y=139.664913 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=378.187538 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=378.643514 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=379.555465 xlink:href=#mc3bb828076 y=61.11 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=380.01144 xlink:href=#mc3bb828076 y=160.157499 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=380.467416 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=381.379367 xlink:href=#mc3bb828076 y=303.605602 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=381.835342 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=382.291318 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=382.747293 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=383.203269 xlink:href=#mc3bb828076 y=194.311809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=384.11522 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=384.571195 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=385.027171 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=385.939122 xlink:href=#mc3bb828076 y=331.782908 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=386.395097 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=386.851073 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=387.307048 xlink:href=#mc3bb828076 y=143.080344 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=388.218999 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=389.13095 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=389.586925 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=390.498876 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=390.954852 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=391.866803 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=392.322778 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=392.778754 xlink:href=#mc3bb828076 y=136.249482 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=393.234729 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=393.690705 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=394.14668 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=394.602656 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=395.058631 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=395.514607 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=395.970582 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=396.882533 xlink:href=#mc3bb828076 y=187.480947 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=397.794484 xlink:href=#mc3bb828076 y=197.727241 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=398.25046 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=398.706435 xlink:href=#mc3bb828076 y=95.26431 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=399.162411 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=400.074362 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=400.530337 xlink:href=#mc3bb828076 y=250.666421 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=400.986313 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=401.442288 xlink:href=#mc3bb828076 y=187.480947 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=401.898264 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=402.810215 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=403.26619 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=403.722165 xlink:href=#mc3bb828076 y=286.528447 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=404.178141 xlink:href=#mc3bb828076 y=129.41862 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=404.634116 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=405.090092 xlink:href=#mc3bb828076 y=286.528447 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=405.546067 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=406.002043 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=406.458018 xlink:href=#mc3bb828076 y=283.113016 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=406.913994 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=407.369969 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=408.28192 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=408.737896 xlink:href=#mc3bb828076 y=129.41862 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=409.193871 xlink:href=#mc3bb828076 y=156.742068 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=409.649847 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=410.561798 xlink:href=#mc3bb828076 y=166.988361 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=411.017773 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=411.473749 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=411.929724 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=412.3857 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=412.841675 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=413.297651 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=413.753626 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=414.209602 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=414.665577 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=415.121553 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=416.033504 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=416.945455 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=417.40143 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=417.857406 xlink:href=#mc3bb828076 y=156.742068 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=418.313381 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=418.769356 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=419.225332 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=420.137283 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=420.593258 xlink:href=#mc3bb828076 y=313.851895 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=421.049234 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=421.505209 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=421.961185 xlink:href=#mc3bb828076 y=163.57293 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=422.41716 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=422.873136 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=423.329111 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=424.241062 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=424.697038 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=425.153013 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=425.608989 xlink:href=#mc3bb828076 y=296.77474 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=426.52094 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=426.976915 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=427.432891 xlink:href=#mc3bb828076 y=237.004697 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=427.888866 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=428.344842 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=430.168744 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=430.624719 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=431.080695 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=431.53667 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=431.992646 xlink:href=#mc3bb828076 y=95.26431 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=432.448621 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=432.904597 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=433.360572 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=433.816547 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=434.272523 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=434.728498 xlink:href=#mc3bb828076 y=313.851895 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=435.184474 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=435.640449 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=436.096425 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=436.5524 xlink:href=#mc3bb828076 y=332.056142 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=437.008376 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=437.464351 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=437.920327 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=438.376302 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=439.288253 xlink:href=#mc3bb828076 y=194.311809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=439.744229 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=440.200204 xlink:href=#mc3bb828076 y=211.388965 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=440.65618 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=441.112155 xlink:href=#mc3bb828076 y=160.157499 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=442.024106 xlink:href=#mc3bb828076 y=230.173835 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=442.936057 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=443.392033 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=443.848008 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=444.303984 xlink:href=#mc3bb828076 y=139.664913 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=445.215935 xlink:href=#mc3bb828076 y=149.911206 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=445.67191 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=446.583861 xlink:href=#mc3bb828076 y=317.267326 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=447.495812 xlink:href=#mc3bb828076 y=187.480947 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=447.951788 xlink:href=#mc3bb828076 y=289.943878 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=448.407763 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=448.863739 xlink:href=#mc3bb828076 y=235.296982 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=449.775689 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=450.231665 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=450.68764 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=451.143616 xlink:href=#mc3bb828076 y=307.021033 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=451.599591 xlink:href=#mc3bb828076 y=330.92905 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=452.055567 xlink:href=#mc3bb828076 y=177.234654 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=452.967518 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=454.335444 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=454.79142 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=455.247395 xlink:href=#mc3bb828076 y=166.988361 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=455.703371 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=456.159346 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=456.615322 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=457.071297 xlink:href=#mc3bb828076 y=218.219827 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=457.527273 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=457.983248 xlink:href=#mc3bb828076 y=296.77474 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=458.439224 xlink:href=#mc3bb828076 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=458.895199 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=459.351175 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=459.80715 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=460.263126 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=460.719101 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=461.175077 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=461.631052 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=462.087028 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=462.543003 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=462.998979 xlink:href=#mc3bb828076 y=313.851895 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=463.454954 xlink:href=#mc3bb828076 y=230.173835 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=464.366905 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=464.82288 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=465.278856 xlink:href=#mc3bb828076 y=187.480947 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=465.734831 xlink:href=#mc3bb828076 y=300.190171 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=466.190807 xlink:href=#mc3bb828076 y=156.742068 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=466.646782 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=467.102758 xlink:href=#mc3bb828076 y=204.558103 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=467.558733 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=468.014709 xlink:href=#mc3bb828076 y=327.513619 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=469.382635 xlink:href=#mc3bb828076 y=330.92905 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=470.294586 xlink:href=#mc3bb828076 y=122.587758 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=470.750562 xlink:href=#mc3bb828076 y=283.113016 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=471.206537 xlink:href=#mc3bb828076 y=331.509673 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=472.118488 xlink:href=#mc3bb828076 y=255.789568 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=472.574464 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=473.030439 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=473.486415 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=474.398366 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=475.310317 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=475.766292 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=476.222268 xlink:href=#mc3bb828076 y=231.881551 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=476.678243 xlink:href=#mc3bb828076 y=216.512111 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=477.134219 xlink:href=#mc3bb828076 y=276.282154 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=477.590194 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=478.502145 xlink:href=#mc3bb828076 y=214.804396 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=478.958121 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=479.870072 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=480.326047 xlink:href=#mc3bb828076 y=81.602586 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=480.782022 xlink:href=#mc3bb828076 y=303.605602 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=481.237998 xlink:href=#mc3bb828076 y=279.697585 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=481.693973 xlink:href=#mc3bb828076 y=184.065516 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=482.149949 xlink:href=#mc3bb828076 y=272.866723 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=482.605924 xlink:href=#mc3bb828076 y=180.650085 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=483.0619 xlink:href=#mc3bb828076 y=160.157499 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=483.517875 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=484.429826 xlink:href=#mc3bb828076 y=194.311809 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=484.885802 xlink:href=#mc3bb828076 y=262.62043 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=485.341777 xlink:href=#mc3bb828076 y=170.403792 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=486.253728 xlink:href=#mc3bb828076 y=252.374137 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=486.709704 xlink:href=#mc3bb828076 y=190.896378 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=487.165679 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=487.621655 xlink:href=#mc3bb828076 y=228.46612 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=488.533606 xlink:href=#mc3bb828076 y=320.682757 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=488.989581 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=489.445557 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=489.901532 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=490.357508 xlink:href=#mc3bb828076 y=173.819223 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=490.813483 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=491.269459 xlink:href=#mc3bb828076 y=283.113016 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=491.725434 xlink:href=#mc3bb828076 y=266.035861 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=492.18141 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=493.093361 xlink:href=#mc3bb828076 y=143.080344 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=493.549336 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=494.005312 xlink:href=#mc3bb828076 y=221.635258 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=494.461287 xlink:href=#mc3bb828076 y=259.204999 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=494.917263 xlink:href=#mc3bb828076 y=238.712413 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=495.373238 xlink:href=#mc3bb828076 y=248.958706 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=495.829213 xlink:href=#mc3bb828076 y=201.142672 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=496.285189 xlink:href=#mc3bb828076 y=242.127844 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=496.741164 xlink:href=#mc3bb828076 y=269.451292 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=497.653115 xlink:href=#mc3bb828076 y=245.543275 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=498.109091 xlink:href=#mc3bb828076 y=225.050689 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path style=fill:none; d=&quot;M 72 346.5 \nL 72 47.52 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path style=fill:none; d=&quot;M 518.4 346.5 \nL 518.4 47.52 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path style=fill:none; d=&quot;M 72 346.5 \nL 518.4 346.5 \n&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path style=fill:none; d=&quot;M 72 47.52 \nL 518.4 47.52 \n&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1fa4c65f46&gt;&lt;rect height=298.98 width=446.4 x=72 y=47.52 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_PassengerId-interactions_PassengerId_SibSp&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; height=396pt version=1.1 viewbox=&quot;0 0 576 396&quot; width=576pt xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink&gt;&lt;defs&gt;&lt;style type=text/css&gt;\n*{stroke-linecap:butt;stroke-linejoin:round;}\n &lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path style=fill:#ffffff; d=&quot;M 0 396 \nL 576 396 \nL 576 0 \nL 0 0 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path style=fill:#ffffff; d=&quot;M 72 346.5 \nL 518.4 346.5 \nL 518.4 47.52 \nL 72 47.52 \nz\n&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;defs&gt;&lt;path id=DejaVuSans-48 d=&quot;M 31.78125 66.40625 \nQ 24.171875 66.40625 20.328125 58.90625 \nQ 16.5 51.421875 16.5 36.375 \nQ 16.5 21.390625 20.328125 13.890625 \nQ 24.171875 6.390625 31.78125 6.390625 \nQ 39.453125 6.390625 43.28125 13.890625 \nQ 47.125 21.390625 47.125 36.375 \nQ 47.125 51.421875 43.28125 58.90625 \nQ 39.453125 66.40625 31.78125 66.40625 \nz\nM 31.78125 74.21875 \nQ 44.046875 74.21875 50.515625 64.515625 \nQ 56.984375 54.828125 56.984375 36.375 \nQ 56.984375 17.96875 50.515625 8.265625 \nQ 44.046875 -1.421875 31.78125 -1.421875 \nQ 19.53125 -1.421875 13.0625 8.265625 \nQ 6.59375 17.96875 6.59375 36.375 \nQ 6.59375 54.828125 13.0625 64.515625 \nQ 19.53125 74.21875 31.78125 74.21875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(88.653684 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;defs&gt;&lt;path id=DejaVuSans-50 d=&quot;M 19.1875 8.296875 \nL 53.609375 8.296875 \nL 53.609375 0 \nL 7.328125 0 \nL 7.328125 8.296875 \nQ 12.9375 14.109375 22.625 23.890625 \nQ 32.328125 33.6875 34.8125 36.53125 \nQ 39.546875 41.84375 41.421875 45.53125 \nQ 43.3125 49.21875 43.3125 52.78125 \nQ 43.3125 58.59375 39.234375 62.25 \nQ 35.15625 65.921875 28.609375 65.921875 \nQ 23.96875 65.921875 18.8125 64.3125 \nQ 13.671875 62.703125 7.8125 59.421875 \nL 7.8125 69.390625 \nQ 13.765625 71.78125 18.9375 73 \nQ 24.125 74.21875 28.421875 74.21875 \nQ 39.75 74.21875 46.484375 68.546875 \nQ 53.21875 62.890625 53.21875 53.421875 \nQ 53.21875 48.921875 51.53125 44.890625 \nQ 49.859375 40.875 45.40625 35.40625 \nQ 44.1875 33.984375 37.640625 27.21875 \nQ 31.109375 20.453125 19.1875 8.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(173.486281 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;defs&gt;&lt;path id=DejaVuSans-52 d=&quot;M 37.796875 64.3125 \nL 12.890625 25.390625 \nL 37.796875 25.390625 \nz\nM 35.203125 72.90625 \nL 47.609375 72.90625 \nL 47.609375 25.390625 \nL 58.015625 25.390625 \nL 58.015625 17.1875 \nL 47.609375 17.1875 \nL 47.609375 0 \nL 37.796875 0 \nL 37.796875 17.1875 \nL 4.890625 17.1875 \nL 4.890625 26.703125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(264.681378 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;defs&gt;&lt;path id=DejaVuSans-54 d=&quot;M 33.015625 40.375 \nQ 26.375 40.375 22.484375 35.828125 \nQ 18.609375 31.296875 18.609375 23.390625 \nQ 18.609375 15.53125 22.484375 10.953125 \nQ 26.375 6.390625 33.015625 6.390625 \nQ 39.65625 6.390625 43.53125 10.953125 \nQ 47.40625 15.53125 47.40625 23.390625 \nQ 47.40625 31.296875 43.53125 35.828125 \nQ 39.65625 40.375 33.015625 40.375 \nz\nM 52.59375 71.296875 \nL 52.59375 62.3125 \nQ 48.875 64.0625 45.09375 64.984375 \nQ 41.3125 65.921875 37.59375 65.921875 \nQ 27.828125 65.921875 22.671875 59.328125 \nQ 17.53125 52.734375 16.796875 39.40625 \nQ 19.671875 43.65625 24.015625 45.921875 \nQ 28.375 48.1875 33.59375 48.1875 \nQ 44.578125 48.1875 50.953125 41.515625 \nQ 57.328125 34.859375 57.328125 23.390625 \nQ 57.328125 12.15625 50.6875 5.359375 \nQ 44.046875 -1.421875 33.015625 -1.421875 \nQ 20.359375 -1.421875 13.671875 8.265625 \nQ 6.984375 17.96875 6.984375 36.375 \nQ 6.984375 53.65625 15.1875 63.9375 \nQ 23.390625 74.21875 37.203125 74.21875 \nQ 40.921875 74.21875 44.703125 73.484375 \nQ 48.484375 72.75 52.59375 71.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(355.876475 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;defs&gt;&lt;path id=DejaVuSans-56 d=&quot;M 31.78125 34.625 \nQ 24.75 34.625 20.71875 30.859375 \nQ 16.703125 27.09375 16.703125 20.515625 \nQ 16.703125 13.921875 20.71875 10.15625 \nQ 24.75 6.390625 31.78125 6.390625 \nQ 38.8125 6.390625 42.859375 10.171875 \nQ 46.921875 13.96875 46.921875 20.515625 \nQ 46.921875 27.09375 42.890625 30.859375 \nQ 38.875 34.625 31.78125 34.625 \nz\nM 21.921875 38.8125 \nQ 15.578125 40.375 12.03125 44.71875 \nQ 8.5 49.078125 8.5 55.328125 \nQ 8.5 64.0625 14.71875 69.140625 \nQ 20.953125 74.21875 31.78125 74.21875 \nQ 42.671875 74.21875 48.875 69.140625 \nQ 55.078125 64.0625 55.078125 55.328125 \nQ 55.078125 49.078125 51.53125 44.71875 \nQ 48 40.375 41.703125 38.8125 \nQ 48.828125 37.15625 52.796875 32.3125 \nQ 56.78125 27.484375 56.78125 20.515625 \nQ 56.78125 9.90625 50.3125 4.234375 \nQ 43.84375 -1.421875 31.78125 -1.421875 \nQ 19.734375 -1.421875 13.25 4.234375 \nQ 6.78125 9.90625 6.78125 20.515625 \nQ 6.78125 27.484375 10.78125 32.3125 \nQ 14.796875 37.15625 21.921875 38.8125 \nz\nM 18.3125 54.390625 \nQ 18.3125 48.734375 21.84375 45.5625 \nQ 25.390625 42.390625 31.78125 42.390625 \nQ 38.140625 42.390625 41.71875 45.5625 \nQ 45.3125 48.734375 45.3125 54.390625 \nQ 45.3125 60.0625 41.71875 63.234375 \nQ 38.140625 66.40625 31.78125 66.40625 \nQ 25.390625 66.40625 21.84375 63.234375 \nQ 18.3125 60.0625 18.3125 54.390625 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(447.071572 364.598437)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;use x=63.623047 xlink:href=#DejaVuSans-48 /&gt;&lt;use x=127.246094 xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;defs&gt;&lt;path id=DejaVuSans-80 d=&quot;M 19.671875 64.796875 \nL 19.671875 37.40625 \nL 32.078125 37.40625 \nQ 38.96875 37.40625 42.71875 40.96875 \nQ 46.484375 44.53125 46.484375 51.125 \nQ 46.484375 57.671875 42.71875 61.234375 \nQ 38.96875 64.796875 32.078125 64.796875 \nz\nM 9.8125 72.90625 \nL 32.078125 72.90625 \nQ 44.34375 72.90625 50.609375 67.359375 \nQ 56.890625 61.8125 56.890625 51.125 \nQ 56.890625 40.328125 50.609375 34.8125 \nQ 44.34375 29.296875 32.078125 29.296875 \nL 19.671875 29.296875 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-97 d=&quot;M 34.28125 27.484375 \nQ 23.390625 27.484375 19.1875 25 \nQ 14.984375 22.515625 14.984375 16.5 \nQ 14.984375 11.71875 18.140625 8.90625 \nQ 21.296875 6.109375 26.703125 6.109375 \nQ 34.1875 6.109375 38.703125 11.40625 \nQ 43.21875 16.703125 43.21875 25.484375 \nL 43.21875 27.484375 \nz\nM 52.203125 31.203125 \nL 52.203125 0 \nL 43.21875 0 \nL 43.21875 8.296875 \nQ 40.140625 3.328125 35.546875 0.953125 \nQ 30.953125 -1.421875 24.3125 -1.421875 \nQ 15.921875 -1.421875 10.953125 3.296875 \nQ 6 8.015625 6 15.921875 \nQ 6 25.140625 12.171875 29.828125 \nQ 18.359375 34.515625 30.609375 34.515625 \nL 43.21875 34.515625 \nL 43.21875 35.40625 \nQ 43.21875 41.609375 39.140625 45 \nQ 35.0625 48.390625 27.6875 48.390625 \nQ 23 48.390625 18.546875 47.265625 \nQ 14.109375 46.140625 10.015625 43.890625 \nL 10.015625 52.203125 \nQ 14.9375 54.109375 19.578125 55.046875 \nQ 24.21875 56 28.609375 56 \nQ 40.484375 56 46.34375 49.84375 \nQ 52.203125 43.703125 52.203125 31.203125 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-115 d=&quot;M 44.28125 53.078125 \nL 44.28125 44.578125 \nQ 40.484375 46.53125 36.375 47.5 \nQ 32.28125 48.484375 27.875 48.484375 \nQ 21.1875 48.484375 17.84375 46.4375 \nQ 14.5 44.390625 14.5 40.28125 \nQ 14.5 37.15625 16.890625 35.375 \nQ 19.28125 33.59375 26.515625 31.984375 \nL 29.59375 31.296875 \nQ 39.15625 29.25 43.1875 25.515625 \nQ 47.21875 21.78125 47.21875 15.09375 \nQ 47.21875 7.46875 41.1875 3.015625 \nQ 35.15625 -1.421875 24.609375 -1.421875 \nQ 20.21875 -1.421875 15.453125 -0.5625 \nQ 10.6875 0.296875 5.421875 2 \nL 5.421875 11.28125 \nQ 10.40625 8.6875 15.234375 7.390625 \nQ 20.0625 6.109375 24.8125 6.109375 \nQ 31.15625 6.109375 34.5625 8.28125 \nQ 37.984375 10.453125 37.984375 14.40625 \nQ 37.984375 18.0625 35.515625 20.015625 \nQ 33.0625 21.96875 24.703125 23.78125 \nL 21.578125 24.515625 \nQ 13.234375 26.265625 9.515625 29.90625 \nQ 5.8125 33.546875 5.8125 39.890625 \nQ 5.8125 47.609375 11.28125 51.796875 \nQ 16.75 56 26.8125 56 \nQ 31.78125 56 36.171875 55.265625 \nQ 40.578125 54.546875 44.28125 53.078125 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-101 d=&quot;M 56.203125 29.59375 \nL 56.203125 25.203125 \nL 14.890625 25.203125 \nQ 15.484375 15.921875 20.484375 11.0625 \nQ 25.484375 6.203125 34.421875 6.203125 \nQ 39.59375 6.203125 44.453125 7.46875 \nQ 49.3125 8.734375 54.109375 11.28125 \nL 54.109375 2.78125 \nQ 49.265625 0.734375 44.1875 -0.34375 \nQ 39.109375 -1.421875 33.890625 -1.421875 \nQ 20.796875 -1.421875 13.15625 6.1875 \nQ 5.515625 13.8125 5.515625 26.8125 \nQ 5.515625 40.234375 12.765625 48.109375 \nQ 20.015625 56 32.328125 56 \nQ 43.359375 56 49.78125 48.890625 \nQ 56.203125 41.796875 56.203125 29.59375 \nz\nM 47.21875 32.234375 \nQ 47.125 39.59375 43.09375 43.984375 \nQ 39.0625 48.390625 32.421875 48.390625 \nQ 24.90625 48.390625 20.390625 44.140625 \nQ 15.875 39.890625 15.1875 32.171875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-110 d=&quot;M 54.890625 33.015625 \nL 54.890625 0 \nL 45.90625 0 \nL 45.90625 32.71875 \nQ 45.90625 40.484375 42.875 44.328125 \nQ 39.84375 48.1875 33.796875 48.1875 \nQ 26.515625 48.1875 22.3125 43.546875 \nQ 18.109375 38.921875 18.109375 30.90625 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 21.34375 51.125 25.703125 53.5625 \nQ 30.078125 56 35.796875 56 \nQ 45.21875 56 50.046875 50.171875 \nQ 54.890625 44.34375 54.890625 33.015625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-103 d=&quot;M 45.40625 27.984375 \nQ 45.40625 37.75 41.375 43.109375 \nQ 37.359375 48.484375 30.078125 48.484375 \nQ 22.859375 48.484375 18.828125 43.109375 \nQ 14.796875 37.75 14.796875 27.984375 \nQ 14.796875 18.265625 18.828125 12.890625 \nQ 22.859375 7.515625 30.078125 7.515625 \nQ 37.359375 7.515625 41.375 12.890625 \nQ 45.40625 18.265625 45.40625 27.984375 \nz\nM 54.390625 6.78125 \nQ 54.390625 -7.171875 48.1875 -13.984375 \nQ 42 -20.796875 29.203125 -20.796875 \nQ 24.46875 -20.796875 20.265625 -20.09375 \nQ 16.0625 -19.390625 12.109375 -17.921875 \nL 12.109375 -9.1875 \nQ 16.0625 -11.328125 19.921875 -12.34375 \nQ 23.78125 -13.375 27.78125 -13.375 \nQ 36.625 -13.375 41.015625 -8.765625 \nQ 45.40625 -4.15625 45.40625 5.171875 \nL 45.40625 9.625 \nQ 42.625 4.78125 38.28125 2.390625 \nQ 33.9375 0 27.875 0 \nQ 17.828125 0 11.671875 7.65625 \nQ 5.515625 15.328125 5.515625 27.984375 \nQ 5.515625 40.671875 11.671875 48.328125 \nQ 17.828125 56 27.875 56 \nQ 33.9375 56 38.28125 53.609375 \nQ 42.625 51.21875 45.40625 46.390625 \nL 45.40625 54.6875 \nL 54.390625 54.6875 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-114 d=&quot;M 41.109375 46.296875 \nQ 39.59375 47.171875 37.8125 47.578125 \nQ 36.03125 48 33.890625 48 \nQ 26.265625 48 22.1875 43.046875 \nQ 18.109375 38.09375 18.109375 28.8125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.1875 \nQ 20.953125 51.171875 25.484375 53.578125 \nQ 30.03125 56 36.53125 56 \nQ 37.453125 56 38.578125 55.875 \nQ 39.703125 55.765625 41.0625 55.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-73 d=&quot;M 9.8125 72.90625 \nL 19.671875 72.90625 \nL 19.671875 0 \nL 9.8125 0 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-100 d=&quot;M 45.40625 46.390625 \nL 45.40625 75.984375 \nL 54.390625 75.984375 \nL 54.390625 0 \nL 45.40625 0 \nL 45.40625 8.203125 \nQ 42.578125 3.328125 38.25 0.953125 \nQ 33.9375 -1.421875 27.875 -1.421875 \nQ 17.96875 -1.421875 11.734375 6.484375 \nQ 5.515625 14.40625 5.515625 27.296875 \nQ 5.515625 40.1875 11.734375 48.09375 \nQ 17.96875 56 27.875 56 \nQ 33.9375 56 38.25 53.625 \nQ 42.578125 51.265625 45.40625 46.390625 \nz\nM 14.796875 27.296875 \nQ 14.796875 17.390625 18.875 11.75 \nQ 22.953125 6.109375 30.078125 6.109375 \nQ 37.203125 6.109375 41.296875 11.75 \nQ 45.40625 17.390625 45.40625 27.296875 \nQ 45.40625 37.203125 41.296875 42.84375 \nQ 37.203125 48.484375 30.078125 48.484375 \nQ 22.953125 48.484375 18.875 42.84375 \nQ 14.796875 37.203125 14.796875 27.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(261.909531 379.036406)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-80 /&gt;&lt;use x=55.802734 xlink:href=#DejaVuSans-97 /&gt;&lt;use x=117.082031 xlink:href=#DejaVuSans-115 /&gt;&lt;use x=169.181641 xlink:href=#DejaVuSans-115 /&gt;&lt;use x=221.28125 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=282.804688 xlink:href=#DejaVuSans-110 /&gt;&lt;use x=346.183594 xlink:href=#DejaVuSans-103 /&gt;&lt;use x=409.660156 xlink:href=#DejaVuSans-101 /&gt;&lt;use x=471.183594 xlink:href=#DejaVuSans-114 /&gt;&lt;use x=512.296875 xlink:href=#DejaVuSans-73 /&gt;&lt;use x=541.789062 xlink:href=#DejaVuSans-100 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 336.709219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-48 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;defs&gt;&lt;path id=DejaVuSans-49 d=&quot;M 12.40625 8.296875 \nL 28.515625 8.296875 \nL 28.515625 63.921875 \nL 10.984375 60.40625 \nL 10.984375 69.390625 \nL 28.421875 72.90625 \nL 38.28125 72.90625 \nL 38.28125 8.296875 \nL 54.390625 8.296875 \nL 54.390625 0 \nL 12.40625 0 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 302.734219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-49 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 268.759219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-50 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;defs&gt;&lt;path id=DejaVuSans-51 d=&quot;M 40.578125 39.3125 \nQ 47.65625 37.796875 51.625 33 \nQ 55.609375 28.21875 55.609375 21.1875 \nQ 55.609375 10.40625 48.1875 4.484375 \nQ 40.765625 -1.421875 27.09375 -1.421875 \nQ 22.515625 -1.421875 17.65625 -0.515625 \nQ 12.796875 0.390625 7.625 2.203125 \nL 7.625 11.71875 \nQ 11.71875 9.328125 16.59375 8.109375 \nQ 21.484375 6.890625 26.8125 6.890625 \nQ 36.078125 6.890625 40.9375 10.546875 \nQ 45.796875 14.203125 45.796875 21.1875 \nQ 45.796875 27.640625 41.28125 31.265625 \nQ 36.765625 34.90625 28.71875 34.90625 \nL 20.21875 34.90625 \nL 20.21875 43.015625 \nL 29.109375 43.015625 \nQ 36.375 43.015625 40.234375 45.921875 \nQ 44.09375 48.828125 44.09375 54.296875 \nQ 44.09375 59.90625 40.109375 62.90625 \nQ 36.140625 65.921875 28.71875 65.921875 \nQ 24.65625 65.921875 20.015625 65.03125 \nQ 15.375 64.15625 9.8125 62.3125 \nL 9.8125 71.09375 \nQ 15.4375 72.65625 20.34375 73.4375 \nQ 25.25 74.21875 29.59375 74.21875 \nQ 40.828125 74.21875 47.359375 69.109375 \nQ 53.90625 64.015625 53.90625 55.328125 \nQ 53.90625 49.265625 50.4375 45.09375 \nQ 46.96875 40.921875 40.578125 39.3125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 234.784219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-51 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 200.809219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-52 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 d=&quot;M 10.796875 72.90625 \nL 49.515625 72.90625 \nL 49.515625 64.59375 \nL 19.828125 64.59375 \nL 19.828125 46.734375 \nQ 21.96875 47.46875 24.109375 47.828125 \nQ 26.265625 48.1875 28.421875 48.1875 \nQ 40.625 48.1875 47.75 41.5 \nQ 54.890625 34.8125 54.890625 23.390625 \nQ 54.890625 11.625 47.5625 5.09375 \nQ 40.234375 -1.421875 26.90625 -1.421875 \nQ 22.3125 -1.421875 17.546875 -0.640625 \nQ 12.796875 0.140625 7.71875 1.703125 \nL 7.71875 11.625 \nQ 12.109375 9.234375 16.796875 8.0625 \nQ 21.484375 6.890625 26.703125 6.890625 \nQ 35.15625 6.890625 40.078125 11.328125 \nQ 45.015625 15.765625 45.015625 23.390625 \nQ 45.015625 31 40.078125 35.4375 \nQ 35.15625 39.890625 26.703125 39.890625 \nQ 22.75 39.890625 18.8125 39.015625 \nQ 14.890625 38.140625 10.796875 36.28125 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 166.834219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-53 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 132.859219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-54 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 d=&quot;M 8.203125 72.90625 \nL 55.078125 72.90625 \nL 55.078125 68.703125 \nL 28.609375 0 \nL 18.3125 0 \nL 43.21875 64.59375 \nL 8.203125 64.59375 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 98.884219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_9&gt;&lt;g id=text_15&gt;&lt;g style=fill:#262626; transform=&quot;translate(55.1375 64.909219)scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-56 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;defs&gt;&lt;path id=DejaVuSans-83 d=&quot;M 53.515625 70.515625 \nL 53.515625 60.890625 \nQ 47.90625 63.578125 42.921875 64.890625 \nQ 37.9375 66.21875 33.296875 66.21875 \nQ 25.25 66.21875 20.875 63.09375 \nQ 16.5 59.96875 16.5 54.203125 \nQ 16.5 49.359375 19.40625 46.890625 \nQ 22.3125 44.4375 30.421875 42.921875 \nL 36.375 41.703125 \nQ 47.40625 39.59375 52.65625 34.296875 \nQ 57.90625 29 57.90625 20.125 \nQ 57.90625 9.515625 50.796875 4.046875 \nQ 43.703125 -1.421875 29.984375 -1.421875 \nQ 24.8125 -1.421875 18.96875 -0.25 \nQ 13.140625 0.921875 6.890625 3.21875 \nL 6.890625 13.375 \nQ 12.890625 10.015625 18.65625 8.296875 \nQ 24.421875 6.59375 29.984375 6.59375 \nQ 38.421875 6.59375 43.015625 9.90625 \nQ 47.609375 13.234375 47.609375 19.390625 \nQ 47.609375 24.75 44.3125 27.78125 \nQ 41.015625 30.8125 33.5 32.328125 \nL 27.484375 33.5 \nQ 16.453125 35.6875 11.515625 40.375 \nQ 6.59375 45.0625 6.59375 53.421875 \nQ 6.59375 63.09375 13.40625 68.65625 \nQ 20.21875 74.21875 32.171875 74.21875 \nQ 37.3125 74.21875 42.625 73.28125 \nQ 47.953125 72.359375 53.515625 70.515625 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-105 d=&quot;M 9.421875 54.6875 \nL 18.40625 54.6875 \nL 18.40625 0 \nL 9.421875 0 \nz\nM 9.421875 75.984375 \nL 18.40625 75.984375 \nL 18.40625 64.59375 \nL 9.421875 64.59375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-98 d=&quot;M 48.6875 27.296875 \nQ 48.6875 37.203125 44.609375 42.84375 \nQ 40.53125 48.484375 33.40625 48.484375 \nQ 26.265625 48.484375 22.1875 42.84375 \nQ 18.109375 37.203125 18.109375 27.296875 \nQ 18.109375 17.390625 22.1875 11.75 \nQ 26.265625 6.109375 33.40625 6.109375 \nQ 40.53125 6.109375 44.609375 11.75 \nQ 48.6875 17.390625 48.6875 27.296875 \nz\nM 18.109375 46.390625 \nQ 20.953125 51.265625 25.265625 53.625 \nQ 29.59375 56 35.59375 56 \nQ 45.5625 56 51.78125 48.09375 \nQ 58.015625 40.1875 58.015625 27.296875 \nQ 58.015625 14.40625 51.78125 6.484375 \nQ 45.5625 -1.421875 35.59375 -1.421875 \nQ 29.59375 -1.421875 25.265625 0.953125 \nQ 20.953125 3.328125 18.109375 8.203125 \nL 18.109375 0 \nL 9.078125 0 \nL 9.078125 75.984375 \nL 18.109375 75.984375 \nz\n&quot;/&gt;&lt;path id=DejaVuSans-112 d=&quot;M 18.109375 8.203125 \nL 18.109375 -20.796875 \nL 9.078125 -20.796875 \nL 9.078125 54.6875 \nL 18.109375 54.6875 \nL 18.109375 46.390625 \nQ 20.953125 51.265625 25.265625 53.625 \nQ 29.59375 56 35.59375 56 \nQ 45.5625 56 51.78125 48.09375 \nQ 58.015625 40.1875 58.015625 27.296875 \nQ 58.015625 14.40625 51.78125 6.484375 \nQ 45.5625 -1.421875 35.59375 -1.421875 \nQ 29.59375 -1.421875 25.265625 0.953125 \nQ 20.953125 3.328125 18.109375 8.203125 \nz\nM 48.6875 27.296875 \nQ 48.6875 37.203125 44.609375 42.84375 \nQ 40.53125 48.484375 33.40625 48.484375 \nQ 26.265625 48.484375 22.1875 42.84375 \nQ 18.109375 37.203125 18.109375 27.296875 \nQ 18.109375 17.390625 22.1875 11.75 \nQ 26.265625 6.109375 33.40625 6.109375 \nQ 40.53125 6.109375 44.609375 11.75 \nQ 48.6875 17.390625 48.6875 27.296875 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g style=fill:#262626; transform=&quot;translate(48.849844 212.504531)rotate(-90)scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-83 /&gt;&lt;use x=63.476562 xlink:href=#DejaVuSans-105 /&gt;&lt;use x=91.259766 xlink:href=#DejaVuSans-98 /&gt;&lt;use x=154.736328 xlink:href=#DejaVuSans-83 /&gt;&lt;use x=218.212891 xlink:href=#DejaVuSans-112 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PathCollection_1&gt;&lt;defs&gt;&lt;path id=m929bb28582 style=stroke:#337ab7;stroke-width:0.3; d=&quot;M 0 3.5 \nC 0.928211 3.5 1.81853 3.131218 2.474874 2.474874 \nC 3.131218 1.81853 3.5 0.928211 3.5 0 \nC 3.5 -0.928211 3.131218 -1.81853 2.474874 -2.474874 \nC 1.81853 -3.131218 0.928211 -3.5 0 -3.5 \nC -0.928211 -3.5 -1.81853 -3.131218 -2.474874 -2.474874 \nC -3.131218 -1.81853 -3.5 -0.928211 -3.5 0 \nC -3.5 0.928211 -3.131218 1.81853 -2.474874 2.474874 \nC -1.81853 3.131218 -0.928211 3.5 0 3.5 \nz\n&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p14941cbde1)&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=92.290909 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=92.746885 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=93.20286 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=93.658836 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=94.114811 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=94.570787 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.026762 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.482737 xlink:href=#m929bb28582 y=230.985 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=95.938713 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=96.394688 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=96.850664 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=97.306639 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=97.762615 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=98.21859 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=98.674566 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=99.130541 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=99.586517 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=100.042492 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=100.498468 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=100.954443 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=101.410419 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=101.866394 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=102.32237 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=102.778345 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=103.234321 xlink:href=#m929bb28582 y=230.985 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=103.690296 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=104.146272 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=104.602247 xlink:href=#m929bb28582 y=230.985 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=105.058223 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=105.514198 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=105.970174 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=106.426149 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=106.882125 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=107.3381 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=107.794076 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=108.250051 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=108.706027 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=109.162002 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=109.617978 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.073953 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.529928 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=110.985904 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=111.441879 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=111.897855 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=112.35383 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=112.809806 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=113.265781 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=113.721757 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=114.177732 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=114.633708 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=115.089683 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=115.545659 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.001634 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.45761 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=116.913585 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=117.369561 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=117.825536 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=118.281512 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=118.737487 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=119.193463 xlink:href=#m929bb28582 y=163.035 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=119.649438 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=120.105414 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=120.561389 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=121.017365 xlink:href=#m929bb28582 y=230.985 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=121.47334 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=121.929316 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=122.385291 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=122.841267 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=123.297242 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=123.753218 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=124.209193 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=124.665169 xlink:href=#m929bb28582 y=163.035 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=125.121144 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=125.57712 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=126.033095 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=126.48907 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=126.945046 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=127.401021 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=127.856997 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=128.312972 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=128.768948 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=129.224923 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=129.680899 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=130.136874 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=130.59285 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=131.048825 xlink:href=#m929bb28582 y=230.985 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=131.504801 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=131.960776 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=132.416752 xlink:href=#m929bb28582 y=230.985 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=132.872727 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=133.328703 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=133.784678 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=134.240654 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=134.696629 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=135.152605 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=135.60858 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.064556 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.520531 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=136.976507 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=137.432482 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=137.888458 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=138.344433 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=138.800409 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=139.256384 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=139.71236 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=140.168335 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=140.624311 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=141.080286 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=141.536261 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=141.992237 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=142.448212 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=142.904188 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=143.360163 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=143.816139 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=144.272114 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=144.72809 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=145.184065 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=145.640041 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=146.096016 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=146.551992 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=147.007967 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=147.463943 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=147.919918 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=148.375894 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=148.831869 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=149.287845 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=149.74382 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=150.199796 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=150.655771 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=151.111747 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=151.567722 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.023698 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.479673 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=152.935649 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=153.391624 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=153.8476 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=154.303575 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=154.759551 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=155.215526 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=155.671502 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=156.127477 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=156.583453 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.039428 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.495403 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=157.951379 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=158.407354 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=158.86333 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=159.319305 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=159.775281 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=160.231256 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=160.687232 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=161.143207 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=161.599183 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=162.055158 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=162.511134 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=162.967109 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=163.423085 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=163.87906 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=164.335036 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=164.791011 xlink:href=#m929bb28582 y=61.11 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=165.246987 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=165.702962 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=166.158938 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=166.614913 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=167.070889 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=167.526864 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=167.98284 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=168.438815 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=168.894791 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=169.350766 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=169.806742 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=170.262717 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=170.718693 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=171.174668 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=171.630644 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=172.086619 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=172.542594 xlink:href=#m929bb28582 y=230.985 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=172.99857 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=173.454545 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=173.910521 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=174.366496 xlink:href=#m929bb28582 y=61.11 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=174.822472 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=175.278447 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=175.734423 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=176.190398 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=176.646374 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=177.102349 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=177.558325 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.0143 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.470276 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=178.926251 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=179.382227 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=179.838202 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=180.294178 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=180.750153 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=181.206129 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=181.662104 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=182.11808 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=182.574055 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=183.030031 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=183.486006 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=183.941982 xlink:href=#m929bb28582 y=61.11 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=184.397957 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=184.853933 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=185.309908 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=185.765884 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=186.221859 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=186.677835 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=187.13381 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=187.589785 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.045761 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.501736 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=188.957712 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=189.413687 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=189.869663 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=190.325638 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=190.781614 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=191.237589 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=191.693565 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=192.14954 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=192.605516 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=193.061491 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=193.517467 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=193.973442 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=194.429418 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=194.885393 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=195.341369 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=195.797344 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=196.25332 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=196.709295 xlink:href=#m929bb28582 y=230.985 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=197.165271 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=197.621246 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.077222 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.533197 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=198.989173 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=199.445148 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=199.901124 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=200.357099 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=200.813075 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=201.26905 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=201.725026 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=202.181001 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=202.636977 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=203.092952 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=203.548927 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.004903 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.460878 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=204.916854 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=205.372829 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=205.828805 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=206.28478 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=206.740756 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=207.196731 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=207.652707 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=208.108682 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=208.564658 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=209.020633 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=209.476609 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=209.932584 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=210.38856 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=210.844535 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=211.300511 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=211.756486 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=212.212462 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=212.668437 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=213.124413 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=213.580388 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.036364 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.492339 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=214.948315 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=215.40429 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=215.860266 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=216.316241 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=216.772217 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=217.228192 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=217.684168 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=218.140143 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=218.596118 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.052094 xlink:href=#m929bb28582 y=197.01 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.508069 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=219.964045 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=220.42002 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=220.875996 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=221.331971 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=221.787947 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=222.243922 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=222.699898 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=223.155873 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=223.611849 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.067824 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.5238 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=224.979775 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=225.435751 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=225.891726 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=226.347702 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=226.803677 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=227.259653 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=227.715628 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=228.171604 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=228.627579 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=229.083555 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=229.53953 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=229.995506 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=230.451481 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=230.907457 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=231.363432 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=231.819408 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=232.275383 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=232.731359 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=233.187334 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=233.643309 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=234.099285 xlink:href=#m929bb28582 y=264.96 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=234.55526 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.011236 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.467211 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=235.923187 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=236.379162 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=236.835138 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=237.291113 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=237.747089 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=238.203064 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=238.65904 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=239.115015 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=239.570991 xlink:href=#m929bb28582 y=298.935 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=240.026966 xlink:href=#m929bb28582 y=61.11 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stroke-width:0.3; x=240.482942 xlink:href=#m929bb28582 y=332.91 /&gt;&lt;use style=fill:#337ab7;stroke:#337ab7;stro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment