diff options
author | adityacp | 2020-07-27 15:37:32 +0530 |
---|---|---|
committer | adityacp | 2020-07-27 15:37:32 +0530 |
commit | 47eb422c3cb2baf5386df274114019f684fa9af8 (patch) | |
tree | 00a273f2294aa15bacb6617fa4eb84dcedc9712a | |
parent | 120ff8c5e6a90c5c02af7f9266e1fd9a6435350f (diff) | |
download | workshop_booking-47eb422c3cb2baf5386df274114019f684fa9af8.tar.gz workshop_booking-47eb422c3cb2baf5386df274114019f684fa9af8.tar.bz2 workshop_booking-47eb422c3cb2baf5386df274114019f684fa9af8.zip |
Delete unnecessary static files
107 files changed, 0 insertions, 87413 deletions
diff --git a/static/admin/css/base.css b/static/admin/css/base.css deleted file mode 100644 index a37555a..0000000 --- a/static/admin/css/base.css +++ /dev/null @@ -1,967 +0,0 @@ -/* - DJANGO Admin styles -*/ - -@import url(fonts.css); - -body { - margin: 0; - padding: 0; - font-size: 14px; - font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif; - color: #333; - background: #fff; -} - -/* LINKS */ - -a:link, a:visited { - color: #447e9b; - text-decoration: none; -} - -a:focus, a:hover { - color: #036; -} - -a:focus { - text-decoration: underline; -} - -a img { - border: none; -} - -a.section:link, a.section:visited { - color: #fff; - text-decoration: none; -} - -a.section:focus, a.section:hover { - text-decoration: underline; -} - -/* GLOBAL DEFAULTS */ - -p, ol, ul, dl { - margin: .2em 0 .8em 0; -} - -p { - padding: 0; - line-height: 140%; -} - -h1,h2,h3,h4,h5 { - font-weight: bold; -} - -h1 { - margin: 0 0 20px; - font-weight: 300; - font-size: 20px; - color: #666; -} - -h2 { - font-size: 16px; - margin: 1em 0 .5em 0; -} - -h2.subhead { - font-weight: normal; - margin-top: 0; -} - -h3 { - font-size: 14px; - margin: .8em 0 .3em 0; - color: #666; - font-weight: bold; -} - -h4 { - font-size: 12px; - margin: 1em 0 .8em 0; - padding-bottom: 3px; -} - -h5 { - font-size: 10px; - margin: 1.5em 0 .5em 0; - color: #666; - text-transform: uppercase; - letter-spacing: 1px; -} - -ul li { - list-style-type: square; - padding: 1px 0; -} - -li ul { - margin-bottom: 0; -} - -li, dt, dd { - font-size: 13px; - line-height: 20px; -} - -dt { - font-weight: bold; - margin-top: 4px; -} - -dd { - margin-left: 0; -} - -form { - margin: 0; - padding: 0; -} - -fieldset { - margin: 0; - padding: 0; - border: none; - border-top: 1px solid #eee; -} - -blockquote { - font-size: 11px; - color: #777; - margin-left: 2px; - padding-left: 10px; - border-left: 5px solid #ddd; -} - -code, pre { - font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace; - color: #666; - font-size: 12px; -} - -pre.literal-block { - margin: 10px; - background: #eee; - padding: 6px 8px; -} - -code strong { - color: #930; -} - -hr { - clear: both; - color: #eee; - background-color: #eee; - height: 1px; - border: none; - margin: 0; - padding: 0; - font-size: 1px; - line-height: 1px; -} - -/* TEXT STYLES & MODIFIERS */ - -.small { - font-size: 11px; -} - -.tiny { - font-size: 10px; -} - -p.tiny { - margin-top: -2px; -} - -.mini { - font-size: 10px; -} - -p.mini { - margin-top: -3px; -} - -.help, p.help, form p.help { - font-size: 11px; - color: #999; -} - -.help-tooltip { - cursor: help; -} - -p img, h1 img, h2 img, h3 img, h4 img, td img { - vertical-align: middle; -} - -.quiet, a.quiet:link, a.quiet:visited { - color: #999; - font-weight: normal; -} - -.float-right { - float: right; -} - -.float-left { - float: left; -} - -.clear { - clear: both; -} - -.align-left { - text-align: left; -} - -.align-right { - text-align: right; -} - -.example { - margin: 10px 0; - padding: 5px 10px; - background: #efefef; -} - -.nowrap { - white-space: nowrap; -} - -/* TABLES */ - -table { - border-collapse: collapse; - border-color: #ccc; -} - -td, th { - font-size: 13px; - line-height: 16px; - border-bottom: 1px solid #eee; - vertical-align: top; - padding: 8px; - font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif; -} - -th { - font-weight: 600; - text-align: left; -} - -thead th, -tfoot td { - color: #666; - padding: 5px 10px; - font-size: 11px; - background: #fff; - border: none; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; -} - -tfoot td { - border-bottom: none; - border-top: 1px solid #eee; -} - -tr.alt { - background: #f6f6f6; -} - -.row1 { - background: #fff; -} - -.row2 { - background: #f9f9f9; -} - -/* SORTABLE TABLES */ - -thead th { - padding: 5px 10px; - line-height: normal; - text-transform: uppercase; - background: #f6f6f6; -} - -thead th a:link, thead th a:visited { - color: #666; -} - -thead th.sorted { - background: #eee; -} - -thead th.sorted .text { - padding-right: 42px; -} - -table thead th .text span { - padding: 8px 10px; - display: block; -} - -table thead th .text a { - display: block; - cursor: pointer; - padding: 8px 10px; -} - -table thead th .text a:focus, table thead th .text a:hover { - background: #eee; -} - -thead th.sorted a.sortremove { - visibility: hidden; -} - -table thead th.sorted:hover a.sortremove { - visibility: visible; -} - -table thead th.sorted .sortoptions { - display: block; - padding: 9px 5px 0 5px; - float: right; - text-align: right; -} - -table thead th.sorted .sortpriority { - font-size: .8em; - min-width: 12px; - text-align: center; - vertical-align: 3px; - margin-left: 2px; - margin-right: 2px; -} - -table thead th.sorted .sortoptions a { - position: relative; - width: 14px; - height: 14px; - display: inline-block; - background: url(../img/sorting-icons.svg) 0 0 no-repeat; - background-size: 14px auto; -} - -table thead th.sorted .sortoptions a.sortremove { - background-position: 0 0; -} - -table thead th.sorted .sortoptions a.sortremove:after { - content: '\\'; - position: absolute; - top: -6px; - left: 3px; - font-weight: 200; - font-size: 18px; - color: #999; -} - -table thead th.sorted .sortoptions a.sortremove:focus:after, -table thead th.sorted .sortoptions a.sortremove:hover:after { - color: #447e9b; -} - -table thead th.sorted .sortoptions a.sortremove:focus, -table thead th.sorted .sortoptions a.sortremove:hover { - background-position: 0 -14px; -} - -table thead th.sorted .sortoptions a.ascending { - background-position: 0 -28px; -} - -table thead th.sorted .sortoptions a.ascending:focus, -table thead th.sorted .sortoptions a.ascending:hover { - background-position: 0 -42px; -} - -table thead th.sorted .sortoptions a.descending { - top: 1px; - background-position: 0 -56px; -} - -table thead th.sorted .sortoptions a.descending:focus, -table thead th.sorted .sortoptions a.descending:hover { - background-position: 0 -70px; -} - -/* FORM DEFAULTS */ - -input, textarea, select, .form-row p, form .button { - margin: 2px 0; - padding: 2px 3px; - vertical-align: middle; - font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif; - font-weight: normal; - font-size: 13px; -} - -textarea { - vertical-align: top; -} - -input[type=text], input[type=password], input[type=email], input[type=url], -input[type=number], textarea, select, .vTextField { - border: 1px solid #ccc; - border-radius: 4px; - padding: 5px 6px; - margin-top: 0; -} - -input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, -input[type=url]:focus, input[type=number]:focus, textarea:focus, select:focus, -.vTextField:focus { - border-color: #999; -} - -select { - height: 30px; -} - -select[multiple] { - min-height: 150px; -} - -/* FORM BUTTONS */ - -.button, input[type=submit], input[type=button], .submit-row input, a.button { - background: #79aec8; - padding: 10px 15px; - border: none; - border-radius: 4px; - color: #fff; - cursor: pointer; -} - -a.button { - padding: 4px 5px; -} - -.button:active, input[type=submit]:active, input[type=button]:active, -.button:focus, input[type=submit]:focus, input[type=button]:focus, -.button:hover, input[type=submit]:hover, input[type=button]:hover { - background: #609ab6; -} - -.button[disabled], input[type=submit][disabled], input[type=button][disabled] { - opacity: 0.4; -} - -.button.default, input[type=submit].default, .submit-row input.default { - float: right; - border: none; - font-weight: 400; - background: #417690; -} - -.button.default:active, input[type=submit].default:active, -.button.default:focus, input[type=submit].default:focus, -.button.default:hover, input[type=submit].default:hover { - background: #205067; -} - -.button[disabled].default, -input[type=submit][disabled].default, -input[type=button][disabled].default { - opacity: 0.4; -} - - -/* MODULES */ - -.module { - border: none; - margin-bottom: 30px; - background: #fff; -} - -.module p, .module ul, .module h3, .module h4, .module dl, .module pre { - padding-left: 10px; - padding-right: 10px; -} - -.module blockquote { - margin-left: 12px; -} - -.module ul, .module ol { - margin-left: 1.5em; -} - -.module h3 { - margin-top: .6em; -} - -.module h2, .module caption, .inline-group h2 { - margin: 0; - padding: 8px; - font-weight: 400; - font-size: 13px; - text-align: left; - background: #79aec8; - color: #fff; -} - -.module caption, -.inline-group h2 { - font-size: 12px; - letter-spacing: 0.5px; - text-transform: uppercase; -} - -.module table { - border-collapse: collapse; -} - -/* MESSAGES & ERRORS */ - -ul.messagelist { - padding: 0; - margin: 0; -} - -ul.messagelist li { - display: block; - font-weight: 400; - font-size: 13px; - padding: 10px 10px 10px 65px; - margin: 0 0 10px 0; - background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat; - background-size: 16px auto; - color: #333; -} - -ul.messagelist li.warning { - background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat; - background-size: 14px auto; -} - -ul.messagelist li.error { - background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat; - background-size: 16px auto; -} - -.errornote { - font-size: 14px; - font-weight: 700; - display: block; - padding: 10px 12px; - margin: 0 0 10px 0; - color: #ba2121; - border: 1px solid #ba2121; - border-radius: 4px; - background-color: #fff; - background-position: 5px 12px; -} - -ul.errorlist { - margin: 0 0 4px; - padding: 0; - color: #ba2121; - background: #fff; -} - -ul.errorlist li { - font-size: 13px; - display: block; - margin-bottom: 4px; -} - -ul.errorlist li:first-child { - margin-top: 0; -} - -ul.errorlist li a { - color: inherit; - text-decoration: underline; -} - -td ul.errorlist { - margin: 0; - padding: 0; -} - -td ul.errorlist li { - margin: 0; -} - -.form-row.errors { - margin: 0; - border: none; - border-bottom: 1px solid #eee; - background: none; -} - -.form-row.errors ul.errorlist li { - padding-left: 0; -} - -.errors input, .errors select, .errors textarea { - border: 1px solid #ba2121; -} - -div.system-message { - background: #ffc; - margin: 10px; - padding: 6px 8px; - font-size: .8em; -} - -div.system-message p.system-message-title { - padding: 4px 5px 4px 25px; - margin: 0; - color: #c11; - background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat; -} - -.description { - font-size: 12px; - padding: 5px 0 0 12px; -} - -/* BREADCRUMBS */ - -div.breadcrumbs { - background: #79aec8; - padding: 10px 40px; - border: none; - font-size: 14px; - color: #c4dce8; - text-align: left; -} - -div.breadcrumbs a { - color: #fff; -} - -div.breadcrumbs a:focus, div.breadcrumbs a:hover { - color: #c4dce8; -} - -/* ACTION ICONS */ - -.addlink { - padding-left: 16px; - background: url(../img/icon-addlink.svg) 0 1px no-repeat; -} - -.changelink, .inlinechangelink { - padding-left: 16px; - background: url(../img/icon-changelink.svg) 0 1px no-repeat; -} - -.deletelink { - padding-left: 16px; - background: url(../img/icon-deletelink.svg) 0 1px no-repeat; -} - -a.deletelink:link, a.deletelink:visited { - color: #CC3434; -} - -a.deletelink:focus, a.deletelink:hover { - color: #993333; - text-decoration: none; -} - -/* OBJECT TOOLS */ - -.object-tools { - font-size: 10px; - font-weight: bold; - padding-left: 0; - float: right; - position: relative; - margin-top: -48px; -} - -.form-row .object-tools { - margin-top: 5px; - margin-bottom: 5px; - float: none; - height: 2em; - padding-left: 3.5em; -} - -.object-tools li { - display: block; - float: left; - margin-left: 5px; - height: 16px; -} - -.object-tools a { - border-radius: 15px; -} - -.object-tools a:link, .object-tools a:visited { - display: block; - float: left; - padding: 3px 12px; - background: #999; - font-weight: 400; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 0.5px; - color: #fff; -} - -.object-tools a:focus, .object-tools a:hover { - background-color: #417690; -} - -.object-tools a:focus{ - text-decoration: none; -} - -.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink { - background-repeat: no-repeat; - background-position: 93% center; - padding-right: 26px; -} - -.object-tools a.viewsitelink, .object-tools a.golink { - background-image: url(../img/tooltag-arrowright.svg); -} - -.object-tools a.addlink { - background-image: url(../img/tooltag-add.svg); -} - -/* OBJECT HISTORY */ - -table#change-history { - width: 100%; -} - -table#change-history tbody th { - width: 16em; -} - -/* PAGE STRUCTURE */ - -#container { - position: relative; - width: 100%; - min-width: 980px; - padding: 0; -} - -#content { - padding: 20px 40px; -} - -.dashboard #content { - width: 600px; -} - -#content-main { - float: left; - width: 100%; -} - -#content-related { - float: right; - width: 260px; - position: relative; - margin-right: -300px; -} - -#footer { - clear: both; - padding: 10px; -} - -/* COLUMN TYPES */ - -.colMS { - margin-right: 300px; -} - -.colSM { - margin-left: 300px; -} - -.colSM #content-related { - float: left; - margin-right: 0; - margin-left: -300px; -} - -.colSM #content-main { - float: right; -} - -.popup .colM { - width: auto; -} - -/* HEADER */ - -#header { - width: auto; - height: 40px; - padding: 10px 40px; - background: #417690; - line-height: 40px; - color: #ffc; - overflow: hidden; -} - -#header a:link, #header a:visited { - color: #fff; -} - -#header a:focus , #header a:hover { - text-decoration: underline; -} - -#branding { - float: left; -} - -#branding h1 { - padding: 0; - margin: 0 20px 0 0; - font-weight: 300; - font-size: 24px; - color: #f5dd5d; -} - -#branding h1, #branding h1 a:link, #branding h1 a:visited { - color: #f5dd5d; -} - -#branding h2 { - padding: 0 10px; - font-size: 14px; - margin: -8px 0 8px 0; - font-weight: normal; - color: #ffc; -} - -#branding a:hover { - text-decoration: none; -} - -#user-tools { - float: right; - padding: 0; - margin: 0 0 0 20px; - font-weight: 300; - font-size: 11px; - letter-spacing: 0.5px; - text-transform: uppercase; - text-align: right; -} - -#user-tools a { - border-bottom: 1px solid rgba(255, 255, 255, 0.25); -} - -#user-tools a:focus, #user-tools a:hover { - text-decoration: none; - border-bottom-color: #79aec8; - color: #79aec8; -} - -/* SIDEBAR */ - -#content-related { - background: #f8f8f8; -} - -#content-related .module { - background: none; -} - -#content-related h3 { - font-size: 14px; - color: #666; - padding: 0 16px; - margin: 0 0 16px; -} - -#content-related h4 { - font-size: 13px; -} - -#content-related p { - padding-left: 16px; - padding-right: 16px; -} - -#content-related .actionlist { - padding: 0; - margin: 16px; -} - -#content-related .actionlist li { - line-height: 1.2; - margin-bottom: 10px; - padding-left: 18px; -} - -#content-related .module h2 { - background: none; - padding: 16px; - margin-bottom: 16px; - border-bottom: 1px solid #eaeaea; - font-size: 18px; - color: #333; -} - -.delete-confirmation form input[type="submit"] { - background: #ba2121; - border-radius: 4px; - padding: 10px 15px; - color: #fff; -} - -.delete-confirmation form input[type="submit"]:active, -.delete-confirmation form input[type="submit"]:focus, -.delete-confirmation form input[type="submit"]:hover { - background: #a41515; -} - -.delete-confirmation form .cancel-link { - display: inline-block; - vertical-align: middle; - height: 15px; - line-height: 15px; - background: #ddd; - border-radius: 4px; - padding: 10px 15px; - color: #333; - margin: 0 0 0 10px; -} - -.delete-confirmation form .cancel-link:active, -.delete-confirmation form .cancel-link:focus, -.delete-confirmation form .cancel-link:hover { - background: #ccc; -} - -/* POPUP */ -.popup #content { - padding: 20px; -} - -.popup #container { - min-width: 0; -} - -.popup #header { - padding: 10px 20px; -} diff --git a/static/admin/css/changelists.css b/static/admin/css/changelists.css deleted file mode 100644 index fd9e784..0000000 --- a/static/admin/css/changelists.css +++ /dev/null @@ -1,341 +0,0 @@ -/* CHANGELISTS */ - -#changelist { - position: relative; - width: 100%; -} - -#changelist table { - width: 100%; -} - -.change-list .hiddenfields { display:none; } - -.change-list .filtered table { - border-right: none; -} - -.change-list .filtered { - min-height: 400px; -} - -.change-list .filtered .results, .change-list .filtered .paginator, -.filtered #toolbar, .filtered div.xfull { - margin-right: 280px; - width: auto; -} - -.change-list .filtered table tbody th { - padding-right: 1em; -} - -#changelist-form .results { - overflow-x: auto; -} - -#changelist .toplinks { - border-bottom: 1px solid #ddd; -} - -#changelist .paginator { - color: #666; - border-bottom: 1px solid #eee; - background: #fff; - overflow: hidden; -} - -/* CHANGELIST TABLES */ - -#changelist table thead th { - padding: 0; - white-space: nowrap; - vertical-align: middle; -} - -#changelist table thead th.action-checkbox-column { - width: 1.5em; - text-align: center; -} - -#changelist table tbody td.action-checkbox { - text-align: center; -} - -#changelist table tfoot { - color: #666; -} - -/* TOOLBAR */ - -#changelist #toolbar { - padding: 8px 10px; - margin-bottom: 15px; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; - background: #f8f8f8; - color: #666; -} - -#changelist #toolbar form input { - border-radius: 4px; - font-size: 14px; - padding: 5px; - color: #333; -} - -#changelist #toolbar form #searchbar { - height: 19px; - border: 1px solid #ccc; - padding: 2px 5px; - margin: 0; - vertical-align: top; - font-size: 13px; -} - -#changelist #toolbar form #searchbar:focus { - border-color: #999; -} - -#changelist #toolbar form input[type="submit"] { - border: 1px solid #ccc; - padding: 2px 10px; - margin: 0; - vertical-align: middle; - background: #fff; - box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset; - cursor: pointer; - color: #333; -} - -#changelist #toolbar form input[type="submit"]:focus, -#changelist #toolbar form input[type="submit"]:hover { - border-color: #999; -} - -#changelist #changelist-search img { - vertical-align: middle; - margin-right: 4px; -} - -/* FILTER COLUMN */ - -#changelist-filter { - position: absolute; - top: 0; - right: 0; - z-index: 1000; - width: 240px; - background: #f8f8f8; - border-left: none; - margin: 0; -} - -#changelist-filter h2 { - font-size: 14px; - text-transform: uppercase; - letter-spacing: 0.5px; - padding: 5px 15px; - margin-bottom: 12px; - border-bottom: none; -} - -#changelist-filter h3 { - font-weight: 400; - font-size: 14px; - padding: 0 15px; - margin-bottom: 10px; -} - -#changelist-filter ul { - margin: 5px 0; - padding: 0 15px 15px; - border-bottom: 1px solid #eaeaea; -} - -#changelist-filter ul:last-child { - border-bottom: none; - padding-bottom: none; -} - -#changelist-filter li { - list-style-type: none; - margin-left: 0; - padding-left: 0; -} - -#changelist-filter a { - display: block; - color: #999; -} - -#changelist-filter li.selected { - border-left: 5px solid #eaeaea; - padding-left: 10px; - margin-left: -15px; -} - -#changelist-filter li.selected a { - color: #5b80b2; -} - -#changelist-filter a:focus, #changelist-filter a:hover, -#changelist-filter li.selected a:focus, -#changelist-filter li.selected a:hover { - color: #036; -} - -/* DATE DRILLDOWN */ - -.change-list ul.toplinks { - display: block; - float: left; - padding: 0; - margin: 0; - width: 100%; -} - -.change-list ul.toplinks li { - padding: 3px 6px; - font-weight: bold; - list-style-type: none; - display: inline-block; -} - -.change-list ul.toplinks .date-back a { - color: #999; -} - -.change-list ul.toplinks .date-back a:focus, -.change-list ul.toplinks .date-back a:hover { - color: #036; -} - -/* PAGINATOR */ - -.paginator { - font-size: 13px; - padding-top: 10px; - padding-bottom: 10px; - line-height: 22px; - margin: 0; - border-top: 1px solid #ddd; -} - -.paginator a:link, .paginator a:visited { - padding: 2px 6px; - background: #79aec8; - text-decoration: none; - color: #fff; -} - -.paginator a.showall { - padding: 0; - border: none; - background: none; - color: #5b80b2; -} - -.paginator a.showall:focus, .paginator a.showall:hover { - background: none; - color: #036; -} - -.paginator .end { - margin-right: 6px; -} - -.paginator .this-page { - padding: 2px 6px; - font-weight: bold; - font-size: 13px; - vertical-align: top; -} - -.paginator a:focus, .paginator a:hover { - color: white; - background: #036; -} - -/* ACTIONS */ - -.filtered .actions { - margin-right: 280px; - border-right: none; -} - -#changelist table input { - margin: 0; - vertical-align: baseline; -} - -#changelist table tbody tr.selected { - background-color: #FFFFCC; -} - -#changelist .actions { - padding: 10px; - background: #fff; - border-top: none; - border-bottom: none; - line-height: 24px; - color: #999; -} - -#changelist .actions.selected { - background: #fffccf; - border-top: 1px solid #fffee8; - border-bottom: 1px solid #edecd6; -} - -#changelist .actions span.all, -#changelist .actions span.action-counter, -#changelist .actions span.clear, -#changelist .actions span.question { - font-size: 13px; - margin: 0 0.5em; - display: none; -} - -#changelist .actions:last-child { - border-bottom: none; -} - -#changelist .actions select { - vertical-align: top; - height: 24px; - background: none; - border: 1px solid #ccc; - border-radius: 4px; - font-size: 14px; - padding: 0 0 0 4px; - margin: 0; - margin-left: 10px; -} - -#changelist .actions select:focus { - border-color: #999; -} - -#changelist .actions label { - display: inline-block; - vertical-align: middle; - font-size: 13px; -} - -#changelist .actions .button { - font-size: 13px; - border: 1px solid #ccc; - border-radius: 4px; - background: #fff; - box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset; - cursor: pointer; - height: 24px; - line-height: 1; - padding: 4px 8px; - margin: 0; - color: #333; -} - -#changelist .actions .button:focus, #changelist .actions .button:hover { - border-color: #999; -} diff --git a/static/admin/css/dashboard.css b/static/admin/css/dashboard.css deleted file mode 100644 index 05808bc..0000000 --- a/static/admin/css/dashboard.css +++ /dev/null @@ -1,30 +0,0 @@ -/* DASHBOARD */ - -.dashboard .module table th { - width: 100%; -} - -.dashboard .module table td { - white-space: nowrap; -} - -.dashboard .module table td a { - display: block; - padding-right: .6em; -} - -/* RECENT ACTIONS MODULE */ - -.module ul.actionlist { - margin-left: 0; -} - -ul.actionlist li { - list-style-type: none; -} - -ul.actionlist li { - overflow: hidden; - text-overflow: ellipsis; - -o-text-overflow: ellipsis; -} diff --git a/static/admin/css/fonts.css b/static/admin/css/fonts.css deleted file mode 100644 index c837e01..0000000 --- a/static/admin/css/fonts.css +++ /dev/null @@ -1,20 +0,0 @@ -@font-face { - font-family: 'Roboto'; - src: url('../fonts/Roboto-Bold-webfont.woff'); - font-weight: 700; - font-style: normal; -} - -@font-face { - font-family: 'Roboto'; - src: url('../fonts/Roboto-Regular-webfont.woff'); - font-weight: 400; - font-style: normal; -} - -@font-face { - font-family: 'Roboto'; - src: url('../fonts/Roboto-Light-webfont.woff'); - font-weight: 300; - font-style: normal; -} diff --git a/static/admin/css/forms.css b/static/admin/css/forms.css deleted file mode 100644 index 2a21257..0000000 --- a/static/admin/css/forms.css +++ /dev/null @@ -1,499 +0,0 @@ -@import url('widgets.css'); - -/* FORM ROWS */ - -.form-row { - overflow: hidden; - padding: 10px; - font-size: 13px; - border-bottom: 1px solid #eee; -} - -.form-row img, .form-row input { - vertical-align: middle; -} - -.form-row label input[type="checkbox"] { - margin-top: 0; - vertical-align: 0; -} - -form .form-row p { - padding-left: 0; -} - -.hidden { - display: none; -} - -/* FORM LABELS */ - -label { - font-weight: normal; - color: #666; - font-size: 13px; -} - -.required label, label.required { - font-weight: bold; - color: #333; -} - -/* RADIO BUTTONS */ - -form ul.radiolist li { - list-style-type: none; -} - -form ul.radiolist label { - float: none; - display: inline; -} - -form ul.radiolist input[type="radio"] { - margin: -2px 4px 0 0; - padding: 0; -} - -form ul.inline { - margin-left: 0; - padding: 0; -} - -form ul.inline li { - float: left; - padding-right: 7px; -} - -/* ALIGNED FIELDSETS */ - -.aligned label { - display: block; - padding: 4px 10px 0 0; - float: left; - width: 160px; - word-wrap: break-word; - line-height: 1; -} - -.aligned label:not(.vCheckboxLabel):after { - content: ''; - display: inline-block; - vertical-align: middle; - height: 26px; -} - -.aligned label + p { - padding: 6px 0; - margin-top: 0; - margin-bottom: 0; - margin-left: 170px; -} - -.aligned ul label { - display: inline; - float: none; - width: auto; -} - -.aligned .form-row input { - margin-bottom: 0; -} - -.colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField { - width: 350px; -} - -form .aligned ul { - margin-left: 160px; - padding-left: 10px; -} - -form .aligned ul.radiolist { - display: inline-block; - margin: 0; - padding: 0; -} - -form .aligned p.help { - clear: left; - margin-top: 0; - margin-left: 160px; - padding-left: 10px; -} - -form .aligned label + p.help { - margin-left: 0; - padding-left: 0; -} - -form .aligned p.help:last-child { - margin-bottom: 0; - padding-bottom: 0; -} - -form .aligned input + p.help, -form .aligned textarea + p.help, -form .aligned select + p.help { - margin-left: 160px; - padding-left: 10px; -} - -form .aligned ul li { - list-style: none; -} - -form .aligned table p { - margin-left: 0; - padding-left: 0; -} - -.aligned .vCheckboxLabel { - float: none; - width: auto; - display: inline-block; - vertical-align: -3px; - padding: 0 0 5px 5px; -} - -.aligned .vCheckboxLabel + p.help { - margin-top: -4px; -} - -.colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField { - width: 610px; -} - -.checkbox-row p.help { - margin-left: 0; - padding-left: 0; -} - -fieldset .field-box { - float: left; - margin-right: 20px; -} - -/* WIDE FIELDSETS */ - -.wide label { - width: 200px; -} - -form .wide p, form .wide input + p.help { - margin-left: 200px; -} - -form .wide p.help { - padding-left: 38px; -} - -.colM fieldset.wide .vLargeTextField, .colM fieldset.wide .vXMLLargeTextField { - width: 450px; -} - -/* COLLAPSED FIELDSETS */ - -fieldset.collapsed * { - display: none; -} - -fieldset.collapsed h2, fieldset.collapsed { - display: block; -} - -fieldset.collapsed { - border: 1px solid #eee; - border-radius: 4px; - overflow: hidden; -} - -fieldset.collapsed h2 { - background: #f8f8f8; - color: #666; -} - -fieldset .collapse-toggle { - color: #fff; -} - -fieldset.collapsed .collapse-toggle { - background: transparent; - display: inline; - color: #447e9b; -} - -/* MONOSPACE TEXTAREAS */ - -fieldset.monospace textarea { - font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace; -} - -/* SUBMIT ROW */ - -.submit-row { - padding: 12px 14px; - margin: 0 0 20px; - background: #f8f8f8; - border: 1px solid #eee; - border-radius: 4px; - text-align: right; - overflow: hidden; -} - -body.popup .submit-row { - overflow: auto; -} - -.submit-row input { - height: 35px; - line-height: 15px; - margin: 0 0 0 5px; -} - -.submit-row input.default { - margin: 0 0 0 8px; - text-transform: uppercase; -} - -.submit-row p { - margin: 0.3em; -} - -.submit-row p.deletelink-box { - float: left; - margin: 0; -} - -.submit-row a.deletelink { - display: block; - background: #ba2121; - border-radius: 4px; - padding: 10px 15px; - height: 15px; - line-height: 15px; - color: #fff; -} - -.submit-row a.deletelink:focus, -.submit-row a.deletelink:hover, -.submit-row a.deletelink:active { - background: #a41515; -} - -/* CUSTOM FORM FIELDS */ - -.vSelectMultipleField { - vertical-align: top; -} - -.vCheckboxField { - border: none; -} - -.vDateField, .vTimeField { - margin-right: 2px; - margin-bottom: 4px; -} - -.vDateField { - min-width: 6.85em; -} - -.vTimeField { - min-width: 4.7em; -} - -.vURLField { - width: 30em; -} - -.vLargeTextField, .vXMLLargeTextField { - width: 48em; -} - -.flatpages-flatpage #id_content { - height: 40.2em; -} - -.module table .vPositiveSmallIntegerField { - width: 2.2em; -} - -.vTextField { - width: 20em; -} - -.vIntegerField { - width: 5em; -} - -.vBigIntegerField { - width: 10em; -} - -.vForeignKeyRawIdAdminField { - width: 5em; -} - -/* INLINES */ - -.inline-group { - padding: 0; - margin: 0 0 30px; -} - -.inline-group thead th { - padding: 8px 10px; -} - -.inline-group .aligned label { - width: 160px; -} - -.inline-related { - position: relative; -} - -.inline-related h3 { - margin: 0; - color: #666; - padding: 5px; - font-size: 13px; - background: #f8f8f8; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; -} - -.inline-related h3 span.delete { - float: right; -} - -.inline-related h3 span.delete label { - margin-left: 2px; - font-size: 11px; -} - -.inline-related fieldset { - margin: 0; - background: #fff; - border: none; - width: 100%; -} - -.inline-related fieldset.module h3 { - margin: 0; - padding: 2px 5px 3px 5px; - font-size: 11px; - text-align: left; - font-weight: bold; - background: #bcd; - color: #fff; -} - -.inline-group .tabular fieldset.module { - border: none; -} - -.inline-related.tabular fieldset.module table { - width: 100%; -} - -.last-related fieldset { - border: none; -} - -.inline-group .tabular tr.has_original td { - padding-top: 2em; -} - -.inline-group .tabular tr td.original { - padding: 2px 0 0 0; - width: 0; - _position: relative; -} - -.inline-group .tabular th.original { - width: 0px; - padding: 0; -} - -.inline-group .tabular td.original p { - position: absolute; - left: 0; - height: 1.1em; - padding: 2px 9px; - overflow: hidden; - font-size: 9px; - font-weight: bold; - color: #666; - _width: 700px; -} - -.inline-group ul.tools { - padding: 0; - margin: 0; - list-style: none; -} - -.inline-group ul.tools li { - display: inline; - padding: 0 5px; -} - -.inline-group div.add-row, -.inline-group .tabular tr.add-row td { - color: #666; - background: #f8f8f8; - padding: 8px 10px; - border-bottom: 1px solid #eee; -} - -.inline-group .tabular tr.add-row td { - padding: 8px 10px; - border-bottom: 1px solid #eee; -} - -.inline-group ul.tools a.add, -.inline-group div.add-row a, -.inline-group .tabular tr.add-row td a { - background: url(../img/icon-addlink.svg) 0 1px no-repeat; - padding-left: 16px; - font-size: 12px; -} - -.empty-form { - display: none; -} - -/* RELATED FIELD ADD ONE / LOOKUP */ - -.add-another, .related-lookup { - margin-left: 5px; - display: inline-block; - vertical-align: middle; - background-repeat: no-repeat; - background-size: 14px; -} - -.add-another { - width: 16px; - height: 16px; - background-image: url(../img/icon-addlink.svg); -} - -.related-lookup { - width: 16px; - height: 16px; - background-image: url(../img/search.svg); -} - -form .related-widget-wrapper ul { - display: inline-block; - margin-left: 0; - padding-left: 0; -} - -.clearable-file-input input { - margin-top: 0; -} diff --git a/static/admin/css/login.css b/static/admin/css/login.css deleted file mode 100644 index cab3bbf..0000000 --- a/static/admin/css/login.css +++ /dev/null @@ -1,78 +0,0 @@ -/* LOGIN FORM */ - -body.login { - background: #f8f8f8; -} - -.login #header { - height: auto; - padding: 5px 16px; -} - -.login #header h1 { - font-size: 18px; -} - -.login #header h1 a { - color: #fff; -} - -.login #content { - padding: 20px 20px 0; -} - -.login #container { - background: #fff; - border: 1px solid #eaeaea; - border-radius: 4px; - overflow: hidden; - width: 28em; - min-width: 300px; - margin: 100px auto; -} - -.login #content-main { - width: 100%; -} - -.login .form-row { - padding: 4px 0; - float: left; - width: 100%; - border-bottom: none; -} - -.login .form-row label { - padding-right: 0.5em; - line-height: 2em; - font-size: 1em; - clear: both; - color: #333; -} - -.login .form-row #id_username, .login .form-row #id_password { - clear: both; - padding: 8px; - width: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -.login span.help { - font-size: 10px; - display: block; -} - -.login .submit-row { - clear: both; - padding: 1em 0 0 9.4em; - margin: 0; - border: none; - background: none; - text-align: left; -} - -.login .password-reset-link { - text-align: center; -} diff --git a/static/admin/css/rtl.css b/static/admin/css/rtl.css deleted file mode 100644 index 8c1ceb4..0000000 --- a/static/admin/css/rtl.css +++ /dev/null @@ -1,256 +0,0 @@ -body { - direction: rtl; -} - -/* LOGIN */ - -.login .form-row { - float: right; -} - -.login .form-row label { - float: right; - padding-left: 0.5em; - padding-right: 0; - text-align: left; -} - -.login .submit-row { - clear: both; - padding: 1em 9.4em 0 0; -} - -/* GLOBAL */ - -th { - text-align: right; -} - -.module h2, .module caption { - text-align: right; -} - -.module ul, .module ol { - margin-left: 0; - margin-right: 1.5em; -} - -.addlink, .changelink { - padding-left: 0; - padding-right: 16px; - background-position: 100% 1px; -} - -.deletelink { - padding-left: 0; - padding-right: 16px; - background-position: 100% 1px; -} - -.object-tools { - float: left; -} - -thead th:first-child, -tfoot td:first-child { - border-left: none; -} - -/* LAYOUT */ - -#user-tools { - right: auto; - left: 0; - text-align: left; -} - -div.breadcrumbs { - text-align: right; -} - -#content-main { - float: right; -} - -#content-related { - float: left; - margin-left: -300px; - margin-right: auto; -} - -.colMS { - margin-left: 300px; - margin-right: 0; -} - -/* SORTABLE TABLES */ - -table thead th.sorted .sortoptions { - float: left; -} - -thead th.sorted .text { - padding-right: 0; - padding-left: 42px; -} - -/* dashboard styles */ - -.dashboard .module table td a { - padding-left: .6em; - padding-right: 16px; -} - -/* changelists styles */ - -.change-list .filtered table { - border-left: none; - border-right: 0px none; -} - -#changelist-filter { - right: auto; - left: 0; - border-left: none; - border-right: none; -} - -.change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { - margin-right: 0; - margin-left: 280px; -} - -#changelist-filter li.selected { - border-left: none; - padding-left: 10px; - margin-left: 0; - border-right: 5px solid #eaeaea; - padding-right: 10px; - margin-right: -15px; -} - -.filtered .actions { - margin-left: 280px; - margin-right: 0; -} - -#changelist table tbody td:first-child, #changelist table tbody th:first-child { - border-right: none; - border-left: none; -} - -/* FORMS */ - -.aligned label { - padding: 0 0 3px 1em; - float: right; -} - -.submit-row { - text-align: left -} - -.submit-row p.deletelink-box { - float: right; -} - -.submit-row input.default { - margin-left: 0; -} - -.vDateField, .vTimeField { - margin-left: 2px; -} - -.aligned .form-row input { - margin-left: 5px; -} - -form ul.inline li { - float: right; - padding-right: 0; - padding-left: 7px; -} - -input[type=submit].default, .submit-row input.default { - float: left; -} - -fieldset .field-box { - float: right; - margin-left: 20px; - margin-right: 0; -} - -.errorlist li { - background-position: 100% 12px; - padding: 0; -} - -.errornote { - background-position: 100% 12px; - padding: 10px 12px; -} - -/* WIDGETS */ - -.calendarnav-previous { - top: 0; - left: auto; - right: 10px; -} - -.calendarnav-next { - top: 0; - right: auto; - left: 10px; -} - -.calendar caption, .calendarbox h2 { - text-align: center; -} - -.selector { - float: right; -} - -.selector .selector-filter { - text-align: right; -} - -.inline-deletelink { - float: left; -} - -form .form-row p.datetime { - overflow: hidden; -} - -/* MISC */ - -.inline-related h2, .inline-group h2 { - text-align: right -} - -.inline-related h3 span.delete { - padding-right: 20px; - padding-left: inherit; - left: 10px; - right: inherit; - float:left; -} - -.inline-related h3 span.delete label { - margin-left: inherit; - margin-right: 2px; -} - -/* IE7 specific bug fixes */ - -div.colM { - position: relative; -} - -.submit-row input { - float: left; -} diff --git a/static/admin/css/widgets.css b/static/admin/css/widgets.css deleted file mode 100644 index d3bd67a..0000000 --- a/static/admin/css/widgets.css +++ /dev/null @@ -1,565 +0,0 @@ -/* SELECTOR (FILTER INTERFACE) */ - -.selector { - width: 800px; - float: left; -} - -.selector select { - width: 380px; - height: 17.2em; -} - -.selector-available, .selector-chosen { - float: left; - width: 380px; - text-align: center; - margin-bottom: 5px; -} - -.selector-chosen select { - border-top: none; -} - -.selector-available h2, .selector-chosen h2 { - border: 1px solid #ccc; - border-radius: 4px 4px 0 0; -} - -.selector-chosen h2 { - background: #79aec8; - color: #fff; -} - -.selector .selector-available h2 { - background: #f8f8f8; - color: #666; -} - -.selector .selector-filter { - background: white; - border: 1px solid #ccc; - border-width: 0 1px; - padding: 8px; - color: #999; - font-size: 10px; - margin: 0; - text-align: left; -} - -.selector .selector-filter label, -.inline-group .aligned .selector .selector-filter label { - float: left; - margin: 7px 0 0; - width: 18px; - height: 18px; - padding: 0; - overflow: hidden; - line-height: 1; -} - -.selector .selector-available input { - width: 320px; - margin-left: 8px; -} - -.selector ul.selector-chooser { - float: left; - width: 22px; - background-color: #eee; - border-radius: 10px; - margin: 10em 5px 0 5px; - padding: 0; -} - -.selector-chooser li { - margin: 0; - padding: 3px; - list-style-type: none; -} - -.selector select { - padding: 0 10px; - margin: 0 0 10px; - border-radius: 0 0 4px 4px; -} - -.selector-add, .selector-remove { - width: 16px; - height: 16px; - display: block; - text-indent: -3000px; - overflow: hidden; - cursor: default; - opacity: 0.3; -} - -.active.selector-add, .active.selector-remove { - opacity: 1; -} - -.active.selector-add:hover, .active.selector-remove:hover { - cursor: pointer; -} - -.selector-add { - background: url(../img/selector-icons.svg) 0 -96px no-repeat; -} - -.active.selector-add:focus, .active.selector-add:hover { - background-position: 0 -112px; -} - -.selector-remove { - background: url(../img/selector-icons.svg) 0 -64px no-repeat; -} - -.active.selector-remove:focus, .active.selector-remove:hover { - background-position: 0 -80px; -} - -a.selector-chooseall, a.selector-clearall { - display: inline-block; - height: 16px; - text-align: left; - margin: 1px auto 3px; - overflow: hidden; - font-weight: bold; - line-height: 16px; - color: #666; - text-decoration: none; - opacity: 0.3; -} - -a.active.selector-chooseall:focus, a.active.selector-clearall:focus, -a.active.selector-chooseall:hover, a.active.selector-clearall:hover { - color: #447e9b; -} - -a.active.selector-chooseall, a.active.selector-clearall { - opacity: 1; -} - -a.active.selector-chooseall:hover, a.active.selector-clearall:hover { - cursor: pointer; -} - -a.selector-chooseall { - padding: 0 18px 0 0; - background: url(../img/selector-icons.svg) right -160px no-repeat; - cursor: default; -} - -a.active.selector-chooseall:focus, a.active.selector-chooseall:hover { - background-position: 100% -176px; -} - -a.selector-clearall { - padding: 0 0 0 18px; - background: url(../img/selector-icons.svg) 0 -128px no-repeat; - cursor: default; -} - -a.active.selector-clearall:focus, a.active.selector-clearall:hover { - background-position: 0 -144px; -} - -/* STACKED SELECTORS */ - -.stacked { - float: left; - width: 490px; -} - -.stacked select { - width: 480px; - height: 10.1em; -} - -.stacked .selector-available, .stacked .selector-chosen { - width: 480px; -} - -.stacked .selector-available { - margin-bottom: 0; -} - -.stacked .selector-available input { - width: 422px; -} - -.stacked ul.selector-chooser { - height: 22px; - width: 50px; - margin: 0 0 10px 40%; - background-color: #eee; - border-radius: 10px; -} - -.stacked .selector-chooser li { - float: left; - padding: 3px 3px 3px 5px; -} - -.stacked .selector-chooseall, .stacked .selector-clearall { - display: none; -} - -.stacked .selector-add { - background: url(../img/selector-icons.svg) 0 -32px no-repeat; - cursor: default; -} - -.stacked .active.selector-add { - background-position: 0 -48px; - cursor: pointer; -} - -.stacked .selector-remove { - background: url(../img/selector-icons.svg) 0 0 no-repeat; - cursor: default; -} - -.stacked .active.selector-remove { - background-position: 0 -16px; - cursor: pointer; -} - -.selector .help-icon { - background: url(../img/icon-unknown.svg) 0 0 no-repeat; - display: inline-block; - vertical-align: middle; - margin: -2px 0 0 2px; - width: 13px; - height: 13px; -} - -.selector .selector-chosen .help-icon { - background: url(../img/icon-unknown-alt.svg) 0 0 no-repeat; -} - -.selector .search-label-icon { - background: url(../img/search.svg) 0 0 no-repeat; - display: inline-block; - height: 18px; - width: 18px; -} - -/* DATE AND TIME */ - -p.datetime { - line-height: 20px; - margin: 0; - padding: 0; - color: #666; - font-weight: bold; -} - -.datetime span { - white-space: nowrap; - font-weight: normal; - font-size: 11px; - color: #ccc; -} - -.datetime input, .form-row .datetime input.vDateField, .form-row .datetime input.vTimeField { - min-width: 0; - margin-left: 5px; - margin-bottom: 4px; -} - -table p.datetime { - font-size: 11px; - margin-left: 0; - padding-left: 0; -} - -.datetimeshortcuts .clock-icon, .datetimeshortcuts .date-icon { - position: relative; - display: inline-block; - vertical-align: middle; - height: 16px; - width: 16px; - overflow: hidden; -} - -.datetimeshortcuts .clock-icon { - background: url(../img/icon-clock.svg) 0 0 no-repeat; -} - -.datetimeshortcuts a:focus .clock-icon, -.datetimeshortcuts a:hover .clock-icon { - background-position: 0 -16px; -} - -.datetimeshortcuts .date-icon { - background: url(../img/icon-calendar.svg) 0 0 no-repeat; - top: -1px; -} - -.datetimeshortcuts a:focus .date-icon, -.datetimeshortcuts a:hover .date-icon { - background-position: 0 -16px; -} - -.timezonewarning { - font-size: 11px; - color: #999; -} - -/* URL */ - -p.url { - line-height: 20px; - margin: 0; - padding: 0; - color: #666; - font-size: 11px; - font-weight: bold; -} - -.url a { - font-weight: normal; -} - -/* FILE UPLOADS */ - -p.file-upload { - line-height: 20px; - margin: 0; - padding: 0; - color: #666; - font-size: 11px; - font-weight: bold; -} - -.aligned p.file-upload { - margin-left: 170px; -} - -.file-upload a { - font-weight: normal; -} - -.file-upload .deletelink { - margin-left: 5px; -} - -span.clearable-file-input label { - color: #333; - font-size: 11px; - display: inline; - float: none; -} - -/* CALENDARS & CLOCKS */ - -.calendarbox, .clockbox { - margin: 5px auto; - font-size: 12px; - width: 19em; - text-align: center; - background: white; - border: 1px solid #ddd; - border-radius: 4px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); - overflow: hidden; - position: relative; -} - -.clockbox { - width: auto; -} - -.calendar { - margin: 0; - padding: 0; -} - -.calendar table { - margin: 0; - padding: 0; - border-collapse: collapse; - background: white; - width: 100%; -} - -.calendar caption, .calendarbox h2 { - margin: 0; - text-align: center; - border-top: none; - background: #f5dd5d; - font-weight: 700; - font-size: 12px; - color: #333; -} - -.calendar th { - padding: 8px 5px; - background: #f8f8f8; - border-bottom: 1px solid #ddd; - font-weight: 400; - font-size: 12px; - text-align: center; - color: #666; -} - -.calendar td { - font-weight: 400; - font-size: 12px; - text-align: center; - padding: 0; - border-top: 1px solid #eee; - border-bottom: none; -} - -.calendar td.selected a { - background: #79aec8; - color: #fff; -} - -.calendar td.nonday { - background: #f8f8f8; -} - -.calendar td.today a { - font-weight: 700; -} - -.calendar td a, .timelist a { - display: block; - font-weight: 400; - padding: 6px; - text-decoration: none; - color: #444; -} - -.calendar td a:focus, .timelist a:focus, -.calendar td a:hover, .timelist a:hover { - background: #79aec8; - color: white; -} - -.calendar td a:active, .timelist a:active { - background: #417690; - color: white; -} - -.calendarnav { - font-size: 10px; - text-align: center; - color: #ccc; - margin: 0; - padding: 1px 3px; -} - -.calendarnav a:link, #calendarnav a:visited, -#calendarnav a:focus, #calendarnav a:hover { - color: #999; -} - -.calendar-shortcuts { - background: white; - font-size: 11px; - line-height: 11px; - border-top: 1px solid #eee; - padding: 8px 0; - color: #ccc; -} - -.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { - display: block; - position: absolute; - top: 8px; - width: 15px; - height: 15px; - text-indent: -9999px; - padding: 0; -} - -.calendarnav-previous { - left: 10px; - background: url(../img/calendar-icons.svg) 0 0 no-repeat; -} - -.calendarbox .calendarnav-previous:focus, -.calendarbox .calendarnav-previous:hover { - background-position: 0 -15px; -} - -.calendarnav-next { - right: 10px; - background: url(../img/calendar-icons.svg) 0 -30px no-repeat; -} - -.calendarbox .calendarnav-next:focus, -.calendarbox .calendarnav-next:hover { - background-position: 0 -45px; -} - -.calendar-cancel { - margin: 0; - padding: 4px 0; - font-size: 12px; - background: #eee; - border-top: 1px solid #ddd; - color: #333; -} - -.calendar-cancel:focus, .calendar-cancel:hover { - background: #ddd; -} - -.calendar-cancel a { - color: black; - display: block; -} - -ul.timelist, .timelist li { - list-style-type: none; - margin: 0; - padding: 0; -} - -.timelist a { - padding: 2px; -} - -/* EDIT INLINE */ - -.inline-deletelink { - float: right; - text-indent: -9999px; - background: url(../img/inline-delete.svg) 0 0 no-repeat; - width: 16px; - height: 16px; - border: 0px none; -} - -.inline-deletelink:focus, .inline-deletelink:hover { - cursor: pointer; -} - -/* RELATED WIDGET WRAPPER */ -.related-widget-wrapper { - float: left; /* display properly in form rows with multiple fields */ - overflow: hidden; /* clear floated contents */ -} - -.related-widget-wrapper-link { - opacity: 0.3; -} - -.related-widget-wrapper-link:link { - opacity: .8; -} - -.related-widget-wrapper-link:link:focus, -.related-widget-wrapper-link:link:hover { - opacity: 1; -} - -select + .related-widget-wrapper-link, -.related-widget-wrapper-link + .related-widget-wrapper-link { - margin-left: 7px; -} diff --git a/static/admin/fonts/LICENSE.txt b/static/admin/fonts/LICENSE.txt deleted file mode 100644 index 75b5248..0000000 --- a/static/admin/fonts/LICENSE.txt +++ /dev/null @@ -1,202 +0,0 @@ -
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/static/admin/fonts/README.txt b/static/admin/fonts/README.txt deleted file mode 100644 index cc2135a..0000000 --- a/static/admin/fonts/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -Roboto webfont source: https://www.google.com/fonts/specimen/Roboto -Weights used in this project: Light (300), Regular (400), Bold (700) diff --git a/static/admin/fonts/Roboto-Bold-webfont.woff b/static/admin/fonts/Roboto-Bold-webfont.woff Binary files differdeleted file mode 100644 index 03357ce..0000000 --- a/static/admin/fonts/Roboto-Bold-webfont.woff +++ /dev/null diff --git a/static/admin/fonts/Roboto-Light-webfont.woff b/static/admin/fonts/Roboto-Light-webfont.woff Binary files differdeleted file mode 100644 index f6abd87..0000000 --- a/static/admin/fonts/Roboto-Light-webfont.woff +++ /dev/null diff --git a/static/admin/fonts/Roboto-Regular-webfont.woff b/static/admin/fonts/Roboto-Regular-webfont.woff Binary files differdeleted file mode 100644 index 6ff6afd..0000000 --- a/static/admin/fonts/Roboto-Regular-webfont.woff +++ /dev/null diff --git a/static/admin/img/LICENSE b/static/admin/img/LICENSE deleted file mode 100644 index a4faaa1..0000000 --- a/static/admin/img/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Code Charm Ltd - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/static/admin/img/README.txt b/static/admin/img/README.txt deleted file mode 100644 index 43373ad..0000000 --- a/static/admin/img/README.txt +++ /dev/null @@ -1,7 +0,0 @@ -All icons are taken from Font Awesome (http://fontawesome.io/) project. -The Font Awesome font is licensed under the SIL OFL 1.1: -- http://scripts.sil.org/OFL - -SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG -Font-Awesome-SVG-PNG is licensed under the MIT license (see file license -in current folder). diff --git a/static/admin/img/calendar-icons.svg b/static/admin/img/calendar-icons.svg deleted file mode 100644 index dbf21c3..0000000 --- a/static/admin/img/calendar-icons.svg +++ /dev/null @@ -1,14 +0,0 @@ -<svg width="15" height="60" viewBox="0 0 1792 7168" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <g id="previous"> - <path d="M1037 1395l102-102q19-19 19-45t-19-45l-307-307 307-307q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19l-454 454q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm627-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - <g id="next"> - <path d="M845 1395l454-454q19-19 19-45t-19-45l-454-454q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - </defs> - <use xlink:href="#previous" x="0" y="0" fill="#333333" /> - <use xlink:href="#previous" x="0" y="1792" fill="#000000" /> - <use xlink:href="#next" x="0" y="3584" fill="#333333" /> - <use xlink:href="#next" x="0" y="5376" fill="#000000" /> -</svg> diff --git a/static/admin/img/gis/move_vertex_off.svg b/static/admin/img/gis/move_vertex_off.svg deleted file mode 100644 index 228854f..0000000 --- a/static/admin/img/gis/move_vertex_off.svg +++ /dev/null @@ -1 +0,0 @@ -<svg width="24" height="22" viewBox="0 0 847 779" xmlns="http://www.w3.org/2000/svg"><g><path fill="#EBECE6" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120z"/><path fill="#9E9E93" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120zm607 25h-607c-26 0-50 11-67 28-17 18-28 41-28 67v536c0 27 11 50 28 68 17 17 41 27 67 27h607c26 0 49-10 67-27 17-18 28-41 28-68v-536c0-26-11-49-28-67-18-17-41-28-67-28z"/><path stroke="#A9A8A4" stroke-width="20" d="M706 295l-68 281"/><path stroke="#E47474" stroke-width="20" d="M316 648l390-353M141 435l175 213"/><path stroke="#C9C9C9" stroke-width="20" d="M319 151l-178 284M706 295l-387-144"/><g fill="#040405"><path d="M319 111c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40zM141 395c22 0 40 18 40 40s-18 40-40 40c-23 0-41-18-41-40s18-40 41-40zM316 608c22 0 40 18 40 40 0 23-18 41-40 41s-40-18-40-41c0-22 18-40 40-40zM706 254c22 0 40 18 40 41 0 22-18 40-40 40s-40-18-40-40c0-23 18-41 40-41zM638 536c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z"/></g></g></svg>
\ No newline at end of file diff --git a/static/admin/img/gis/move_vertex_on.svg b/static/admin/img/gis/move_vertex_on.svg deleted file mode 100644 index 96b87fd..0000000 --- a/static/admin/img/gis/move_vertex_on.svg +++ /dev/null @@ -1 +0,0 @@ -<svg width="24" height="22" viewBox="0 0 847 779" xmlns="http://www.w3.org/2000/svg"><g><path fill="#F1C02A" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120z"/><path fill="#9E9E93" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120zm607 25h-607c-26 0-50 11-67 28-17 18-28 41-28 67v536c0 27 11 50 28 68 17 17 41 27 67 27h607c26 0 49-10 67-27 17-18 28-41 28-68v-536c0-26-11-49-28-67-18-17-41-28-67-28z"/><path stroke="#A9A8A4" stroke-width="20" d="M706 295l-68 281"/><path stroke="#E47474" stroke-width="20" d="M316 648l390-353M141 435l175 213"/><path stroke="#C9A741" stroke-width="20" d="M319 151l-178 284M706 295l-387-144"/><g fill="#040405"><path d="M319 111c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40zM141 395c22 0 40 18 40 40s-18 40-40 40c-23 0-41-18-41-40s18-40 41-40zM316 608c22 0 40 18 40 40 0 23-18 41-40 41s-40-18-40-41c0-22 18-40 40-40zM706 254c22 0 40 18 40 41 0 22-18 40-40 40s-40-18-40-40c0-23 18-41 40-41zM638 536c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z"/></g></g></svg>
\ No newline at end of file diff --git a/static/admin/img/icon-addlink.svg b/static/admin/img/icon-addlink.svg deleted file mode 100644 index e004fb1..0000000 --- a/static/admin/img/icon-addlink.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#70bf2b" d="M1600 796v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/> -</svg> diff --git a/static/admin/img/icon-alert.svg b/static/admin/img/icon-alert.svg deleted file mode 100644 index e51ea83..0000000 --- a/static/admin/img/icon-alert.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="14" height="14" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#efb80b" d="M1024 1375v-190q0-14-9.5-23.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 23.5v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19-13-11-24-11h-220q-11 0-24 11-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126-17 29-46.5 46t-63.5 17h-1536q-34 0-63.5-17t-46.5-46q-37-63-2-126l768-1408q17-31 47-49t65-18 65 18 47 49z"/> -</svg> diff --git a/static/admin/img/icon-calendar.svg b/static/admin/img/icon-calendar.svg deleted file mode 100644 index 97910a9..0000000 --- a/static/admin/img/icon-calendar.svg +++ /dev/null @@ -1,9 +0,0 @@ -<svg width="16" height="32" viewBox="0 0 1792 3584" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <g id="icon"> - <path d="M192 1664h288v-288h-288v288zm352 0h320v-288h-320v288zm-352-352h288v-320h-288v320zm352 0h320v-320h-320v320zm-352-384h288v-288h-288v288zm736 736h320v-288h-320v288zm-384-736h320v-288h-320v288zm768 736h288v-288h-288v288zm-384-352h320v-320h-320v320zm-352-864v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm736 864h288v-320h-288v320zm-384-384h320v-288h-320v288zm384 0h288v-288h-288v288zm32-480v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z"/> - </g> - </defs> - <use xlink:href="#icon" x="0" y="0" fill="#447e9b" /> - <use xlink:href="#icon" x="0" y="1792" fill="#003366" /> -</svg> diff --git a/static/admin/img/icon-changelink.svg b/static/admin/img/icon-changelink.svg deleted file mode 100644 index bbb137a..0000000 --- a/static/admin/img/icon-changelink.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#efb80b" d="M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832h-416v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z"/> -</svg> diff --git a/static/admin/img/icon-clock.svg b/static/admin/img/icon-clock.svg deleted file mode 100644 index bf9985d..0000000 --- a/static/admin/img/icon-clock.svg +++ /dev/null @@ -1,9 +0,0 @@ -<svg width="16" height="32" viewBox="0 0 1792 3584" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <g id="icon"> - <path d="M1024 544v448q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h224v-352q0-14 9-23t23-9h64q14 0 23 9t9 23zm416 352q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - </defs> - <use xlink:href="#icon" x="0" y="0" fill="#447e9b" /> - <use xlink:href="#icon" x="0" y="1792" fill="#003366" /> -</svg> diff --git a/static/admin/img/icon-deletelink.svg b/static/admin/img/icon-deletelink.svg deleted file mode 100644 index 4059b15..0000000 --- a/static/admin/img/icon-deletelink.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="14" height="14" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#dd4646" d="M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z"/> -</svg> diff --git a/static/admin/img/icon-no.svg b/static/admin/img/icon-no.svg deleted file mode 100644 index 2e0d383..0000000 --- a/static/admin/img/icon-no.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#dd4646" d="M1277 1122q0-26-19-45l-181-181 181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19l-181 181-181-181q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> -</svg> diff --git a/static/admin/img/icon-unknown-alt.svg b/static/admin/img/icon-unknown-alt.svg deleted file mode 100644 index 1c6b99f..0000000 --- a/static/admin/img/icon-unknown-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#ffffff" d="M1024 1376v-192q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23-9t9-23zm256-672q0-88-55.5-163t-138.5-116-170-41q-243 0-371 213-15 24 8 42l132 100q7 6 19 6 16 0 25-12 53-68 86-92 34-24 86-24 48 0 85.5 26t37.5 59q0 38-20 61t-68 45q-63 28-115.5 86.5t-52.5 125.5v36q0 14 9 23t23 9h192q14 0 23-9t9-23q0-19 21.5-49.5t54.5-49.5q32-18 49-28.5t46-35 44.5-48 28-60.5 12.5-81zm384 192q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> -</svg> diff --git a/static/admin/img/icon-unknown.svg b/static/admin/img/icon-unknown.svg deleted file mode 100644 index 50b4f97..0000000 --- a/static/admin/img/icon-unknown.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#666666" d="M1024 1376v-192q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23-9t9-23zm256-672q0-88-55.5-163t-138.5-116-170-41q-243 0-371 213-15 24 8 42l132 100q7 6 19 6 16 0 25-12 53-68 86-92 34-24 86-24 48 0 85.5 26t37.5 59q0 38-20 61t-68 45q-63 28-115.5 86.5t-52.5 125.5v36q0 14 9 23t23 9h192q14 0 23-9t9-23q0-19 21.5-49.5t54.5-49.5q32-18 49-28.5t46-35 44.5-48 28-60.5 12.5-81zm384 192q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> -</svg> diff --git a/static/admin/img/icon-yes.svg b/static/admin/img/icon-yes.svg deleted file mode 100644 index 5883d87..0000000 --- a/static/admin/img/icon-yes.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#70bf2b" d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> -</svg> diff --git a/static/admin/img/inline-delete.svg b/static/admin/img/inline-delete.svg deleted file mode 100644 index 17d1ad6..0000000 --- a/static/admin/img/inline-delete.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="16" height="16" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#999999" d="M1277 1122q0-26-19-45l-181-181 181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19l-181 181-181-181q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> -</svg> diff --git a/static/admin/img/search.svg b/static/admin/img/search.svg deleted file mode 100644 index c8c69b2..0000000 --- a/static/admin/img/search.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="15" height="15" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#555555" d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z"/> -</svg> diff --git a/static/admin/img/selector-icons.svg b/static/admin/img/selector-icons.svg deleted file mode 100644 index 926b8e2..0000000 --- a/static/admin/img/selector-icons.svg +++ /dev/null @@ -1,34 +0,0 @@ -<svg width="16" height="192" viewBox="0 0 1792 21504" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <g id="up"> - <path d="M1412 895q0-27-18-45l-362-362-91-91q-18-18-45-18t-45 18l-91 91-362 362q-18 18-18 45t18 45l91 91q18 18 45 18t45-18l189-189v502q0 26 19 45t45 19h128q26 0 45-19t19-45v-502l189 189q19 19 45 19t45-19l91-91q18-18 18-45zm252 1q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - <g id="down"> - <path d="M1412 897q0-27-18-45l-91-91q-18-18-45-18t-45 18l-189 189v-502q0-26-19-45t-45-19h-128q-26 0-45 19t-19 45v502l-189-189q-19-19-45-19t-45 19l-91 91q-18 18-18 45t18 45l362 362 91 91q18 18 45 18t45-18l91-91 362-362q18-18 18-45zm252-1q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - <g id="left"> - <path d="M1408 960v-128q0-26-19-45t-45-19h-502l189-189q19-19 19-45t-19-45l-91-91q-18-18-45-18t-45 18l-362 362-91 91q-18 18-18 45t18 45l91 91 362 362q18 18 45 18t45-18l91-91q18-18 18-45t-18-45l-189-189h502q26 0 45-19t19-45zm256-64q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - <g id="right"> - <path d="M1413 896q0-27-18-45l-91-91-362-362q-18-18-45-18t-45 18l-91 91q-18 18-18 45t18 45l189 189h-502q-26 0-45 19t-19 45v128q0 26 19 45t45 19h502l-189 189q-19 19-19 45t19 45l91 91q18 18 45 18t45-18l362-362 91-91q18-18 18-45zm251 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - <g id="clearall"> - <path transform="translate(336, 336) scale(0.75)" d="M1037 1395l102-102q19-19 19-45t-19-45l-307-307 307-307q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19l-454 454q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm627-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - <g id="chooseall"> - <path transform="translate(336, 336) scale(0.75)" d="M845 1395l454-454q19-19 19-45t-19-45l-454-454q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> - </g> - </defs> - <use xlink:href="#up" x="0" y="0" fill="#666666" /> - <use xlink:href="#up" x="0" y="1792" fill="#447e9b" /> - <use xlink:href="#down" x="0" y="3584" fill="#666666" /> - <use xlink:href="#down" x="0" y="5376" fill="#447e9b" /> - <use xlink:href="#left" x="0" y="7168" fill="#666666" /> - <use xlink:href="#left" x="0" y="8960" fill="#447e9b" /> - <use xlink:href="#right" x="0" y="10752" fill="#666666" /> - <use xlink:href="#right" x="0" y="12544" fill="#447e9b" /> - <use xlink:href="#clearall" x="0" y="14336" fill="#666666" /> - <use xlink:href="#clearall" x="0" y="16128" fill="#447e9b" /> - <use xlink:href="#chooseall" x="0" y="17920" fill="#666666" /> - <use xlink:href="#chooseall" x="0" y="19712" fill="#447e9b" /> -</svg> diff --git a/static/admin/img/sorting-icons.svg b/static/admin/img/sorting-icons.svg deleted file mode 100644 index 7c31ec9..0000000 --- a/static/admin/img/sorting-icons.svg +++ /dev/null @@ -1,19 +0,0 @@ -<svg width="14" height="84" viewBox="0 0 1792 10752" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <g id="sort"> - <path d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45zm0-384q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/> - </g> - <g id="ascending"> - <path d="M1408 1216q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/> - </g> - <g id="descending"> - <path d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/> - </g> - </defs> - <use xlink:href="#sort" x="0" y="0" fill="#999999" /> - <use xlink:href="#sort" x="0" y="1792" fill="#447e9b" /> - <use xlink:href="#ascending" x="0" y="3584" fill="#999999" /> - <use xlink:href="#ascending" x="0" y="5376" fill="#447e9b" /> - <use xlink:href="#descending" x="0" y="7168" fill="#999999" /> - <use xlink:href="#descending" x="0" y="8960" fill="#447e9b" /> -</svg> diff --git a/static/admin/img/tooltag-add.svg b/static/admin/img/tooltag-add.svg deleted file mode 100644 index 1ca64ae..0000000 --- a/static/admin/img/tooltag-add.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#ffffff" d="M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/> -</svg> diff --git a/static/admin/img/tooltag-arrowright.svg b/static/admin/img/tooltag-arrowright.svg deleted file mode 100644 index b664d61..0000000 --- a/static/admin/img/tooltag-arrowright.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path fill="#ffffff" d="M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z"/> -</svg> diff --git a/static/admin/js/SelectBox.js b/static/admin/js/SelectBox.js deleted file mode 100644 index 95825d8..0000000 --- a/static/admin/js/SelectBox.js +++ /dev/null @@ -1,135 +0,0 @@ -(function() { - 'use strict'; - var SelectBox = { - cache: {}, - init: function(id) { - var box = document.getElementById(id); - var node; - SelectBox.cache[id] = []; - var cache = SelectBox.cache[id]; - for (var i = 0, j = box.options.length; i < j; i++) { - node = box.options[i]; - cache.push({value: node.value, text: node.text, displayed: 1}); - } - }, - redisplay: function(id) { - // Repopulate HTML select box from cache - var box = document.getElementById(id); - var node; - box.options.length = 0; // clear all options - var cache = SelectBox.cache[id]; - for (var i = 0, j = cache.length; i < j; i++) { - node = cache[i]; - if (node.displayed) { - var new_option = new Option(node.text, node.value, false, false); - // Shows a tooltip when hovering over the option - new_option.setAttribute("title", node.text); - box.options[box.options.length] = new_option; - } - } - }, - filter: function(id, text) { - // Redisplay the HTML select box, displaying only the choices containing ALL - // the words in text. (It's an AND search.) - var tokens = text.toLowerCase().split(/\s+/); - var node, token; - var cache = SelectBox.cache[id]; - for (var i = 0, j = cache.length; i < j; i++) { - node = cache[i]; - node.displayed = 1; - var numTokens = tokens.length; - for (var k = 0; k < numTokens; k++) { - token = tokens[k]; - if (node.text.toLowerCase().indexOf(token) === -1) { - node.displayed = 0; - } - } - } - SelectBox.redisplay(id); - }, - delete_from_cache: function(id, value) { - var node, delete_index = null; - var cache = SelectBox.cache[id]; - for (var i = 0, j = cache.length; i < j; i++) { - node = cache[i]; - if (node.value === value) { - delete_index = i; - break; - } - } - var k = cache.length - 1; - for (i = delete_index; i < k; i++) { - cache[i] = cache[i + 1]; - } - cache.length--; - }, - add_to_cache: function(id, option) { - SelectBox.cache[id].push({value: option.value, text: option.text, displayed: 1}); - }, - cache_contains: function(id, value) { - // Check if an item is contained in the cache - var node; - var cache = SelectBox.cache[id]; - for (var i = 0, j = cache.length; i < j; i++) { - node = cache[i]; - if (node.value === value) { - return true; - } - } - return false; - }, - move: function(from, to) { - var from_box = document.getElementById(from); - var option; - var boxOptions = from_box.options; - for (var i = 0, j = boxOptions.length; i < j; i++) { - option = boxOptions[i]; - if (option.selected && SelectBox.cache_contains(from, option.value)) { - SelectBox.add_to_cache(to, {value: option.value, text: option.text, displayed: 1}); - SelectBox.delete_from_cache(from, option.value); - } - } - SelectBox.redisplay(from); - SelectBox.redisplay(to); - }, - move_all: function(from, to) { - var from_box = document.getElementById(from); - var option; - var boxOptions = from_box.options; - for (var i = 0, j = boxOptions.length; i < j; i++) { - option = boxOptions[i]; - if (SelectBox.cache_contains(from, option.value)) { - SelectBox.add_to_cache(to, {value: option.value, text: option.text, displayed: 1}); - SelectBox.delete_from_cache(from, option.value); - } - } - SelectBox.redisplay(from); - SelectBox.redisplay(to); - }, - sort: function(id) { - SelectBox.cache[id].sort(function(a, b) { - a = a.text.toLowerCase(); - b = b.text.toLowerCase(); - try { - if (a > b) { - return 1; - } - if (a < b) { - return -1; - } - } - catch (e) { - // silently fail on IE 'unknown' exception - } - return 0; - } ); - }, - select_all: function(id) { - var box = document.getElementById(id); - for (var i = 0; i < box.options.length; i++) { - box.options[i].selected = 'selected'; - } - } - }; - window.SelectBox = SelectBox; -})(); diff --git a/static/admin/js/SelectFilter2.js b/static/admin/js/SelectFilter2.js deleted file mode 100644 index acf3996..0000000 --- a/static/admin/js/SelectFilter2.js +++ /dev/null @@ -1,198 +0,0 @@ -/*global SelectBox, addEvent, gettext, interpolate, quickElement, SelectFilter*/ -/* -SelectFilter2 - Turns a multiple-select box into a filter interface. - -Requires core.js, SelectBox.js and addevent.js. -*/ -(function($) { - 'use strict'; - function findForm(node) { - // returns the node of the form containing the given node - if (node.tagName.toLowerCase() !== 'form') { - return findForm(node.parentNode); - } - return node; - } - - window.SelectFilter = { - init: function(field_id, field_name, is_stacked) { - if (field_id.match(/__prefix__/)) { - // Don't initialize on empty forms. - return; - } - var from_box = document.getElementById(field_id); - from_box.id += '_from'; // change its ID - from_box.className = 'filtered'; - - var ps = from_box.parentNode.getElementsByTagName('p'); - for (var i = 0; i < ps.length; i++) { - if (ps[i].className.indexOf("info") !== -1) { - // Remove <p class="info">, because it just gets in the way. - from_box.parentNode.removeChild(ps[i]); - } else if (ps[i].className.indexOf("help") !== -1) { - // Move help text up to the top so it isn't below the select - // boxes or wrapped off on the side to the right of the add - // button: - from_box.parentNode.insertBefore(ps[i], from_box.parentNode.firstChild); - } - } - - // <div class="selector"> or <div class="selector stacked"> - var selector_div = quickElement('div', from_box.parentNode); - selector_div.className = is_stacked ? 'selector stacked' : 'selector'; - - // <div class="selector-available"> - var selector_available = quickElement('div', selector_div); - selector_available.className = 'selector-available'; - var title_available = quickElement('h2', selector_available, interpolate(gettext('Available %s') + ' ', [field_name])); - quickElement( - 'span', title_available, '', - 'class', 'help help-tooltip help-icon', - 'title', interpolate( - gettext( - 'This is the list of available %s. You may choose some by ' + - 'selecting them in the box below and then clicking the ' + - '"Choose" arrow between the two boxes.' - ), - [field_name] - ) - ); - - var filter_p = quickElement('p', selector_available, '', 'id', field_id + '_filter'); - filter_p.className = 'selector-filter'; - - var search_filter_label = quickElement('label', filter_p, '', 'for', field_id + '_input'); - - quickElement( - 'span', search_filter_label, '', - 'class', 'help-tooltip search-label-icon', - 'title', interpolate(gettext("Type into this box to filter down the list of available %s."), [field_name]) - ); - - filter_p.appendChild(document.createTextNode(' ')); - - var filter_input = quickElement('input', filter_p, '', 'type', 'text', 'placeholder', gettext("Filter")); - filter_input.id = field_id + '_input'; - - selector_available.appendChild(from_box); - var choose_all = quickElement('a', selector_available, gettext('Choose all'), 'title', interpolate(gettext('Click to choose all %s at once.'), [field_name]), 'href', 'javascript:void(0);', 'id', field_id + '_add_all_link'); - choose_all.className = 'selector-chooseall'; - - // <ul class="selector-chooser"> - var selector_chooser = quickElement('ul', selector_div); - selector_chooser.className = 'selector-chooser'; - var add_link = quickElement('a', quickElement('li', selector_chooser), gettext('Choose'), 'title', gettext('Choose'), 'href', 'javascript:void(0);', 'id', field_id + '_add_link'); - add_link.className = 'selector-add'; - var remove_link = quickElement('a', quickElement('li', selector_chooser), gettext('Remove'), 'title', gettext('Remove'), 'href', 'javascript:void(0);', 'id', field_id + '_remove_link'); - remove_link.className = 'selector-remove'; - - // <div class="selector-chosen"> - var selector_chosen = quickElement('div', selector_div); - selector_chosen.className = 'selector-chosen'; - var title_chosen = quickElement('h2', selector_chosen, interpolate(gettext('Chosen %s') + ' ', [field_name])); - quickElement( - 'span', title_chosen, '', - 'class', 'help help-tooltip help-icon', - 'title', interpolate( - gettext( - 'This is the list of chosen %s. You may remove some by ' + - 'selecting them in the box below and then clicking the ' + - '"Remove" arrow between the two boxes.' - ), - [field_name] - ) - ); - - var to_box = quickElement('select', selector_chosen, '', 'id', field_id + '_to', 'multiple', 'multiple', 'size', from_box.size, 'name', from_box.getAttribute('name')); - to_box.className = 'filtered'; - var clear_all = quickElement('a', selector_chosen, gettext('Remove all'), 'title', interpolate(gettext('Click to remove all chosen %s at once.'), [field_name]), 'href', 'javascript:void(0);', 'id', field_id + '_remove_all_link'); - clear_all.className = 'selector-clearall'; - - from_box.setAttribute('name', from_box.getAttribute('name') + '_old'); - - // Set up the JavaScript event handlers for the select box filter interface - addEvent(choose_all, 'click', function() { SelectBox.move_all(field_id + '_from', field_id + '_to'); SelectFilter.refresh_icons(field_id); }); - addEvent(add_link, 'click', function() { SelectBox.move(field_id + '_from', field_id + '_to'); SelectFilter.refresh_icons(field_id); }); - addEvent(remove_link, 'click', function() { SelectBox.move(field_id + '_to', field_id + '_from'); SelectFilter.refresh_icons(field_id); }); - addEvent(clear_all, 'click', function() { SelectBox.move_all(field_id + '_to', field_id + '_from'); SelectFilter.refresh_icons(field_id); }); - addEvent(filter_input, 'keypress', function(e) { SelectFilter.filter_key_press(e, field_id); }); - addEvent(filter_input, 'keyup', function(e) { SelectFilter.filter_key_up(e, field_id); }); - addEvent(filter_input, 'keydown', function(e) { SelectFilter.filter_key_down(e, field_id); }); - addEvent(from_box, 'change', function(e) { SelectFilter.refresh_icons(field_id); }); - addEvent(to_box, 'change', function(e) { SelectFilter.refresh_icons(field_id); }); - addEvent(from_box, 'dblclick', function() { SelectBox.move(field_id + '_from', field_id + '_to'); SelectFilter.refresh_icons(field_id); }); - addEvent(to_box, 'dblclick', function() { SelectBox.move(field_id + '_to', field_id + '_from'); SelectFilter.refresh_icons(field_id); }); - addEvent(findForm(from_box), 'submit', function() { SelectBox.select_all(field_id + '_to'); }); - SelectBox.init(field_id + '_from'); - SelectBox.init(field_id + '_to'); - // Move selected from_box options to to_box - SelectBox.move(field_id + '_from', field_id + '_to'); - - if (!is_stacked) { - // In horizontal mode, give the same height to the two boxes. - var j_from_box = $(from_box); - var j_to_box = $(to_box); - var resize_filters = function() { j_to_box.height($(filter_p).outerHeight() + j_from_box.outerHeight()); }; - if (j_from_box.outerHeight() > 0) { - resize_filters(); // This fieldset is already open. Resize now. - } else { - // This fieldset is probably collapsed. Wait for its 'show' event. - j_to_box.closest('fieldset').one('show.fieldset', resize_filters); - } - } - - // Initial icon refresh - SelectFilter.refresh_icons(field_id); - }, - refresh_icons: function(field_id) { - var from = $('#' + field_id + '_from'); - var to = $('#' + field_id + '_to'); - var is_from_selected = from.find('option:selected').length > 0; - var is_to_selected = to.find('option:selected').length > 0; - // Active if at least one item is selected - $('#' + field_id + '_add_link').toggleClass('active', is_from_selected); - $('#' + field_id + '_remove_link').toggleClass('active', is_to_selected); - // Active if the corresponding box isn't empty - $('#' + field_id + '_add_all_link').toggleClass('active', from.find('option').length > 0); - $('#' + field_id + '_remove_all_link').toggleClass('active', to.find('option').length > 0); - }, - filter_key_press: function(event, field_id) { - var from = document.getElementById(field_id + '_from'); - // don't submit form if user pressed Enter - if ((event.which && event.which === 13) || (event.keyCode && event.keyCode === 13)) { - from.selectedIndex = 0; - SelectBox.move(field_id + '_from', field_id + '_to'); - from.selectedIndex = 0; - event.preventDefault(); - return false; - } - }, - filter_key_up: function(event, field_id) { - var from = document.getElementById(field_id + '_from'); - var temp = from.selectedIndex; - SelectBox.filter(field_id + '_from', document.getElementById(field_id + '_input').value); - from.selectedIndex = temp; - return true; - }, - filter_key_down: function(event, field_id) { - var from = document.getElementById(field_id + '_from'); - // right arrow -- move across - if ((event.which && event.which === 39) || (event.keyCode && event.keyCode === 39)) { - var old_index = from.selectedIndex; - SelectBox.move(field_id + '_from', field_id + '_to'); - from.selectedIndex = (old_index === from.length) ? from.length - 1 : old_index; - return false; - } - // down arrow -- wrap around - if ((event.which && event.which === 40) || (event.keyCode && event.keyCode === 40)) { - from.selectedIndex = (from.length === from.selectedIndex + 1) ? 0 : from.selectedIndex + 1; - } - // up arrow -- wrap around - if ((event.which && event.which === 38) || (event.keyCode && event.keyCode === 38)) { - from.selectedIndex = (from.selectedIndex === 0) ? from.length - 1 : from.selectedIndex - 1; - } - return true; - } - }; - -})(django.jQuery); diff --git a/static/admin/js/actions.js b/static/admin/js/actions.js deleted file mode 100644 index 95e8492..0000000 --- a/static/admin/js/actions.js +++ /dev/null @@ -1,146 +0,0 @@ -/*global _actions_icnt, gettext, interpolate, ngettext*/ -(function($) { - 'use strict'; - var lastChecked; - - $.fn.actions = function(opts) { - var options = $.extend({}, $.fn.actions.defaults, opts); - var actionCheckboxes = $(this); - var list_editable_changed = false; - var showQuestion = function() { - $(options.acrossClears).hide(); - $(options.acrossQuestions).show(); - $(options.allContainer).hide(); - }, - showClear = function() { - $(options.acrossClears).show(); - $(options.acrossQuestions).hide(); - $(options.actionContainer).toggleClass(options.selectedClass); - $(options.allContainer).show(); - $(options.counterContainer).hide(); - }, - reset = function() { - $(options.acrossClears).hide(); - $(options.acrossQuestions).hide(); - $(options.allContainer).hide(); - $(options.counterContainer).show(); - }, - clearAcross = function() { - reset(); - $(options.acrossInput).val(0); - $(options.actionContainer).removeClass(options.selectedClass); - }, - checker = function(checked) { - if (checked) { - showQuestion(); - } else { - reset(); - } - $(actionCheckboxes).prop("checked", checked) - .parent().parent().toggleClass(options.selectedClass, checked); - }, - updateCounter = function() { - var sel = $(actionCheckboxes).filter(":checked").length; - // _actions_icnt is defined in the generated HTML - // and contains the total amount of objects in the queryset - $(options.counterContainer).html(interpolate( - ngettext('%(sel)s of %(cnt)s selected', '%(sel)s of %(cnt)s selected', sel), { - sel: sel, - cnt: _actions_icnt - }, true)); - $(options.allToggle).prop("checked", function() { - var value; - if (sel === actionCheckboxes.length) { - value = true; - showQuestion(); - } else { - value = false; - clearAcross(); - } - return value; - }); - }; - // Show counter by default - $(options.counterContainer).show(); - // Check state of checkboxes and reinit state if needed - $(this).filter(":checked").each(function(i) { - $(this).parent().parent().toggleClass(options.selectedClass); - updateCounter(); - if ($(options.acrossInput).val() === 1) { - showClear(); - } - }); - $(options.allToggle).show().click(function() { - checker($(this).prop("checked")); - updateCounter(); - }); - $("a", options.acrossQuestions).click(function(event) { - event.preventDefault(); - $(options.acrossInput).val(1); - showClear(); - }); - $("a", options.acrossClears).click(function(event) { - event.preventDefault(); - $(options.allToggle).prop("checked", false); - clearAcross(); - checker(0); - updateCounter(); - }); - lastChecked = null; - $(actionCheckboxes).click(function(event) { - if (!event) { event = window.event; } - var target = event.target ? event.target : event.srcElement; - if (lastChecked && $.data(lastChecked) !== $.data(target) && event.shiftKey === true) { - var inrange = false; - $(lastChecked).prop("checked", target.checked) - .parent().parent().toggleClass(options.selectedClass, target.checked); - $(actionCheckboxes).each(function() { - if ($.data(this) === $.data(lastChecked) || $.data(this) === $.data(target)) { - inrange = (inrange) ? false : true; - } - if (inrange) { - $(this).prop("checked", target.checked) - .parent().parent().toggleClass(options.selectedClass, target.checked); - } - }); - } - $(target).parent().parent().toggleClass(options.selectedClass, target.checked); - lastChecked = target; - updateCounter(); - }); - $('form#changelist-form table#result_list tr').find('td:gt(0) :input').change(function() { - list_editable_changed = true; - }); - $('form#changelist-form button[name="index"]').click(function(event) { - if (list_editable_changed) { - return confirm(gettext("You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.")); - } - }); - $('form#changelist-form input[name="_save"]').click(function(event) { - var action_changed = false; - $('select option:selected', options.actionContainer).each(function() { - if ($(this).val()) { - action_changed = true; - } - }); - if (action_changed) { - if (list_editable_changed) { - return confirm(gettext("You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.")); - } else { - return confirm(gettext("You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.")); - } - } - }); - }; - /* Setup plugin defaults */ - $.fn.actions.defaults = { - actionContainer: "div.actions", - counterContainer: "span.action-counter", - allContainer: "div.actions span.all", - acrossInput: "div.actions input.select-across", - acrossQuestions: "div.actions span.question", - acrossClears: "div.actions span.clear", - allToggle: "#action-toggle", - selectedClass: "selected" - }; -})(django.jQuery); diff --git a/static/admin/js/actions.min.js b/static/admin/js/actions.min.js deleted file mode 100644 index d0e87bc..0000000 --- a/static/admin/js/actions.min.js +++ /dev/null @@ -1,6 +0,0 @@ -(function(a){var f;a.fn.actions=function(q){var b=a.extend({},a.fn.actions.defaults,q),g=a(this),e=!1,k=function(){a(b.acrossClears).hide();a(b.acrossQuestions).show();a(b.allContainer).hide()},l=function(){a(b.acrossClears).show();a(b.acrossQuestions).hide();a(b.actionContainer).toggleClass(b.selectedClass);a(b.allContainer).show();a(b.counterContainer).hide()},m=function(){a(b.acrossClears).hide();a(b.acrossQuestions).hide();a(b.allContainer).hide();a(b.counterContainer).show()},n=function(){m(); -a(b.acrossInput).val(0);a(b.actionContainer).removeClass(b.selectedClass)},p=function(c){c?k():m();a(g).prop("checked",c).parent().parent().toggleClass(b.selectedClass,c)},h=function(){var c=a(g).filter(":checked").length;a(b.counterContainer).html(interpolate(ngettext("%(sel)s of %(cnt)s selected","%(sel)s of %(cnt)s selected",c),{sel:c,cnt:_actions_icnt},!0));a(b.allToggle).prop("checked",function(){var a;c===g.length?(a=!0,k()):(a=!1,n());return a})};a(b.counterContainer).show();a(this).filter(":checked").each(function(c){a(this).parent().parent().toggleClass(b.selectedClass); -h();1===a(b.acrossInput).val()&&l()});a(b.allToggle).show().click(function(){p(a(this).prop("checked"));h()});a("a",b.acrossQuestions).click(function(c){c.preventDefault();a(b.acrossInput).val(1);l()});a("a",b.acrossClears).click(function(c){c.preventDefault();a(b.allToggle).prop("checked",!1);n();p(0);h()});f=null;a(g).click(function(c){c||(c=window.event);var d=c.target?c.target:c.srcElement;if(f&&a.data(f)!==a.data(d)&&!0===c.shiftKey){var e=!1;a(f).prop("checked",d.checked).parent().parent().toggleClass(b.selectedClass, -d.checked);a(g).each(function(){if(a.data(this)===a.data(f)||a.data(this)===a.data(d))e=e?!1:!0;e&&a(this).prop("checked",d.checked).parent().parent().toggleClass(b.selectedClass,d.checked)})}a(d).parent().parent().toggleClass(b.selectedClass,d.checked);f=d;h()});a("form#changelist-form table#result_list tr").find("td:gt(0) :input").change(function(){e=!0});a('form#changelist-form button[name="index"]').click(function(a){if(e)return confirm(gettext("You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."))}); -a('form#changelist-form input[name="_save"]').click(function(c){var d=!1;a("select option:selected",b.actionContainer).each(function(){a(this).val()&&(d=!0)});if(d)return e?confirm(gettext("You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.")):confirm(gettext("You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button."))})}; -a.fn.actions.defaults={actionContainer:"div.actions",counterContainer:"span.action-counter",allContainer:"div.actions span.all",acrossInput:"div.actions input.select-across",acrossQuestions:"div.actions span.question",acrossClears:"div.actions span.clear",allToggle:"#action-toggle",selectedClass:"selected"}})(django.jQuery); diff --git a/static/admin/js/admin/DateTimeShortcuts.js b/static/admin/js/admin/DateTimeShortcuts.js deleted file mode 100644 index d0acc23..0000000 --- a/static/admin/js/admin/DateTimeShortcuts.js +++ /dev/null @@ -1,364 +0,0 @@ -/*global addEvent, Calendar, cancelEventPropagation, findPosX, findPosY, getStyle, get_format, gettext, interpolate, ngettext, quickElement, removeEvent*/ -// Inserts shortcut buttons after all of the following: -// <input type="text" class="vDateField"> -// <input type="text" class="vTimeField"> -(function() { - 'use strict'; - var DateTimeShortcuts = { - calendars: [], - calendarInputs: [], - clockInputs: [], - dismissClockFunc: [], - dismissCalendarFunc: [], - calendarDivName1: 'calendarbox', // name of calendar <div> that gets toggled - calendarDivName2: 'calendarin', // name of <div> that contains calendar - calendarLinkName: 'calendarlink',// name of the link that is used to toggle - clockDivName: 'clockbox', // name of clock <div> that gets toggled - clockLinkName: 'clocklink', // name of the link that is used to toggle - shortCutsClass: 'datetimeshortcuts', // class of the clock and cal shortcuts - timezoneWarningClass: 'timezonewarning', // class of the warning for timezone mismatch - timezoneOffset: 0, - init: function() { - var body = document.getElementsByTagName('body')[0]; - var serverOffset = body.getAttribute('data-admin-utc-offset'); - if (serverOffset !== undefined) { - var localOffset = new Date().getTimezoneOffset() * -60; - DateTimeShortcuts.timezoneOffset = localOffset - serverOffset; - } - - var inputs = document.getElementsByTagName('input'); - for (var i = 0; i < inputs.length; i++) { - var inp = inputs[i]; - if (inp.getAttribute('type') === 'text' && inp.className.match(/vTimeField/)) { - DateTimeShortcuts.addClock(inp); - DateTimeShortcuts.addTimezoneWarning(inp); - } - else if (inp.getAttribute('type') === 'text' && inp.className.match(/vDateField/)) { - DateTimeShortcuts.addCalendar(inp); - DateTimeShortcuts.addTimezoneWarning(inp); - } - } - }, - // Return the current time while accounting for the server timezone. - now: function() { - var body = document.getElementsByTagName('body')[0]; - var serverOffset = body.getAttribute('data-admin-utc-offset'); - if (serverOffset !== undefined) { - var localNow = new Date(); - var localOffset = localNow.getTimezoneOffset() * -60; - localNow.setTime(localNow.getTime() + 1000 * (serverOffset - localOffset)); - return localNow; - } else { - return new Date(); - } - }, - // Add a warning when the time zone in the browser and backend do not match. - addTimezoneWarning: function(inp) { - var $ = django.jQuery; - var warningClass = DateTimeShortcuts.timezoneWarningClass; - var timezoneOffset = DateTimeShortcuts.timezoneOffset / 3600; - - // Only warn if there is a time zone mismatch. - if (!timezoneOffset) { - return; - } - - // Check if warning is already there. - if ($(inp).siblings('.' + warningClass).length) { - return; - } - - var message; - if (timezoneOffset > 0) { - message = ngettext( - 'Note: You are %s hour ahead of server time.', - 'Note: You are %s hours ahead of server time.', - timezoneOffset - ); - } - else { - timezoneOffset *= -1; - message = ngettext( - 'Note: You are %s hour behind server time.', - 'Note: You are %s hours behind server time.', - timezoneOffset - ); - } - message = interpolate(message, [timezoneOffset]); - - var $warning = $('<span>'); - $warning.attr('class', warningClass); - $warning.text(message); - - $(inp).parent() - .append($('<br>')) - .append($warning); - }, - // Add clock widget to a given field - addClock: function(inp) { - var num = DateTimeShortcuts.clockInputs.length; - DateTimeShortcuts.clockInputs[num] = inp; - DateTimeShortcuts.dismissClockFunc[num] = function() { DateTimeShortcuts.dismissClock(num); return true; }; - - // Shortcut links (clock icon and "Now" link) - var shortcuts_span = document.createElement('span'); - shortcuts_span.className = DateTimeShortcuts.shortCutsClass; - inp.parentNode.insertBefore(shortcuts_span, inp.nextSibling); - var now_link = document.createElement('a'); - now_link.setAttribute('href', "javascript:DateTimeShortcuts.handleClockQuicklink(" + num + ", -1);"); - now_link.appendChild(document.createTextNode(gettext('Now'))); - var clock_link = document.createElement('a'); - clock_link.setAttribute('href', 'javascript:DateTimeShortcuts.openClock(' + num + ');'); - clock_link.id = DateTimeShortcuts.clockLinkName + num; - quickElement( - 'span', clock_link, '', - 'class', 'clock-icon', - 'title', gettext('Choose a Time') - ); - shortcuts_span.appendChild(document.createTextNode('\u00A0')); - shortcuts_span.appendChild(now_link); - shortcuts_span.appendChild(document.createTextNode('\u00A0|\u00A0')); - shortcuts_span.appendChild(clock_link); - - // Create clock link div - // - // Markup looks like: - // <div id="clockbox1" class="clockbox module"> - // <h2>Choose a time</h2> - // <ul class="timelist"> - // <li><a href="#">Now</a></li> - // <li><a href="#">Midnight</a></li> - // <li><a href="#">6 a.m.</a></li> - // <li><a href="#">Noon</a></li> - // <li><a href="#">6 p.m.</a></li> - // </ul> - // <p class="calendar-cancel"><a href="#">Cancel</a></p> - // </div> - - var clock_box = document.createElement('div'); - clock_box.style.display = 'none'; - clock_box.style.position = 'absolute'; - clock_box.className = 'clockbox module'; - clock_box.setAttribute('id', DateTimeShortcuts.clockDivName + num); - document.body.appendChild(clock_box); - addEvent(clock_box, 'click', cancelEventPropagation); - - quickElement('h2', clock_box, gettext('Choose a time')); - var time_list = quickElement('ul', clock_box); - time_list.className = 'timelist'; - quickElement("a", quickElement("li", time_list), gettext("Now"), "href", "javascript:DateTimeShortcuts.handleClockQuicklink(" + num + ", -1);"); - quickElement("a", quickElement("li", time_list), gettext("Midnight"), "href", "javascript:DateTimeShortcuts.handleClockQuicklink(" + num + ", 0);"); - quickElement("a", quickElement("li", time_list), gettext("6 a.m."), "href", "javascript:DateTimeShortcuts.handleClockQuicklink(" + num + ", 6);"); - quickElement("a", quickElement("li", time_list), gettext("Noon"), "href", "javascript:DateTimeShortcuts.handleClockQuicklink(" + num + ", 12);"); - quickElement("a", quickElement("li", time_list), gettext("6 p.m."), "href", "javascript:DateTimeShortcuts.handleClockQuicklink(" + num + ", 18);"); - - var cancel_p = quickElement('p', clock_box); - cancel_p.className = 'calendar-cancel'; - quickElement('a', cancel_p, gettext('Cancel'), 'href', 'javascript:DateTimeShortcuts.dismissClock(' + num + ');'); - django.jQuery(document).bind('keyup', function(event) { - if (event.which === 27) { - // ESC key closes popup - DateTimeShortcuts.dismissClock(num); - event.preventDefault(); - } - }); - }, - openClock: function(num) { - var clock_box = document.getElementById(DateTimeShortcuts.clockDivName + num); - var clock_link = document.getElementById(DateTimeShortcuts.clockLinkName + num); - - // Recalculate the clockbox position - // is it left-to-right or right-to-left layout ? - if (getStyle(document.body, 'direction') !== 'rtl') { - clock_box.style.left = findPosX(clock_link) + 17 + 'px'; - } - else { - // since style's width is in em, it'd be tough to calculate - // px value of it. let's use an estimated px for now - // TODO: IE returns wrong value for findPosX when in rtl mode - // (it returns as it was left aligned), needs to be fixed. - clock_box.style.left = findPosX(clock_link) - 110 + 'px'; - } - clock_box.style.top = Math.max(0, findPosY(clock_link) - 30) + 'px'; - - // Show the clock box - clock_box.style.display = 'block'; - addEvent(document, 'click', DateTimeShortcuts.dismissClockFunc[num]); - }, - dismissClock: function(num) { - document.getElementById(DateTimeShortcuts.clockDivName + num).style.display = 'none'; - removeEvent(document, 'click', DateTimeShortcuts.dismissClockFunc[num]); - }, - handleClockQuicklink: function(num, val) { - var d; - if (val === -1) { - d = DateTimeShortcuts.now(); - } - else { - d = new Date(1970, 1, 1, val, 0, 0, 0); - } - DateTimeShortcuts.clockInputs[num].value = d.strftime(get_format('TIME_INPUT_FORMATS')[0]); - DateTimeShortcuts.clockInputs[num].focus(); - DateTimeShortcuts.dismissClock(num); - }, - // Add calendar widget to a given field. - addCalendar: function(inp) { - var num = DateTimeShortcuts.calendars.length; - - DateTimeShortcuts.calendarInputs[num] = inp; - DateTimeShortcuts.dismissCalendarFunc[num] = function() { DateTimeShortcuts.dismissCalendar(num); return true; }; - - // Shortcut links (calendar icon and "Today" link) - var shortcuts_span = document.createElement('span'); - shortcuts_span.className = DateTimeShortcuts.shortCutsClass; - inp.parentNode.insertBefore(shortcuts_span, inp.nextSibling); - var today_link = document.createElement('a'); - today_link.setAttribute('href', 'javascript:DateTimeShortcuts.handleCalendarQuickLink(' + num + ', 0);'); - today_link.appendChild(document.createTextNode(gettext('Today'))); - var cal_link = document.createElement('a'); - cal_link.setAttribute('href', 'javascript:DateTimeShortcuts.openCalendar(' + num + ');'); - cal_link.id = DateTimeShortcuts.calendarLinkName + num; - quickElement( - 'span', cal_link, '', - 'class', 'date-icon', - 'title', gettext('Choose a Date') - ); - shortcuts_span.appendChild(document.createTextNode('\u00A0')); - shortcuts_span.appendChild(today_link); - shortcuts_span.appendChild(document.createTextNode('\u00A0|\u00A0')); - shortcuts_span.appendChild(cal_link); - - // Create calendarbox div. - // - // Markup looks like: - // - // <div id="calendarbox3" class="calendarbox module"> - // <h2> - // <a href="#" class="link-previous">‹</a> - // <a href="#" class="link-next">›</a> February 2003 - // </h2> - // <div class="calendar" id="calendarin3"> - // <!-- (cal) --> - // </div> - // <div class="calendar-shortcuts"> - // <a href="#">Yesterday</a> | <a href="#">Today</a> | <a href="#">Tomorrow</a> - // </div> - // <p class="calendar-cancel"><a href="#">Cancel</a></p> - // </div> - var cal_box = document.createElement('div'); - cal_box.style.display = 'none'; - cal_box.style.position = 'absolute'; - cal_box.className = 'calendarbox module'; - cal_box.setAttribute('id', DateTimeShortcuts.calendarDivName1 + num); - document.body.appendChild(cal_box); - addEvent(cal_box, 'click', cancelEventPropagation); - - // next-prev links - var cal_nav = quickElement('div', cal_box); - var cal_nav_prev = quickElement('a', cal_nav, '<', 'href', 'javascript:DateTimeShortcuts.drawPrev(' + num + ');'); - cal_nav_prev.className = 'calendarnav-previous'; - var cal_nav_next = quickElement('a', cal_nav, '>', 'href', 'javascript:DateTimeShortcuts.drawNext(' + num + ');'); - cal_nav_next.className = 'calendarnav-next'; - - // main box - var cal_main = quickElement('div', cal_box, '', 'id', DateTimeShortcuts.calendarDivName2 + num); - cal_main.className = 'calendar'; - DateTimeShortcuts.calendars[num] = new Calendar(DateTimeShortcuts.calendarDivName2 + num, DateTimeShortcuts.handleCalendarCallback(num)); - DateTimeShortcuts.calendars[num].drawCurrent(); - - // calendar shortcuts - var shortcuts = quickElement('div', cal_box); - shortcuts.className = 'calendar-shortcuts'; - quickElement('a', shortcuts, gettext('Yesterday'), 'href', 'javascript:DateTimeShortcuts.handleCalendarQuickLink(' + num + ', -1);'); - shortcuts.appendChild(document.createTextNode('\u00A0|\u00A0')); - quickElement('a', shortcuts, gettext('Today'), 'href', 'javascript:DateTimeShortcuts.handleCalendarQuickLink(' + num + ', 0);'); - shortcuts.appendChild(document.createTextNode('\u00A0|\u00A0')); - quickElement('a', shortcuts, gettext('Tomorrow'), 'href', 'javascript:DateTimeShortcuts.handleCalendarQuickLink(' + num + ', +1);'); - - // cancel bar - var cancel_p = quickElement('p', cal_box); - cancel_p.className = 'calendar-cancel'; - quickElement('a', cancel_p, gettext('Cancel'), 'href', 'javascript:DateTimeShortcuts.dismissCalendar(' + num + ');'); - django.jQuery(document).bind('keyup', function(event) { - if (event.which === 27) { - // ESC key closes popup - DateTimeShortcuts.dismissCalendar(num); - event.preventDefault(); - } - }); - }, - openCalendar: function(num) { - var cal_box = document.getElementById(DateTimeShortcuts.calendarDivName1 + num); - var cal_link = document.getElementById(DateTimeShortcuts.calendarLinkName + num); - var inp = DateTimeShortcuts.calendarInputs[num]; - - // Determine if the current value in the input has a valid date. - // If so, draw the calendar with that date's year and month. - if (inp.value) { - var format = get_format('DATE_INPUT_FORMATS')[0]; - var selected = inp.value.strptime(format); - var year = selected.getFullYear(); - var month = selected.getMonth() + 1; - var re = /\d{4}/; - if (re.test(year.toString()) && month >= 1 && month <= 12) { - DateTimeShortcuts.calendars[num].drawDate(month, year, selected); - } - } - - // Recalculate the clockbox position - // is it left-to-right or right-to-left layout ? - if (getStyle(document.body, 'direction') !== 'rtl') { - cal_box.style.left = findPosX(cal_link) + 17 + 'px'; - } - else { - // since style's width is in em, it'd be tough to calculate - // px value of it. let's use an estimated px for now - // TODO: IE returns wrong value for findPosX when in rtl mode - // (it returns as it was left aligned), needs to be fixed. - cal_box.style.left = findPosX(cal_link) - 180 + 'px'; - } - cal_box.style.top = Math.max(0, findPosY(cal_link) - 75) + 'px'; - - cal_box.style.display = 'block'; - addEvent(document, 'click', DateTimeShortcuts.dismissCalendarFunc[num]); - }, - dismissCalendar: function(num) { - document.getElementById(DateTimeShortcuts.calendarDivName1 + num).style.display = 'none'; - removeEvent(document, 'click', DateTimeShortcuts.dismissCalendarFunc[num]); - }, - drawPrev: function(num) { - DateTimeShortcuts.calendars[num].drawPreviousMonth(); - }, - drawNext: function(num) { - DateTimeShortcuts.calendars[num].drawNextMonth(); - }, - handleCalendarCallback: function(num) { - var format = get_format('DATE_INPUT_FORMATS')[0]; - // the format needs to be escaped a little - format = format.replace('\\', '\\\\'); - format = format.replace('\r', '\\r'); - format = format.replace('\n', '\\n'); - format = format.replace('\t', '\\t'); - format = format.replace("'", "\\'"); - return ["function(y, m, d) { DateTimeShortcuts.calendarInputs[", - num, - "].value = new Date(y, m-1, d).strftime('", - format, - "');DateTimeShortcuts.calendarInputs[", - num, - "].focus();document.getElementById(DateTimeShortcuts.calendarDivName1+", - num, - ").style.display='none';}"].join(''); - }, - handleCalendarQuickLink: function(num, offset) { - var d = DateTimeShortcuts.now(); - d.setDate(d.getDate() + offset); - DateTimeShortcuts.calendarInputs[num].value = d.strftime(get_format('DATE_INPUT_FORMATS')[0]); - DateTimeShortcuts.calendarInputs[num].focus(); - DateTimeShortcuts.dismissCalendar(num); - } - }; - - addEvent(window, 'load', DateTimeShortcuts.init); - window.DateTimeShortcuts = DateTimeShortcuts; -})(); diff --git a/static/admin/js/admin/RelatedObjectLookups.js b/static/admin/js/admin/RelatedObjectLookups.js deleted file mode 100644 index fa782fe..0000000 --- a/static/admin/js/admin/RelatedObjectLookups.js +++ /dev/null @@ -1,160 +0,0 @@ -/*global SelectBox, interpolate*/ -// Handles related-objects functionality: lookup link for raw_id_fields -// and Add Another links. - -(function() { - 'use strict'; - - function html_unescape(text) { - // Unescape a string that was escaped using django.utils.html.escape. - text = text.replace(/</g, '<'); - text = text.replace(/>/g, '>'); - text = text.replace(/"/g, '"'); - text = text.replace(/'/g, "'"); - text = text.replace(/&/g, '&'); - return text; - } - - // IE doesn't accept periods or dashes in the window name, but the element IDs - // we use to generate popup window names may contain them, therefore we map them - // to allowed characters in a reversible way so that we can locate the correct - // element when the popup window is dismissed. - function id_to_windowname(text) { - text = text.replace(/\./g, '__dot__'); - text = text.replace(/\-/g, '__dash__'); - return text; - } - - function windowname_to_id(text) { - text = text.replace(/__dot__/g, '.'); - text = text.replace(/__dash__/g, '-'); - return text; - } - - function showAdminPopup(triggeringLink, name_regexp, add_popup) { - var name = triggeringLink.id.replace(name_regexp, ''); - name = id_to_windowname(name); - var href = triggeringLink.href; - if (add_popup) { - if (href.indexOf('?') === -1) { - href += '?_popup=1'; - } else { - href += '&_popup=1'; - } - } - var win = window.open(href, name, 'height=500,width=800,resizable=yes,scrollbars=yes'); - win.focus(); - return false; - } - - function showRelatedObjectLookupPopup(triggeringLink) { - return showAdminPopup(triggeringLink, /^lookup_/, true); - } - - function dismissRelatedLookupPopup(win, chosenId) { - var name = windowname_to_id(win.name); - var elem = document.getElementById(name); - if (elem.className.indexOf('vManyToManyRawIdAdminField') !== -1 && elem.value) { - elem.value += ',' + chosenId; - } else { - document.getElementById(name).value = chosenId; - } - win.close(); - } - - function showRelatedObjectPopup(triggeringLink) { - return showAdminPopup(triggeringLink, /^(change|add|delete)_/, false); - } - - function updateRelatedObjectLinks(triggeringLink) { - var $this = django.jQuery(triggeringLink); - var siblings = $this.nextAll('.change-related, .delete-related'); - if (!siblings.length) { - return; - } - var value = $this.val(); - if (value) { - siblings.each(function() { - var elm = django.jQuery(this); - elm.attr('href', elm.attr('data-href-template').replace('__fk__', value)); - }); - } else { - siblings.removeAttr('href'); - } - } - - function dismissAddRelatedObjectPopup(win, newId, newRepr) { - // newId and newRepr are expected to have previously been escaped by - // django.utils.html.escape. - newId = html_unescape(newId); - newRepr = html_unescape(newRepr); - var name = windowname_to_id(win.name); - var elem = document.getElementById(name); - if (elem) { - var elemName = elem.nodeName.toUpperCase(); - if (elemName === 'SELECT') { - elem.options[elem.options.length] = new Option(newRepr, newId, true, true); - } else if (elemName === 'INPUT') { - if (elem.className.indexOf('vManyToManyRawIdAdminField') !== -1 && elem.value) { - elem.value += ',' + newId; - } else { - elem.value = newId; - } - } - // Trigger a change event to update related links if required. - django.jQuery(elem).trigger('change'); - } else { - var toId = name + "_to"; - var o = new Option(newRepr, newId); - SelectBox.add_to_cache(toId, o); - SelectBox.redisplay(toId); - } - win.close(); - } - - function dismissChangeRelatedObjectPopup(win, objId, newRepr, newId) { - objId = html_unescape(objId); - newRepr = html_unescape(newRepr); - var id = windowname_to_id(win.name).replace(/^edit_/, ''); - var selectsSelector = interpolate('#%s, #%s_from, #%s_to', [id, id, id]); - var selects = django.jQuery(selectsSelector); - selects.find('option').each(function() { - if (this.value === objId) { - this.innerHTML = newRepr; - this.value = newId; - } - }); - win.close(); - } - - function dismissDeleteRelatedObjectPopup(win, objId) { - objId = html_unescape(objId); - var id = windowname_to_id(win.name).replace(/^delete_/, ''); - var selectsSelector = interpolate('#%s, #%s_from, #%s_to', [id, id, id]); - var selects = django.jQuery(selectsSelector); - selects.find('option').each(function() { - if (this.value === objId) { - django.jQuery(this).remove(); - } - }).trigger('change'); - win.close(); - } - - // Global for testing purposes - window.html_unescape = html_unescape; - window.id_to_windowname = id_to_windowname; - window.windowname_to_id = windowname_to_id; - - window.showRelatedObjectLookupPopup = showRelatedObjectLookupPopup; - window.dismissRelatedLookupPopup = dismissRelatedLookupPopup; - window.showRelatedObjectPopup = showRelatedObjectPopup; - window.updateRelatedObjectLinks = updateRelatedObjectLinks; - window.dismissAddRelatedObjectPopup = dismissAddRelatedObjectPopup; - window.dismissChangeRelatedObjectPopup = dismissChangeRelatedObjectPopup; - window.dismissDeleteRelatedObjectPopup = dismissDeleteRelatedObjectPopup; - - // Kept for backward compatibility - window.showAddAnotherPopup = showRelatedObjectPopup; - window.dismissAddAnotherPopup = dismissAddRelatedObjectPopup; - -})(); diff --git a/static/admin/js/calendar.js b/static/admin/js/calendar.js deleted file mode 100644 index 1043dd6..0000000 --- a/static/admin/js/calendar.js +++ /dev/null @@ -1,178 +0,0 @@ -/*global gettext, get_format, quickElement, removeChildren*/ -/* -calendar.js - Calendar functions by Adrian Holovaty -depends on core.js for utility functions like removeChildren or quickElement -*/ - -(function() { - 'use strict'; - // CalendarNamespace -- Provides a collection of HTML calendar-related helper functions - var CalendarNamespace = { - monthsOfYear: gettext('January February March April May June July August September October November December').split(' '), - daysOfWeek: gettext('S M T W T F S').split(' '), - firstDayOfWeek: parseInt(get_format('FIRST_DAY_OF_WEEK')), - isLeapYear: function(year) { - return (((year % 4) === 0) && ((year % 100) !== 0 ) || ((year % 400) === 0)); - }, - getDaysInMonth: function(month, year) { - var days; - if (month === 1 || month === 3 || month === 5 || month === 7 || month === 8 || month === 10 || month === 12) { - days = 31; - } - else if (month === 4 || month === 6 || month === 9 || month === 11) { - days = 30; - } - else if (month === 2 && CalendarNamespace.isLeapYear(year)) { - days = 29; - } - else { - days = 28; - } - return days; - }, - draw: function(month, year, div_id, callback, selected) { // month = 1-12, year = 1-9999 - var today = new Date(); - var todayDay = today.getDate(); - var todayMonth = today.getMonth() + 1; - var todayYear = today.getFullYear(); - var todayClass = ''; - - // Use UTC functions here because the date field does not contain time - // and using the UTC function variants prevent the local time offset - // from altering the date, specifically the day field. For example: - // - // ``` - // var x = new Date('2013-10-02'); - // var day = x.getDate(); - // ``` - // - // The day variable above will be 1 instead of 2 in, say, US Pacific time - // zone. - var isSelectedMonth = false; - if (typeof selected !== 'undefined') { - isSelectedMonth = (selected.getUTCFullYear() === year && (selected.getUTCMonth() + 1) === month); - } - - month = parseInt(month); - year = parseInt(year); - var calDiv = document.getElementById(div_id); - removeChildren(calDiv); - var calTable = document.createElement('table'); - quickElement('caption', calTable, CalendarNamespace.monthsOfYear[month - 1] + ' ' + year); - var tableBody = quickElement('tbody', calTable); - - // Draw days-of-week header - var tableRow = quickElement('tr', tableBody); - for (var i = 0; i < 7; i++) { - quickElement('th', tableRow, CalendarNamespace.daysOfWeek[(i + CalendarNamespace.firstDayOfWeek) % 7]); - } - - var startingPos = new Date(year, month - 1, 1 - CalendarNamespace.firstDayOfWeek).getDay(); - var days = CalendarNamespace.getDaysInMonth(month, year); - - var nonDayCell; - - // Draw blanks before first of month - tableRow = quickElement('tr', tableBody); - for (i = 0; i < startingPos; i++) { - nonDayCell = quickElement('td', tableRow, ' '); - nonDayCell.className = "nonday"; - } - - // Draw days of month - var currentDay = 1; - for (i = startingPos; currentDay <= days; i++) { - if (i % 7 === 0 && currentDay !== 1) { - tableRow = quickElement('tr', tableBody); - } - if ((currentDay === todayDay) && (month === todayMonth) && (year === todayYear)) { - todayClass = 'today'; - } else { - todayClass = ''; - } - - // use UTC function; see above for explanation. - if (isSelectedMonth && currentDay === selected.getUTCDate()) { - if (todayClass !== '') { - todayClass += " "; - } - todayClass += "selected"; - } - - var cell = quickElement('td', tableRow, '', 'class', todayClass); - - quickElement('a', cell, currentDay, 'href', 'javascript:void(' + callback + '(' + year + ',' + month + ',' + currentDay + '));'); - currentDay++; - } - - // Draw blanks after end of month (optional, but makes for valid code) - while (tableRow.childNodes.length < 7) { - nonDayCell = quickElement('td', tableRow, ' '); - nonDayCell.className = "nonday"; - } - - calDiv.appendChild(calTable); - } - }; - - // Calendar -- A calendar instance - function Calendar(div_id, callback, selected) { - // div_id (string) is the ID of the element in which the calendar will - // be displayed - // callback (string) is the name of a JavaScript function that will be - // called with the parameters (year, month, day) when a day in the - // calendar is clicked - this.div_id = div_id; - this.callback = callback; - this.today = new Date(); - this.currentMonth = this.today.getMonth() + 1; - this.currentYear = this.today.getFullYear(); - if (typeof selected !== 'undefined') { - this.selected = selected; - } - } - Calendar.prototype = { - drawCurrent: function() { - CalendarNamespace.draw(this.currentMonth, this.currentYear, this.div_id, this.callback, this.selected); - }, - drawDate: function(month, year, selected) { - this.currentMonth = month; - this.currentYear = year; - - if(selected) { - this.selected = selected; - } - - this.drawCurrent(); - }, - drawPreviousMonth: function() { - if (this.currentMonth === 1) { - this.currentMonth = 12; - this.currentYear--; - } - else { - this.currentMonth--; - } - this.drawCurrent(); - }, - drawNextMonth: function() { - if (this.currentMonth === 12) { - this.currentMonth = 1; - this.currentYear++; - } - else { - this.currentMonth++; - } - this.drawCurrent(); - }, - drawPreviousYear: function() { - this.currentYear--; - this.drawCurrent(); - }, - drawNextYear: function() { - this.currentYear++; - this.drawCurrent(); - } - }; - window.Calendar = Calendar; -})(); diff --git a/static/admin/js/cancel.js b/static/admin/js/cancel.js deleted file mode 100644 index b641387..0000000 --- a/static/admin/js/cancel.js +++ /dev/null @@ -1,9 +0,0 @@ -(function($) { - 'use strict'; - $(function() { - $('.cancel-link').click(function(e) { - e.preventDefault(); - window.history.back(); - }); - }); -})(django.jQuery); diff --git a/static/admin/js/change_form.js b/static/admin/js/change_form.js deleted file mode 100644 index 994b523..0000000 --- a/static/admin/js/change_form.js +++ /dev/null @@ -1,20 +0,0 @@ -/*global showAddAnotherPopup, showRelatedObjectLookupPopup showRelatedObjectPopup updateRelatedObjectLinks*/ - -(function($) { - 'use strict'; - $(document).ready(function() { - var modelName = $('#django-admin-form-add-constants').data('modelName'); - $('.add-another').click(function(e) { - e.preventDefault(); - var event = $.Event('django:add-another-related'); - $(this).trigger(event); - if (!event.isDefaultPrevented()) { - showAddAnotherPopup(this); - } - }); - - if (modelName) { - $('form#' + modelName + '_form :input:visible:enabled:first').focus(); - } - }); -})(django.jQuery); diff --git a/static/admin/js/collapse.js b/static/admin/js/collapse.js deleted file mode 100644 index 7cb9362..0000000 --- a/static/admin/js/collapse.js +++ /dev/null @@ -1,26 +0,0 @@ -/*global gettext*/ -(function($) { - 'use strict'; - $(document).ready(function() { - // Add anchor tag for Show/Hide link - $("fieldset.collapse").each(function(i, elem) { - // Don't hide if fields in this fieldset have errors - if ($(elem).find("div.errors").length === 0) { - $(elem).addClass("collapsed").find("h2").first().append(' (<a id="fieldsetcollapser' + - i + '" class="collapse-toggle" href="#">' + gettext("Show") + - '</a>)'); - } - }); - // Add toggle to anchor tag - $("fieldset.collapse a.collapse-toggle").click(function(ev) { - if ($(this).closest("fieldset").hasClass("collapsed")) { - // Show - $(this).text(gettext("Hide")).closest("fieldset").removeClass("collapsed").trigger("show.fieldset", [$(this).attr("id")]); - } else { - // Hide - $(this).text(gettext("Show")).closest("fieldset").addClass("collapsed").trigger("hide.fieldset", [$(this).attr("id")]); - } - return false; - }); - }); -})(django.jQuery); diff --git a/static/admin/js/collapse.min.js b/static/admin/js/collapse.min.js deleted file mode 100644 index 6251d91..0000000 --- a/static/admin/js/collapse.min.js +++ /dev/null @@ -1,2 +0,0 @@ -(function(a){a(document).ready(function(){a("fieldset.collapse").each(function(b,c){0===a(c).find("div.errors").length&&a(c).addClass("collapsed").find("h2").first().append(' (<a id="fieldsetcollapser'+b+'" class="collapse-toggle" href="#">'+gettext("Show")+"</a>)")});a("fieldset.collapse a.collapse-toggle").click(function(b){a(this).closest("fieldset").hasClass("collapsed")?a(this).text(gettext("Hide")).closest("fieldset").removeClass("collapsed").trigger("show.fieldset",[a(this).attr("id")]):a(this).text(gettext("Show")).closest("fieldset").addClass("collapsed").trigger("hide.fieldset", -[a(this).attr("id")]);return!1})})})(django.jQuery); diff --git a/static/admin/js/core.js b/static/admin/js/core.js deleted file mode 100644 index 34f9926..0000000 --- a/static/admin/js/core.js +++ /dev/null @@ -1,263 +0,0 @@ -// Core javascript helper functions - -// basic browser identification & version -var isOpera = (navigator.userAgent.indexOf("Opera") >= 0) && parseFloat(navigator.appVersion); -var isIE = ((document.all) && (!isOpera)) && parseFloat(navigator.appVersion.split("MSIE ")[1].split(";")[0]); - -// Cross-browser event handlers. -function addEvent(obj, evType, fn) { - 'use strict'; - if (obj.addEventListener) { - obj.addEventListener(evType, fn, false); - return true; - } else if (obj.attachEvent) { - var r = obj.attachEvent("on" + evType, fn); - return r; - } else { - return false; - } -} - -function removeEvent(obj, evType, fn) { - 'use strict'; - if (obj.removeEventListener) { - obj.removeEventListener(evType, fn, false); - return true; - } else if (obj.detachEvent) { - obj.detachEvent("on" + evType, fn); - return true; - } else { - return false; - } -} - -function cancelEventPropagation(e) { - 'use strict'; - if (!e) { - e = window.event; - } - e.cancelBubble = true; - if (e.stopPropagation) { - e.stopPropagation(); - } -} - -// quickElement(tagType, parentReference [, textInChildNode, attribute, attributeValue ...]); -function quickElement() { - 'use strict'; - var obj = document.createElement(arguments[0]); - if (arguments[2]) { - var textNode = document.createTextNode(arguments[2]); - obj.appendChild(textNode); - } - var len = arguments.length; - for (var i = 3; i < len; i += 2) { - obj.setAttribute(arguments[i], arguments[i + 1]); - } - arguments[1].appendChild(obj); - return obj; -} - -// "a" is reference to an object -function removeChildren(a) { - 'use strict'; - while (a.hasChildNodes()) { - a.removeChild(a.lastChild); - } -} - -// ---------------------------------------------------------------------------- -// Cross-browser xmlhttp object -// from http://jibbering.com/2002/4/httprequest.html -// ---------------------------------------------------------------------------- -var xmlhttp; -/*@cc_on @*/ -/*@if (@_jscript_version >= 5) - try { - xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); - } catch (e) { - try { - xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); - } catch (E) { - xmlhttp = false; - } - } -@else - xmlhttp = false; -@end @*/ -if (!xmlhttp && typeof XMLHttpRequest !== 'undefined') { - xmlhttp = new XMLHttpRequest(); -} - -// ---------------------------------------------------------------------------- -// Find-position functions by PPK -// See http://www.quirksmode.org/js/findpos.html -// ---------------------------------------------------------------------------- -function findPosX(obj) { - 'use strict'; - var curleft = 0; - if (obj.offsetParent) { - while (obj.offsetParent) { - curleft += obj.offsetLeft - ((isOpera) ? 0 : obj.scrollLeft); - obj = obj.offsetParent; - } - // IE offsetParent does not include the top-level - if (isIE && obj.parentElement) { - curleft += obj.offsetLeft - obj.scrollLeft; - } - } else if (obj.x) { - curleft += obj.x; - } - return curleft; -} - -function findPosY(obj) { - 'use strict'; - var curtop = 0; - if (obj.offsetParent) { - while (obj.offsetParent) { - curtop += obj.offsetTop - ((isOpera) ? 0 : obj.scrollTop); - obj = obj.offsetParent; - } - // IE offsetParent does not include the top-level - if (isIE && obj.parentElement) { - curtop += obj.offsetTop - obj.scrollTop; - } - } else if (obj.y) { - curtop += obj.y; - } - return curtop; -} - -//----------------------------------------------------------------------------- -// Date object extensions -// ---------------------------------------------------------------------------- -(function() { - 'use strict'; - Date.prototype.getTwelveHours = function() { - var hours = this.getHours(); - if (hours === 0) { - return 12; - } - else { - return hours <= 12 ? hours : hours - 12; - } - }; - - Date.prototype.getTwoDigitMonth = function() { - return (this.getMonth() < 9) ? '0' + (this.getMonth() + 1) : (this.getMonth() + 1); - }; - - Date.prototype.getTwoDigitDate = function() { - return (this.getDate() < 10) ? '0' + this.getDate() : this.getDate(); - }; - - Date.prototype.getTwoDigitTwelveHour = function() { - return (this.getTwelveHours() < 10) ? '0' + this.getTwelveHours() : this.getTwelveHours(); - }; - - Date.prototype.getTwoDigitHour = function() { - return (this.getHours() < 10) ? '0' + this.getHours() : this.getHours(); - }; - - Date.prototype.getTwoDigitMinute = function() { - return (this.getMinutes() < 10) ? '0' + this.getMinutes() : this.getMinutes(); - }; - - Date.prototype.getTwoDigitSecond = function() { - return (this.getSeconds() < 10) ? '0' + this.getSeconds() : this.getSeconds(); - }; - - Date.prototype.getHourMinute = function() { - return this.getTwoDigitHour() + ':' + this.getTwoDigitMinute(); - }; - - Date.prototype.getHourMinuteSecond = function() { - return this.getTwoDigitHour() + ':' + this.getTwoDigitMinute() + ':' + this.getTwoDigitSecond(); - }; - - Date.prototype.strftime = function(format) { - var fields = { - c: this.toString(), - d: this.getTwoDigitDate(), - H: this.getTwoDigitHour(), - I: this.getTwoDigitTwelveHour(), - m: this.getTwoDigitMonth(), - M: this.getTwoDigitMinute(), - p: (this.getHours() >= 12) ? 'PM' : 'AM', - S: this.getTwoDigitSecond(), - w: '0' + this.getDay(), - x: this.toLocaleDateString(), - X: this.toLocaleTimeString(), - y: ('' + this.getFullYear()).substr(2, 4), - Y: '' + this.getFullYear(), - '%': '%' - }; - var result = '', i = 0; - while (i < format.length) { - if (format.charAt(i) === '%') { - result = result + fields[format.charAt(i + 1)]; - ++i; - } - else { - result = result + format.charAt(i); - } - ++i; - } - return result; - }; - -// ---------------------------------------------------------------------------- -// String object extensions -// ---------------------------------------------------------------------------- - String.prototype.pad_left = function(pad_length, pad_string) { - var new_string = this; - for (var i = 0; new_string.length < pad_length; i++) { - new_string = pad_string + new_string; - } - return new_string; - }; - - String.prototype.strptime = function(format) { - var split_format = format.split(/[.\-/]/); - var date = this.split(/[.\-/]/); - var i = 0; - var day, month, year; - while (i < split_format.length) { - switch (split_format[i]) { - case "%d": - day = date[i]; - break; - case "%m": - month = date[i] - 1; - break; - case "%Y": - year = date[i]; - break; - case "%y": - year = date[i]; - break; - } - ++i; - } - return new Date(year, month, day); - }; - -})(); -// ---------------------------------------------------------------------------- -// Get the computed style for and element -// ---------------------------------------------------------------------------- -function getStyle(oElm, strCssRule) { - 'use strict'; - var strValue = ""; - if(document.defaultView && document.defaultView.getComputedStyle) { - strValue = document.defaultView.getComputedStyle(oElm, "").getPropertyValue(strCssRule); - } - else if(oElm.currentStyle) { - strCssRule = strCssRule.replace(/\-(\w)/g, function(strMatch, p1) { - return p1.toUpperCase(); - }); - strValue = oElm.currentStyle[strCssRule]; - } - return strValue; -} diff --git a/static/admin/js/inlines.js b/static/admin/js/inlines.js deleted file mode 100644 index c725e30..0000000 --- a/static/admin/js/inlines.js +++ /dev/null @@ -1,275 +0,0 @@ -/*global DateTimeShortcuts, SelectFilter*/ -/** - * Django admin inlines - * - * Based on jQuery Formset 1.1 - * @author Stanislaus Madueke (stan DOT madueke AT gmail DOT com) - * @requires jQuery 1.2.6 or later - * - * Copyright (c) 2009, Stanislaus Madueke - * All rights reserved. - * - * Spiced up with Code from Zain Memon's GSoC project 2009 - * and modified for Django by Jannis Leidel, Travis Swicegood and Julien Phalip. - * - * Licensed under the New BSD License - * See: http://www.opensource.org/licenses/bsd-license.php - */ -(function($) { - 'use strict'; - $.fn.formset = function(opts) { - var options = $.extend({}, $.fn.formset.defaults, opts); - var $this = $(this); - var $parent = $this.parent(); - var updateElementIndex = function(el, prefix, ndx) { - var id_regex = new RegExp("(" + prefix + "-(\\d+|__prefix__))"); - var replacement = prefix + "-" + ndx; - if ($(el).prop("for")) { - $(el).prop("for", $(el).prop("for").replace(id_regex, replacement)); - } - if (el.id) { - el.id = el.id.replace(id_regex, replacement); - } - if (el.name) { - el.name = el.name.replace(id_regex, replacement); - } - }; - var totalForms = $("#id_" + options.prefix + "-TOTAL_FORMS").prop("autocomplete", "off"); - var nextIndex = parseInt(totalForms.val(), 10); - var maxForms = $("#id_" + options.prefix + "-MAX_NUM_FORMS").prop("autocomplete", "off"); - // only show the add button if we are allowed to add more items, - // note that max_num = None translates to a blank string. - var showAddButton = maxForms.val() === '' || (maxForms.val() - totalForms.val()) > 0; - $this.each(function(i) { - $(this).not("." + options.emptyCssClass).addClass(options.formCssClass); - }); - if ($this.length && showAddButton) { - var addButton; - if ($this.prop("tagName") === "TR") { - // If forms are laid out as table rows, insert the - // "add" button in a new table row: - var numCols = this.eq(-1).children().length; - $parent.append('<tr class="' + options.addCssClass + '"><td colspan="' + numCols + '"><a href="javascript:void(0)">' + options.addText + "</a></tr>"); - addButton = $parent.find("tr:last a"); - } else { - // Otherwise, insert it immediately after the last form: - $this.filter(":last").after('<div class="' + options.addCssClass + '"><a href="javascript:void(0)">' + options.addText + "</a></div>"); - addButton = $this.filter(":last").next().find("a"); - } - addButton.click(function(e) { - e.preventDefault(); - var template = $("#" + options.prefix + "-empty"); - var row = template.clone(true); - row.removeClass(options.emptyCssClass) - .addClass(options.formCssClass) - .attr("id", options.prefix + "-" + nextIndex); - if (row.is("tr")) { - // If the forms are laid out in table rows, insert - // the remove button into the last table cell: - row.children(":last").append('<div><a class="' + options.deleteCssClass + '" href="javascript:void(0)">' + options.deleteText + "</a></div>"); - } else if (row.is("ul") || row.is("ol")) { - // If they're laid out as an ordered/unordered list, - // insert an <li> after the last list item: - row.append('<li><a class="' + options.deleteCssClass + '" href="javascript:void(0)">' + options.deleteText + "</a></li>"); - } else { - // Otherwise, just insert the remove button as the - // last child element of the form's container: - row.children(":first").append('<span><a class="' + options.deleteCssClass + '" href="javascript:void(0)">' + options.deleteText + "</a></span>"); - } - row.find("*").each(function() { - updateElementIndex(this, options.prefix, totalForms.val()); - }); - // Insert the new form when it has been fully edited - row.insertBefore($(template)); - // Update number of total forms - $(totalForms).val(parseInt(totalForms.val(), 10) + 1); - nextIndex += 1; - // Hide add button in case we've hit the max, except we want to add infinitely - if ((maxForms.val() !== '') && (maxForms.val() - totalForms.val()) <= 0) { - addButton.parent().hide(); - } - // The delete button of each row triggers a bunch of other things - row.find("a." + options.deleteCssClass).click(function(e1) { - e1.preventDefault(); - // Remove the parent form containing this button: - row.remove(); - nextIndex -= 1; - // If a post-delete callback was provided, call it with the deleted form: - if (options.removed) { - options.removed(row); - } - $(document).trigger('formset:removed', [row, options.prefix]); - // Update the TOTAL_FORMS form count. - var forms = $("." + options.formCssClass); - $("#id_" + options.prefix + "-TOTAL_FORMS").val(forms.length); - // Show add button again once we drop below max - if ((maxForms.val() === '') || (maxForms.val() - forms.length) > 0) { - addButton.parent().show(); - } - // Also, update names and ids for all remaining form controls - // so they remain in sequence: - var i, formCount; - var updateElementCallback = function() { - updateElementIndex(this, options.prefix, i); - }; - for (i = 0, formCount = forms.length; i < formCount; i++) { - updateElementIndex($(forms).get(i), options.prefix, i); - $(forms.get(i)).find("*").each(updateElementCallback); - } - }); - // If a post-add callback was supplied, call it with the added form: - if (options.added) { - options.added(row); - } - $(document).trigger('formset:added', [row, options.prefix]); - }); - } - return this; - }; - - /* Setup plugin defaults */ - $.fn.formset.defaults = { - prefix: "form", // The form prefix for your django formset - addText: "add another", // Text for the add link - deleteText: "remove", // Text for the delete link - addCssClass: "add-row", // CSS class applied to the add link - deleteCssClass: "delete-row", // CSS class applied to the delete link - emptyCssClass: "empty-row", // CSS class applied to the empty row - formCssClass: "dynamic-form", // CSS class applied to each form in a formset - added: null, // Function called each time a new form is added - removed: null // Function called each time a form is deleted - }; - - - // Tabular inlines --------------------------------------------------------- - $.fn.tabularFormset = function(options) { - var $rows = $(this); - var alternatingRows = function(row) { - $($rows.selector).not(".add-row").removeClass("row1 row2") - .filter(":even").addClass("row1").end() - .filter(":odd").addClass("row2"); - }; - - var reinitDateTimeShortCuts = function() { - // Reinitialize the calendar and clock widgets by force - if (typeof DateTimeShortcuts !== "undefined") { - $(".datetimeshortcuts").remove(); - DateTimeShortcuts.init(); - } - }; - - var updateSelectFilter = function() { - // If any SelectFilter widgets are a part of the new form, - // instantiate a new SelectFilter instance for it. - if (typeof SelectFilter !== 'undefined') { - $('.selectfilter').each(function(index, value) { - var namearr = value.name.split('-'); - SelectFilter.init(value.id, namearr[namearr.length - 1], false); - }); - $('.selectfilterstacked').each(function(index, value) { - var namearr = value.name.split('-'); - SelectFilter.init(value.id, namearr[namearr.length - 1], true); - }); - } - }; - - var initPrepopulatedFields = function(row) { - row.find('.prepopulated_field').each(function() { - var field = $(this), - input = field.find('input, select, textarea'), - dependency_list = input.data('dependency_list') || [], - dependencies = []; - $.each(dependency_list, function(i, field_name) { - dependencies.push('#' + row.find('.field-' + field_name).find('input, select, textarea').attr('id')); - }); - if (dependencies.length) { - input.prepopulate(dependencies, input.attr('maxlength')); - } - }); - }; - - $rows.formset({ - prefix: options.prefix, - addText: options.addText, - formCssClass: "dynamic-" + options.prefix, - deleteCssClass: "inline-deletelink", - deleteText: options.deleteText, - emptyCssClass: "empty-form", - removed: alternatingRows, - added: function(row) { - initPrepopulatedFields(row); - reinitDateTimeShortCuts(); - updateSelectFilter(); - alternatingRows(row); - } - }); - - return $rows; - }; - - // Stacked inlines --------------------------------------------------------- - $.fn.stackedFormset = function(options) { - var $rows = $(this); - var updateInlineLabel = function(row) { - $($rows.selector).find(".inline_label").each(function(i) { - var count = i + 1; - $(this).html($(this).html().replace(/(#\d+)/g, "#" + count)); - }); - }; - - var reinitDateTimeShortCuts = function() { - // Reinitialize the calendar and clock widgets by force, yuck. - if (typeof DateTimeShortcuts !== "undefined") { - $(".datetimeshortcuts").remove(); - DateTimeShortcuts.init(); - } - }; - - var updateSelectFilter = function() { - // If any SelectFilter widgets were added, instantiate a new instance. - if (typeof SelectFilter !== "undefined") { - $(".selectfilter").each(function(index, value) { - var namearr = value.name.split('-'); - SelectFilter.init(value.id, namearr[namearr.length - 1], false); - }); - $(".selectfilterstacked").each(function(index, value) { - var namearr = value.name.split('-'); - SelectFilter.init(value.id, namearr[namearr.length - 1], true); - }); - } - }; - - var initPrepopulatedFields = function(row) { - row.find('.prepopulated_field').each(function() { - var field = $(this), - input = field.find('input, select, textarea'), - dependency_list = input.data('dependency_list') || [], - dependencies = []; - $.each(dependency_list, function(i, field_name) { - dependencies.push('#' + row.find('.form-row .field-' + field_name).find('input, select, textarea').attr('id')); - }); - if (dependencies.length) { - input.prepopulate(dependencies, input.attr('maxlength')); - } - }); - }; - - $rows.formset({ - prefix: options.prefix, - addText: options.addText, - formCssClass: "dynamic-" + options.prefix, - deleteCssClass: "inline-deletelink", - deleteText: options.deleteText, - emptyCssClass: "empty-form", - removed: updateInlineLabel, - added: function(row) { - initPrepopulatedFields(row); - reinitDateTimeShortCuts(); - updateSelectFilter(); - updateInlineLabel(row); - } - }); - - return $rows; - }; -})(django.jQuery); diff --git a/static/admin/js/inlines.min.js b/static/admin/js/inlines.min.js deleted file mode 100644 index f83cbec..0000000 --- a/static/admin/js/inlines.min.js +++ /dev/null @@ -1,9 +0,0 @@ -(function(b){b.fn.formset=function(d){var a=b.extend({},b.fn.formset.defaults,d),e=b(this);d=e.parent();var k=function(a,f,l){var c=new RegExp("("+f+"-(\\d+|__prefix__))");f=f+"-"+l;b(a).prop("for")&&b(a).prop("for",b(a).prop("for").replace(c,f));a.id&&(a.id=a.id.replace(c,f));a.name&&(a.name=a.name.replace(c,f))},h=b("#id_"+a.prefix+"-TOTAL_FORMS").prop("autocomplete","off"),l=parseInt(h.val(),10),f=b("#id_"+a.prefix+"-MAX_NUM_FORMS").prop("autocomplete","off"),c=""===f.val()||0<f.val()-h.val(); -e.each(function(f){b(this).not("."+a.emptyCssClass).addClass(a.formCssClass)});if(e.length&&c){var m;"TR"===e.prop("tagName")?(e=this.eq(-1).children().length,d.append('<tr class="'+a.addCssClass+'"><td colspan="'+e+'"><a href="javascript:void(0)">'+a.addText+"</a></tr>"),m=d.find("tr:last a")):(e.filter(":last").after('<div class="'+a.addCssClass+'"><a href="javascript:void(0)">'+a.addText+"</a></div>"),m=e.filter(":last").next().find("a"));m.click(function(c){c.preventDefault();c=b("#"+a.prefix+ -"-empty");var g=c.clone(!0);g.removeClass(a.emptyCssClass).addClass(a.formCssClass).attr("id",a.prefix+"-"+l);g.is("tr")?g.children(":last").append('<div><a class="'+a.deleteCssClass+'" href="javascript:void(0)">'+a.deleteText+"</a></div>"):g.is("ul")||g.is("ol")?g.append('<li><a class="'+a.deleteCssClass+'" href="javascript:void(0)">'+a.deleteText+"</a></li>"):g.children(":first").append('<span><a class="'+a.deleteCssClass+'" href="javascript:void(0)">'+a.deleteText+"</a></span>");g.find("*").each(function(){k(this, -a.prefix,h.val())});g.insertBefore(b(c));b(h).val(parseInt(h.val(),10)+1);l+=1;""!==f.val()&&0>=f.val()-h.val()&&m.parent().hide();g.find("a."+a.deleteCssClass).click(function(c){c.preventDefault();g.remove();--l;a.removed&&a.removed(g);b(document).trigger("formset:removed",[g,a.prefix]);c=b("."+a.formCssClass);b("#id_"+a.prefix+"-TOTAL_FORMS").val(c.length);(""===f.val()||0<f.val()-c.length)&&m.parent().show();var d,e,h=function(){k(this,a.prefix,d)};d=0;for(e=c.length;d<e;d++)k(b(c).get(d),a.prefix, -d),b(c.get(d)).find("*").each(h)});a.added&&a.added(g);b(document).trigger("formset:added",[g,a.prefix])})}return this};b.fn.formset.defaults={prefix:"form",addText:"add another",deleteText:"remove",addCssClass:"add-row",deleteCssClass:"delete-row",emptyCssClass:"empty-row",formCssClass:"dynamic-form",added:null,removed:null};b.fn.tabularFormset=function(d){var a=b(this),e=function(l){b(a.selector).not(".add-row").removeClass("row1 row2").filter(":even").addClass("row1").end().filter(":odd").addClass("row2")}, -k=function(){"undefined"!==typeof SelectFilter&&(b(".selectfilter").each(function(a,b){var c=b.name.split("-");SelectFilter.init(b.id,c[c.length-1],!1)}),b(".selectfilterstacked").each(function(a,b){var c=b.name.split("-");SelectFilter.init(b.id,c[c.length-1],!0)}))},h=function(a){a.find(".prepopulated_field").each(function(){var f=b(this).find("input, select, textarea"),c=f.data("dependency_list")||[],d=[];b.each(c,function(b,c){d.push("#"+a.find(".field-"+c).find("input, select, textarea").attr("id"))}); -d.length&&f.prepopulate(d,f.attr("maxlength"))})};a.formset({prefix:d.prefix,addText:d.addText,formCssClass:"dynamic-"+d.prefix,deleteCssClass:"inline-deletelink",deleteText:d.deleteText,emptyCssClass:"empty-form",removed:e,added:function(a){h(a);"undefined"!==typeof DateTimeShortcuts&&(b(".datetimeshortcuts").remove(),DateTimeShortcuts.init());k();e(a)}});return a};b.fn.stackedFormset=function(d){var a=b(this),e=function(d){b(a.selector).find(".inline_label").each(function(a){a+=1;b(this).html(b(this).html().replace(/(#\d+)/g, -"#"+a))})},k=function(){"undefined"!==typeof SelectFilter&&(b(".selectfilter").each(function(a,b){var c=b.name.split("-");SelectFilter.init(b.id,c[c.length-1],!1)}),b(".selectfilterstacked").each(function(a,b){var c=b.name.split("-");SelectFilter.init(b.id,c[c.length-1],!0)}))},h=function(a){a.find(".prepopulated_field").each(function(){var d=b(this).find("input, select, textarea"),c=d.data("dependency_list")||[],e=[];b.each(c,function(b,c){e.push("#"+a.find(".form-row .field-"+c).find("input, select, textarea").attr("id"))}); -e.length&&d.prepopulate(e,d.attr("maxlength"))})};a.formset({prefix:d.prefix,addText:d.addText,formCssClass:"dynamic-"+d.prefix,deleteCssClass:"inline-deletelink",deleteText:d.deleteText,emptyCssClass:"empty-form",removed:e,added:function(a){h(a);"undefined"!==typeof DateTimeShortcuts&&(b(".datetimeshortcuts").remove(),DateTimeShortcuts.init());k();e(a)}});return a}})(django.jQuery); diff --git a/static/admin/js/jquery.init.js b/static/admin/js/jquery.init.js deleted file mode 100644 index f3ac162..0000000 --- a/static/admin/js/jquery.init.js +++ /dev/null @@ -1,8 +0,0 @@ -/*global django:true, jQuery:false*/ -/* Puts the included jQuery into our own namespace using noConflict and passing - * it 'true'. This ensures that the included jQuery doesn't pollute the global - * namespace (i.e. this preserves pre-existing values for both window.$ and - * window.jQuery). - */ -var django = django || {}; -django.jQuery = jQuery.noConflict(true); diff --git a/static/admin/js/popup_response.js b/static/admin/js/popup_response.js deleted file mode 100644 index b4a07e7..0000000 --- a/static/admin/js/popup_response.js +++ /dev/null @@ -1,16 +0,0 @@ -/*global opener */ -(function() { - 'use strict'; - var initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); - switch(initData.action) { - case 'change': - opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); - break; - case 'delete': - opener.dismissDeleteRelatedObjectPopup(window, initData.value); - break; - default: - opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); - break; - } -})(); diff --git a/static/admin/js/prepopulate.js b/static/admin/js/prepopulate.js deleted file mode 100644 index 5d4b0e8..0000000 --- a/static/admin/js/prepopulate.js +++ /dev/null @@ -1,42 +0,0 @@ -/*global URLify*/ -(function($) { - 'use strict'; - $.fn.prepopulate = function(dependencies, maxLength, allowUnicode) { - /* - Depends on urlify.js - Populates a selected field with the values of the dependent fields, - URLifies and shortens the string. - dependencies - array of dependent fields ids - maxLength - maximum length of the URLify'd string - allowUnicode - Unicode support of the URLify'd string - */ - return this.each(function() { - var prepopulatedField = $(this); - - var populate = function() { - // Bail if the field's value has been changed by the user - if (prepopulatedField.data('_changed')) { - return; - } - - var values = []; - $.each(dependencies, function(i, field) { - field = $(field); - if (field.val().length > 0) { - values.push(field.val()); - } - }); - prepopulatedField.val(URLify(values.join(' '), maxLength, allowUnicode)); - }; - - prepopulatedField.data('_changed', false); - prepopulatedField.change(function() { - prepopulatedField.data('_changed', true); - }); - - if (!prepopulatedField.val()) { - $(dependencies.join(',')).keyup(populate).change(populate).focus(populate); - } - }); - }; -})(django.jQuery); diff --git a/static/admin/js/prepopulate.min.js b/static/admin/js/prepopulate.min.js deleted file mode 100644 index 75f3c17..0000000 --- a/static/admin/js/prepopulate.min.js +++ /dev/null @@ -1 +0,0 @@ -(function(c){c.fn.prepopulate=function(e,f,g){return this.each(function(){var a=c(this),b=function(){if(!a.data("_changed")){var b=[];c.each(e,function(a,d){d=c(d);0<d.val().length&&b.push(d.val())});a.val(URLify(b.join(" "),f,g))}};a.data("_changed",!1);a.change(function(){a.data("_changed",!0)});a.val()||c(e.join(",")).keyup(b).change(b).focus(b)})}})(django.jQuery); diff --git a/static/admin/js/prepopulate_init.js b/static/admin/js/prepopulate_init.js deleted file mode 100644 index 184df92..0000000 --- a/static/admin/js/prepopulate_init.js +++ /dev/null @@ -1,10 +0,0 @@ -(function($) { - 'use strict'; - var fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); - $.each(fields, function(index, field) { - $('.empty-form .form-row .field-' + field.name + ', .empty-form.form-row .field-' + field.name).addClass('prepopulated_field'); - $(field.id).data('dependency_list', field.dependency_list).prepopulate( - field.dependency_ids, field.maxLength, field.allowUnicode - ); - }); -})(django.jQuery); diff --git a/static/admin/js/timeparse.js b/static/admin/js/timeparse.js deleted file mode 100644 index 3cdc7ec..0000000 --- a/static/admin/js/timeparse.js +++ /dev/null @@ -1,106 +0,0 @@ -(function() { - 'use strict'; - var timeParsePatterns = [ - // 9 - { - re: /^\d{1,2}$/i, - handler: function(bits) { - if (bits[0].length === 1) { - return '0' + bits[0] + ':00'; - } else { - return bits[0] + ':00'; - } - } - }, - // 13:00 - { - re: /^\d{2}[:.]\d{2}$/i, - handler: function(bits) { - return bits[0].replace('.', ':'); - } - }, - // 9:00 - { - re: /^\d[:.]\d{2}$/i, - handler: function(bits) { - return '0' + bits[0].replace('.', ':'); - } - }, - // 3 am / 3 a.m. / 3am - { - re: /^(\d+)\s*([ap])(?:.?m.?)?$/i, - handler: function(bits) { - var hour = parseInt(bits[1]); - if (hour === 12) { - hour = 0; - } - if (bits[2].toLowerCase() === 'p') { - if (hour === 12) { - hour = 0; - } - return (hour + 12) + ':00'; - } else { - if (hour < 10) { - return '0' + hour + ':00'; - } else { - return hour + ':00'; - } - } - } - }, - // 3.30 am / 3:15 a.m. / 3.00am - { - re: /^(\d+)[.:](\d{2})\s*([ap]).?m.?$/i, - handler: function(bits) { - var hour = parseInt(bits[1]); - var mins = parseInt(bits[2]); - if (mins < 10) { - mins = '0' + mins; - } - if (hour === 12) { - hour = 0; - } - if (bits[3].toLowerCase() === 'p') { - if (hour === 12) { - hour = 0; - } - return (hour + 12) + ':' + mins; - } else { - if (hour < 10) { - return '0' + hour + ':' + mins; - } else { - return hour + ':' + mins; - } - } - } - }, - // noon - { - re: /^no/i, - handler: function(bits) { - return '12:00'; - } - }, - // midnight - { - re: /^mid/i, - handler: function(bits) { - return '00:00'; - } - } - ]; - - function parseTimeString(s) { - for (var i = 0; i < timeParsePatterns.length; i++) { - var re = timeParsePatterns[i].re; - var handler = timeParsePatterns[i].handler; - var bits = re.exec(s); - if (bits) { - return handler(bits); - } - } - return s; - } - - window.parseTimeString = parseTimeString; -})(); diff --git a/static/admin/js/urlify.js b/static/admin/js/urlify.js deleted file mode 100644 index b27325e..0000000 --- a/static/admin/js/urlify.js +++ /dev/null @@ -1,171 +0,0 @@ -/*global XRegExp*/ -(function() { - 'use strict'; - - var LATIN_MAP = { - 'À': 'A', 'Ã': 'A', 'Â': 'A', 'Ã': 'A', 'Ä': 'A', 'Ã…': 'A', 'Æ': 'AE', - 'Ç': 'C', 'È': 'E', 'É': 'E', 'Ê': 'E', 'Ë': 'E', 'ÃŒ': 'I', 'Ã': 'I', - 'ÃŽ': 'I', 'Ã': 'I', 'Ã': 'D', 'Ñ': 'N', 'Ã’': 'O', 'Ó': 'O', 'Ô': 'O', - 'Õ': 'O', 'Ö': 'O', 'Å': 'O', 'Ø': 'O', 'Ù': 'U', 'Ú': 'U', 'Û': 'U', - 'Ãœ': 'U', 'Å°': 'U', 'Ã': 'Y', 'Þ': 'TH', 'Ÿ': 'Y', 'ß': 'ss', 'à ': 'a', - 'á': 'a', 'â': 'a', 'ã': 'a', 'ä': 'a', 'Ã¥': 'a', 'æ': 'ae', 'ç': 'c', - 'è': 'e', 'é': 'e', 'ê': 'e', 'ë': 'e', 'ì': 'i', 'Ã': 'i', 'î': 'i', - 'ï': 'i', 'ð': 'd', 'ñ': 'n', 'ò': 'o', 'ó': 'o', 'ô': 'o', 'õ': 'o', - 'ö': 'o', 'Å‘': 'o', 'ø': 'o', 'ù': 'u', 'ú': 'u', 'û': 'u', 'ü': 'u', - 'ű': 'u', 'ý': 'y', 'þ': 'th', 'ÿ': 'y' - }; - var LATIN_SYMBOLS_MAP = { - '©': '(c)' - }; - var GREEK_MAP = { - 'α': 'a', 'β': 'b', 'γ': 'g', 'δ': 'd', 'ε': 'e', 'ζ': 'z', 'η': 'h', - 'θ': '8', 'ι': 'i', 'κ': 'k', 'λ': 'l', 'μ': 'm', 'ν': 'n', 'ξ': '3', - 'ο': 'o', 'Ï€': 'p', 'Ï': 'r', 'σ': 's', 'Ï„': 't', 'Ï…': 'y', 'φ': 'f', - 'χ': 'x', 'ψ': 'ps', 'ω': 'w', 'ά': 'a', 'Î': 'e', 'ί': 'i', 'ÏŒ': 'o', - 'Ï': 'y', 'ή': 'h', 'ÏŽ': 'w', 'Ï‚': 's', 'ÏŠ': 'i', 'ΰ': 'y', 'Ï‹': 'y', - 'Î': 'i', 'Α': 'A', 'Î’': 'B', 'Γ': 'G', 'Δ': 'D', 'Ε': 'E', 'Ζ': 'Z', - 'Η': 'H', 'Θ': '8', 'Ι': 'I', 'Κ': 'K', 'Λ': 'L', 'Îœ': 'M', 'Î': 'N', - 'Ξ': '3', 'Ο': 'O', 'Î ': 'P', 'Ρ': 'R', 'Σ': 'S', 'Τ': 'T', 'Î¥': 'Y', - 'Φ': 'F', 'Χ': 'X', 'Ψ': 'PS', 'Ω': 'W', 'Ά': 'A', 'Έ': 'E', 'Ί': 'I', - 'ÎŒ': 'O', 'ÎŽ': 'Y', 'Ή': 'H', 'Î': 'W', 'Ϊ': 'I', 'Ϋ': 'Y' - }; - var TURKISH_MAP = { - 'ÅŸ': 's', 'Åž': 'S', 'ı': 'i', 'Ä°': 'I', 'ç': 'c', 'Ç': 'C', 'ü': 'u', - 'Ãœ': 'U', 'ö': 'o', 'Ö': 'O', 'ÄŸ': 'g', 'Äž': 'G' - }; - var ROMANIAN_MAP = { - 'ă': 'a', 'î': 'i', 'È™': 's', 'È›': 't', 'â': 'a', - 'Ä‚': 'A', 'ÃŽ': 'I', 'Ș': 'S', 'Èš': 'T', 'Â': 'A' - }; - var RUSSIAN_MAP = { - 'а': 'a', 'б': 'b', 'в': 'v', 'г': 'g', 'д': 'd', 'е': 'e', 'Ñ‘': 'yo', - 'ж': 'zh', 'з': 'z', 'и': 'i', 'й': 'j', 'к': 'k', 'л': 'l', 'м': 'm', - 'н': 'n', 'о': 'o', 'п': 'p', 'Ñ€': 'r', 'Ñ': 's', 'Ñ‚': 't', 'у': 'u', - 'Ñ„': 'f', 'Ñ…': 'h', 'ц': 'c', 'ч': 'ch', 'ш': 'sh', 'щ': 'sh', 'ÑŠ': '', - 'Ñ‹': 'y', 'ÑŒ': '', 'Ñ': 'e', 'ÑŽ': 'yu', 'Ñ': 'ya', - 'Ð': 'A', 'Б': 'B', 'Ð’': 'V', 'Г': 'G', 'Д': 'D', 'Е': 'E', 'Ð': 'Yo', - 'Ж': 'Zh', 'З': 'Z', 'И': 'I', 'Й': 'J', 'К': 'K', 'Л': 'L', 'Ðœ': 'M', - 'Ð': 'N', 'О': 'O', 'П': 'P', 'Ð ': 'R', 'С': 'S', 'Т': 'T', 'У': 'U', - 'Ф': 'F', 'Ð¥': 'H', 'Ц': 'C', 'Ч': 'Ch', 'Ш': 'Sh', 'Щ': 'Sh', 'Ъ': '', - 'Ы': 'Y', 'Ь': '', 'Ð': 'E', 'Ю': 'Yu', 'Я': 'Ya' - }; - var UKRAINIAN_MAP = { - 'Є': 'Ye', 'І': 'I', 'Ї': 'Yi', 'Ò': 'G', 'Ñ”': 'ye', 'Ñ–': 'i', - 'Ñ—': 'yi', 'Ò‘': 'g' - }; - var CZECH_MAP = { - 'Ä': 'c', 'Ä': 'd', 'Ä›': 'e', 'ň': 'n', 'Å™': 'r', 'Å¡': 's', 'Å¥': 't', - 'ů': 'u', 'ž': 'z', 'ÄŒ': 'C', 'ÄŽ': 'D', 'Äš': 'E', 'Ň': 'N', 'Ř': 'R', - 'Å ': 'S', 'Ť': 'T', 'Å®': 'U', 'Ž': 'Z' - }; - var POLISH_MAP = { - 'Ä…': 'a', 'ć': 'c', 'Ä™': 'e', 'Å‚': 'l', 'Å„': 'n', 'ó': 'o', 'Å›': 's', - 'ź': 'z', 'ż': 'z', - 'Ä„': 'A', 'Ć': 'C', 'Ę': 'E', 'Å': 'L', 'Ń': 'N', 'Ó': 'O', 'Åš': 'S', - 'Ź': 'Z', 'Å»': 'Z' - }; - var LATVIAN_MAP = { - 'Ä': 'a', 'Ä': 'c', 'Ä“': 'e', 'Ä£': 'g', 'Ä«': 'i', 'Ä·': 'k', 'ļ': 'l', - 'ņ': 'n', 'Å¡': 's', 'Å«': 'u', 'ž': 'z', - 'Ä€': 'A', 'ÄŒ': 'C', 'Ä’': 'E', 'Ä¢': 'G', 'Ī': 'I', 'Ķ': 'K', 'Ä»': 'L', - 'Å…': 'N', 'Å ': 'S', 'Ū': 'U', 'Ž': 'Z' - }; - var ARABIC_MAP = { - 'Ø£': 'a', 'ب': 'b', 'ت': 't', 'Ø«': 'th', 'ج': 'g', 'Ø': 'h', 'Ø®': 'kh', 'د': 'd', - 'Ø°': 'th', 'ر': 'r', 'ز': 'z', 'س': 's', 'Ø´': 'sh', 'ص': 's', 'ض': 'd', 'Ø·': 't', - 'ظ': 'th', 'ع': 'aa', 'غ': 'gh', 'Ù': 'f', 'Ù‚': 'k', 'Ùƒ': 'k', 'Ù„': 'l', 'Ù…': 'm', - 'Ù†': 'n', 'Ù‡': 'h', 'Ùˆ': 'o', 'ÙŠ': 'y' - }; - var LITHUANIAN_MAP = { - 'Ä…': 'a', 'Ä': 'c', 'Ä™': 'e', 'Ä—': 'e', 'į': 'i', 'Å¡': 's', 'ų': 'u', - 'Å«': 'u', 'ž': 'z', - 'Ä„': 'A', 'ÄŒ': 'C', 'Ę': 'E', 'Ä–': 'E', 'Ä®': 'I', 'Å ': 'S', 'Ų': 'U', - 'Ū': 'U', 'Ž': 'Z' - }; - var SERBIAN_MAP = { - 'Ñ’': 'dj', 'ј': 'j', 'Ñ™': 'lj', 'Ñš': 'nj', 'Ñ›': 'c', 'ÑŸ': 'dz', - 'Ä‘': 'dj', 'Ђ': 'Dj', 'Ј': 'j', 'Љ': 'Lj', 'Њ': 'Nj', 'Ћ': 'C', - 'Ð': 'Dz', 'Ä': 'Dj' - }; - var AZERBAIJANI_MAP = { - 'ç': 'c', 'É™': 'e', 'ÄŸ': 'g', 'ı': 'i', 'ö': 'o', 'ÅŸ': 's', 'ü': 'u', - 'Ç': 'C', 'Æ': 'E', 'Äž': 'G', 'Ä°': 'I', 'Ö': 'O', 'Åž': 'S', 'Ãœ': 'U' - }; - - var ALL_DOWNCODE_MAPS = [ - LATIN_MAP, - LATIN_SYMBOLS_MAP, - GREEK_MAP, - TURKISH_MAP, - ROMANIAN_MAP, - RUSSIAN_MAP, - UKRAINIAN_MAP, - CZECH_MAP, - POLISH_MAP, - LATVIAN_MAP, - ARABIC_MAP, - LITHUANIAN_MAP, - SERBIAN_MAP, - AZERBAIJANI_MAP - ]; - - var Downcoder = { - 'Initialize': function() { - if (Downcoder.map) { // already made - return; - } - Downcoder.map = {}; - Downcoder.chars = []; - for (var i = 0; i < ALL_DOWNCODE_MAPS.length; i++) { - var lookup = ALL_DOWNCODE_MAPS[i]; - for (var c in lookup) { - if (lookup.hasOwnProperty(c)) { - Downcoder.map[c] = lookup[c]; - } - } - } - for (var k in Downcoder.map) { - if (Downcoder.map.hasOwnProperty(k)) { - Downcoder.chars.push(k); - } - } - Downcoder.regex = new RegExp(Downcoder.chars.join('|'), 'g'); - } - }; - - function downcode(slug) { - Downcoder.Initialize(); - return slug.replace(Downcoder.regex, function(m) { - return Downcoder.map[m]; - }); - } - - - function URLify(s, num_chars, allowUnicode) { - // changes, e.g., "Petty theft" to "petty-theft" - // remove all these words from the string before urlifying - if (!allowUnicode) { - s = downcode(s); - } - var removelist = [ - "a", "an", "as", "at", "before", "but", "by", "for", "from", "is", - "in", "into", "like", "of", "off", "on", "onto", "per", "since", - "than", "the", "this", "that", "to", "up", "via", "with" - ]; - var r = new RegExp('\\b(' + removelist.join('|') + ')\\b', 'gi'); - s = s.replace(r, ''); - // if downcode doesn't hit, the char will be stripped here - if (allowUnicode) { - // Keep Unicode letters including both lowercase and uppercase - // characters, whitespace, and dash; remove other characters. - s = XRegExp.replace(s, XRegExp('[^-_\\p{L}\\p{N}\\s]', 'g'), ''); - } else { - s = s.replace(/[^-\w\s]/g, ''); // remove unneeded chars - } - s = s.replace(/^\s+|\s+$/g, ''); // trim leading/trailing spaces - s = s.replace(/[-\s]+/g, '-'); // convert spaces to hyphens - s = s.toLowerCase(); // convert to lowercase - return s.substring(0, num_chars); // trim to first num_chars chars - } - window.URLify = URLify; -})(); diff --git a/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt b/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt deleted file mode 100644 index d930e62..0000000 --- a/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt +++ /dev/null @@ -1,26 +0,0 @@ -Copyright jQuery Foundation and other contributors, https://jquery.org/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/jquery - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/static/admin/js/vendor/jquery/jquery.js b/static/admin/js/vendor/jquery/jquery.js deleted file mode 100644 index eed1777..0000000 --- a/static/admin/js/vendor/jquery/jquery.js +++ /dev/null @@ -1,9210 +0,0 @@ -/*! - * jQuery JavaScript Library v2.1.4 - * http://jquery.com/ - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * - * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2015-04-28T16:01Z - */ - -(function( global, factory ) { - - if ( typeof module === "object" && typeof module.exports === "object" ) { - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Support: Firefox 18+ -// Can't be in strict mode, several libs including ASP.NET trace -// the stack via arguments.caller.callee and Firefox dies if -// you try to trace through "use strict" call chains. (#13335) -// - -var arr = []; - -var slice = arr.slice; - -var concat = arr.concat; - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var support = {}; - - - -var - // Use the correct document accordingly with window argument (sandbox) - document = window.document, - - version = "2.1.4", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }, - - // Support: Android<4.1 - // Make sure we trim BOM and NBSP - rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, - - // Matches dashed string for camelizing - rmsPrefix = /^-ms-/, - rdashAlpha = /-([\da-z])/gi, - - // Used by jQuery.camelCase as callback to replace() - fcamelCase = function( all, letter ) { - return letter.toUpperCase(); - }; - -jQuery.fn = jQuery.prototype = { - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // Start with an empty selector - selector: "", - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - return num != null ? - - // Return just the one element from the set - ( num < 0 ? this[ num + this.length ] : this[ num ] ) : - - // Return all the elements in a clean array - slice.call( this ); - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - ret.context = this.context; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - // (You can seed the arguments with an array of args, but this is - // only used internally.) - each: function( callback, args ) { - return jQuery.each( this, callback, args ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map(this, function( elem, i ) { - return callback.call( elem, i, elem ); - })); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(null); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[0] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !jQuery.isFunction(target) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - // Only deal with non-null/undefined values - if ( (options = arguments[ i ]) != null ) { - // Extend the base object - for ( name in options ) { - src = target[ name ]; - copy = options[ name ]; - - // Prevent never-ending loop - if ( target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { - if ( copyIsArray ) { - copyIsArray = false; - clone = src && jQuery.isArray(src) ? src : []; - - } else { - clone = src && jQuery.isPlainObject(src) ? src : {}; - } - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend({ - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isFunction: function( obj ) { - return jQuery.type(obj) === "function"; - }, - - isArray: Array.isArray, - - isWindow: function( obj ) { - return obj != null && obj === obj.window; - }, - - isNumeric: function( obj ) { - // parseFloat NaNs numeric-cast false positives (null|true|false|"") - // ...but misinterprets leading-number strings, particularly hex literals ("0x...") - // subtraction forces infinities to NaN - // adding 1 corrects loss of precision from parseFloat (#15100) - return !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0; - }, - - isPlainObject: function( obj ) { - // Not plain objects: - // - Any object or value whose internal [[Class]] property is not "[object Object]" - // - DOM nodes - // - window - if ( jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { - return false; - } - - if ( obj.constructor && - !hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) { - return false; - } - - // If the function hasn't returned already, we're confident that - // |obj| is a plain object, created by {} or constructed with new Object - return true; - }, - - isEmptyObject: function( obj ) { - var name; - for ( name in obj ) { - return false; - } - return true; - }, - - type: function( obj ) { - if ( obj == null ) { - return obj + ""; - } - // Support: Android<4.0, iOS<6 (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call(obj) ] || "object" : - typeof obj; - }, - - // Evaluates a script in a global context - globalEval: function( code ) { - var script, - indirect = eval; - - code = jQuery.trim( code ); - - if ( code ) { - // If the code includes a valid, prologue position - // strict mode pragma, execute code by injecting a - // script tag into the document. - if ( code.indexOf("use strict") === 1 ) { - script = document.createElement("script"); - script.text = code; - document.head.appendChild( script ).parentNode.removeChild( script ); - } else { - // Otherwise, avoid the DOM node creation, insertion - // and removal by using an indirect global eval - indirect( code ); - } - } - }, - - // Convert dashed to camelCase; used by the css and data modules - // Support: IE9-11+ - // Microsoft forgot to hump their vendor prefix (#9572) - camelCase: function( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); - }, - - nodeName: function( elem, name ) { - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - }, - - // args is for internal usage only - each: function( obj, callback, args ) { - var value, - i = 0, - length = obj.length, - isArray = isArraylike( obj ); - - if ( args ) { - if ( isArray ) { - for ( ; i < length; i++ ) { - value = callback.apply( obj[ i ], args ); - - if ( value === false ) { - break; - } - } - } else { - for ( i in obj ) { - value = callback.apply( obj[ i ], args ); - - if ( value === false ) { - break; - } - } - } - - // A special, fast, case for the most common use of each - } else { - if ( isArray ) { - for ( ; i < length; i++ ) { - value = callback.call( obj[ i ], i, obj[ i ] ); - - if ( value === false ) { - break; - } - } - } else { - for ( i in obj ) { - value = callback.call( obj[ i ], i, obj[ i ] ); - - if ( value === false ) { - break; - } - } - } - } - - return obj; - }, - - // Support: Android<4.1 - trim: function( text ) { - return text == null ? - "" : - ( text + "" ).replace( rtrim, "" ); - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArraylike( Object(arr) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var value, - i = 0, - length = elems.length, - isArray = isArraylike( elems ), - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArray ) { - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return concat.apply( [], ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // Bind a function to a context, optionally partially applying any - // arguments. - proxy: function( fn, context ) { - var tmp, args, proxy; - - if ( typeof context === "string" ) { - tmp = fn[ context ]; - context = fn; - fn = tmp; - } - - // Quick check to determine if target is callable, in the spec - // this throws a TypeError, but we will just return undefined. - if ( !jQuery.isFunction( fn ) ) { - return undefined; - } - - // Simulated bind - args = slice.call( arguments, 2 ); - proxy = function() { - return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); - }; - - // Set the guid of unique handler to the same of original handler, so it can be removed - proxy.guid = fn.guid = fn.guid || jQuery.guid++; - - return proxy; - }, - - now: Date.now, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -}); - -// Populate the class2type map -jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -}); - -function isArraylike( obj ) { - - // Support: iOS 8.2 (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = "length" in obj && obj.length, - type = jQuery.type( obj ); - - if ( type === "function" || jQuery.isWindow( obj ) ) { - return false; - } - - if ( obj.nodeType === 1 && length ) { - return true; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.2.0-pre - * http://sizzlejs.com/ - * - * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2014-12-16 - */ -(function( window ) { - -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // General-purpose constants - MAX_NEGATIVE = 1 << 31, - - // Instance methods - hasOwn = ({}).hasOwnProperty, - arr = [], - pop = arr.pop, - push_native = arr.push, - push = arr.push, - slice = arr.slice, - // Use a stripped-down indexOf as it's faster than native - // http://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[i] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - // http://www.w3.org/TR/css3-syntax/#characters - characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", - - // Loosely modeled on CSS identifier characters - // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors - // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier - identifier = characterEncoding.replace( "w", "w#" ), - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace + - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + - "*\\]", - - pseudos = ":(" + characterEncoding + ")(?:\\((" + - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), - - rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + characterEncoding + ")" ), - "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), - "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + - "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + - "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + - whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - rescape = /'|\\/g, - - // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), - funescape = function( _, escaped, escapedWhitespace ) { - var high = "0x" + escaped - 0x10000; - // NaN means non-codepoint - // Support: Firefox<24 - // Workaround erroneous numeric interpretation of +"0x" - return high !== high || escapedWhitespace ? - escaped : - high < 0 ? - // BMP codepoint - String.fromCharCode( high + 0x10000 ) : - // Supplemental Plane codepoint (surrogate pair) - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }; - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - (arr = slice.call( preferredDoc.childNodes )), - preferredDoc.childNodes - ); - // Support: Android<4.0 - // Detect silently failing push.apply - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - push_native.apply( target, slice.call(els) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - // Can't trust NodeList.length - while ( (target[j++] = els[i++]) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var match, elem, m, nodeType, - // QSA vars - i, groups, old, nid, newContext, newSelector; - - if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { - setDocument( context ); - } - - context = context || document; - results = results || []; - nodeType = context.nodeType; - - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - if ( !seed && documentIsHTML ) { - - // Try to shortcut find operations when possible (e.g., not under DocumentFragment) - if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { - // Speed-up: Sizzle("#ID") - if ( (m = match[1]) ) { - if ( nodeType === 9 ) { - elem = context.getElementById( m ); - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document (jQuery #6963) - if ( elem && elem.parentNode ) { - // Handle the case where IE, Opera, and Webkit return items - // by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - } else { - // Context is not a document - if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && - contains( context, elem ) && elem.id === m ) { - results.push( elem ); - return results; - } - } - - // Speed-up: Sizzle("TAG") - } else if ( match[2] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Speed-up: Sizzle(".CLASS") - } else if ( (m = match[3]) && support.getElementsByClassName ) { - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // QSA path - if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { - nid = old = expando; - newContext = context; - newSelector = nodeType !== 1 && selector; - - // qSA works strangely on Element-rooted queries - // We can work around this by specifying an extra ID on the root - // and working up from there (Thanks to Andrew Dupont for the technique) - // IE 8 doesn't work on object elements - if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { - groups = tokenize( selector ); - - if ( (old = context.getAttribute("id")) ) { - nid = old.replace( rescape, "\\$&" ); - } else { - context.setAttribute( "id", nid ); - } - nid = "[id='" + nid + "'] "; - - i = groups.length; - while ( i-- ) { - groups[i] = nid + toSelector( groups[i] ); - } - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || context; - newSelector = groups.join(","); - } - - if ( newSelector ) { - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch(qsaError) { - } finally { - if ( !old ) { - context.removeAttribute("id"); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {Function(string, Object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return (cache[ key + " " ] = value); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created div and expects a boolean result - */ -function assert( fn ) { - var div = document.createElement("div"); - - try { - return !!fn( div ); - } catch (e) { - return false; - } finally { - // Remove from its parent by default - if ( div.parentNode ) { - div.parentNode.removeChild( div ); - } - // release memory in IE - div = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split("|"), - i = attrs.length; - - while ( i-- ) { - Expr.attrHandle[ arr[i] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - ( ~b.sourceIndex || MAX_NEGATIVE ) - - ( ~a.sourceIndex || MAX_NEGATIVE ); - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( (cur = cur.nextSibling) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction(function( argument ) { - argument = +argument; - return markFunction(function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ (j = matchIndexes[i]) ] ) { - seed[j] = !(matches[j] = seed[j]); - } - } - }); - }); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - // documentElement is verified for cases where it doesn't yet exist - // (such as loading iframes in IE - #4833) - var documentElement = elem && (elem.ownerDocument || elem).documentElement; - return documentElement ? documentElement.nodeName !== "HTML" : false; -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, parent, - doc = node ? node.ownerDocument || node : preferredDoc; - - // If no document and documentElement is available, return - if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Set our document - document = doc; - docElem = doc.documentElement; - parent = doc.defaultView; - - // Support: IE>8 - // If iframe document is assigned to "document" variable and if iframe has been reloaded, - // IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936 - // IE6-8 do not support the defaultView property so parent will be undefined - if ( parent && parent !== parent.top ) { - // IE11 does not have attachEvent, so all must suffer - if ( parent.addEventListener ) { - parent.addEventListener( "unload", unloadHandler, false ); - } else if ( parent.attachEvent ) { - parent.attachEvent( "onunload", unloadHandler ); - } - } - - /* Support tests - ---------------------------------------------------------------------- */ - documentIsHTML = !isXML( doc ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert(function( div ) { - div.className = "i"; - return !div.getAttribute("className"); - }); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert(function( div ) { - div.appendChild( doc.createComment("") ); - return !div.getElementsByTagName("*").length; - }); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( doc.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert(function( div ) { - docElem.appendChild( div ).id = expando; - return !doc.getElementsByName || !doc.getElementsByName( expando ).length; - }); - - // ID find and filter - if ( support.getById ) { - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var m = context.getElementById( id ); - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - return m && m.parentNode ? [ m ] : []; - } - }; - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute("id") === attrId; - }; - }; - } else { - // Support: IE6/7 - // getElementById is not reliable as a find shortcut - delete Expr.find["ID"]; - - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id"); - return node && node.value === attrId; - }; - }; - } - - // Tag - Expr.find["TAG"] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( (elem = results[i++]) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { - if ( documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See http://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) { - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert(function( div ) { - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // http://bugs.jquery.com/ticket/12359 - docElem.appendChild( div ).innerHTML = "<a id='" + expando + "'></a>" + - "<select id='" + expando + "-\f]' msallowcapture=''>" + - "<option selected=''></option></select>"; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( div.querySelectorAll("[msallowcapture^='']").length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !div.querySelectorAll("[selected]").length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+ - if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push("~="); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !div.querySelectorAll(":checked").length ) { - rbuggyQSA.push(":checked"); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibing-combinator selector` fails - if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push(".#.+[+~]"); - } - }); - - assert(function( div ) { - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = doc.createElement("input"); - input.setAttribute( "type", "hidden" ); - div.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( div.querySelectorAll("[name=d]").length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( !div.querySelectorAll(":enabled").length ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Opera 10-11 does not throw on post-comma invalid pseudos - div.querySelectorAll("*,:x"); - rbuggyQSA.push(",.*:"); - }); - } - - if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector) )) ) { - - assert(function( div ) { - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( div, "div" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( div, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - }); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully does not implement inclusive descendent - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - )); - } : - function( a, b ) { - if ( b ) { - while ( (b = b.parentNode) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { - - // Choose the first element that is related to our preferred document - if ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { - return -1; - } - if ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - return a === doc ? -1 : - b === doc ? 1 : - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( (cur = cur.parentNode) ) { - ap.unshift( cur ); - } - cur = b; - while ( (cur = cur.parentNode) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[i] === bp[i] ) { - i++; - } - - return i ? - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[i], bp[i] ) : - - // Otherwise nodes in our document sort first - ap[i] === preferredDoc ? -1 : - bp[i] === preferredDoc ? 1 : - 0; - }; - - return doc; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - // Make sure that attribute selectors are quoted - expr = expr.replace( rattributeQuotes, "='$1']" ); - - if ( support.matchesSelector && documentIsHTML && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch (e) {} - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - // Set document vars if needed - if ( ( context.ownerDocument || context ) !== document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - (val = elem.getAttributeNode(name)) && val.specified ? - val.value : - null; -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( (elem = results[i++]) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - // If no nodeType, this is expected to be an array - while ( (node = elem[i++]) ) { - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[1] = match[1].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); - - if ( match[2] === "~=" ) { - match[3] = " " + match[3] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[1] = match[1].toLowerCase(); - - if ( match[1].slice( 0, 3 ) === "nth" ) { - // nth-* requires argument - if ( !match[3] ) { - Sizzle.error( match[0] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); - match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); - - // other types prohibit arguments - } else if ( match[3] ) { - Sizzle.error( match[0] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[6] && match[2]; - - if ( matchExpr["CHILD"].test( match[0] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[3] ) { - match[2] = match[4] || match[5] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - // Get excess from tokenize (recursively) - (excess = tokenize( unquoted, true )) && - // advance to the next closing parenthesis - (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { - - // excess is a negative index - match[0] = match[0].slice( 0, excess ); - match[2] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { return true; } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && - classCache( className, function( elem ) { - return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); - }); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - }; - }, - - "CHILD": function( type, what, argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, context, xml ) { - var cache, outerCache, node, diff, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( (node = node[ dir ]) ) { - if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { - return false; - } - } - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - // Seek `elem` from a previously-cached index - outerCache = parent[ expando ] || (parent[ expando ] = {}); - cache = outerCache[ type ] || []; - nodeIndex = cache[0] === dirruns && cache[1]; - diff = cache[0] === dirruns && cache[2]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( (node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - (diff = nodeIndex = 0) || start.pop()) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - outerCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - // Use previously-cached element index if available - } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { - diff = cache[1]; - - // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) - } else { - // Use the same loop as above to seek `elem` from the start - while ( (node = ++nodeIndex && node && node[ dir ] || - (diff = nodeIndex = 0) || start.pop()) ) { - - if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { - // Cache the index of each encountered element - if ( useCache ) { - (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction(function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[i] ); - seed[ idx ] = !( matches[ idx ] = matched[i] ); - } - }) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - // Potentially complex pseudos - "not": markFunction(function( selector ) { - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction(function( seed, matches, context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( (elem = unmatched[i]) ) { - seed[i] = !(matches[i] = elem); - } - } - }) : - function( elem, context, xml ) { - input[0] = elem; - matcher( input, null, xml, results ); - // Don't keep the element (issue #299) - input[0] = null; - return !results.pop(); - }; - }), - - "has": markFunction(function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - }), - - "contains": markFunction(function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; - }; - }), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - // lang value must be a valid identifier - if ( !ridentifier.test(lang || "") ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( (elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); - return false; - }; - }), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); - }, - - // Boolean properties - "enabled": function( elem ) { - return elem.disabled === false; - }, - - "disabled": function( elem ) { - return elem.disabled === true; - }, - - "checked": function( elem ) { - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); - }, - - "selected": function( elem ) { - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos["empty"]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo(function() { - return [ 0 ]; - }), - - "last": createPositionalPseudo(function( matchIndexes, length ) { - return [ length - 1 ]; - }), - - "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - }), - - "even": createPositionalPseudo(function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "odd": createPositionalPseudo(function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }) - } -}; - -Expr.pseudos["nth"] = Expr.pseudos["eq"]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || (match = rcomma.exec( soFar )) ) { - if ( match ) { - // Don't consume trailing commas as valid - soFar = soFar.slice( match[0].length ) || soFar; - } - groups.push( (tokens = []) ); - } - - matched = false; - - // Combinators - if ( (match = rcombinators.exec( soFar )) ) { - matched = match.shift(); - tokens.push({ - value: matched, - // Cast descendant combinators to space - type: match[0].replace( rtrim, " " ) - }); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || - (match = preFilters[ type ]( match ))) ) { - matched = match.shift(); - tokens.push({ - value: matched, - type: type, - matches: match - }); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[i].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - checkNonElements = base && dir === "parentNode", - doneName = done++; - - return combinator.first ? - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching - if ( xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || (elem[ expando ] = {}); - if ( (oldCache = outerCache[ dir ]) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return (newCache[ 2 ] = oldCache[ 2 ]); - } else { - // Reuse newcache so results back-propagate to previous elements - outerCache[ dir ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { - return true; - } - } - } - } - } - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[i]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[0]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[i], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( (elem = unmatched[i]) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction(function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( (elem = temp[i]) ) { - matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) ) { - // Restore matcherIn since elem is not yet a final match - temp.push( (matcherIn[i] = elem) ); - } - } - postFinder( null, (matcherOut = []), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) && - (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { - - seed[temp] = !(results[temp] = elem); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - }); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[0].type ], - implicitRelative = leadingRelative || Expr.relative[" "], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - (checkContext = context).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( (matcher = Expr.relative[ tokens[i].type ]) ) { - matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; - } else { - matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[j].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), - len = elems.length; - - if ( outermost ) { - outermostContext = context !== document && context; - } - - // Add elements passing elementMatchers directly to results - // Keep `i` a string if there are no elements so `matchedCount` will be "00" below - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id - for ( ; i !== len && (elem = elems[i]) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - while ( (matcher = elementMatchers[j++]) ) { - if ( matcher( elem, context, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - // They will have gone through all possible matchers - if ( (elem = !matcher && elem) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // Apply set filters to unmatched elements - matchedCount += i; - if ( bySet && i !== matchedCount ) { - j = 0; - while ( (matcher = setMatchers[j++]) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !(unmatched[i] || setMatched[i]) ) { - setMatched[i] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[i] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( (selector = compiled.selector || selector) ); - - results = results || []; - - // Try to minimize operations if there is no seed and only one group - if ( match.length === 1 ) { - - // Take a shortcut and set the context if the root selector is an ID - tokens = match[0] = match[0].slice( 0 ); - if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && - support.getById && context.nodeType === 9 && documentIsHTML && - Expr.relative[ tokens[1].type ] ) { - - context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[i]; - - // Abort if we hit a combinator - if ( Expr.relative[ (type = token.type) ] ) { - break; - } - if ( (find = Expr.find[ type ]) ) { - // Search, expanding context for leading sibling combinators - if ( (seed = find( - token.matches[0].replace( runescape, funescape ), - rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context - )) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert(function( div1 ) { - // Should return 1, but returns 4 (following) - return div1.compareDocumentPosition( document.createElement("div") ) & 1; -}); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert(function( div ) { - div.innerHTML = "<a href='#'></a>"; - return div.firstChild.getAttribute("href") === "#" ; -}) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - }); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert(function( div ) { - div.innerHTML = "<input/>"; - div.firstChild.setAttribute( "value", "" ); - return div.firstChild.getAttribute( "value" ) === ""; -}) ) { - addHandle( "value", function( elem, name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - }); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert(function( div ) { - return div.getAttribute("disabled") == null; -}) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - (val = elem.getAttributeNode( name )) && val.specified ? - val.value : - null; - } - }); -} - -return Sizzle; - -})( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; -jQuery.expr[":"] = jQuery.expr.pseudos; -jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; - - - -var rneedsContext = jQuery.expr.match.needsContext; - -var rsingleTag = (/^<(\w+)\s*\/?>(?:<\/\1>|)$/); - - - -var risSimple = /^.[^:#\[\.,]*$/; - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( jQuery.isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - /* jshint -W018 */ - return !!qualifier.call( elem, i, elem ) !== not; - }); - - } - - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - }); - - } - - if ( typeof qualifier === "string" ) { - if ( risSimple.test( qualifier ) ) { - return jQuery.filter( qualifier, elements, not ); - } - - qualifier = jQuery.filter( qualifier, elements ); - } - - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) >= 0 ) !== not; - }); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - return elems.length === 1 && elem.nodeType === 1 ? - jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : - jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - })); -}; - -jQuery.fn.extend({ - find: function( selector ) { - var i, - len = this.length, - ret = [], - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter(function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - }) ); - } - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - // Needed because $( selector, context ) becomes $( context ).find( selector ) - ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); - ret.selector = this.selector ? this.selector + " " + selector : selector; - return ret; - }, - filter: function( selector ) { - return this.pushStack( winnow(this, selector || [], false) ); - }, - not: function( selector ) { - return this.pushStack( winnow(this, selector || [], true) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -}); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over <tag> to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, - - init = jQuery.fn.init = function( selector, context ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[0] === "<" && selector[ selector.length - 1 ] === ">" && selector.length >= 3 ) { - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && (match[1] || !context) ) { - - // HANDLE: $(html) -> $(array) - if ( match[1] ) { - context = context instanceof jQuery ? context[0] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[1], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - // Properties of context are called as methods if possible - if ( jQuery.isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[2] ); - - // Support: Blackberry 4.6 - // gEBID returns nodes no longer in the document (#6963) - if ( elem && elem.parentNode ) { - // Inject the element directly into the jQuery object - this.length = 1; - this[0] = elem; - } - - this.context = document; - this.selector = selector; - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || rootjQuery ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this.context = this[0] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( jQuery.isFunction( selector ) ) { - return typeof rootjQuery.ready !== "undefined" ? - rootjQuery.ready( selector ) : - // Execute immediately if ready is not present - selector( jQuery ); - } - - if ( selector.selector !== undefined ) { - this.selector = selector.selector; - this.context = selector.context; - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.extend({ - dir: function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; - }, - - sibling: function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; - } -}); - -jQuery.fn.extend({ - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter(function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[i] ) ) { - return true; - } - } - }); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? - jQuery( selectors, context || this.context ) : - 0; - - for ( ; i < l; i++ ) { - for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { - // Always skip document fragments - if ( cur.nodeType < 11 && (pos ? - pos.index(cur) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector(cur, selectors)) ) { - - matched.push( cur ); - break; - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.unique( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter(selector) - ); - } -}); - -function sibling( cur, dir ) { - while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each({ - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return jQuery.dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, i, until ) { - return jQuery.dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return jQuery.dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return jQuery.dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, i, until ) { - return jQuery.dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, i, until ) { - return jQuery.dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return jQuery.sibling( elem.firstChild ); - }, - contents: function( elem ) { - return elem.contentDocument || jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.unique( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -}); -var rnotwhite = (/\S+/g); - - - -// String to Object options format cache -var optionsCache = {}; - -// Convert String-formatted options into Object-formatted ones and store in cache -function createOptions( options ) { - var object = optionsCache[ options ] = {}; - jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { - object[ flag ] = true; - }); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - ( optionsCache[ options ] || createOptions( options ) ) : - jQuery.extend( {}, options ); - - var // Last fire value (for non-forgettable lists) - memory, - // Flag to know if list was already fired - fired, - // Flag to know if list is currently firing - firing, - // First callback to fire (used internally by add and fireWith) - firingStart, - // End of the loop when firing - firingLength, - // Index of currently firing callback (modified by remove if needed) - firingIndex, - // Actual callback list - list = [], - // Stack of fire calls for repeatable lists - stack = !options.once && [], - // Fire callbacks - fire = function( data ) { - memory = options.memory && data; - fired = true; - firingIndex = firingStart || 0; - firingStart = 0; - firingLength = list.length; - firing = true; - for ( ; list && firingIndex < firingLength; firingIndex++ ) { - if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { - memory = false; // To prevent further calls using add - break; - } - } - firing = false; - if ( list ) { - if ( stack ) { - if ( stack.length ) { - fire( stack.shift() ); - } - } else if ( memory ) { - list = []; - } else { - self.disable(); - } - } - }, - // Actual Callbacks object - self = { - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - // First, we save the current length - var start = list.length; - (function add( args ) { - jQuery.each( args, function( _, arg ) { - var type = jQuery.type( arg ); - if ( type === "function" ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && type !== "string" ) { - // Inspect recursively - add( arg ); - } - }); - })( arguments ); - // Do we need to add the callbacks to the - // current firing batch? - if ( firing ) { - firingLength = list.length; - // With memory, if we're not firing then - // we should call right away - } else if ( memory ) { - firingStart = start; - fire( memory ); - } - } - return this; - }, - // Remove a callback from the list - remove: function() { - if ( list ) { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - // Handle firing indexes - if ( firing ) { - if ( index <= firingLength ) { - firingLength--; - } - if ( index <= firingIndex ) { - firingIndex--; - } - } - } - }); - } - return this; - }, - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); - }, - // Remove all callbacks from the list - empty: function() { - list = []; - firingLength = 0; - return this; - }, - // Have the list do nothing anymore - disable: function() { - list = stack = memory = undefined; - return this; - }, - // Is it disabled? - disabled: function() { - return !list; - }, - // Lock the list in its current state - lock: function() { - stack = undefined; - if ( !memory ) { - self.disable(); - } - return this; - }, - // Is it locked? - locked: function() { - return !stack; - }, - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( list && ( !fired || stack ) ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - if ( firing ) { - stack.push( args ); - } else { - fire( args ); - } - } - return this; - }, - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -jQuery.extend({ - - Deferred: function( func ) { - var tuples = [ - // action, add listener, listener list, final state - [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], - [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], - [ "notify", "progress", jQuery.Callbacks("memory") ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - then: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - return jQuery.Deferred(function( newDefer ) { - jQuery.each( tuples, function( i, tuple ) { - var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; - // deferred[ done | fail | progress ] for forwarding actions to newDefer - deferred[ tuple[1] ](function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && jQuery.isFunction( returned.promise ) ) { - returned.promise() - .done( newDefer.resolve ) - .fail( newDefer.reject ) - .progress( newDefer.notify ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); - } - }); - }); - fns = null; - }).promise(); - }, - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Keep pipe for back-compat - promise.pipe = promise.then; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 3 ]; - - // promise[ done | fail | progress ] = list.add - promise[ tuple[1] ] = list.add; - - // Handle state - if ( stateString ) { - list.add(function() { - // state = [ resolved | rejected ] - state = stateString; - - // [ reject_list | resolve_list ].disable; progress_list.lock - }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); - } - - // deferred[ resolve | reject | notify ] - deferred[ tuple[0] ] = function() { - deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); - return this; - }; - deferred[ tuple[0] + "With" ] = list.fireWith; - }); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( subordinate /* , ..., subordinateN */ ) { - var i = 0, - resolveValues = slice.call( arguments ), - length = resolveValues.length, - - // the count of uncompleted subordinates - remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, - - // the master Deferred. If resolveValues consist of only a single Deferred, just use that. - deferred = remaining === 1 ? subordinate : jQuery.Deferred(), - - // Update function for both resolve and progress values - updateFunc = function( i, contexts, values ) { - return function( value ) { - contexts[ i ] = this; - values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( values === progressValues ) { - deferred.notifyWith( contexts, values ); - } else if ( !( --remaining ) ) { - deferred.resolveWith( contexts, values ); - } - }; - }, - - progressValues, progressContexts, resolveContexts; - - // Add listeners to Deferred subordinates; treat others as resolved - if ( length > 1 ) { - progressValues = new Array( length ); - progressContexts = new Array( length ); - resolveContexts = new Array( length ); - for ( ; i < length; i++ ) { - if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { - resolveValues[ i ].promise() - .done( updateFunc( i, resolveContexts, resolveValues ) ) - .fail( deferred.reject ) - .progress( updateFunc( i, progressContexts, progressValues ) ); - } else { - --remaining; - } - } - } - - // If we're not waiting on anything, resolve the master - if ( !remaining ) { - deferred.resolveWith( resolveContexts, resolveValues ); - } - - return deferred.promise(); - } -}); - - -// The deferred used on DOM ready -var readyList; - -jQuery.fn.ready = function( fn ) { - // Add the callback - jQuery.ready.promise().done( fn ); - - return this; -}; - -jQuery.extend({ - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Hold (or release) the ready event - holdReady: function( hold ) { - if ( hold ) { - jQuery.readyWait++; - } else { - jQuery.ready( true ); - } - }, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - - // Trigger any bound ready events - if ( jQuery.fn.triggerHandler ) { - jQuery( document ).triggerHandler( "ready" ); - jQuery( document ).off( "ready" ); - } - } -}); - -/** - * The ready event handler and self cleanup method - */ -function completed() { - document.removeEventListener( "DOMContentLoaded", completed, false ); - window.removeEventListener( "load", completed, false ); - jQuery.ready(); -} - -jQuery.ready.promise = function( obj ) { - if ( !readyList ) { - - readyList = jQuery.Deferred(); - - // Catch cases where $(document).ready() is called after the browser event has already occurred. - // We once tried to use readyState "interactive" here, but it caused issues like the one - // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 - if ( document.readyState === "complete" ) { - // Handle it asynchronously to allow scripts the opportunity to delay ready - setTimeout( jQuery.ready ); - - } else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed, false ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed, false ); - } - } - return readyList.promise( obj ); -}; - -// Kick off the DOM ready check even if the user does not -jQuery.ready.promise(); - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( jQuery.type( key ) === "object" ) { - chainable = true; - for ( i in key ) { - jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !jQuery.isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); - } - } - } - - return chainable ? - elems : - - // Gets - bulk ? - fn.call( elems ) : - len ? fn( elems[0], key ) : emptyGet; -}; - - -/** - * Determines whether an object can have data - */ -jQuery.acceptData = function( owner ) { - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - /* jshint -W018 */ - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - -function Data() { - // Support: Android<4, - // Old WebKit does not have Object.preventExtensions/freeze method, - // return new empty object instead with no [[set]] accessor - Object.defineProperty( this.cache = {}, 0, { - get: function() { - return {}; - } - }); - - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; -Data.accepts = jQuery.acceptData; - -Data.prototype = { - key: function( owner ) { - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return the key for a frozen object. - if ( !Data.accepts( owner ) ) { - return 0; - } - - var descriptor = {}, - // Check if the owner object already has a cache key - unlock = owner[ this.expando ]; - - // If not, create one - if ( !unlock ) { - unlock = Data.uid++; - - // Secure it in a non-enumerable, non-writable property - try { - descriptor[ this.expando ] = { value: unlock }; - Object.defineProperties( owner, descriptor ); - - // Support: Android<4 - // Fallback to a less secure definition - } catch ( e ) { - descriptor[ this.expando ] = unlock; - jQuery.extend( owner, descriptor ); - } - } - - // Ensure the cache object - if ( !this.cache[ unlock ] ) { - this.cache[ unlock ] = {}; - } - - return unlock; - }, - set: function( owner, data, value ) { - var prop, - // There may be an unlock assigned to this node, - // if there is no entry for this "owner", create one inline - // and set the unlock as though an owner entry had always existed - unlock = this.key( owner ), - cache = this.cache[ unlock ]; - - // Handle: [ owner, key, value ] args - if ( typeof data === "string" ) { - cache[ data ] = value; - - // Handle: [ owner, { properties } ] args - } else { - // Fresh assignments by object are shallow copied - if ( jQuery.isEmptyObject( cache ) ) { - jQuery.extend( this.cache[ unlock ], data ); - // Otherwise, copy the properties one-by-one to the cache object - } else { - for ( prop in data ) { - cache[ prop ] = data[ prop ]; - } - } - } - return cache; - }, - get: function( owner, key ) { - // Either a valid cache is found, or will be created. - // New caches will be created and the unlock returned, - // allowing direct access to the newly created - // empty data object. A valid owner object must be provided. - var cache = this.cache[ this.key( owner ) ]; - - return key === undefined ? - cache : cache[ key ]; - }, - access: function( owner, key, value ) { - var stored; - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ((key && typeof key === "string") && value === undefined) ) { - - stored = this.get( owner, key ); - - return stored !== undefined ? - stored : this.get( owner, jQuery.camelCase(key) ); - } - - // [*]When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, name, camel, - unlock = this.key( owner ), - cache = this.cache[ unlock ]; - - if ( key === undefined ) { - this.cache[ unlock ] = {}; - - } else { - // Support array or space separated string of keys - if ( jQuery.isArray( key ) ) { - // If "name" is an array of keys... - // When data is initially created, via ("key", "val") signature, - // keys will be converted to camelCase. - // Since there is no way to tell _how_ a key was added, remove - // both plain key and camelCase key. #12786 - // This will only penalize the array argument path. - name = key.concat( key.map( jQuery.camelCase ) ); - } else { - camel = jQuery.camelCase( key ); - // Try the string as a key before any manipulation - if ( key in cache ) { - name = [ key, camel ]; - } else { - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - name = camel; - name = name in cache ? - [ name ] : ( name.match( rnotwhite ) || [] ); - } - } - - i = name.length; - while ( i-- ) { - delete cache[ name[ i ] ]; - } - } - }, - hasData: function( owner ) { - return !jQuery.isEmptyObject( - this.cache[ owner[ this.expando ] ] || {} - ); - }, - discard: function( owner ) { - if ( owner[ this.expando ] ) { - delete this.cache[ owner[ this.expando ] ]; - } - } -}; -var data_priv = new Data(); - -var data_user = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /([A-Z])/g; - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = data === "true" ? true : - data === "false" ? false : - data === "null" ? null : - // Only convert to a number if it doesn't change the string - +data + "" === data ? +data : - rbrace.test( data ) ? jQuery.parseJSON( data ) : - data; - } catch( e ) {} - - // Make sure we set the data so it isn't changed later - data_user.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend({ - hasData: function( elem ) { - return data_user.hasData( elem ) || data_priv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return data_user.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - data_user.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to data_priv methods, these can be deprecated. - _data: function( elem, name, data ) { - return data_priv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - data_priv.remove( elem, name ); - } -}); - -jQuery.fn.extend({ - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = data_user.get( elem ); - - if ( elem.nodeType === 1 && !data_priv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE11+ - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = jQuery.camelCase( name.slice(5) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - data_priv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each(function() { - data_user.set( this, key ); - }); - } - - return access( this, function( value ) { - var data, - camelKey = jQuery.camelCase( key ); - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - // Attempt to get data from the cache - // with the key as-is - data = data_user.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to get data from the cache - // with the key camelized - data = data_user.get( elem, camelKey ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, camelKey, undefined ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each(function() { - // First, attempt to store a copy or reference of any - // data that might've been store with a camelCased key. - var data = data_user.get( this, camelKey ); - - // For HTML5 data-* attribute interop, we have to - // store property names with dashes in a camelCase form. - // This might not apply to all properties...* - data_user.set( this, camelKey, value ); - - // *... In the case of properties that might _actually_ - // have dashes, we need to also store a copy of that - // unchanged property. - if ( key.indexOf("-") !== -1 && data !== undefined ) { - data_user.set( this, key, value ); - } - }); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each(function() { - data_user.remove( this, key ); - }); - } -}); - - -jQuery.extend({ - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = data_priv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || jQuery.isArray( data ) ) { - queue = data_priv.access( elem, type, jQuery.makeArray(data) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return data_priv.get( elem, key ) || data_priv.access( elem, key, { - empty: jQuery.Callbacks("once memory").add(function() { - data_priv.remove( elem, [ type + "queue", key ] ); - }) - }); - } -}); - -jQuery.fn.extend({ - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[0], type ); - } - - return data === undefined ? - this : - this.each(function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[0] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - }); - }, - dequeue: function( type ) { - return this.each(function() { - jQuery.dequeue( this, type ); - }); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = data_priv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -}); -var pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source; - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var isHidden = function( elem, el ) { - // isHidden might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); - }; - -var rcheckableType = (/^(?:checkbox|radio)$/i); - - - -(function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Safari<=5.1 - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Safari<=5.1, Android<4.2 - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE<=11+ - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = "<textarea>x</textarea>"; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; -})(); -var strundefined = typeof undefined; - - - -support.focusinBubbles = "onfocusin" in window; - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu)|click/, - rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = data_priv.get( elem ); - - // Don't attach events to noData or text/comment nodes (but allow plain objects) - if ( !elemData ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !(events = elemData.events) ) { - events = elemData.events = {}; - } - if ( !(eventHandle = elemData.handle) ) { - eventHandle = elemData.handle = function( e ) { - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnotwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[t] ) || []; - type = origType = tmp[1]; - namespaces = ( tmp[2] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend({ - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join(".") - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !(handlers = events[ type ]) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle, false ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = data_priv.hasData( elem ) && data_priv.get( elem ); - - if ( !elemData || !(events = elemData.events) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnotwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[t] ) || []; - type = origType = tmp[1]; - namespaces = ( tmp[2] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - delete elemData.handle; - data_priv.remove( elem, "events" ); - } - }, - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; - - cur = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf(".") >= 0 ) { - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split("."); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf(":") < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join("."); - event.namespace_re = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === (elem.ownerDocument || document) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { - - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( data_priv.get( cur, "events" ) || {} )[ event.type ] && data_priv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && jQuery.acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && - jQuery.acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - elem[ type ](); - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - dispatch: function( event ) { - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( event ); - - var i, j, ret, matched, handleObj, - handlerQueue = [], - args = slice.call( arguments ), - handlers = ( data_priv.get( this, "events" ) || {} )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[0] = event; - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { - - // Triggered event must either 1) have no namespace, or 2) have namespace(s) - // a subset or equal to those in the bound event (both can have no namespace). - if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) - .apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( (event.result = ret) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, matches, sel, handleObj, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - // Black-hole SVG <use> instance trees (#13180) - // Avoid non-left-click bubbling in Firefox (#3861) - if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.disabled !== true || event.type !== "click" ) { - matches = []; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matches[ sel ] === undefined ) { - matches[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) >= 0 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matches[ sel ] ) { - matches.push( handleObj ); - } - } - if ( matches.length ) { - handlerQueue.push({ elem: cur, handlers: matches }); - } - } - } - } - - // Add the remaining (directly-bound) handlers - if ( delegateCount < handlers.length ) { - handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); - } - - return handlerQueue; - }, - - // Includes some event props shared by KeyEvent and MouseEvent - props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), - - fixHooks: {}, - - keyHooks: { - props: "char charCode key keyCode".split(" "), - filter: function( event, original ) { - - // Add which for key events - if ( event.which == null ) { - event.which = original.charCode != null ? original.charCode : original.keyCode; - } - - return event; - } - }, - - mouseHooks: { - props: "button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "), - filter: function( event, original ) { - var eventDoc, doc, body, - button = original.button; - - // Calculate pageX/Y if missing and clientX/Y available - if ( event.pageX == null && original.clientX != null ) { - eventDoc = event.target.ownerDocument || document; - doc = eventDoc.documentElement; - body = eventDoc.body; - - event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); - event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - // Note: button is not normalized, so don't use it - if ( !event.which && button !== undefined ) { - event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); - } - - return event; - } - }, - - fix: function( event ) { - if ( event[ jQuery.expando ] ) { - return event; - } - - // Create a writable copy of the event object and normalize some properties - var i, prop, copy, - type = event.type, - originalEvent = event, - fixHook = this.fixHooks[ type ]; - - if ( !fixHook ) { - this.fixHooks[ type ] = fixHook = - rmouseEvent.test( type ) ? this.mouseHooks : - rkeyEvent.test( type ) ? this.keyHooks : - {}; - } - copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; - - event = new jQuery.Event( originalEvent ); - - i = copy.length; - while ( i-- ) { - prop = copy[ i ]; - event[ prop ] = originalEvent[ prop ]; - } - - // Support: Cordova 2.5 (WebKit) (#13255) - // All events should have a target; Cordova deviceready doesn't - if ( !event.target ) { - event.target = document; - } - - // Support: Safari 6.0+, Chrome<28 - // Target should not be a text node (#504, #13143) - if ( event.target.nodeType === 3 ) { - event.target = event.target.parentNode; - } - - return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; - }, - - special: { - load: { - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - focus: { - // Fire native event if possible so blur/focus sequence is correct - trigger: function() { - if ( this !== safeActiveElement() && this.focus ) { - this.focus(); - return false; - } - }, - delegateType: "focusin" - }, - blur: { - trigger: function() { - if ( this === safeActiveElement() && this.blur ) { - this.blur(); - return false; - } - }, - delegateType: "focusout" - }, - click: { - // For checkbox, fire native event so checked state will be right - trigger: function() { - if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) { - this.click(); - return false; - } - }, - - // For cross-browser consistency, don't fire native .click() on links - _default: function( event ) { - return jQuery.nodeName( event.target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - }, - - simulate: function( type, elem, event, bubble ) { - // Piggyback on a donor event to simulate a different one. - // Fake originalEvent to avoid donor's stopPropagation, but if the - // simulated event prevents default then we do the same on the donor. - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true, - originalEvent: {} - } - ); - if ( bubble ) { - jQuery.event.trigger( e, null, elem ); - } else { - jQuery.event.dispatch.call( elem, e ); - } - if ( e.isDefaultPrevented() ) { - event.preventDefault(); - } - } -}; - -jQuery.removeEvent = function( elem, type, handle ) { - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle, false ); - } -}; - -jQuery.Event = function( src, props ) { - // Allow instantiation without the 'new' keyword - if ( !(this instanceof jQuery.Event) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - // Support: Android<4.0 - src.returnValue === false ? - returnTrue : - returnFalse; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || jQuery.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && e.preventDefault ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && e.stopPropagation ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && e.stopImmediatePropagation ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Create mouseenter/leave events using mouseover/out and event-time checks -// Support: Chrome 15+ -jQuery.each({ - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mousenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || (related !== target && !jQuery.contains( target, related )) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -}); - -// Support: Firefox, Chrome, Safari -// Create "bubbling" focus and blur events -if ( !support.focusinBubbles ) { - jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - var doc = this.ownerDocument || this, - attaches = data_priv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - data_priv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this, - attaches = data_priv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - data_priv.remove( doc, fix ); - - } else { - data_priv.access( doc, fix, attaches ); - } - } - }; - }); -} - -jQuery.fn.extend({ - - on: function( types, selector, data, fn, /*INTERNAL*/ one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - this.on( type, selector, data, types[ type ], one ); - } - return this; - } - - if ( data == null && fn == null ) { - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return this; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return this.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - }); - }, - one: function( types, selector, data, fn ) { - return this.on( types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each(function() { - jQuery.event.remove( this, types, fn, selector ); - }); - }, - - trigger: function( type, data ) { - return this.each(function() { - jQuery.event.trigger( type, data, this ); - }); - }, - triggerHandler: function( type, data ) { - var elem = this[0]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -}); - - -var - rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, - rtagName = /<([\w:]+)/, - rhtml = /<|&#?\w+;/, - rnoInnerhtml = /<(?:script|style|link)/i, - // checked="checked" or checked - rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - rscriptType = /^$|\/(?:java|ecma)script/i, - rscriptTypeMasked = /^true\/(.*)/, - rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g, - - // We have to close these tags to support XHTML (#13200) - wrapMap = { - - // Support: IE9 - option: [ 1, "<select multiple='multiple'>", "</select>" ], - - thead: [ 1, "<table>", "</table>" ], - col: [ 2, "<table><colgroup>", "</colgroup></table>" ], - tr: [ 2, "<table><tbody>", "</tbody></table>" ], - td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], - - _default: [ 0, "", "" ] - }; - -// Support: IE9 -wrapMap.optgroup = wrapMap.option; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: 1.x compatibility -// Manipulating tables requires a tbody -function manipulationTarget( elem, content ) { - return jQuery.nodeName( elem, "table" ) && - jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? - - elem.getElementsByTagName("tbody")[0] || - elem.appendChild( elem.ownerDocument.createElement("tbody") ) : - elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = (elem.getAttribute("type") !== null) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - var match = rscriptTypeMasked.exec( elem.type ); - - if ( match ) { - elem.type = match[ 1 ]; - } else { - elem.removeAttribute("type"); - } - - return elem; -} - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - data_priv.set( - elems[ i ], "globalEval", !refElements || data_priv.get( refElements[ i ], "globalEval" ) - ); - } -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( data_priv.hasData( src ) ) { - pdataOld = data_priv.access( src ); - pdataCur = data_priv.set( dest, pdataOld ); - events = pdataOld.events; - - if ( events ) { - delete pdataCur.handle; - pdataCur.events = {}; - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( data_user.hasData( src ) ) { - udataOld = data_user.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - data_user.set( dest, udataCur ); - } -} - -function getAll( context, tag ) { - var ret = context.getElementsByTagName ? context.getElementsByTagName( tag || "*" ) : - context.querySelectorAll ? context.querySelectorAll( tag || "*" ) : - []; - - return tag === undefined || tag && jQuery.nodeName( context, tag ) ? - jQuery.merge( [ context ], ret ) : - ret; -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -jQuery.extend({ - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = jQuery.contains( elem.ownerDocument, elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - buildFragment: function( elems, context, scripts, selection ) { - var elem, tmp, tag, wrap, contains, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( jQuery.type( elem ) === "object" ) { - // Support: QtWebKit, PhantomJS - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement("div") ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, "<$1></$2>" ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: QtWebKit, PhantomJS - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( (elem = nodes[ i++ ]) ) { - - // #4087 - If origin and destination elements are the same, and this is - // that element, do not do anything - if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { - continue; - } - - contains = jQuery.contains( elem.ownerDocument, elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( contains ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( (elem = tmp[ j++ ]) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; - }, - - cleanData: function( elems ) { - var data, elem, type, key, - special = jQuery.event.special, - i = 0; - - for ( ; (elem = elems[ i ]) !== undefined; i++ ) { - if ( jQuery.acceptData( elem ) ) { - key = elem[ data_priv.expando ]; - - if ( key && (data = data_priv.cache[ key ]) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - if ( data_priv.cache[ key ] ) { - // Discard any remaining `private` data - delete data_priv.cache[ key ]; - } - } - } - // Discard any remaining `user` data - delete data_user.cache[ elem[ data_user.expando ] ]; - } - } -}); - -jQuery.fn.extend({ - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each(function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - }); - }, null, value, arguments.length ); - }, - - append: function() { - return this.domManip( arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - }); - }, - - prepend: function() { - return this.domManip( arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - }); - }, - - before: function() { - return this.domManip( arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - }); - }, - - after: function() { - return this.domManip( arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - }); - }, - - remove: function( selector, keepData /* Internal Use Only */ ) { - var elem, - elems = selector ? jQuery.filter( selector, this ) : this, - i = 0; - - for ( ; (elem = elems[i]) != null; i++ ) { - if ( !keepData && elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem ) ); - } - - if ( elem.parentNode ) { - if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { - setGlobalEval( getAll( elem, "script" ) ); - } - elem.parentNode.removeChild( elem ); - } - } - - return this; - }, - - empty: function() { - var elem, - i = 0; - - for ( ; (elem = this[i]) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map(function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - }); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = value.replace( rxhtmlTag, "<$1></$2>" ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var arg = arguments[ 0 ]; - - // Make the changes, replacing each context element with the new content - this.domManip( arguments, function( elem ) { - arg = this.parentNode; - - jQuery.cleanData( getAll( this ) ); - - if ( arg ) { - arg.replaceChild( elem, this ); - } - }); - - // Force removal if there was no new content (e.g., from empty arguments) - return arg && (arg.length || arg.nodeType) ? this : this.remove(); - }, - - detach: function( selector ) { - return this.remove( selector, true ); - }, - - domManip: function( args, callback ) { - - // Flatten any nested arrays - args = concat.apply( [], args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = this.length, - set = this, - iNoClone = l - 1, - value = args[ 0 ], - isFunction = jQuery.isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( isFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return this.each(function( index ) { - var self = set.eq( index ); - if ( isFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - self.domManip( args, callback ); - }); - } - - if ( l ) { - fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - if ( first ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - // Support: QtWebKit - // jQuery.merge because push.apply(_, arraylike) throws - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( this[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !data_priv.access( node, "globalEval" ) && jQuery.contains( doc, node ) ) { - - if ( node.src ) { - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl ) { - jQuery._evalUrl( node.src ); - } - } else { - jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) ); - } - } - } - } - } - } - - return this; - } -}); - -jQuery.each({ - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: QtWebKit - // .get() because push.apply(_, arraylike) throws - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -}); - - -var iframe, - elemdisplay = {}; - -/** - * Retrieve the actual display of a element - * @param {String} name nodeName of the element - * @param {Object} doc Document object - */ -// Called only from within defaultDisplay -function actualDisplay( name, doc ) { - var style, - elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), - - // getDefaultComputedStyle might be reliably used only on attached element - display = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ? - - // Use of this method is a temporary fix (more like optimization) until something better comes along, - // since it was removed from specification and supported only in FF - style.display : jQuery.css( elem[ 0 ], "display" ); - - // We don't have any data stored on the element, - // so use "detach" method as fast way to get rid of the element - elem.detach(); - - return display; -} - -/** - * Try to determine the default display value of an element - * @param {String} nodeName - */ -function defaultDisplay( nodeName ) { - var doc = document, - display = elemdisplay[ nodeName ]; - - if ( !display ) { - display = actualDisplay( nodeName, doc ); - - // If the simple way fails, read from inside an iframe - if ( display === "none" || !display ) { - - // Use the already-created iframe if possible - iframe = (iframe || jQuery( "<iframe frameborder='0' width='0' height='0'/>" )).appendTo( doc.documentElement ); - - // Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse - doc = iframe[ 0 ].contentDocument; - - // Support: IE - doc.write(); - doc.close(); - - display = actualDisplay( nodeName, doc ); - iframe.detach(); - } - - // Store the correct default display - elemdisplay[ nodeName ] = display; - } - - return display; -} -var rmargin = (/^margin/); - -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - // Support: IE<=11+, Firefox<=30+ (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - if ( elem.ownerDocument.defaultView.opener ) { - return elem.ownerDocument.defaultView.getComputedStyle( elem, null ); - } - - return window.getComputedStyle( elem, null ); - }; - - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - style = elem.style; - - computed = computed || getStyles( elem ); - - // Support: IE9 - // getPropertyValue is only needed for .css('filter') (#12537) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - } - - if ( computed ) { - - if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { - ret = jQuery.style( elem, name ); - } - - // Support: iOS < 6 - // A tribute to the "awesome hack by Dean Edwards" - // iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels - // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values - if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - // Support: IE - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return (this.get = hookFn).apply( this, arguments ); - } - }; -} - - -(function() { - var pixelPositionVal, boxSizingReliableVal, - docElem = document.documentElement, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - if ( !div.style ) { - return; - } - - // Support: IE9-11+ - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - container.style.cssText = "border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;" + - "position:absolute"; - container.appendChild( div ); - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computePixelPositionAndBoxSizingReliable() { - div.style.cssText = - // Support: Firefox<29, Android 2.3 - // Vendor-prefix box-sizing - "-webkit-box-sizing:border-box;-moz-box-sizing:border-box;" + - "box-sizing:border-box;display:block;margin-top:1%;top:1%;" + - "border:1px;padding:1px;width:4px;position:absolute"; - div.innerHTML = ""; - docElem.appendChild( container ); - - var divStyle = window.getComputedStyle( div, null ); - pixelPositionVal = divStyle.top !== "1%"; - boxSizingReliableVal = divStyle.width === "4px"; - - docElem.removeChild( container ); - } - - // Support: node.js jsdom - // Don't assume that getComputedStyle is a property of the global object - if ( window.getComputedStyle ) { - jQuery.extend( support, { - pixelPosition: function() { - - // This test is executed only once but we still do memoizing - // since we can use the boxSizingReliable pre-computing. - // No need to check if the test was already performed, though. - computePixelPositionAndBoxSizingReliable(); - return pixelPositionVal; - }, - boxSizingReliable: function() { - if ( boxSizingReliableVal == null ) { - computePixelPositionAndBoxSizingReliable(); - } - return boxSizingReliableVal; - }, - reliableMarginRight: function() { - - // Support: Android 2.3 - // Check if div with explicit width and no margin-right incorrectly - // gets computed margin-right based on width of container. (#3333) - // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right - // This support function is only executed once so no memoizing is needed. - var ret, - marginDiv = div.appendChild( document.createElement( "div" ) ); - - // Reset CSS: box-sizing; display; margin; border; padding - marginDiv.style.cssText = div.style.cssText = - // Support: Firefox<29, Android 2.3 - // Vendor-prefix box-sizing - "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;" + - "box-sizing:content-box;display:block;margin:0;border:0;padding:0"; - marginDiv.style.marginRight = marginDiv.style.width = "0"; - div.style.width = "1px"; - docElem.appendChild( container ); - - ret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight ); - - docElem.removeChild( container ); - div.removeChild( marginDiv ); - - return ret; - } - }); - } -})(); - - -// A method for quickly swapping in/out CSS properties to get correct calculations. -jQuery.swap = function( elem, options, callback, args ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.apply( elem, args || [] ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - -var - // Swappable if display is none or starts with table except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rnumsplit = new RegExp( "^(" + pnum + ")(.*)$", "i" ), - rrelNum = new RegExp( "^([+-])=(" + pnum + ")", "i" ), - - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }, - - cssPrefixes = [ "Webkit", "O", "Moz", "ms" ]; - -// Return a css property mapped to a potentially vendor prefixed property -function vendorPropName( style, name ) { - - // Shortcut for names that are not vendor prefixed - if ( name in style ) { - return name; - } - - // Check for vendor prefixed names - var capName = name[0].toUpperCase() + name.slice(1), - origName = name, - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in style ) { - return name; - } - } - - return origName; -} - -function setPositiveNumber( elem, value, subtract ) { - var matches = rnumsplit.exec( value ); - return matches ? - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) : - value; -} - -function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { - var i = extra === ( isBorderBox ? "border" : "content" ) ? - // If we already have the right measurement, avoid augmentation - 4 : - // Otherwise initialize for horizontal or vertical properties - name === "width" ? 1 : 0, - - val = 0; - - for ( ; i < 4; i += 2 ) { - // Both box models exclude margin, so add it if we want it - if ( extra === "margin" ) { - val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); - } - - if ( isBorderBox ) { - // border-box includes padding, so remove it if we want content - if ( extra === "content" ) { - val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // At this point, extra isn't border nor margin, so remove border - if ( extra !== "margin" ) { - val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } else { - // At this point, extra isn't content, so add padding - val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // At this point, extra isn't content nor padding, so add border - if ( extra !== "padding" ) { - val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - return val; -} - -function getWidthOrHeight( elem, name, extra ) { - - // Start with offset property, which is equivalent to the border-box value - var valueIsBorderBox = true, - val = name === "width" ? elem.offsetWidth : elem.offsetHeight, - styles = getStyles( elem ), - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Some non-html elements return undefined for offsetWidth, so check for null/undefined - // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285 - // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668 - if ( val <= 0 || val == null ) { - // Fall back to computed then uncomputed css if necessary - val = curCSS( elem, name, styles ); - if ( val < 0 || val == null ) { - val = elem.style[ name ]; - } - - // Computed unit is not pixels. Stop here and return. - if ( rnumnonpx.test(val) ) { - return val; - } - - // Check for style in case a browser which returns unreliable values - // for getComputedStyle silently falls back to the reliable elem.style - valueIsBorderBox = isBorderBox && - ( support.boxSizingReliable() || val === elem.style[ name ] ); - - // Normalize "", auto, and prepare for extra - val = parseFloat( val ) || 0; - } - - // Use the active box-sizing model to add/subtract irrelevant styles - return ( val + - augmentWidthOrHeight( - elem, - name, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles - ) - ) + "px"; -} - -function showHide( elements, show ) { - var display, elem, hidden, - values = [], - index = 0, - length = elements.length; - - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - values[ index ] = data_priv.get( elem, "olddisplay" ); - display = elem.style.display; - if ( show ) { - // Reset the inline display of this element to learn if it is - // being hidden by cascaded rules or not - if ( !values[ index ] && display === "none" ) { - elem.style.display = ""; - } - - // Set elements which have been overridden with display: none - // in a stylesheet to whatever the default browser style is - // for such an element - if ( elem.style.display === "" && isHidden( elem ) ) { - values[ index ] = data_priv.access( elem, "olddisplay", defaultDisplay(elem.nodeName) ); - } - } else { - hidden = isHidden( elem ); - - if ( display !== "none" || !hidden ) { - data_priv.set( elem, "olddisplay", hidden ? display : jQuery.css( elem, "display" ) ); - } - } - } - - // Set the display of most of the elements in a second loop - // to avoid the constant reflow - for ( index = 0; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - if ( !show || elem.style.display === "none" || elem.style.display === "" ) { - elem.style.display = show ? values[ index ] || "" : "none"; - } - } - - return elements; -} - -jQuery.extend({ - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: { - "float": "cssFloat" - }, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = jQuery.camelCase( name ), - style = elem.style; - - name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) ); - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && (ret = rrelNum.exec( value )) ) { - value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) ); - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number, add 'px' to the (except for certain CSS properties) - if ( type === "number" && !jQuery.cssNumber[ origName ] ) { - value += "px"; - } - - // Support: IE9-11+ - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) { - style[ name ] = value; - } - - } else { - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) { - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = jQuery.camelCase( name ); - - // Make sure that we're working with the right name - name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) ); - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || jQuery.isNumeric( num ) ? num || 0 : val; - } - return val; - } -}); - -jQuery.each([ "height", "width" ], function( i, name ) { - jQuery.cssHooks[ name ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && elem.offsetWidth === 0 ? - jQuery.swap( elem, cssShow, function() { - return getWidthOrHeight( elem, name, extra ); - }) : - getWidthOrHeight( elem, name, extra ); - } - }, - - set: function( elem, value, extra ) { - var styles = extra && getStyles( elem ); - return setPositiveNumber( elem, value, extra ? - augmentWidthOrHeight( - elem, - name, - extra, - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - styles - ) : 0 - ); - } - }; -}); - -// Support: Android 2.3 -jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight, - function( elem, computed ) { - if ( computed ) { - return jQuery.swap( elem, { "display": "inline-block" }, - curCSS, [ elem, "marginRight" ] ); - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each({ - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split(" ") : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( !rmargin.test( prefix ) ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -}); - -jQuery.fn.extend({ - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( jQuery.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - }, - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each(function() { - if ( isHidden( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - }); - } -}); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || "swing"; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - if ( tween.elem[ tween.prop ] != null && - (!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE9 -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - } -}; - -jQuery.fx = Tween.prototype.init; - -// Back Compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, timerId, - rfxtypes = /^(?:toggle|show|hide)$/, - rfxnum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ), - rrun = /queueHooks$/, - animationPrefilters = [ defaultPrefilter ], - tweeners = { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ), - target = tween.cur(), - parts = rfxnum.exec( value ), - unit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - start = ( jQuery.cssNumber[ prop ] || unit !== "px" && +target ) && - rfxnum.exec( jQuery.css( tween.elem, prop ) ), - scale = 1, - maxIterations = 20; - - if ( start && start[ 3 ] !== unit ) { - // Trust units reported by jQuery.css - unit = unit || start[ 3 ]; - - // Make sure we update the tween properties later on - parts = parts || []; - - // Iteratively approximate from a nonzero starting point - start = +target || 1; - - do { - // If previous iteration zeroed out, double until we get *something*. - // Use string for doubling so we don't accidentally see scale as unchanged below - scale = scale || ".5"; - - // Adjust and apply - start = start / scale; - jQuery.style( tween.elem, prop, start + unit ); - - // Update scale, tolerating zero or NaN from tween.cur(), - // break the loop if scale is unchanged or perfect, or if we've just had enough - } while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations ); - } - - // Update tween properties - if ( parts ) { - start = tween.start = +start || +target || 0; - tween.unit = unit; - // If a +=/-= token was provided, we're doing a relative animation - tween.end = parts[ 1 ] ? - start + ( parts[ 1 ] + 1 ) * parts[ 2 ] : - +parts[ 2 ]; - } - - return tween; - } ] - }; - -// Animations created synchronously will run synchronously -function createFxNow() { - setTimeout(function() { - fxNow = undefined; - }); - return ( fxNow = jQuery.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4 ; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( tweeners[ prop ] || [] ).concat( tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( (tween = collection[ index ].call( animation, prop, value )) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - /* jshint validthis: true */ - var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHidden( elem ), - dataShow = data_priv.get( elem, "fxshow" ); - - // Handle queue: false promises - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always(function() { - // Ensure the complete handler is called before this completes - anim.always(function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - }); - }); - } - - // Height/width overflow pass - if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) { - // Make sure that nothing sneaks out - // Record all 3 overflow attributes because IE9-10 do not - // change the overflow attribute when overflowX and - // overflowY are set to the same value - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Set display property to inline-block for height/width - // animations on inline elements that are having width/height animated - display = jQuery.css( elem, "display" ); - - // Test default display if display is currently "none" - checkDisplay = display === "none" ? - data_priv.get( elem, "olddisplay" ) || defaultDisplay( elem.nodeName ) : display; - - if ( checkDisplay === "inline" && jQuery.css( elem, "float" ) === "none" ) { - style.display = "inline-block"; - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always(function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - }); - } - - // show/hide pass - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.exec( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - - // Any non-fx value stops us from restoring the original display value - } else { - display = undefined; - } - } - - if ( !jQuery.isEmptyObject( orig ) ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = data_priv.access( elem, "fxshow", {} ); - } - - // Store state if its toggle - enables .stop().toggle() to "reverse" - if ( toggle ) { - dataShow.hidden = !hidden; - } - if ( hidden ) { - jQuery( elem ).show(); - } else { - anim.done(function() { - jQuery( elem ).hide(); - }); - } - anim.done(function() { - var prop; - - data_priv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - }); - for ( prop in orig ) { - tween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = tween.start; - if ( hidden ) { - tween.end = tween.start; - tween.start = prop === "width" || prop === "height" ? 1 : 0; - } - } - } - - // If this is a noop like .hide().hide(), restore an overwritten display value - } else if ( (display === "none" ? defaultDisplay( elem.nodeName ) : display) === "inline" ) { - style.display = display; - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = jQuery.camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( jQuery.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = animationPrefilters.length, - deferred = jQuery.Deferred().always( function() { - // Don't match elem in the :animated selector - delete tick.elem; - }), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - // Support: Android 2.3 - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length ; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ]); - - if ( percent < 1 && length ) { - return remaining; - } else { - deferred.resolveWith( elem, [ animation ] ); - return false; - } - }, - animation = deferred.promise({ - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { specialEasing: {} }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length ; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - }), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length ; index++ ) { - result = animationPrefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( jQuery.isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - }) - ); - - // attach callbacks from options - return animation.progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweener: function( props, callback ) { - if ( jQuery.isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.split(" "); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length ; index++ ) { - prop = props[ index ]; - tweeners[ prop ] = tweeners[ prop ] || []; - tweeners[ prop ].unshift( callback ); - } - }, - - prefilter: function( callback, prepend ) { - if ( prepend ) { - animationPrefilters.unshift( callback ); - } else { - animationPrefilters.push( callback ); - } - } -}); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - jQuery.isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing - }; - - opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration : - opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default; - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( jQuery.isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend({ - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHidden ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate({ opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || data_priv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue && type !== false ) { - this.queue( type || "fx", [] ); - } - - return this.each(function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = data_priv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) { - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - }); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each(function() { - var index, - data = data_priv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - }); - } -}); - -jQuery.each([ "toggle", "show", "hide" ], function( i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -}); - -// Generate shortcuts for custom animations -jQuery.each({ - slideDown: genFx("show"), - slideUp: genFx("hide"), - slideToggle: genFx("toggle"), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -}); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = jQuery.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - // Checks the timer has not already been removed - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - if ( timer() ) { - jQuery.fx.start(); - } else { - jQuery.timers.pop(); - } -}; - -jQuery.fx.interval = 13; - -jQuery.fx.start = function() { - if ( !timerId ) { - timerId = setInterval( jQuery.fx.tick, jQuery.fx.interval ); - } -}; - -jQuery.fx.stop = function() { - clearInterval( timerId ); - timerId = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = setTimeout( next, time ); - hooks.stop = function() { - clearTimeout( timeout ); - }; - }); -}; - - -(function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: iOS<=5.1, Android<=4.2+ - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE<=11+ - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: Android<=2.3 - // Options inside disabled selects are incorrectly marked as disabled - select.disabled = true; - support.optDisabled = !opt.disabled; - - // Support: IE<=11+ - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -})(); - - -var nodeHook, boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend({ - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each(function() { - jQuery.removeAttr( this, name ); - }); - } -}); - -jQuery.extend({ - attr: function( elem, name, value ) { - var hooks, ret, - nType = elem.nodeType; - - // don't get/set attributes on text, comment and attribute nodes - if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === strundefined ) { - return jQuery.prop( elem, name, value ); - } - - // All attributes are lowercase - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - name = name.toLowerCase(); - hooks = jQuery.attrHooks[ name ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook ); - } - - if ( value !== undefined ) { - - if ( value === null ) { - jQuery.removeAttr( elem, name ); - - } else if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) { - return ret; - - } else { - elem.setAttribute( name, value + "" ); - return value; - } - - } else if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) { - return ret; - - } else { - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? - undefined : - ret; - } - }, - - removeAttr: function( elem, value ) { - var name, propName, - i = 0, - attrNames = value && value.match( rnotwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( (name = attrNames[i++]) ) { - propName = jQuery.propFix[ name ] || name; - - // Boolean attributes get special treatment (#10870) - if ( jQuery.expr.match.bool.test( name ) ) { - // Set corresponding property to false - elem[ propName ] = false; - } - - elem.removeAttribute( name ); - } - } - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - jQuery.nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - } -}); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle; - if ( !isXML ) { - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ name ]; - attrHandle[ name ] = ret; - ret = getter( elem, name, isXML ) != null ? - name.toLowerCase() : - null; - attrHandle[ name ] = handle; - } - return ret; - }; -}); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i; - -jQuery.fn.extend({ - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each(function() { - delete this[ jQuery.propFix[ name ] || name ]; - }); - } -}); - -jQuery.extend({ - propFix: { - "for": "htmlFor", - "class": "className" - }, - - prop: function( elem, name, value ) { - var ret, hooks, notxml, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); - - if ( notxml ) { - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - return hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ? - ret : - ( elem[ name ] = value ); - - } else { - return hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ? - ret : - elem[ name ]; - } - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - return elem.hasAttribute( "tabindex" ) || rfocusable.test( elem.nodeName ) || elem.href ? - elem.tabIndex : - -1; - } - } - } -}); - -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - } - }; -} - -jQuery.each([ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -}); - - - - -var rclass = /[\t\r\n\f]/g; - -jQuery.fn.extend({ - addClass: function( value ) { - var classes, elem, cur, clazz, j, finalValue, - proceed = typeof value === "string" && value, - i = 0, - len = this.length; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( j ) { - jQuery( this ).addClass( value.call( this, j, this.className ) ); - }); - } - - if ( proceed ) { - // The disjunction here is for better compressibility (see removeClass) - classes = ( value || "" ).match( rnotwhite ) || []; - - for ( ; i < len; i++ ) { - elem = this[ i ]; - cur = elem.nodeType === 1 && ( elem.className ? - ( " " + elem.className + " " ).replace( rclass, " " ) : - " " - ); - - if ( cur ) { - j = 0; - while ( (clazz = classes[j++]) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // only assign if different to avoid unneeded rendering. - finalValue = jQuery.trim( cur ); - if ( elem.className !== finalValue ) { - elem.className = finalValue; - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, clazz, j, finalValue, - proceed = arguments.length === 0 || typeof value === "string" && value, - i = 0, - len = this.length; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( j ) { - jQuery( this ).removeClass( value.call( this, j, this.className ) ); - }); - } - if ( proceed ) { - classes = ( value || "" ).match( rnotwhite ) || []; - - for ( ; i < len; i++ ) { - elem = this[ i ]; - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( elem.className ? - ( " " + elem.className + " " ).replace( rclass, " " ) : - "" - ); - - if ( cur ) { - j = 0; - while ( (clazz = classes[j++]) ) { - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) >= 0 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = value ? jQuery.trim( cur ) : ""; - if ( elem.className !== finalValue ) { - elem.className = finalValue; - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value; - - if ( typeof stateVal === "boolean" && type === "string" ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( jQuery.isFunction( value ) ) { - return this.each(function( i ) { - jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal ); - }); - } - - return this.each(function() { - if ( type === "string" ) { - // Toggle individual class names - var className, - i = 0, - self = jQuery( this ), - classNames = value.match( rnotwhite ) || []; - - while ( (className = classNames[ i++ ]) ) { - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( type === strundefined || type === "boolean" ) { - if ( this.className ) { - // store className if set - data_priv.set( this, "__className__", this.className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - this.className = this.className || value === false ? "" : data_priv.get( this, "__className__" ) || ""; - } - }); - }, - - hasClass: function( selector ) { - var className = " " + selector + " ", - i = 0, - l = this.length; - for ( ; i < l; i++ ) { - if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) >= 0 ) { - return true; - } - } - - return false; - } -}); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend({ - val: function( value ) { - var hooks, ret, isFunction, - elem = this[0]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { - return ret; - } - - ret = elem.value; - - return typeof ret === "string" ? - // Handle most common string cases - ret.replace(rreturn, "") : - // Handle cases where value is null/undef or number - ret == null ? "" : ret; - } - - return; - } - - isFunction = jQuery.isFunction( value ); - - return this.each(function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( isFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( jQuery.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - }); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - }); - } -}); - -jQuery.extend({ - valHooks: { - option: { - get: function( elem ) { - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - // Support: IE10-11+ - // option.text throws exceptions (#14686, #14858) - jQuery.trim( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one" || index < 0, - values = one ? null : [], - max = one ? index + 1 : options.length, - i = index < 0 ? - max : - one ? index : 0; - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // IE6-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - // Don't return options that are disabled or in a disabled optgroup - ( support.optDisabled ? !option.disabled : option.getAttribute( "disabled" ) === null ) && - ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - if ( (option.selected = jQuery.inArray( option.value, values ) >= 0) ) { - optionSet = true; - } - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -}); - -// Radios and checkboxes getter/setter -jQuery.each([ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( jQuery.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute("value") === null ? "on" : elem.value; - }; - } -}); - - - - -// Return jQuery for attributes-only inclusion - - -jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup error contextmenu").split(" "), function( i, name ) { - - // Handle event binding - jQuery.fn[ name ] = function( data, fn ) { - return arguments.length > 0 ? - this.on( name, null, data, fn ) : - this.trigger( name ); - }; -}); - -jQuery.fn.extend({ - hover: function( fnOver, fnOut ) { - return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); - }, - - bind: function( types, data, fn ) { - return this.on( types, null, data, fn ); - }, - unbind: function( types, fn ) { - return this.off( types, null, fn ); - }, - - delegate: function( selector, types, data, fn ) { - return this.on( types, selector, data, fn ); - }, - undelegate: function( selector, types, fn ) { - // ( namespace ) or ( selector, types [, fn] ) - return arguments.length === 1 ? this.off( selector, "**" ) : this.off( types, selector || "**", fn ); - } -}); - - -var nonce = jQuery.now(); - -var rquery = (/\?/); - - - -// Support: Android 2.3 -// Workaround failure to string-cast null input -jQuery.parseJSON = function( data ) { - return JSON.parse( data + "" ); -}; - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml, tmp; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE9 - try { - tmp = new DOMParser(); - xml = tmp.parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rhash = /#.*$/, - rts = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - rurl = /^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Document location - ajaxLocation = window.location.href, - - // Segment location into parts - ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || []; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || []; - - if ( jQuery.isFunction( func ) ) { - // For each dataType in the dataTypeExpression - while ( (dataType = dataTypes[i++]) ) { - // Prepend if requested - if ( dataType[0] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - (structure[ dataType ] = structure[ dataType ] || []).unshift( func ); - - // Otherwise append - } else { - (structure[ dataType ] = structure[ dataType ] || []).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - }); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || (deep = {}) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader("Content-Type"); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[0] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s[ "throws" ] ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { state: "parsererror", error: conv ? e : "No conversion from " + prev + " to " + current }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend({ - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: ajaxLocation, - type: "GET", - isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /xml/, - html: /html/, - json: /json/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": jQuery.parseJSON, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - // URL without anti-cache param - cacheURL, - // Response headers - responseHeadersString, - responseHeaders, - // timeout handle - timeoutTimer, - // Cross-domain detection vars - parts, - // To know if global events are to be dispatched - fireGlobals, - // Loop variable - i, - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - // Callbacks context - callbackContext = s.context || s, - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks("once memory"), - // Status-dependent callbacks - statusCode = s.statusCode || {}, - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - // The jqXHR state - state = 0, - // Default abort message - strAbort = "canceled", - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( state === 2 ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( (match = rheaders.exec( responseHeadersString )) ) { - responseHeaders[ match[1].toLowerCase() ] = match[ 2 ]; - } - } - match = responseHeaders[ key.toLowerCase() ]; - } - return match == null ? null : match; - }, - - // Raw string - getAllResponseHeaders: function() { - return state === 2 ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - var lname = name.toLowerCase(); - if ( !state ) { - name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( !state ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( state < 2 ) { - for ( code in map ) { - // Lazy-add the new callback in a way that preserves old ones - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } else { - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ).complete = completeDeferred.add; - jqXHR.success = jqXHR.done; - jqXHR.error = jqXHR.fail; - - // Remove hash character (#7531: and string promotion) - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || ajaxLocation ) + "" ).replace( rhash, "" ) - .replace( rprotocol, ajaxLocParts[ 1 ] + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().match( rnotwhite ) || [ "" ]; - - // A cross-domain request is in order when we have a protocol:host:port mismatch - if ( s.crossDomain == null ) { - parts = rurl.exec( s.url.toLowerCase() ); - s.crossDomain = !!( parts && - ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] || - ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? "80" : "443" ) ) !== - ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? "80" : "443" ) ) ) - ); - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( state === 2 ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger("ajaxStart"); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - cacheURL = s.url; - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // If data is available, append data to url - if ( s.data ) { - cacheURL = ( s.url += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data ); - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add anti-cache in url if needed - if ( s.cache === false ) { - s.url = rts.test( cacheURL ) ? - - // If there is already a '_' parameter, set its value - cacheURL.replace( rts, "$1_=" + nonce++ ) : - - // Otherwise add one to the end - cacheURL + ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + nonce++; - } - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ? - s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) { - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - for ( i in { success: 1, error: 1, complete: 1 } ) { - jqXHR[ i ]( s[ i ] ); - } - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = setTimeout(function() { - jqXHR.abort("timeout"); - }, s.timeout ); - } - - try { - state = 1; - transport.send( requestHeaders, done ); - } catch ( e ) { - // Propagate exception as error if not done - if ( state < 2 ) { - done( -1, e ); - // Simply rethrow otherwise - } else { - throw e; - } - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Called once - if ( state === 2 ) { - return; - } - - // State is "done" now - state = 2; - - // Clear timeout if it exists - if ( timeoutTimer ) { - clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader("Last-Modified"); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader("etag"); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger("ajaxStop"); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -}); - -jQuery.each( [ "get", "post" ], function( i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - // Shift arguments if data argument was omitted - if ( jQuery.isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - return jQuery.ajax({ - url: url, - type: method, - dataType: type, - data: data, - success: callback - }); - }; -}); - - -jQuery._evalUrl = function( url ) { - return jQuery.ajax({ - url: url, - type: "GET", - dataType: "script", - async: false, - global: false, - "throws": true - }); -}; - - -jQuery.fn.extend({ - wrapAll: function( html ) { - var wrap; - - if ( jQuery.isFunction( html ) ) { - return this.each(function( i ) { - jQuery( this ).wrapAll( html.call(this, i) ); - }); - } - - if ( this[ 0 ] ) { - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map(function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - }).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( jQuery.isFunction( html ) ) { - return this.each(function( i ) { - jQuery( this ).wrapInner( html.call(this, i) ); - }); - } - - return this.each(function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - }); - }, - - wrap: function( html ) { - var isFunction = jQuery.isFunction( html ); - - return this.each(function( i ) { - jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html ); - }); - }, - - unwrap: function() { - return this.parent().each(function() { - if ( !jQuery.nodeName( this, "body" ) ) { - jQuery( this ).replaceWith( this.childNodes ); - } - }).end(); - } -}); - - -jQuery.expr.filters.hidden = function( elem ) { - // Support: Opera <= 12.12 - // Opera reports offsetWidths and offsetHeights less than zero on some elements - return elem.offsetWidth <= 0 && elem.offsetHeight <= 0; -}; -jQuery.expr.filters.visible = function( elem ) { - return !jQuery.expr.filters.hidden( elem ); -}; - - - - -var r20 = /%20/g, - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( jQuery.isArray( obj ) ) { - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - // Item is non-scalar (array or object), encode its numeric index. - buildParams( prefix + "[" + ( typeof v === "object" ? i : "" ) + "]", v, traditional, add ); - } - }); - - } else if ( !traditional && jQuery.type( obj ) === "object" ) { - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, value ) { - // If value is a function, invoke it and return its value - value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value ); - s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value ); - }; - - // Set traditional to true for jQuery <= 1.3.2 behavior. - if ( traditional === undefined ) { - traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - }); - - } else { - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ).replace( r20, "+" ); -}; - -jQuery.fn.extend({ - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map(function() { - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - }) - .filter(function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - }) - .map(function( i, elem ) { - var val = jQuery( this ).val(); - - return val == null ? - null : - jQuery.isArray( val ) ? - jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - }) : - { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - }).get(); - } -}); - - -jQuery.ajaxSettings.xhr = function() { - try { - return new XMLHttpRequest(); - } catch( e ) {} -}; - -var xhrId = 0, - xhrCallbacks = {}, - xhrSuccessStatus = { - // file protocol always yields status code 0, assume 200 - 0: 200, - // Support: IE9 - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -// Support: IE9 -// Open requests must be manually aborted on unload (#5280) -// See https://support.microsoft.com/kb/2856746 for more info -if ( window.attachEvent ) { - window.attachEvent( "onunload", function() { - for ( var key in xhrCallbacks ) { - xhrCallbacks[ key ](); - } - }); -} - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport(function( options ) { - var callback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(), - id = ++xhrId; - - xhr.open( options.type, options.url, options.async, options.username, options.password ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers["X-Requested-With"] ) { - headers["X-Requested-With"] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - delete xhrCallbacks[ id ]; - callback = xhr.onload = xhr.onerror = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - complete( - // file: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - // Support: IE9 - // Accessing binary-data responseText throws an exception - // (#11426) - typeof xhr.responseText === "string" ? { - text: xhr.responseText - } : undefined, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - xhr.onerror = callback("error"); - - // Create the abort callback - callback = xhrCallbacks[ id ] = callback("abort"); - - try { - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -}); - - - - -// Install script dataType -jQuery.ajaxSetup({ - accepts: { - script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /(?:java|ecma)script/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -}); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -}); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - // This transport only deals with cross domain requests - if ( s.crossDomain ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery("<script>").prop({ - async: true, - charset: s.scriptCharset, - src: s.url - }).on( - "load error", - callback = function( evt ) { - script.remove(); - callback = null; - if ( evt ) { - complete( evt.type === "error" ? 404 : 200, evt.type ); - } - } - ); - document.head.appendChild( script[ 0 ] ); - }, - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -}); - - - - -var oldCallbacks = [], - rjsonp = /(=)\?(?=&|$)|\?\?/; - -// Default jsonp settings -jQuery.ajaxSetup({ - jsonp: "callback", - jsonpCallback: function() { - var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) ); - this[ callback ] = true; - return callback; - } -}); - -// Detect, normalize options and install callbacks for jsonp requests -jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { - - var callbackName, overwritten, responseContainer, - jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ? - "url" : - typeof s.data === "string" && !( s.contentType || "" ).indexOf("application/x-www-form-urlencoded") && rjsonp.test( s.data ) && "data" - ); - - // Handle iff the expected data type is "jsonp" or we have a parameter to set - if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) { - - // Get callback name, remembering preexisting value associated with it - callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ? - s.jsonpCallback() : - s.jsonpCallback; - - // Insert callback into url or form data - if ( jsonProp ) { - s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName ); - } else if ( s.jsonp !== false ) { - s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName; - } - - // Use data converter to retrieve json after script execution - s.converters["script json"] = function() { - if ( !responseContainer ) { - jQuery.error( callbackName + " was not called" ); - } - return responseContainer[ 0 ]; - }; - - // force json dataType - s.dataTypes[ 0 ] = "json"; - - // Install callback - overwritten = window[ callbackName ]; - window[ callbackName ] = function() { - responseContainer = arguments; - }; - - // Clean-up function (fires after converters) - jqXHR.always(function() { - // Restore preexisting value - window[ callbackName ] = overwritten; - - // Save back as free - if ( s[ callbackName ] ) { - // make sure that re-using the options doesn't screw things around - s.jsonpCallback = originalSettings.jsonpCallback; - - // save the callback name for future use - oldCallbacks.push( callbackName ); - } - - // Call if it was a function and we have a response - if ( responseContainer && jQuery.isFunction( overwritten ) ) { - overwritten( responseContainer[ 0 ] ); - } - - responseContainer = overwritten = undefined; - }); - - // Delegate to script - return "script"; - } -}); - - - - -// data: string of html -// context (optional): If specified, the fragment will be created in this context, defaults to document -// keepScripts (optional): If true, will include scripts passed in the html string -jQuery.parseHTML = function( data, context, keepScripts ) { - if ( !data || typeof data !== "string" ) { - return null; - } - if ( typeof context === "boolean" ) { - keepScripts = context; - context = false; - } - context = context || document; - - var parsed = rsingleTag.exec( data ), - scripts = !keepScripts && []; - - // Single tag - if ( parsed ) { - return [ context.createElement( parsed[1] ) ]; - } - - parsed = jQuery.buildFragment( [ data ], context, scripts ); - - if ( scripts && scripts.length ) { - jQuery( scripts ).remove(); - } - - return jQuery.merge( [], parsed.childNodes ); -}; - - -// Keep a copy of the old load method -var _load = jQuery.fn.load; - -/** - * Load a url into a page - */ -jQuery.fn.load = function( url, params, callback ) { - if ( typeof url !== "string" && _load ) { - return _load.apply( this, arguments ); - } - - var selector, type, response, - self = this, - off = url.indexOf(" "); - - if ( off >= 0 ) { - selector = jQuery.trim( url.slice( off ) ); - url = url.slice( 0, off ); - } - - // If it's a function - if ( jQuery.isFunction( params ) ) { - - // We assume that it's the callback - callback = params; - params = undefined; - - // Otherwise, build a param string - } else if ( params && typeof params === "object" ) { - type = "POST"; - } - - // If we have elements to modify, make the request - if ( self.length > 0 ) { - jQuery.ajax({ - url: url, - - // if "type" variable is undefined, then "GET" method will be used - type: type, - dataType: "html", - data: params - }).done(function( responseText ) { - - // Save response for use in complete callback - response = arguments; - - self.html( selector ? - - // If a selector was specified, locate the right elements in a dummy div - // Exclude scripts to avoid IE 'Permission Denied' errors - jQuery("<div>").append( jQuery.parseHTML( responseText ) ).find( selector ) : - - // Otherwise use the full result - responseText ); - - }).complete( callback && function( jqXHR, status ) { - self.each( callback, response || [ jqXHR.responseText, status, jqXHR ] ); - }); - } - - return this; -}; - - - - -// Attach a bunch of functions for handling common AJAX events -jQuery.each( [ "ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend" ], function( i, type ) { - jQuery.fn[ type ] = function( fn ) { - return this.on( type, fn ); - }; -}); - - - - -jQuery.expr.filters.animated = function( elem ) { - return jQuery.grep(jQuery.timers, function( fn ) { - return elem === fn.elem; - }).length; -}; - - - - -var docElem = window.document.documentElement; - -/** - * Gets a window from an element - */ -function getWindow( elem ) { - return jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView; -} - -jQuery.offset = { - setOffset: function( elem, options, i ) { - var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, - position = jQuery.css( elem, "position" ), - curElem = jQuery( elem ), - props = {}; - - // Set position first, in-case top/left are set even on static elem - if ( position === "static" ) { - elem.style.position = "relative"; - } - - curOffset = curElem.offset(); - curCSSTop = jQuery.css( elem, "top" ); - curCSSLeft = jQuery.css( elem, "left" ); - calculatePosition = ( position === "absolute" || position === "fixed" ) && - ( curCSSTop + curCSSLeft ).indexOf("auto") > -1; - - // Need to be able to calculate position if either - // top or left is auto and position is either absolute or fixed - if ( calculatePosition ) { - curPosition = curElem.position(); - curTop = curPosition.top; - curLeft = curPosition.left; - - } else { - curTop = parseFloat( curCSSTop ) || 0; - curLeft = parseFloat( curCSSLeft ) || 0; - } - - if ( jQuery.isFunction( options ) ) { - options = options.call( elem, i, curOffset ); - } - - if ( options.top != null ) { - props.top = ( options.top - curOffset.top ) + curTop; - } - if ( options.left != null ) { - props.left = ( options.left - curOffset.left ) + curLeft; - } - - if ( "using" in options ) { - options.using.call( elem, props ); - - } else { - curElem.css( props ); - } - } -}; - -jQuery.fn.extend({ - offset: function( options ) { - if ( arguments.length ) { - return options === undefined ? - this : - this.each(function( i ) { - jQuery.offset.setOffset( this, options, i ); - }); - } - - var docElem, win, - elem = this[ 0 ], - box = { top: 0, left: 0 }, - doc = elem && elem.ownerDocument; - - if ( !doc ) { - return; - } - - docElem = doc.documentElement; - - // Make sure it's not a disconnected DOM node - if ( !jQuery.contains( docElem, elem ) ) { - return box; - } - - // Support: BlackBerry 5, iOS 3 (original iPhone) - // If we don't have gBCR, just use 0,0 rather than error - if ( typeof elem.getBoundingClientRect !== strundefined ) { - box = elem.getBoundingClientRect(); - } - win = getWindow( doc ); - return { - top: box.top + win.pageYOffset - docElem.clientTop, - left: box.left + win.pageXOffset - docElem.clientLeft - }; - }, - - position: function() { - if ( !this[ 0 ] ) { - return; - } - - var offsetParent, offset, - elem = this[ 0 ], - parentOffset = { top: 0, left: 0 }; - - // Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent - if ( jQuery.css( elem, "position" ) === "fixed" ) { - // Assume getBoundingClientRect is there when computed position is fixed - offset = elem.getBoundingClientRect(); - - } else { - // Get *real* offsetParent - offsetParent = this.offsetParent(); - - // Get correct offsets - offset = this.offset(); - if ( !jQuery.nodeName( offsetParent[ 0 ], "html" ) ) { - parentOffset = offsetParent.offset(); - } - - // Add offsetParent borders - parentOffset.top += jQuery.css( offsetParent[ 0 ], "borderTopWidth", true ); - parentOffset.left += jQuery.css( offsetParent[ 0 ], "borderLeftWidth", true ); - } - - // Subtract parent offsets and element margins - return { - top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), - left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) - }; - }, - - offsetParent: function() { - return this.map(function() { - var offsetParent = this.offsetParent || docElem; - - while ( offsetParent && ( !jQuery.nodeName( offsetParent, "html" ) && jQuery.css( offsetParent, "position" ) === "static" ) ) { - offsetParent = offsetParent.offsetParent; - } - - return offsetParent || docElem; - }); - } -}); - -// Create scrollLeft and scrollTop methods -jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) { - var top = "pageYOffset" === prop; - - jQuery.fn[ method ] = function( val ) { - return access( this, function( elem, method, val ) { - var win = getWindow( elem ); - - if ( val === undefined ) { - return win ? win[ prop ] : elem[ method ]; - } - - if ( win ) { - win.scrollTo( - !top ? val : window.pageXOffset, - top ? val : window.pageYOffset - ); - - } else { - elem[ method ] = val; - } - }, method, val, arguments.length, null ); - }; -}); - -// Support: Safari<7+, Chrome<37+ -// Add the top/left cssHooks using jQuery.fn.position -// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 -// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280 -// getComputedStyle returns percent when specified for top/left/bottom/right; -// rather than make the css module depend on the offset module, just check for it here -jQuery.each( [ "top", "left" ], function( i, prop ) { - jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition, - function( elem, computed ) { - if ( computed ) { - computed = curCSS( elem, prop ); - // If curCSS returns percentage, fallback to offset - return rnumnonpx.test( computed ) ? - jQuery( elem ).position()[ prop ] + "px" : - computed; - } - } - ); -}); - - -// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods -jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) { - // Margin is only for outerHeight, outerWidth - jQuery.fn[ funcName ] = function( margin, value ) { - var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), - extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); - - return access( this, function( elem, type, value ) { - var doc; - - if ( jQuery.isWindow( elem ) ) { - // As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there - // isn't a whole lot we can do. See pull request at this URL for discussion: - // https://github.com/jquery/jquery/pull/764 - return elem.document.documentElement[ "client" + name ]; - } - - // Get document width or height - if ( elem.nodeType === 9 ) { - doc = elem.documentElement; - - // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], - // whichever is greatest - return Math.max( - elem.body[ "scroll" + name ], doc[ "scroll" + name ], - elem.body[ "offset" + name ], doc[ "offset" + name ], - doc[ "client" + name ] - ); - } - - return value === undefined ? - // Get width or height on the element, requesting but not forcing parseFloat - jQuery.css( elem, type, extra ) : - - // Set width or height on the element - jQuery.style( elem, type, value, extra ); - }, type, chainable ? margin : undefined, chainable, null ); - }; - }); -}); - - -// The number of elements contained in the matched element set -jQuery.fn.size = function() { - return this.length; -}; - -jQuery.fn.andSelf = jQuery.fn.addBack; - - - - -// Register as a named AMD module, since jQuery can be concatenated with other -// files that may use define, but not via a proper concatenation script that -// understands anonymous AMD modules. A named AMD is safest and most robust -// way to register. Lowercase jquery is used because AMD module names are -// derived from file names, and jQuery is normally delivered in a lowercase -// file name. Do this after creating the global so that if an AMD module wants -// to call noConflict to hide this version of jQuery, it will work. - -// Note that for maximum portability, libraries that are not jQuery should -// declare themselves as anonymous modules, and avoid setting a global if an -// AMD loader is present. jQuery is a special case. For more information, see -// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon - -if ( typeof define === "function" && define.amd ) { - define( "jquery", [], function() { - return jQuery; - }); -} - - - - -var - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$; - -jQuery.noConflict = function( deep ) { - if ( window.$ === jQuery ) { - window.$ = _$; - } - - if ( deep && window.jQuery === jQuery ) { - window.jQuery = _jQuery; - } - - return jQuery; -}; - -// Expose jQuery and $ identifiers, even in AMD -// (#7102#comment:10, https://github.com/jquery/jquery/pull/557) -// and CommonJS for browser emulators (#13566) -if ( typeof noGlobal === strundefined ) { - window.jQuery = window.$ = jQuery; -} - - - - -return jQuery; - -})); diff --git a/static/admin/js/vendor/jquery/jquery.min.js b/static/admin/js/vendor/jquery/jquery.min.js deleted file mode 100644 index 49990d6..0000000 --- a/static/admin/js/vendor/jquery/jquery.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b="length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function qa(){}qa.prototype=d.filters=d.pseudos,d.setFilters=new qa,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function ra(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){ -return M.access(a,b,c)},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=L.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,R=["Top","Right","Bottom","Left"],S=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},T=/^(?:checkbox|radio)$/i;!function(){var a=l.createDocumentFragment(),b=a.appendChild(l.createElement("div")),c=l.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||l,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=W.test(e)?this.mouseHooks:V.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=l),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==_()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===_()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?Z:$):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=Z,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=Z,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=Z,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=L.access(d,b);e||d.addEventListener(a,c,!0),L.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=L.access(d,b)-1;e?L.access(d,b,e):(d.removeEventListener(a,c,!0),L.remove(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=$;else if(!d)return this;return 1===e&&(f=d,d=function(a){return n().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=$),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ba=/<([\w:]+)/,ca=/<|&#?\w+;/,da=/<(?:script|style|link)/i,ea=/checked\s*(?:[^=]|=\s*.checked.)/i,fa=/^$|\/(?:java|ecma)script/i,ga=/^true\/(.*)/,ha=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ia={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ia.optgroup=ia.option,ia.tbody=ia.tfoot=ia.colgroup=ia.caption=ia.thead,ia.th=ia.td;function ja(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function ka(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function la(a){var b=ga.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function ma(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function na(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function oa(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pa(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=oa(h),f=oa(a),d=0,e=f.length;e>d;d++)pa(f[d],g[d]);if(b)if(c)for(f=f||oa(a),g=g||oa(h),d=0,e=f.length;e>d;d++)na(f[d],g[d]);else na(a,h);return g=oa(h,"script"),g.length>0&&ma(g,!i&&oa(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(ca.test(e)){f=f||k.appendChild(b.createElement("div")),g=(ba.exec(e)||["",""])[1].toLowerCase(),h=ia[g]||ia._default,f.innerHTML=h[1]+e.replace(aa,"<$1></$2>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=oa(k.appendChild(e),"script"),i&&ma(f),c)){j=0;while(e=f[j++])fa.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(oa(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&ma(oa(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(oa(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!da.test(a)&&!ia[(ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(aa,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(oa(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(oa(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&ea.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(oa(c,"script"),ka),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,oa(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,la),j=0;g>j;j++)h=f[j],fa.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(ha,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qa,ra={};function sa(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function ta(a){var b=l,c=ra[a];return c||(c=sa(a,b),"none"!==c&&c||(qa=(qa||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=qa[0].contentDocument,b.write(),b.close(),c=sa(a,b),qa.detach()),ra[a]=c),c}var ua=/^margin/,va=new RegExp("^("+Q+")(?!px)[a-z%]+$","i"),wa=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)};function xa(a,b,c){var d,e,f,g,h=a.style;return c=c||wa(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),va.test(g)&&ua.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function ya(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d=l.documentElement,e=l.createElement("div"),f=l.createElement("div");if(f.style){f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===f.style.backgroundClip,e.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",e.appendChild(f);function g(){f.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f.innerHTML="",d.appendChild(e);var g=a.getComputedStyle(f,null);b="1%"!==g.top,c="4px"===g.width,d.removeChild(e)}a.getComputedStyle&&n.extend(k,{pixelPosition:function(){return g(),b},boxSizingReliable:function(){return null==c&&g(),c},reliableMarginRight:function(){var b,c=f.appendChild(l.createElement("div"));return c.style.cssText=f.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyle(c,null).marginRight),d.removeChild(e),f.removeChild(c),b}})}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var za=/^(none|table(?!-c[ea]).+)/,Aa=new RegExp("^("+Q+")(.*)$","i"),Ba=new RegExp("^([+-])=("+Q+")","i"),Ca={position:"absolute",visibility:"hidden",display:"block"},Da={letterSpacing:"0",fontWeight:"400"},Ea=["Webkit","O","Moz","ms"];function Fa(a,b){if(b in a)return b;var c=b[0].toUpperCase()+b.slice(1),d=b,e=Ea.length;while(e--)if(b=Ea[e]+c,b in a)return b;return d}function Ga(a,b,c){var d=Aa.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Ha(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+R[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+R[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+R[f]+"Width",!0,e))):(g+=n.css(a,"padding"+R[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+R[f]+"Width",!0,e)));return g}function Ia(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=wa(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=xa(a,b,f),(0>e||null==e)&&(e=a.style[b]),va.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Ha(a,b,c||(g?"border":"content"),d,f)+"px"}function Ja(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=L.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&S(d)&&(f[g]=L.access(d,"olddisplay",ta(d.nodeName)))):(e=S(d),"none"===c&&e||L.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=xa(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Fa(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Ba.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Fa(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=xa(a,b,d)),"normal"===e&&b in Da&&(e=Da[b]),""===c||c?(f=parseFloat(e),c===!0||n.isNumeric(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?za.test(n.css(a,"display"))&&0===a.offsetWidth?n.swap(a,Ca,function(){return Ia(a,b,d)}):Ia(a,b,d):void 0},set:function(a,c,d){var e=d&&wa(a);return Ga(a,c,d?Ha(a,b,d,"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),n.cssHooks.marginRight=ya(k.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},xa,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+R[d]+b]=f[d]||f[d-2]||f[0];return e}},ua.test(a)||(n.cssHooks[a+b].set=Ga)}),n.fn.extend({css:function(a,b){return J(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=wa(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Ja(this,!0)},hide:function(){return Ja(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){S(this)?n(this).show():n(this).hide()})}});function Ka(a,b,c,d,e){return new Ka.prototype.init(a,b,c,d,e)}n.Tween=Ka,Ka.prototype={constructor:Ka,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Ka.propHooks[this.prop];return a&&a.get?a.get(this):Ka.propHooks._default.get(this)},run:function(a){var b,c=Ka.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ka.propHooks._default.set(this),this}},Ka.prototype.init.prototype=Ka.prototype,Ka.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Ka.propHooks.scrollTop=Ka.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=Ka.prototype.init,n.fx.step={};var La,Ma,Na=/^(?:toggle|show|hide)$/,Oa=new RegExp("^(?:([+-])=|)("+Q+")([a-z%]*)$","i"),Pa=/queueHooks$/,Qa=[Va],Ra={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=Oa.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&Oa.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function Sa(){return setTimeout(function(){La=void 0}),La=n.now()}function Ta(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=R[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ua(a,b,c){for(var d,e=(Ra[b]||[]).concat(Ra["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Va(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&S(a),q=L.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?L.get(a,"olddisplay")||ta(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Na.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?ta(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=L.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;L.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ua(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function Wa(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function Xa(a,b,c){var d,e,f=0,g=Qa.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=La||Sa(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:La||Sa(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(Wa(k,j.opts.specialEasing);g>f;f++)if(d=Qa[f].call(j,a,k,j.opts))return d;return n.map(k,Ua,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(Xa,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],Ra[c]=Ra[c]||[],Ra[c].unshift(b)},prefilter:function(a,b){b?Qa.unshift(a):Qa.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(S).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=Xa(this,n.extend({},a),f);(e||L.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pa.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=L.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Ta(b,!0),a,d,e)}}),n.each({slideDown:Ta("show"),slideUp:Ta("hide"),slideToggle:Ta("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(La=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),La=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Ma||(Ma=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Ma),Ma=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select"),c=b.appendChild(l.createElement("option"));a.type="checkbox",k.checkOn=""!==a.value,k.optSelected=c.selected,b.disabled=!0,k.optDisabled=!c.disabled,a=l.createElement("input"),a.value="t",a.type="radio",k.radioValue="t"===a.value}();var Ya,Za,$a=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return J(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===U?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?Za:Ya)), -void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Za={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$a[b]||n.find.attr;$a[b]=function(a,b,d){var e,f;return d||(f=$a[b],$a[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$a[b]=f),e}});var _a=/^(?:input|select|textarea|button)$/i;n.fn.extend({prop:function(a,b){return J(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||_a.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),k.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var ab=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ab," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ab," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===U||"boolean"===c)&&(this.className&&L.set(this,"__className__",this.className),this.className=this.className||a===!1?"":L.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ab," ").indexOf(b)>=0)return!0;return!1}});var bb=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(bb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},k.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var cb=n.now(),db=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&n.error("Invalid XML: "+a),b};var eb=/#.*$/,fb=/([?&])_=[^&]*/,gb=/^(.*?):[ \t]*([^\r\n]*)$/gm,hb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,ib=/^(?:GET|HEAD)$/,jb=/^\/\//,kb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,lb={},mb={},nb="*/".concat("*"),ob=a.location.href,pb=kb.exec(ob.toLowerCase())||[];function qb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function rb(a,b,c,d){var e={},f=a===mb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function sb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function tb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function ub(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ob,type:"GET",isLocal:hb.test(pb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":nb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?sb(sb(a,n.ajaxSettings),b):sb(n.ajaxSettings,a)},ajaxPrefilter:qb(lb),ajaxTransport:qb(mb),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!f){f={};while(b=gb.exec(e))f[b[1].toLowerCase()]=b[2]}b=f[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?e:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return c&&c.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||ob)+"").replace(eb,"").replace(jb,pb[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(h=kb.exec(k.url.toLowerCase()),k.crossDomain=!(!h||h[1]===pb[1]&&h[2]===pb[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(pb[3]||("http:"===pb[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),rb(lb,k,b,v),2===t)return v;i=n.event&&k.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!ib.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(db.test(d)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=fb.test(d)?d.replace(fb,"$1_="+cb++):d+(db.test(d)?"&":"?")+"_="+cb++)),k.ifModified&&(n.lastModified[d]&&v.setRequestHeader("If-Modified-Since",n.lastModified[d]),n.etag[d]&&v.setRequestHeader("If-None-Match",n.etag[d])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+nb+"; q=0.01":""):k.accepts["*"]);for(j in k.headers)v.setRequestHeader(j,k.headers[j]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(j in{success:1,error:1,complete:1})v[j](k[j]);if(c=rb(mb,k,b,v)){v.readyState=1,i&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,c.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,f,h){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),c=void 0,e=h||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,f&&(u=tb(k,v,f)),u=ub(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[d]=w),w=v.getResponseHeader("etag"),w&&(n.etag[d]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,i&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),i&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var vb=/%20/g,wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&").replace(vb,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!T.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Bb=0,Cb={},Db={0:200,1223:204},Eb=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Cb)Cb[a]()}),k.cors=!!Eb&&"withCredentials"in Eb,k.ajax=Eb=!!Eb,n.ajaxTransport(function(a){var b;return k.cors||Eb&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Bb;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Cb[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Db[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Cb[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),l.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Fb=[],Gb=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Fb.pop()||n.expando+"_"+cb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Gb.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gb.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Gb,"$1"+e):b.jsonp!==!1&&(b.url+=(db.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Fb.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||l;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var Hb=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Hb)return Hb.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var Ib=a.document.documentElement;function Jb(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(typeof d.getBoundingClientRect!==U&&(e=d.getBoundingClientRect()),c=Jb(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||Ib;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ib})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;n.fn[b]=function(e){return J(this,function(b,e,f){var g=Jb(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=ya(k.pixelPosition,function(a,c){return c?(c=xa(a,b),va.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return J(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Kb=a.jQuery,Lb=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Lb),b&&a.jQuery===n&&(a.jQuery=Kb),n},typeof b===U&&(a.jQuery=a.$=n),n}); diff --git a/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt b/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt deleted file mode 100644 index 341652a..0000000 --- a/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2007-2012 Steven Levithan <http://xregexp.com/> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/static/admin/js/vendor/xregexp/xregexp.js b/static/admin/js/vendor/xregexp/xregexp.js deleted file mode 100644 index 7a4454e..0000000 --- a/static/admin/js/vendor/xregexp/xregexp.js +++ /dev/null @@ -1,2308 +0,0 @@ - -/***** xregexp.js *****/ - -/*! - * XRegExp v2.0.0 - * (c) 2007-2012 Steven Levithan <http://xregexp.com/> - * MIT License - */ - -/** - * XRegExp provides augmented, extensible JavaScript regular expressions. You get new syntax, - * flags, and methods beyond what browsers support natively. XRegExp is also a regex utility belt - * with tools to make your client-side grepping simpler and more powerful, while freeing you from - * worrying about pesky cross-browser inconsistencies and the dubious `lastIndex` property. See - * XRegExp's documentation (http://xregexp.com/) for more details. - * @module xregexp - * @requires N/A - */ -var XRegExp; - -// Avoid running twice; that would reset tokens and could break references to native globals -XRegExp = XRegExp || (function (undef) { - "use strict"; - -/*-------------------------------------- - * Private variables - *------------------------------------*/ - - var self, - addToken, - add, - -// Optional features; can be installed and uninstalled - features = { - natives: false, - extensibility: false - }, - -// Store native methods to use and restore ("native" is an ES3 reserved keyword) - nativ = { - exec: RegExp.prototype.exec, - test: RegExp.prototype.test, - match: String.prototype.match, - replace: String.prototype.replace, - split: String.prototype.split - }, - -// Storage for fixed/extended native methods - fixed = {}, - -// Storage for cached regexes - cache = {}, - -// Storage for addon tokens - tokens = [], - -// Token scopes - defaultScope = "default", - classScope = "class", - -// Regexes that match native regex syntax - nativeTokens = { - // Any native multicharacter token in default scope (includes octals, excludes character classes) - "default": /^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S])|\(\?[:=!]|[?*+]\?|{\d+(?:,\d*)?}\??)/, - // Any native multicharacter token in character class scope (includes octals) - "class": /^(?:\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S]))/ - }, - -// Any backreference in replacement strings - replacementToken = /\$(?:{([\w$]+)}|(\d\d?|[\s\S]))/g, - -// Any character with a later instance in the string - duplicateFlags = /([\s\S])(?=[\s\S]*\1)/g, - -// Any greedy/lazy quantifier - quantifier = /^(?:[?*+]|{\d+(?:,\d*)?})\??/, - -// Check for correct `exec` handling of nonparticipating capturing groups - compliantExecNpcg = nativ.exec.call(/()??/, "")[1] === undef, - -// Check for flag y support (Firefox 3+) - hasNativeY = RegExp.prototype.sticky !== undef, - -// Used to kill infinite recursion during XRegExp construction - isInsideConstructor = false, - -// Storage for known flags, including addon flags - registeredFlags = "gim" + (hasNativeY ? "y" : ""); - -/*-------------------------------------- - * Private helper functions - *------------------------------------*/ - -/** - * Attaches XRegExp.prototype properties and named capture supporting data to a regex object. - * @private - * @param {RegExp} regex Regex to augment. - * @param {Array} captureNames Array with capture names, or null. - * @param {Boolean} [isNative] Whether the regex was created by `RegExp` rather than `XRegExp`. - * @returns {RegExp} Augmented regex. - */ - function augment(regex, captureNames, isNative) { - var p; - // Can't auto-inherit these since the XRegExp constructor returns a nonprimitive value - for (p in self.prototype) { - if (self.prototype.hasOwnProperty(p)) { - regex[p] = self.prototype[p]; - } - } - regex.xregexp = {captureNames: captureNames, isNative: !!isNative}; - return regex; - } - -/** - * Returns native `RegExp` flags used by a regex object. - * @private - * @param {RegExp} regex Regex to check. - * @returns {String} Native flags in use. - */ - function getNativeFlags(regex) { - //return nativ.exec.call(/\/([a-z]*)$/i, String(regex))[1]; - return (regex.global ? "g" : "") + - (regex.ignoreCase ? "i" : "") + - (regex.multiline ? "m" : "") + - (regex.extended ? "x" : "") + // Proposed for ES6, included in AS3 - (regex.sticky ? "y" : ""); // Proposed for ES6, included in Firefox 3+ - } - -/** - * Copies a regex object while preserving special properties for named capture and augmenting with - * `XRegExp.prototype` methods. The copy has a fresh `lastIndex` property (set to zero). Allows - * adding and removing flags while copying the regex. - * @private - * @param {RegExp} regex Regex to copy. - * @param {String} [addFlags] Flags to be added while copying the regex. - * @param {String} [removeFlags] Flags to be removed while copying the regex. - * @returns {RegExp} Copy of the provided regex, possibly with modified flags. - */ - function copy(regex, addFlags, removeFlags) { - if (!self.isRegExp(regex)) { - throw new TypeError("type RegExp expected"); - } - var flags = nativ.replace.call(getNativeFlags(regex) + (addFlags || ""), duplicateFlags, ""); - if (removeFlags) { - // Would need to escape `removeFlags` if this was public - flags = nativ.replace.call(flags, new RegExp("[" + removeFlags + "]+", "g"), ""); - } - if (regex.xregexp && !regex.xregexp.isNative) { - // Compiling the current (rather than precompilation) source preserves the effects of nonnative source flags - regex = augment(self(regex.source, flags), - regex.xregexp.captureNames ? regex.xregexp.captureNames.slice(0) : null); - } else { - // Augment with `XRegExp.prototype` methods, but use native `RegExp` (avoid searching for special tokens) - regex = augment(new RegExp(regex.source, flags), null, true); - } - return regex; - } - -/* - * Returns the last index at which a given value can be found in an array, or `-1` if it's not - * present. The array is searched backwards. - * @private - * @param {Array} array Array to search. - * @param {*} value Value to locate in the array. - * @returns {Number} Last zero-based index at which the item is found, or -1. - */ - function lastIndexOf(array, value) { - var i = array.length; - if (Array.prototype.lastIndexOf) { - return array.lastIndexOf(value); // Use the native method if available - } - while (i--) { - if (array[i] === value) { - return i; - } - } - return -1; - } - -/** - * Determines whether an object is of the specified type. - * @private - * @param {*} value Object to check. - * @param {String} type Type to check for, in lowercase. - * @returns {Boolean} Whether the object matches the type. - */ - function isType(value, type) { - return Object.prototype.toString.call(value).toLowerCase() === "[object " + type + "]"; - } - -/** - * Prepares an options object from the given value. - * @private - * @param {String|Object} value Value to convert to an options object. - * @returns {Object} Options object. - */ - function prepareOptions(value) { - value = value || {}; - if (value === "all" || value.all) { - value = {natives: true, extensibility: true}; - } else if (isType(value, "string")) { - value = self.forEach(value, /[^\s,]+/, function (m) { - this[m] = true; - }, {}); - } - return value; - } - -/** - * Runs built-in/custom tokens in reverse insertion order, until a match is found. - * @private - * @param {String} pattern Original pattern from which an XRegExp object is being built. - * @param {Number} pos Position to search for tokens within `pattern`. - * @param {Number} scope Current regex scope. - * @param {Object} context Context object assigned to token handler functions. - * @returns {Object} Object with properties `output` (the substitution string returned by the - * successful token handler) and `match` (the token's match array), or null. - */ - function runTokens(pattern, pos, scope, context) { - var i = tokens.length, - result = null, - match, - t; - // Protect against constructing XRegExps within token handler and trigger functions - isInsideConstructor = true; - // Must reset `isInsideConstructor`, even if a `trigger` or `handler` throws - try { - while (i--) { // Run in reverse order - t = tokens[i]; - if ((t.scope === "all" || t.scope === scope) && (!t.trigger || t.trigger.call(context))) { - t.pattern.lastIndex = pos; - match = fixed.exec.call(t.pattern, pattern); // Fixed `exec` here allows use of named backreferences, etc. - if (match && match.index === pos) { - result = { - output: t.handler.call(context, match, scope), - match: match - }; - break; - } - } - } - } catch (err) { - throw err; - } finally { - isInsideConstructor = false; - } - return result; - } - -/** - * Enables or disables XRegExp syntax and flag extensibility. - * @private - * @param {Boolean} on `true` to enable; `false` to disable. - */ - function setExtensibility(on) { - self.addToken = addToken[on ? "on" : "off"]; - features.extensibility = on; - } - -/** - * Enables or disables native method overrides. - * @private - * @param {Boolean} on `true` to enable; `false` to disable. - */ - function setNatives(on) { - RegExp.prototype.exec = (on ? fixed : nativ).exec; - RegExp.prototype.test = (on ? fixed : nativ).test; - String.prototype.match = (on ? fixed : nativ).match; - String.prototype.replace = (on ? fixed : nativ).replace; - String.prototype.split = (on ? fixed : nativ).split; - features.natives = on; - } - -/*-------------------------------------- - * Constructor - *------------------------------------*/ - -/** - * Creates an extended regular expression object for matching text with a pattern. Differs from a - * native regular expression in that additional syntax and flags are supported. The returned object - * is in fact a native `RegExp` and works with all native methods. - * @class XRegExp - * @constructor - * @param {String|RegExp} pattern Regex pattern string, or an existing `RegExp` object to copy. - * @param {String} [flags] Any combination of flags: - * <li>`g` - global - * <li>`i` - ignore case - * <li>`m` - multiline anchors - * <li>`n` - explicit capture - * <li>`s` - dot matches all (aka singleline) - * <li>`x` - free-spacing and line comments (aka extended) - * <li>`y` - sticky (Firefox 3+ only) - * Flags cannot be provided when constructing one `RegExp` from another. - * @returns {RegExp} Extended regular expression object. - * @example - * - * // With named capture and flag x - * date = XRegExp('(?<year> [0-9]{4}) -? # year \n\ - * (?<month> [0-9]{2}) -? # month \n\ - * (?<day> [0-9]{2}) # day ', 'x'); - * - * // Passing a regex object to copy it. The copy maintains special properties for named capture, - * // is augmented with `XRegExp.prototype` methods, and has a fresh `lastIndex` property (set to - * // zero). Native regexes are not recompiled using XRegExp syntax. - * XRegExp(/regex/); - */ - self = function (pattern, flags) { - if (self.isRegExp(pattern)) { - if (flags !== undef) { - throw new TypeError("can't supply flags when constructing one RegExp from another"); - } - return copy(pattern); - } - // Tokens become part of the regex construction process, so protect against infinite recursion - // when an XRegExp is constructed within a token handler function - if (isInsideConstructor) { - throw new Error("can't call the XRegExp constructor within token definition functions"); - } - - var output = [], - scope = defaultScope, - tokenContext = { - hasNamedCapture: false, - captureNames: [], - hasFlag: function (flag) { - return flags.indexOf(flag) > -1; - } - }, - pos = 0, - tokenResult, - match, - chr; - pattern = pattern === undef ? "" : String(pattern); - flags = flags === undef ? "" : String(flags); - - if (nativ.match.call(flags, duplicateFlags)) { // Don't use test/exec because they would update lastIndex - throw new SyntaxError("invalid duplicate regular expression flag"); - } - // Strip/apply leading mode modifier with any combination of flags except g or y: (?imnsx) - pattern = nativ.replace.call(pattern, /^\(\?([\w$]+)\)/, function ($0, $1) { - if (nativ.test.call(/[gy]/, $1)) { - throw new SyntaxError("can't use flag g or y in mode modifier"); - } - flags = nativ.replace.call(flags + $1, duplicateFlags, ""); - return ""; - }); - self.forEach(flags, /[\s\S]/, function (m) { - if (registeredFlags.indexOf(m[0]) < 0) { - throw new SyntaxError("invalid regular expression flag " + m[0]); - } - }); - - while (pos < pattern.length) { - // Check for custom tokens at the current position - tokenResult = runTokens(pattern, pos, scope, tokenContext); - if (tokenResult) { - output.push(tokenResult.output); - pos += (tokenResult.match[0].length || 1); - } else { - // Check for native tokens (except character classes) at the current position - match = nativ.exec.call(nativeTokens[scope], pattern.slice(pos)); - if (match) { - output.push(match[0]); - pos += match[0].length; - } else { - chr = pattern.charAt(pos); - if (chr === "[") { - scope = classScope; - } else if (chr === "]") { - scope = defaultScope; - } - // Advance position by one character - output.push(chr); - ++pos; - } - } - } - - return augment(new RegExp(output.join(""), nativ.replace.call(flags, /[^gimy]+/g, "")), - tokenContext.hasNamedCapture ? tokenContext.captureNames : null); - }; - -/*-------------------------------------- - * Public methods/properties - *------------------------------------*/ - -// Installed and uninstalled states for `XRegExp.addToken` - addToken = { - on: function (regex, handler, options) { - options = options || {}; - if (regex) { - tokens.push({ - pattern: copy(regex, "g" + (hasNativeY ? "y" : "")), - handler: handler, - scope: options.scope || defaultScope, - trigger: options.trigger || null - }); - } - // Providing `customFlags` with null `regex` and `handler` allows adding flags that do - // nothing, but don't throw an error - if (options.customFlags) { - registeredFlags = nativ.replace.call(registeredFlags + options.customFlags, duplicateFlags, ""); - } - }, - off: function () { - throw new Error("extensibility must be installed before using addToken"); - } - }; - -/** - * Extends or changes XRegExp syntax and allows custom flags. This is used internally and can be - * used to create XRegExp addons. `XRegExp.install('extensibility')` must be run before calling - * this function, or an error is thrown. If more than one token can match the same string, the last - * added wins. - * @memberOf XRegExp - * @param {RegExp} regex Regex object that matches the new token. - * @param {Function} handler Function that returns a new pattern string (using native regex syntax) - * to replace the matched token within all future XRegExp regexes. Has access to persistent - * properties of the regex being built, through `this`. Invoked with two arguments: - * <li>The match array, with named backreference properties. - * <li>The regex scope where the match was found. - * @param {Object} [options] Options object with optional properties: - * <li>`scope` {String} Scopes where the token applies: 'default', 'class', or 'all'. - * <li>`trigger` {Function} Function that returns `true` when the token should be applied; e.g., - * if a flag is set. If `false` is returned, the matched string can be matched by other tokens. - * Has access to persistent properties of the regex being built, through `this` (including - * function `this.hasFlag`). - * <li>`customFlags` {String} Nonnative flags used by the token's handler or trigger functions. - * Prevents XRegExp from throwing an invalid flag error when the specified flags are used. - * @example - * - * // Basic usage: Adds \a for ALERT character - * XRegExp.addToken( - * /\\a/, - * function () {return '\\x07';}, - * {scope: 'all'} - * ); - * XRegExp('\\a[\\a-\\n]+').test('\x07\n\x07'); // -> true - */ - self.addToken = addToken.off; - -/** - * Caches and returns the result of calling `XRegExp(pattern, flags)`. On any subsequent call with - * the same pattern and flag combination, the cached copy is returned. - * @memberOf XRegExp - * @param {String} pattern Regex pattern string. - * @param {String} [flags] Any combination of XRegExp flags. - * @returns {RegExp} Cached XRegExp object. - * @example - * - * while (match = XRegExp.cache('.', 'gs').exec(str)) { - * // The regex is compiled once only - * } - */ - self.cache = function (pattern, flags) { - var key = pattern + "/" + (flags || ""); - return cache[key] || (cache[key] = self(pattern, flags)); - }; - -/** - * Escapes any regular expression metacharacters, for use when matching literal strings. The result - * can safely be used at any point within a regex that uses any flags. - * @memberOf XRegExp - * @param {String} str String to escape. - * @returns {String} String with regex metacharacters escaped. - * @example - * - * XRegExp.escape('Escaped? <.>'); - * // -> 'Escaped\?\ <\.>' - */ - self.escape = function (str) { - return nativ.replace.call(str, /[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); - }; - -/** - * Executes a regex search in a specified string. Returns a match array or `null`. If the provided - * regex uses named capture, named backreference properties are included on the match array. - * Optional `pos` and `sticky` arguments specify the search start position, and whether the match - * must start at the specified position only. The `lastIndex` property of the provided regex is not - * used, but is updated for compatibility. Also fixes browser bugs compared to the native - * `RegExp.prototype.exec` and can be used reliably cross-browser. - * @memberOf XRegExp - * @param {String} str String to search. - * @param {RegExp} regex Regex to search with. - * @param {Number} [pos=0] Zero-based index at which to start the search. - * @param {Boolean|String} [sticky=false] Whether the match must start at the specified position - * only. The string `'sticky'` is accepted as an alternative to `true`. - * @returns {Array} Match array with named backreference properties, or null. - * @example - * - * // Basic use, with named backreference - * var match = XRegExp.exec('U+2620', XRegExp('U\\+(?<hex>[0-9A-F]{4})')); - * match.hex; // -> '2620' - * - * // With pos and sticky, in a loop - * var pos = 2, result = [], match; - * while (match = XRegExp.exec('<1><2><3><4>5<6>', /<(\d)>/, pos, 'sticky')) { - * result.push(match[1]); - * pos = match.index + match[0].length; - * } - * // result -> ['2', '3', '4'] - */ - self.exec = function (str, regex, pos, sticky) { - var r2 = copy(regex, "g" + (sticky && hasNativeY ? "y" : ""), (sticky === false ? "y" : "")), - match; - r2.lastIndex = pos = pos || 0; - match = fixed.exec.call(r2, str); // Fixed `exec` required for `lastIndex` fix, etc. - if (sticky && match && match.index !== pos) { - match = null; - } - if (regex.global) { - regex.lastIndex = match ? r2.lastIndex : 0; - } - return match; - }; - -/** - * Executes a provided function once per regex match. - * @memberOf XRegExp - * @param {String} str String to search. - * @param {RegExp} regex Regex to search with. - * @param {Function} callback Function to execute for each match. Invoked with four arguments: - * <li>The match array, with named backreference properties. - * <li>The zero-based match index. - * <li>The string being traversed. - * <li>The regex object being used to traverse the string. - * @param {*} [context] Object to use as `this` when executing `callback`. - * @returns {*} Provided `context` object. - * @example - * - * // Extracts every other digit from a string - * XRegExp.forEach('1a2345', /\d/, function (match, i) { - * if (i % 2) this.push(+match[0]); - * }, []); - * // -> [2, 4] - */ - self.forEach = function (str, regex, callback, context) { - var pos = 0, - i = -1, - match; - while ((match = self.exec(str, regex, pos))) { - callback.call(context, match, ++i, str, regex); - pos = match.index + (match[0].length || 1); - } - return context; - }; - -/** - * Copies a regex object and adds flag `g`. The copy maintains special properties for named - * capture, is augmented with `XRegExp.prototype` methods, and has a fresh `lastIndex` property - * (set to zero). Native regexes are not recompiled using XRegExp syntax. - * @memberOf XRegExp - * @param {RegExp} regex Regex to globalize. - * @returns {RegExp} Copy of the provided regex with flag `g` added. - * @example - * - * var globalCopy = XRegExp.globalize(/regex/); - * globalCopy.global; // -> true - */ - self.globalize = function (regex) { - return copy(regex, "g"); - }; - -/** - * Installs optional features according to the specified options. - * @memberOf XRegExp - * @param {Object|String} options Options object or string. - * @example - * - * // With an options object - * XRegExp.install({ - * // Overrides native regex methods with fixed/extended versions that support named - * // backreferences and fix numerous cross-browser bugs - * natives: true, - * - * // Enables extensibility of XRegExp syntax and flags - * extensibility: true - * }); - * - * // With an options string - * XRegExp.install('natives extensibility'); - * - * // Using a shortcut to install all optional features - * XRegExp.install('all'); - */ - self.install = function (options) { - options = prepareOptions(options); - if (!features.natives && options.natives) { - setNatives(true); - } - if (!features.extensibility && options.extensibility) { - setExtensibility(true); - } - }; - -/** - * Checks whether an individual optional feature is installed. - * @memberOf XRegExp - * @param {String} feature Name of the feature to check. One of: - * <li>`natives` - * <li>`extensibility` - * @returns {Boolean} Whether the feature is installed. - * @example - * - * XRegExp.isInstalled('natives'); - */ - self.isInstalled = function (feature) { - return !!(features[feature]); - }; - -/** - * Returns `true` if an object is a regex; `false` if it isn't. This works correctly for regexes - * created in another frame, when `instanceof` and `constructor` checks would fail. - * @memberOf XRegExp - * @param {*} value Object to check. - * @returns {Boolean} Whether the object is a `RegExp` object. - * @example - * - * XRegExp.isRegExp('string'); // -> false - * XRegExp.isRegExp(/regex/i); // -> true - * XRegExp.isRegExp(RegExp('^', 'm')); // -> true - * XRegExp.isRegExp(XRegExp('(?s).')); // -> true - */ - self.isRegExp = function (value) { - return isType(value, "regexp"); - }; - -/** - * Retrieves the matches from searching a string using a chain of regexes that successively search - * within previous matches. The provided `chain` array can contain regexes and objects with `regex` - * and `backref` properties. When a backreference is specified, the named or numbered backreference - * is passed forward to the next regex or returned. - * @memberOf XRegExp - * @param {String} str String to search. - * @param {Array} chain Regexes that each search for matches within preceding results. - * @returns {Array} Matches by the last regex in the chain, or an empty array. - * @example - * - * // Basic usage; matches numbers within <b> tags - * XRegExp.matchChain('1 <b>2</b> 3 <b>4 a 56</b>', [ - * XRegExp('(?is)<b>.*?</b>'), - * /\d+/ - * ]); - * // -> ['2', '4', '56'] - * - * // Passing forward and returning specific backreferences - * html = '<a href="http://xregexp.com/api/">XRegExp</a>\ - * <a href="http://www.google.com/">Google</a>'; - * XRegExp.matchChain(html, [ - * {regex: /<a href="([^"]+)">/i, backref: 1}, - * {regex: XRegExp('(?i)^https?://(?<domain>[^/?#]+)'), backref: 'domain'} - * ]); - * // -> ['xregexp.com', 'www.google.com'] - */ - self.matchChain = function (str, chain) { - return (function recurseChain(values, level) { - var item = chain[level].regex ? chain[level] : {regex: chain[level]}, - matches = [], - addMatch = function (match) { - matches.push(item.backref ? (match[item.backref] || "") : match[0]); - }, - i; - for (i = 0; i < values.length; ++i) { - self.forEach(values[i], item.regex, addMatch); - } - return ((level === chain.length - 1) || !matches.length) ? - matches : - recurseChain(matches, level + 1); - }([str], 0)); - }; - -/** - * Returns a new string with one or all matches of a pattern replaced. The pattern can be a string - * or regex, and the replacement can be a string or a function to be called for each match. To - * perform a global search and replace, use the optional `scope` argument or include flag `g` if - * using a regex. Replacement strings can use `${n}` for named and numbered backreferences. - * Replacement functions can use named backreferences via `arguments[0].name`. Also fixes browser - * bugs compared to the native `String.prototype.replace` and can be used reliably cross-browser. - * @memberOf XRegExp - * @param {String} str String to search. - * @param {RegExp|String} search Search pattern to be replaced. - * @param {String|Function} replacement Replacement string or a function invoked to create it. - * Replacement strings can include special replacement syntax: - * <li>$$ - Inserts a literal '$'. - * <li>$&, $0 - Inserts the matched substring. - * <li>$` - Inserts the string that precedes the matched substring (left context). - * <li>$' - Inserts the string that follows the matched substring (right context). - * <li>$n, $nn - Where n/nn are digits referencing an existent capturing group, inserts - * backreference n/nn. - * <li>${n} - Where n is a name or any number of digits that reference an existent capturing - * group, inserts backreference n. - * Replacement functions are invoked with three or more arguments: - * <li>The matched substring (corresponds to $& above). Named backreferences are accessible as - * properties of this first argument. - * <li>0..n arguments, one for each backreference (corresponding to $1, $2, etc. above). - * <li>The zero-based index of the match within the total search string. - * <li>The total string being searched. - * @param {String} [scope='one'] Use 'one' to replace the first match only, or 'all'. If not - * explicitly specified and using a regex with flag `g`, `scope` is 'all'. - * @returns {String} New string with one or all matches replaced. - * @example - * - * // Regex search, using named backreferences in replacement string - * var name = XRegExp('(?<first>\\w+) (?<last>\\w+)'); - * XRegExp.replace('John Smith', name, '${last}, ${first}'); - * // -> 'Smith, John' - * - * // Regex search, using named backreferences in replacement function - * XRegExp.replace('John Smith', name, function (match) { - * return match.last + ', ' + match.first; - * }); - * // -> 'Smith, John' - * - * // Global string search/replacement - * XRegExp.replace('RegExp builds RegExps', 'RegExp', 'XRegExp', 'all'); - * // -> 'XRegExp builds XRegExps' - */ - self.replace = function (str, search, replacement, scope) { - var isRegex = self.isRegExp(search), - search2 = search, - result; - if (isRegex) { - if (scope === undef && search.global) { - scope = "all"; // Follow flag g when `scope` isn't explicit - } - // Note that since a copy is used, `search`'s `lastIndex` isn't updated *during* replacement iterations - search2 = copy(search, scope === "all" ? "g" : "", scope === "all" ? "" : "g"); - } else if (scope === "all") { - search2 = new RegExp(self.escape(String(search)), "g"); - } - result = fixed.replace.call(String(str), search2, replacement); // Fixed `replace` required for named backreferences, etc. - if (isRegex && search.global) { - search.lastIndex = 0; // Fixes IE, Safari bug (last tested IE 9, Safari 5.1) - } - return result; - }; - -/** - * Splits a string into an array of strings using a regex or string separator. Matches of the - * separator are not included in the result array. However, if `separator` is a regex that contains - * capturing groups, backreferences are spliced into the result each time `separator` is matched. - * Fixes browser bugs compared to the native `String.prototype.split` and can be used reliably - * cross-browser. - * @memberOf XRegExp - * @param {String} str String to split. - * @param {RegExp|String} separator Regex or string to use for separating the string. - * @param {Number} [limit] Maximum number of items to include in the result array. - * @returns {Array} Array of substrings. - * @example - * - * // Basic use - * XRegExp.split('a b c', ' '); - * // -> ['a', 'b', 'c'] - * - * // With limit - * XRegExp.split('a b c', ' ', 2); - * // -> ['a', 'b'] - * - * // Backreferences in result array - * XRegExp.split('..word1..', /([a-z]+)(\d+)/i); - * // -> ['..', 'word', '1', '..'] - */ - self.split = function (str, separator, limit) { - return fixed.split.call(str, separator, limit); - }; - -/** - * Executes a regex search in a specified string. Returns `true` or `false`. Optional `pos` and - * `sticky` arguments specify the search start position, and whether the match must start at the - * specified position only. The `lastIndex` property of the provided regex is not used, but is - * updated for compatibility. Also fixes browser bugs compared to the native - * `RegExp.prototype.test` and can be used reliably cross-browser. - * @memberOf XRegExp - * @param {String} str String to search. - * @param {RegExp} regex Regex to search with. - * @param {Number} [pos=0] Zero-based index at which to start the search. - * @param {Boolean|String} [sticky=false] Whether the match must start at the specified position - * only. The string `'sticky'` is accepted as an alternative to `true`. - * @returns {Boolean} Whether the regex matched the provided value. - * @example - * - * // Basic use - * XRegExp.test('abc', /c/); // -> true - * - * // With pos and sticky - * XRegExp.test('abc', /c/, 0, 'sticky'); // -> false - */ - self.test = function (str, regex, pos, sticky) { - // Do this the easy way :-) - return !!self.exec(str, regex, pos, sticky); - }; - -/** - * Uninstalls optional features according to the specified options. - * @memberOf XRegExp - * @param {Object|String} options Options object or string. - * @example - * - * // With an options object - * XRegExp.uninstall({ - * // Restores native regex methods - * natives: true, - * - * // Disables additional syntax and flag extensions - * extensibility: true - * }); - * - * // With an options string - * XRegExp.uninstall('natives extensibility'); - * - * // Using a shortcut to uninstall all optional features - * XRegExp.uninstall('all'); - */ - self.uninstall = function (options) { - options = prepareOptions(options); - if (features.natives && options.natives) { - setNatives(false); - } - if (features.extensibility && options.extensibility) { - setExtensibility(false); - } - }; - -/** - * Returns an XRegExp object that is the union of the given patterns. Patterns can be provided as - * regex objects or strings. Metacharacters are escaped in patterns provided as strings. - * Backreferences in provided regex objects are automatically renumbered to work correctly. Native - * flags used by provided regexes are ignored in favor of the `flags` argument. - * @memberOf XRegExp - * @param {Array} patterns Regexes and strings to combine. - * @param {String} [flags] Any combination of XRegExp flags. - * @returns {RegExp} Union of the provided regexes and strings. - * @example - * - * XRegExp.union(['a+b*c', /(dogs)\1/, /(cats)\1/], 'i'); - * // -> /a\+b\*c|(dogs)\1|(cats)\2/i - * - * XRegExp.union([XRegExp('(?<pet>dogs)\\k<pet>'), XRegExp('(?<pet>cats)\\k<pet>')]); - * // -> XRegExp('(?<pet>dogs)\\k<pet>|(?<pet>cats)\\k<pet>') - */ - self.union = function (patterns, flags) { - var parts = /(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g, - numCaptures = 0, - numPriorCaptures, - captureNames, - rewrite = function (match, paren, backref) { - var name = captureNames[numCaptures - numPriorCaptures]; - if (paren) { // Capturing group - ++numCaptures; - if (name) { // If the current capture has a name - return "(?<" + name + ">"; - } - } else if (backref) { // Backreference - return "\\" + (+backref + numPriorCaptures); - } - return match; - }, - output = [], - pattern, - i; - if (!(isType(patterns, "array") && patterns.length)) { - throw new TypeError("patterns must be a nonempty array"); - } - for (i = 0; i < patterns.length; ++i) { - pattern = patterns[i]; - if (self.isRegExp(pattern)) { - numPriorCaptures = numCaptures; - captureNames = (pattern.xregexp && pattern.xregexp.captureNames) || []; - // Rewrite backreferences. Passing to XRegExp dies on octals and ensures patterns - // are independently valid; helps keep this simple. Named captures are put back - output.push(self(pattern.source).source.replace(parts, rewrite)); - } else { - output.push(self.escape(pattern)); - } - } - return self(output.join("|"), flags); - }; - -/** - * The XRegExp version number. - * @static - * @memberOf XRegExp - * @type String - */ - self.version = "2.0.0"; - -/*-------------------------------------- - * Fixed/extended native methods - *------------------------------------*/ - -/** - * Adds named capture support (with backreferences returned as `result.name`), and fixes browser - * bugs in the native `RegExp.prototype.exec`. Calling `XRegExp.install('natives')` uses this to - * override the native method. Use via `XRegExp.exec` without overriding natives. - * @private - * @param {String} str String to search. - * @returns {Array} Match array with named backreference properties, or null. - */ - fixed.exec = function (str) { - var match, name, r2, origLastIndex, i; - if (!this.global) { - origLastIndex = this.lastIndex; - } - match = nativ.exec.apply(this, arguments); - if (match) { - // Fix browsers whose `exec` methods don't consistently return `undefined` for - // nonparticipating capturing groups - if (!compliantExecNpcg && match.length > 1 && lastIndexOf(match, "") > -1) { - r2 = new RegExp(this.source, nativ.replace.call(getNativeFlags(this), "g", "")); - // Using `str.slice(match.index)` rather than `match[0]` in case lookahead allowed - // matching due to characters outside the match - nativ.replace.call(String(str).slice(match.index), r2, function () { - var i; - for (i = 1; i < arguments.length - 2; ++i) { - if (arguments[i] === undef) { - match[i] = undef; - } - } - }); - } - // Attach named capture properties - if (this.xregexp && this.xregexp.captureNames) { - for (i = 1; i < match.length; ++i) { - name = this.xregexp.captureNames[i - 1]; - if (name) { - match[name] = match[i]; - } - } - } - // Fix browsers that increment `lastIndex` after zero-length matches - if (this.global && !match[0].length && (this.lastIndex > match.index)) { - this.lastIndex = match.index; - } - } - if (!this.global) { - this.lastIndex = origLastIndex; // Fixes IE, Opera bug (last tested IE 9, Opera 11.6) - } - return match; - }; - -/** - * Fixes browser bugs in the native `RegExp.prototype.test`. Calling `XRegExp.install('natives')` - * uses this to override the native method. - * @private - * @param {String} str String to search. - * @returns {Boolean} Whether the regex matched the provided value. - */ - fixed.test = function (str) { - // Do this the easy way :-) - return !!fixed.exec.call(this, str); - }; - -/** - * Adds named capture support (with backreferences returned as `result.name`), and fixes browser - * bugs in the native `String.prototype.match`. Calling `XRegExp.install('natives')` uses this to - * override the native method. - * @private - * @param {RegExp} regex Regex to search with. - * @returns {Array} If `regex` uses flag g, an array of match strings or null. Without flag g, the - * result of calling `regex.exec(this)`. - */ - fixed.match = function (regex) { - if (!self.isRegExp(regex)) { - regex = new RegExp(regex); // Use native `RegExp` - } else if (regex.global) { - var result = nativ.match.apply(this, arguments); - regex.lastIndex = 0; // Fixes IE bug - return result; - } - return fixed.exec.call(regex, this); - }; - -/** - * Adds support for `${n}` tokens for named and numbered backreferences in replacement text, and - * provides named backreferences to replacement functions as `arguments[0].name`. Also fixes - * browser bugs in replacement text syntax when performing a replacement using a nonregex search - * value, and the value of a replacement regex's `lastIndex` property during replacement iterations - * and upon completion. Note that this doesn't support SpiderMonkey's proprietary third (`flags`) - * argument. Calling `XRegExp.install('natives')` uses this to override the native method. Use via - * `XRegExp.replace` without overriding natives. - * @private - * @param {RegExp|String} search Search pattern to be replaced. - * @param {String|Function} replacement Replacement string or a function invoked to create it. - * @returns {String} New string with one or all matches replaced. - */ - fixed.replace = function (search, replacement) { - var isRegex = self.isRegExp(search), captureNames, result, str, origLastIndex; - if (isRegex) { - if (search.xregexp) { - captureNames = search.xregexp.captureNames; - } - if (!search.global) { - origLastIndex = search.lastIndex; - } - } else { - search += ""; - } - if (isType(replacement, "function")) { - result = nativ.replace.call(String(this), search, function () { - var args = arguments, i; - if (captureNames) { - // Change the `arguments[0]` string primitive to a `String` object that can store properties - args[0] = new String(args[0]); - // Store named backreferences on the first argument - for (i = 0; i < captureNames.length; ++i) { - if (captureNames[i]) { - args[0][captureNames[i]] = args[i + 1]; - } - } - } - // Update `lastIndex` before calling `replacement`. - // Fixes IE, Chrome, Firefox, Safari bug (last tested IE 9, Chrome 17, Firefox 11, Safari 5.1) - if (isRegex && search.global) { - search.lastIndex = args[args.length - 2] + args[0].length; - } - return replacement.apply(null, args); - }); - } else { - str = String(this); // Ensure `args[args.length - 1]` will be a string when given nonstring `this` - result = nativ.replace.call(str, search, function () { - var args = arguments; // Keep this function's `arguments` available through closure - return nativ.replace.call(String(replacement), replacementToken, function ($0, $1, $2) { - var n; - // Named or numbered backreference with curly brackets - if ($1) { - /* XRegExp behavior for `${n}`: - * 1. Backreference to numbered capture, where `n` is 1+ digits. `0`, `00`, etc. is the entire match. - * 2. Backreference to named capture `n`, if it exists and is not a number overridden by numbered capture. - * 3. Otherwise, it's an error. - */ - n = +$1; // Type-convert; drop leading zeros - if (n <= args.length - 3) { - return args[n] || ""; - } - n = captureNames ? lastIndexOf(captureNames, $1) : -1; - if (n < 0) { - throw new SyntaxError("backreference to undefined group " + $0); - } - return args[n + 1] || ""; - } - // Else, special variable or numbered backreference (without curly brackets) - if ($2 === "$") return "$"; - if ($2 === "&" || +$2 === 0) return args[0]; // $&, $0 (not followed by 1-9), $00 - if ($2 === "`") return args[args.length - 1].slice(0, args[args.length - 2]); - if ($2 === "'") return args[args.length - 1].slice(args[args.length - 2] + args[0].length); - // Else, numbered backreference (without curly brackets) - $2 = +$2; // Type-convert; drop leading zero - /* XRegExp behavior: - * - Backreferences without curly brackets end after 1 or 2 digits. Use `${..}` for more digits. - * - `$1` is an error if there are no capturing groups. - * - `$10` is an error if there are less than 10 capturing groups. Use `${1}0` instead. - * - `$01` is equivalent to `$1` if a capturing group exists, otherwise it's an error. - * - `$0` (not followed by 1-9), `$00`, and `$&` are the entire match. - * Native behavior, for comparison: - * - Backreferences end after 1 or 2 digits. Cannot use backreference to capturing group 100+. - * - `$1` is a literal `$1` if there are no capturing groups. - * - `$10` is `$1` followed by a literal `0` if there are less than 10 capturing groups. - * - `$01` is equivalent to `$1` if a capturing group exists, otherwise it's a literal `$01`. - * - `$0` is a literal `$0`. `$&` is the entire match. - */ - if (!isNaN($2)) { - if ($2 > args.length - 3) { - throw new SyntaxError("backreference to undefined group " + $0); - } - return args[$2] || ""; - } - throw new SyntaxError("invalid token " + $0); - }); - }); - } - if (isRegex) { - if (search.global) { - search.lastIndex = 0; // Fixes IE, Safari bug (last tested IE 9, Safari 5.1) - } else { - search.lastIndex = origLastIndex; // Fixes IE, Opera bug (last tested IE 9, Opera 11.6) - } - } - return result; - }; - -/** - * Fixes browser bugs in the native `String.prototype.split`. Calling `XRegExp.install('natives')` - * uses this to override the native method. Use via `XRegExp.split` without overriding natives. - * @private - * @param {RegExp|String} separator Regex or string to use for separating the string. - * @param {Number} [limit] Maximum number of items to include in the result array. - * @returns {Array} Array of substrings. - */ - fixed.split = function (separator, limit) { - if (!self.isRegExp(separator)) { - return nativ.split.apply(this, arguments); // use faster native method - } - var str = String(this), - origLastIndex = separator.lastIndex, - output = [], - lastLastIndex = 0, - lastLength; - /* Values for `limit`, per the spec: - * If undefined: pow(2,32) - 1 - * If 0, Infinity, or NaN: 0 - * If positive number: limit = floor(limit); if (limit >= pow(2,32)) limit -= pow(2,32); - * If negative number: pow(2,32) - floor(abs(limit)) - * If other: Type-convert, then use the above rules - */ - limit = (limit === undef ? -1 : limit) >>> 0; - self.forEach(str, separator, function (match) { - if ((match.index + match[0].length) > lastLastIndex) { // != `if (match[0].length)` - output.push(str.slice(lastLastIndex, match.index)); - if (match.length > 1 && match.index < str.length) { - Array.prototype.push.apply(output, match.slice(1)); - } - lastLength = match[0].length; - lastLastIndex = match.index + lastLength; - } - }); - if (lastLastIndex === str.length) { - if (!nativ.test.call(separator, "") || lastLength) { - output.push(""); - } - } else { - output.push(str.slice(lastLastIndex)); - } - separator.lastIndex = origLastIndex; - return output.length > limit ? output.slice(0, limit) : output; - }; - -/*-------------------------------------- - * Built-in tokens - *------------------------------------*/ - -// Shortcut - add = addToken.on; - -/* Letter identity escapes that natively match literal characters: \p, \P, etc. - * Should be SyntaxErrors but are allowed in web reality. XRegExp makes them errors for cross- - * browser consistency and to reserve their syntax, but lets them be superseded by XRegExp addons. - */ - add(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4})|x(?![\dA-Fa-f]{2}))/, - function (match, scope) { - // \B is allowed in default scope only - if (match[1] === "B" && scope === defaultScope) { - return match[0]; - } - throw new SyntaxError("invalid escape " + match[0]); - }, - {scope: "all"}); - -/* Empty character class: [] or [^] - * Fixes a critical cross-browser syntax inconsistency. Unless this is standardized (per the spec), - * regex syntax can't be accurately parsed because character class endings can't be determined. - */ - add(/\[(\^?)]/, - function (match) { - // For cross-browser compatibility with ES3, convert [] to \b\B and [^] to [\s\S]. - // (?!) should work like \b\B, but is unreliable in Firefox - return match[1] ? "[\\s\\S]" : "\\b\\B"; - }); - -/* Comment pattern: (?# ) - * Inline comments are an alternative to the line comments allowed in free-spacing mode (flag x). - */ - add(/(?:\(\?#[^)]*\))+/, - function (match) { - // Keep tokens separated unless the following token is a quantifier - return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)"; - }); - -/* Named backreference: \k<name> - * Backreference names can use the characters A-Z, a-z, 0-9, _, and $ only. - */ - add(/\\k<([\w$]+)>/, - function (match) { - var index = isNaN(match[1]) ? (lastIndexOf(this.captureNames, match[1]) + 1) : +match[1], - endIndex = match.index + match[0].length; - if (!index || index > this.captureNames.length) { - throw new SyntaxError("backreference to undefined group " + match[0]); - } - // Keep backreferences separate from subsequent literal numbers - return "\\" + index + ( - endIndex === match.input.length || isNaN(match.input.charAt(endIndex)) ? "" : "(?:)" - ); - }); - -/* Whitespace and line comments, in free-spacing mode (aka extended mode, flag x) only. - */ - add(/(?:\s+|#.*)+/, - function (match) { - // Keep tokens separated unless the following token is a quantifier - return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)"; - }, - { - trigger: function () { - return this.hasFlag("x"); - }, - customFlags: "x" - }); - -/* Dot, in dotall mode (aka singleline mode, flag s) only. - */ - add(/\./, - function () { - return "[\\s\\S]"; - }, - { - trigger: function () { - return this.hasFlag("s"); - }, - customFlags: "s" - }); - -/* Named capturing group; match the opening delimiter only: (?<name> - * Capture names can use the characters A-Z, a-z, 0-9, _, and $ only. Names can't be integers. - * Supports Python-style (?P<name> as an alternate syntax to avoid issues in recent Opera (which - * natively supports the Python-style syntax). Otherwise, XRegExp might treat numbered - * backreferences to Python-style named capture as octals. - */ - add(/\(\?P?<([\w$]+)>/, - function (match) { - if (!isNaN(match[1])) { - // Avoid incorrect lookups, since named backreferences are added to match arrays - throw new SyntaxError("can't use integer as capture name " + match[0]); - } - this.captureNames.push(match[1]); - this.hasNamedCapture = true; - return "("; - }); - -/* Numbered backreference or octal, plus any following digits: \0, \11, etc. - * Octals except \0 not followed by 0-9 and backreferences to unopened capture groups throw an - * error. Other matches are returned unaltered. IE <= 8 doesn't support backreferences greater than - * \99 in regex syntax. - */ - add(/\\(\d+)/, - function (match, scope) { - if (!(scope === defaultScope && /^[1-9]/.test(match[1]) && +match[1] <= this.captureNames.length) && - match[1] !== "0") { - throw new SyntaxError("can't use octal escape or backreference to undefined group " + match[0]); - } - return match[0]; - }, - {scope: "all"}); - -/* Capturing group; match the opening parenthesis only. - * Required for support of named capturing groups. Also adds explicit capture mode (flag n). - */ - add(/\((?!\?)/, - function () { - if (this.hasFlag("n")) { - return "(?:"; - } - this.captureNames.push(null); - return "("; - }, - {customFlags: "n"}); - -/*-------------------------------------- - * Expose XRegExp - *------------------------------------*/ - -// For CommonJS enviroments - if (typeof exports !== "undefined") { - exports.XRegExp = self; - } - - return self; - -}()); - - -/***** unicode-base.js *****/ - -/*! - * XRegExp Unicode Base v1.0.0 - * (c) 2008-2012 Steven Levithan <http://xregexp.com/> - * MIT License - * Uses Unicode 6.1 <http://unicode.org/> - */ - -/** - * Adds support for the `\p{L}` or `\p{Letter}` Unicode category. Addon packages for other Unicode - * categories, scripts, blocks, and properties are available separately. All Unicode tokens can be - * inverted using `\P{..}` or `\p{^..}`. Token names are case insensitive, and any spaces, hyphens, - * and underscores are ignored. - * @requires XRegExp - */ -(function (XRegExp) { - "use strict"; - - var unicode = {}; - -/*-------------------------------------- - * Private helper functions - *------------------------------------*/ - -// Generates a standardized token name (lowercase, with hyphens, spaces, and underscores removed) - function slug(name) { - return name.replace(/[- _]+/g, "").toLowerCase(); - } - -// Expands a list of Unicode code points and ranges to be usable in a regex character class - function expand(str) { - return str.replace(/\w{4}/g, "\\u$&"); - } - -// Adds leading zeros if shorter than four characters - function pad4(str) { - while (str.length < 4) { - str = "0" + str; - } - return str; - } - -// Converts a hexadecimal number to decimal - function dec(hex) { - return parseInt(hex, 16); - } - -// Converts a decimal number to hexadecimal - function hex(dec) { - return parseInt(dec, 10).toString(16); - } - -// Inverts a list of Unicode code points and ranges - function invert(range) { - var output = [], - lastEnd = -1, - start; - XRegExp.forEach(range, /\\u(\w{4})(?:-\\u(\w{4}))?/, function (m) { - start = dec(m[1]); - if (start > (lastEnd + 1)) { - output.push("\\u" + pad4(hex(lastEnd + 1))); - if (start > (lastEnd + 2)) { - output.push("-\\u" + pad4(hex(start - 1))); - } - } - lastEnd = dec(m[2] || m[1]); - }); - if (lastEnd < 0xFFFF) { - output.push("\\u" + pad4(hex(lastEnd + 1))); - if (lastEnd < 0xFFFE) { - output.push("-\\uFFFF"); - } - } - return output.join(""); - } - -// Generates an inverted token on first use - function cacheInversion(item) { - return unicode["^" + item] || (unicode["^" + item] = invert(unicode[item])); - } - -/*-------------------------------------- - * Core functionality - *------------------------------------*/ - - XRegExp.install("extensibility"); - -/** - * Adds to the list of Unicode properties that XRegExp regexes can match via \p{..} or \P{..}. - * @memberOf XRegExp - * @param {Object} pack Named sets of Unicode code points and ranges. - * @param {Object} [aliases] Aliases for the primary token names. - * @example - * - * XRegExp.addUnicodePackage({ - * XDigit: '0030-00390041-00460061-0066' // 0-9A-Fa-f - * }, { - * XDigit: 'Hexadecimal' - * }); - */ - XRegExp.addUnicodePackage = function (pack, aliases) { - var p; - if (!XRegExp.isInstalled("extensibility")) { - throw new Error("extensibility must be installed before adding Unicode packages"); - } - if (pack) { - for (p in pack) { - if (pack.hasOwnProperty(p)) { - unicode[slug(p)] = expand(pack[p]); - } - } - } - if (aliases) { - for (p in aliases) { - if (aliases.hasOwnProperty(p)) { - unicode[slug(aliases[p])] = unicode[slug(p)]; - } - } - } - }; - -/* Adds data for the Unicode `Letter` category. Addon packages include other categories, scripts, - * blocks, and properties. - */ - XRegExp.addUnicodePackage({ - L: "0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE0370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05270531-055605590561-058705D0-05EA05F0-05F20620-064A066E066F0671-06D306D506E506E606EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA07F407F507FA0800-0815081A082408280840-085808A008A2-08AC0904-0939093D09500958-09610971-09770979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10CF10CF20D05-0D0C0D0E-0D100D12-0D3A0D3D0D4E0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E460E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EC60EDC-0EDF0F000F40-0F470F49-0F6C0F88-0F8C1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10A0-10C510C710CD10D0-10FA10FC-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317D717DC1820-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541AA71B05-1B331B45-1B4B1B83-1BA01BAE1BAF1BBA-1BE51C00-1C231C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF11CF51CF61D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209C21022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E218321842C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2CF22CF32D00-2D252D272D2D2D30-2D672D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2E2F300530063031-3035303B303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A66EA67F-A697A6A0-A6E5A717-A71FA722-A788A78B-A78EA790-A793A7A0-A7AAA7F8-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2A9CFAA00-AA28AA40-AA42AA44-AA4BAA60-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADB-AADDAAE0-AAEAAAF2-AAF4AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC" - }, { - L: "Letter" - }); - -/* Adds Unicode property syntax to XRegExp: \p{..}, \P{..}, \p{^..} - */ - XRegExp.addToken( - /\\([pP]){(\^?)([^}]*)}/, - function (match, scope) { - var inv = (match[1] === "P" || match[2]) ? "^" : "", - item = slug(match[3]); - // The double negative \P{^..} is invalid - if (match[1] === "P" && match[2]) { - throw new SyntaxError("invalid double negation \\P{^"); - } - if (!unicode.hasOwnProperty(item)) { - throw new SyntaxError("invalid or unknown Unicode property " + match[0]); - } - return scope === "class" ? - (inv ? cacheInversion(item) : unicode[item]) : - "[" + inv + unicode[item] + "]"; - }, - {scope: "all"} - ); - -}(XRegExp)); - - -/***** unicode-categories.js *****/ - -/*! - * XRegExp Unicode Categories v1.2.0 - * (c) 2010-2012 Steven Levithan <http://xregexp.com/> - * MIT License - * Uses Unicode 6.1 <http://unicode.org/> - */ - -/** - * Adds support for all Unicode categories (aka properties) E.g., `\p{Lu}` or - * `\p{Uppercase Letter}`. Token names are case insensitive, and any spaces, hyphens, and - * underscores are ignored. - * @requires XRegExp, XRegExp Unicode Base - */ -(function (XRegExp) { - "use strict"; - - if (!XRegExp.addUnicodePackage) { - throw new ReferenceError("Unicode Base must be loaded before Unicode Categories"); - } - - XRegExp.install("extensibility"); - - XRegExp.addUnicodePackage({ - //L: "", // Included in the Unicode Base addon - Ll: "0061-007A00B500DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02AF037103730377037B-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F05210523052505270561-05871D00-1D2B1D6B-1D771D79-1D9A1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF7210A210E210F2113212F21342139213C213D2146-2149214E21842C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7B2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2CF32D00-2D252D272D2DA641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA661A663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76FA771-A778A77AA77CA77FA781A783A785A787A78CA78EA791A793A7A1A7A3A7A5A7A7A7A9A7FAFB00-FB06FB13-FB17FF41-FF5A", - Lu: "0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E05200522052405260531-055610A0-10C510C710CD1E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F214521832C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CED2CF2A640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA660A662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BA78DA790A792A7A0A7A2A7A4A7A6A7A8A7AAFF21-FF3A", - Lt: "01C501C801CB01F21F88-1F8F1F98-1F9F1FA8-1FAF1FBC1FCC1FFC", - Lm: "02B0-02C102C6-02D102E0-02E402EC02EE0374037A0559064006E506E607F407F507FA081A0824082809710E460EC610FC17D718431AA71C78-1C7D1D2C-1D6A1D781D9B-1DBF2071207F2090-209C2C7C2C7D2D6F2E2F30053031-3035303B309D309E30FC-30FEA015A4F8-A4FDA60CA67FA717-A71FA770A788A7F8A7F9A9CFAA70AADDAAF3AAF4FF70FF9EFF9F", - Lo: "00AA00BA01BB01C0-01C3029405D0-05EA05F0-05F20620-063F0641-064A066E066F0671-06D306D506EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA0800-08150840-085808A008A2-08AC0904-0939093D09500958-09610972-09770979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10CF10CF20D05-0D0C0D0E-0D100D12-0D3A0D3D0D4E0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E450E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EDC-0EDF0F000F40-0F470F49-0F6C0F88-0F8C1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10D0-10FA10FD-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317DC1820-18421844-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541B05-1B331B45-1B4B1B83-1BA01BAE1BAF1BBA-1BE51C00-1C231C4D-1C4F1C5A-1C771CE9-1CEC1CEE-1CF11CF51CF62135-21382D30-2D672D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE3006303C3041-3096309F30A1-30FA30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A014A016-A48CA4D0-A4F7A500-A60BA610-A61FA62AA62BA66EA6A0-A6E5A7FB-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2AA00-AA28AA40-AA42AA44-AA4BAA60-AA6FAA71-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADBAADCAAE0-AAEAAAF2AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF66-FF6FFF71-FF9DFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC", - M: "0300-036F0483-04890591-05BD05BF05C105C205C405C505C70610-061A064B-065F067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0859-085B08E4-08FE0900-0903093A-093C093E-094F0951-0957096209630981-098309BC09BE-09C409C709C809CB-09CD09D709E209E30A01-0A030A3C0A3E-0A420A470A480A4B-0A4D0A510A700A710A750A81-0A830ABC0ABE-0AC50AC7-0AC90ACB-0ACD0AE20AE30B01-0B030B3C0B3E-0B440B470B480B4B-0B4D0B560B570B620B630B820BBE-0BC20BC6-0BC80BCA-0BCD0BD70C01-0C030C3E-0C440C46-0C480C4A-0C4D0C550C560C620C630C820C830CBC0CBE-0CC40CC6-0CC80CCA-0CCD0CD50CD60CE20CE30D020D030D3E-0D440D46-0D480D4A-0D4D0D570D620D630D820D830DCA0DCF-0DD40DD60DD8-0DDF0DF20DF30E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F3E0F3F0F71-0F840F860F870F8D-0F970F99-0FBC0FC6102B-103E1056-1059105E-10601062-10641067-106D1071-10741082-108D108F109A-109D135D-135F1712-17141732-1734175217531772177317B4-17D317DD180B-180D18A91920-192B1930-193B19B0-19C019C819C91A17-1A1B1A55-1A5E1A60-1A7C1A7F1B00-1B041B34-1B441B6B-1B731B80-1B821BA1-1BAD1BE6-1BF31C24-1C371CD0-1CD21CD4-1CE81CED1CF2-1CF41DC0-1DE61DFC-1DFF20D0-20F02CEF-2CF12D7F2DE0-2DFF302A-302F3099309AA66F-A672A674-A67DA69FA6F0A6F1A802A806A80BA823-A827A880A881A8B4-A8C4A8E0-A8F1A926-A92DA947-A953A980-A983A9B3-A9C0AA29-AA36AA43AA4CAA4DAA7BAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1AAEB-AAEFAAF5AAF6ABE3-ABEAABECABEDFB1EFE00-FE0FFE20-FE26", - Mn: "0300-036F0483-04870591-05BD05BF05C105C205C405C505C70610-061A064B-065F067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0859-085B08E4-08FE0900-0902093A093C0941-0948094D0951-095709620963098109BC09C1-09C409CD09E209E30A010A020A3C0A410A420A470A480A4B-0A4D0A510A700A710A750A810A820ABC0AC1-0AC50AC70AC80ACD0AE20AE30B010B3C0B3F0B41-0B440B4D0B560B620B630B820BC00BCD0C3E-0C400C46-0C480C4A-0C4D0C550C560C620C630CBC0CBF0CC60CCC0CCD0CE20CE30D41-0D440D4D0D620D630DCA0DD2-0DD40DD60E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F71-0F7E0F80-0F840F860F870F8D-0F970F99-0FBC0FC6102D-10301032-10371039103A103D103E10581059105E-10601071-1074108210851086108D109D135D-135F1712-17141732-1734175217531772177317B417B517B7-17BD17C617C9-17D317DD180B-180D18A91920-19221927192819321939-193B1A171A181A561A58-1A5E1A601A621A65-1A6C1A73-1A7C1A7F1B00-1B031B341B36-1B3A1B3C1B421B6B-1B731B801B811BA2-1BA51BA81BA91BAB1BE61BE81BE91BED1BEF-1BF11C2C-1C331C361C371CD0-1CD21CD4-1CE01CE2-1CE81CED1CF41DC0-1DE61DFC-1DFF20D0-20DC20E120E5-20F02CEF-2CF12D7F2DE0-2DFF302A-302D3099309AA66FA674-A67DA69FA6F0A6F1A802A806A80BA825A826A8C4A8E0-A8F1A926-A92DA947-A951A980-A982A9B3A9B6-A9B9A9BCAA29-AA2EAA31AA32AA35AA36AA43AA4CAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1AAECAAEDAAF6ABE5ABE8ABEDFB1EFE00-FE0FFE20-FE26", - Mc: "0903093B093E-09400949-094C094E094F0982098309BE-09C009C709C809CB09CC09D70A030A3E-0A400A830ABE-0AC00AC90ACB0ACC0B020B030B3E0B400B470B480B4B0B4C0B570BBE0BBF0BC10BC20BC6-0BC80BCA-0BCC0BD70C01-0C030C41-0C440C820C830CBE0CC0-0CC40CC70CC80CCA0CCB0CD50CD60D020D030D3E-0D400D46-0D480D4A-0D4C0D570D820D830DCF-0DD10DD8-0DDF0DF20DF30F3E0F3F0F7F102B102C10311038103B103C105610571062-10641067-106D108310841087-108C108F109A-109C17B617BE-17C517C717C81923-19261929-192B193019311933-193819B0-19C019C819C91A19-1A1B1A551A571A611A631A641A6D-1A721B041B351B3B1B3D-1B411B431B441B821BA11BA61BA71BAA1BAC1BAD1BE71BEA-1BEC1BEE1BF21BF31C24-1C2B1C341C351CE11CF21CF3302E302FA823A824A827A880A881A8B4-A8C3A952A953A983A9B4A9B5A9BAA9BBA9BD-A9C0AA2FAA30AA33AA34AA4DAA7BAAEBAAEEAAEFAAF5ABE3ABE4ABE6ABE7ABE9ABEAABEC", - Me: "0488048920DD-20E020E2-20E4A670-A672", - N: "0030-003900B200B300B900BC-00BE0660-066906F0-06F907C0-07C90966-096F09E6-09EF09F4-09F90A66-0A6F0AE6-0AEF0B66-0B6F0B72-0B770BE6-0BF20C66-0C6F0C78-0C7E0CE6-0CEF0D66-0D750E50-0E590ED0-0ED90F20-0F331040-10491090-10991369-137C16EE-16F017E0-17E917F0-17F91810-18191946-194F19D0-19DA1A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C5920702074-20792080-20892150-21822185-21892460-249B24EA-24FF2776-27932CFD30073021-30293038-303A3192-31953220-32293248-324F3251-325F3280-328932B1-32BFA620-A629A6E6-A6EFA830-A835A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19", - Nd: "0030-00390660-066906F0-06F907C0-07C90966-096F09E6-09EF0A66-0A6F0AE6-0AEF0B66-0B6F0BE6-0BEF0C66-0C6F0CE6-0CEF0D66-0D6F0E50-0E590ED0-0ED90F20-0F291040-10491090-109917E0-17E91810-18191946-194F19D0-19D91A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C59A620-A629A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19", - Nl: "16EE-16F02160-21822185-218830073021-30293038-303AA6E6-A6EF", - No: "00B200B300B900BC-00BE09F4-09F90B72-0B770BF0-0BF20C78-0C7E0D70-0D750F2A-0F331369-137C17F0-17F919DA20702074-20792080-20892150-215F21892460-249B24EA-24FF2776-27932CFD3192-31953220-32293248-324F3251-325F3280-328932B1-32BFA830-A835", - P: "0021-00230025-002A002C-002F003A003B003F0040005B-005D005F007B007D00A100A700AB00B600B700BB00BF037E0387055A-055F0589058A05BE05C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E085E0964096509700AF00DF40E4F0E5A0E5B0F04-0F120F140F3A-0F3D0F850FD0-0FD40FD90FDA104A-104F10FB1360-13681400166D166E169B169C16EB-16ED1735173617D4-17D617D8-17DA1800-180A194419451A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601BFC-1BFF1C3B-1C3F1C7E1C7F1CC0-1CC71CD32010-20272030-20432045-20512053-205E207D207E208D208E2329232A2768-277527C527C627E6-27EF2983-299829D8-29DB29FC29FD2CF9-2CFC2CFE2CFF2D702E00-2E2E2E30-2E3B3001-30033008-30113014-301F3030303D30A030FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFAAF0AAF1ABEBFD3EFD3FFE10-FE19FE30-FE52FE54-FE61FE63FE68FE6AFE6BFF01-FF03FF05-FF0AFF0C-FF0FFF1AFF1BFF1FFF20FF3B-FF3DFF3FFF5BFF5DFF5F-FF65", - Pd: "002D058A05BE140018062010-20152E172E1A2E3A2E3B301C303030A0FE31FE32FE58FE63FF0D", - Ps: "0028005B007B0F3A0F3C169B201A201E2045207D208D23292768276A276C276E27702772277427C527E627E827EA27EC27EE2983298529872989298B298D298F299129932995299729D829DA29FC2E222E242E262E283008300A300C300E3010301430163018301A301DFD3EFE17FE35FE37FE39FE3BFE3DFE3FFE41FE43FE47FE59FE5BFE5DFF08FF3BFF5BFF5FFF62", - Pe: "0029005D007D0F3B0F3D169C2046207E208E232A2769276B276D276F27712773277527C627E727E927EB27ED27EF298429862988298A298C298E2990299229942996299829D929DB29FD2E232E252E272E293009300B300D300F3011301530173019301B301E301FFD3FFE18FE36FE38FE3AFE3CFE3EFE40FE42FE44FE48FE5AFE5CFE5EFF09FF3DFF5DFF60FF63", - Pi: "00AB2018201B201C201F20392E022E042E092E0C2E1C2E20", - Pf: "00BB2019201D203A2E032E052E0A2E0D2E1D2E21", - Pc: "005F203F20402054FE33FE34FE4D-FE4FFF3F", - Po: "0021-00230025-0027002A002C002E002F003A003B003F0040005C00A100A700B600B700BF037E0387055A-055F058905C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E085E0964096509700AF00DF40E4F0E5A0E5B0F04-0F120F140F850FD0-0FD40FD90FDA104A-104F10FB1360-1368166D166E16EB-16ED1735173617D4-17D617D8-17DA1800-18051807-180A194419451A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601BFC-1BFF1C3B-1C3F1C7E1C7F1CC0-1CC71CD3201620172020-20272030-2038203B-203E2041-20432047-205120532055-205E2CF9-2CFC2CFE2CFF2D702E002E012E06-2E082E0B2E0E-2E162E182E192E1B2E1E2E1F2E2A-2E2E2E30-2E393001-3003303D30FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFAAF0AAF1ABEBFE10-FE16FE19FE30FE45FE46FE49-FE4CFE50-FE52FE54-FE57FE5F-FE61FE68FE6AFE6BFF01-FF03FF05-FF07FF0AFF0CFF0EFF0FFF1AFF1BFF1FFF20FF3CFF61FF64FF65", - S: "0024002B003C-003E005E0060007C007E00A2-00A600A800A900AC00AE-00B100B400B800D700F702C2-02C502D2-02DF02E5-02EB02ED02EF-02FF03750384038503F60482058F0606-0608060B060E060F06DE06E906FD06FE07F609F209F309FA09FB0AF10B700BF3-0BFA0C7F0D790E3F0F01-0F030F130F15-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F1390-139917DB194019DE-19FF1B61-1B6A1B74-1B7C1FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE20442052207A-207C208A-208C20A0-20B9210021012103-21062108210921142116-2118211E-2123212521272129212E213A213B2140-2144214A-214D214F2190-2328232B-23F32400-24262440-244A249C-24E92500-26FF2701-27672794-27C427C7-27E527F0-29822999-29D729DC-29FB29FE-2B4C2B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F309B309C319031913196-319F31C0-31E33200-321E322A-324732503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A700-A716A720A721A789A78AA828-A82BA836-A839AA77-AA79FB29FBB2-FBC1FDFCFDFDFE62FE64-FE66FE69FF04FF0BFF1C-FF1EFF3EFF40FF5CFF5EFFE0-FFE6FFE8-FFEEFFFCFFFD", - Sm: "002B003C-003E007C007E00AC00B100D700F703F60606-060820442052207A-207C208A-208C21182140-2144214B2190-2194219A219B21A021A321A621AE21CE21CF21D221D421F4-22FF2308-230B23202321237C239B-23B323DC-23E125B725C125F8-25FF266F27C0-27C427C7-27E527F0-27FF2900-29822999-29D729DC-29FB29FE-2AFF2B30-2B442B47-2B4CFB29FE62FE64-FE66FF0BFF1C-FF1EFF5CFF5EFFE2FFE9-FFEC", - Sc: "002400A2-00A5058F060B09F209F309FB0AF10BF90E3F17DB20A0-20B9A838FDFCFE69FF04FFE0FFE1FFE5FFE6", - Sk: "005E006000A800AF00B400B802C2-02C502D2-02DF02E5-02EB02ED02EF-02FF0375038403851FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE309B309CA700-A716A720A721A789A78AFBB2-FBC1FF3EFF40FFE3", - So: "00A600A900AE00B00482060E060F06DE06E906FD06FE07F609FA0B700BF3-0BF80BFA0C7F0D790F01-0F030F130F15-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F1390-1399194019DE-19FF1B61-1B6A1B74-1B7C210021012103-210621082109211421162117211E-2123212521272129212E213A213B214A214C214D214F2195-2199219C-219F21A121A221A421A521A7-21AD21AF-21CD21D021D121D321D5-21F32300-2307230C-231F2322-2328232B-237B237D-239A23B4-23DB23E2-23F32400-24262440-244A249C-24E92500-25B625B8-25C025C2-25F72600-266E2670-26FF2701-27672794-27BF2800-28FF2B00-2B2F2B452B462B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F319031913196-319F31C0-31E33200-321E322A-324732503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A828-A82BA836A837A839AA77-AA79FDFDFFE4FFE8FFEDFFEEFFFCFFFD", - Z: "002000A01680180E2000-200A20282029202F205F3000", - Zs: "002000A01680180E2000-200A202F205F3000", - Zl: "2028", - Zp: "2029", - C: "0000-001F007F-009F00AD03780379037F-0383038B038D03A20528-05300557055805600588058B-058E059005C8-05CF05EB-05EF05F5-0605061C061D06DD070E070F074B074C07B2-07BF07FB-07FF082E082F083F085C085D085F-089F08A108AD-08E308FF097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B78-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D3B0D3C0D450D490D4F-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EE0-0EFF0F480F6D-0F700F980FBD0FCD0FDB-0FFF10C610C8-10CC10CE10CF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B135C137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BF4-1BFB1C38-1C3A1C4A-1C4C1C80-1CBF1CC8-1CCF1CF7-1CFF1DE7-1DFB1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF200B-200F202A-202E2060-206F20722073208F209D-209F20BA-20CF20F1-20FF218A-218F23F4-23FF2427-243F244B-245F27002B4D-2B4F2B5A-2BFF2C2F2C5F2CF4-2CF82D262D28-2D2C2D2E2D2F2D68-2D6E2D71-2D7E2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E3C-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31BB-31BF31E4-31EF321F32FF4DB6-4DBF9FCD-9FFFA48D-A48FA4C7-A4CFA62C-A63FA698-A69EA6F8-A6FFA78FA794-A79FA7AB-A7F7A82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAF7-AB00AB07AB08AB0FAB10AB17-AB1FAB27AB2F-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-F8FFFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBC2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFD-FF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFFBFFFEFFFF", - Cc: "0000-001F007F-009F", - Cf: "00AD0600-060406DD070F200B-200F202A-202E2060-2064206A-206FFEFFFFF9-FFFB", - Co: "E000-F8FF", - Cs: "D800-DFFF", - Cn: "03780379037F-0383038B038D03A20528-05300557055805600588058B-058E059005C8-05CF05EB-05EF05F5-05FF0605061C061D070E074B074C07B2-07BF07FB-07FF082E082F083F085C085D085F-089F08A108AD-08E308FF097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B78-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D3B0D3C0D450D490D4F-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EE0-0EFF0F480F6D-0F700F980FBD0FCD0FDB-0FFF10C610C8-10CC10CE10CF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B135C137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BF4-1BFB1C38-1C3A1C4A-1C4C1C80-1CBF1CC8-1CCF1CF7-1CFF1DE7-1DFB1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF2065-206920722073208F209D-209F20BA-20CF20F1-20FF218A-218F23F4-23FF2427-243F244B-245F27002B4D-2B4F2B5A-2BFF2C2F2C5F2CF4-2CF82D262D28-2D2C2D2E2D2F2D68-2D6E2D71-2D7E2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E3C-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31BB-31BF31E4-31EF321F32FF4DB6-4DBF9FCD-9FFFA48D-A48FA4C7-A4CFA62C-A63FA698-A69EA6F8-A6FFA78FA794-A79FA7AB-A7F7A82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAF7-AB00AB07AB08AB0FAB10AB17-AB1FAB27AB2F-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-D7FFFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBC2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFDFEFEFF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFF8FFFEFFFF" - }, { - //L: "Letter", // Included in the Unicode Base addon - Ll: "Lowercase_Letter", - Lu: "Uppercase_Letter", - Lt: "Titlecase_Letter", - Lm: "Modifier_Letter", - Lo: "Other_Letter", - M: "Mark", - Mn: "Nonspacing_Mark", - Mc: "Spacing_Mark", - Me: "Enclosing_Mark", - N: "Number", - Nd: "Decimal_Number", - Nl: "Letter_Number", - No: "Other_Number", - P: "Punctuation", - Pd: "Dash_Punctuation", - Ps: "Open_Punctuation", - Pe: "Close_Punctuation", - Pi: "Initial_Punctuation", - Pf: "Final_Punctuation", - Pc: "Connector_Punctuation", - Po: "Other_Punctuation", - S: "Symbol", - Sm: "Math_Symbol", - Sc: "Currency_Symbol", - Sk: "Modifier_Symbol", - So: "Other_Symbol", - Z: "Separator", - Zs: "Space_Separator", - Zl: "Line_Separator", - Zp: "Paragraph_Separator", - C: "Other", - Cc: "Control", - Cf: "Format", - Co: "Private_Use", - Cs: "Surrogate", - Cn: "Unassigned" - }); - -}(XRegExp)); - - -/***** unicode-scripts.js *****/ - -/*! - * XRegExp Unicode Scripts v1.2.0 - * (c) 2010-2012 Steven Levithan <http://xregexp.com/> - * MIT License - * Uses Unicode 6.1 <http://unicode.org/> - */ - -/** - * Adds support for all Unicode scripts in the Basic Multilingual Plane (U+0000-U+FFFF). - * E.g., `\p{Latin}`. Token names are case insensitive, and any spaces, hyphens, and underscores - * are ignored. - * @requires XRegExp, XRegExp Unicode Base - */ -(function (XRegExp) { - "use strict"; - - if (!XRegExp.addUnicodePackage) { - throw new ReferenceError("Unicode Base must be loaded before Unicode Scripts"); - } - - XRegExp.install("extensibility"); - - XRegExp.addUnicodePackage({ - Arabic: "0600-06040606-060B060D-061A061E0620-063F0641-064A0656-065E066A-066F0671-06DC06DE-06FF0750-077F08A008A2-08AC08E4-08FEFB50-FBC1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFCFE70-FE74FE76-FEFC", - Armenian: "0531-05560559-055F0561-0587058A058FFB13-FB17", - Balinese: "1B00-1B4B1B50-1B7C", - Bamum: "A6A0-A6F7", - Batak: "1BC0-1BF31BFC-1BFF", - Bengali: "0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BC-09C409C709C809CB-09CE09D709DC09DD09DF-09E309E6-09FB", - Bopomofo: "02EA02EB3105-312D31A0-31BA", - Braille: "2800-28FF", - Buginese: "1A00-1A1B1A1E1A1F", - Buhid: "1740-1753", - Canadian_Aboriginal: "1400-167F18B0-18F5", - Cham: "AA00-AA36AA40-AA4DAA50-AA59AA5C-AA5F", - Cherokee: "13A0-13F4", - Common: "0000-0040005B-0060007B-00A900AB-00B900BB-00BF00D700F702B9-02DF02E5-02E902EC-02FF0374037E038503870589060C061B061F06400660-066906DD096409650E3F0FD5-0FD810FB16EB-16ED173517361802180318051CD31CE11CE9-1CEC1CEE-1CF31CF51CF62000-200B200E-2064206A-20702074-207E2080-208E20A0-20B92100-21252127-2129212C-21312133-214D214F-215F21892190-23F32400-24262440-244A2460-26FF2701-27FF2900-2B4C2B50-2B592E00-2E3B2FF0-2FFB3000-300430063008-30203030-3037303C-303F309B309C30A030FB30FC3190-319F31C0-31E33220-325F327F-32CF3358-33FF4DC0-4DFFA700-A721A788-A78AA830-A839FD3EFD3FFDFDFE10-FE19FE30-FE52FE54-FE66FE68-FE6BFEFFFF01-FF20FF3B-FF40FF5B-FF65FF70FF9EFF9FFFE0-FFE6FFE8-FFEEFFF9-FFFD", - Coptic: "03E2-03EF2C80-2CF32CF9-2CFF", - Cyrillic: "0400-04840487-05271D2B1D782DE0-2DFFA640-A697A69F", - Devanagari: "0900-09500953-09630966-09770979-097FA8E0-A8FB", - Ethiopic: "1200-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135D-137C1380-13992D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDEAB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2E", - Georgian: "10A0-10C510C710CD10D0-10FA10FC-10FF2D00-2D252D272D2D", - Glagolitic: "2C00-2C2E2C30-2C5E", - Greek: "0370-03730375-0377037A-037D038403860388-038A038C038E-03A103A3-03E103F0-03FF1D26-1D2A1D5D-1D611D66-1D6A1DBF1F00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FC41FC6-1FD31FD6-1FDB1FDD-1FEF1FF2-1FF41FF6-1FFE2126", - Gujarati: "0A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABC-0AC50AC7-0AC90ACB-0ACD0AD00AE0-0AE30AE6-0AF1", - Gurmukhi: "0A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3C0A3E-0A420A470A480A4B-0A4D0A510A59-0A5C0A5E0A66-0A75", - Han: "2E80-2E992E9B-2EF32F00-2FD5300530073021-30293038-303B3400-4DB54E00-9FCCF900-FA6DFA70-FAD9", - Hangul: "1100-11FF302E302F3131-318E3200-321E3260-327EA960-A97CAC00-D7A3D7B0-D7C6D7CB-D7FBFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC", - Hanunoo: "1720-1734", - Hebrew: "0591-05C705D0-05EA05F0-05F4FB1D-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FB4F", - Hiragana: "3041-3096309D-309F", - Inherited: "0300-036F04850486064B-0655065F0670095109521CD0-1CD21CD4-1CE01CE2-1CE81CED1CF41DC0-1DE61DFC-1DFF200C200D20D0-20F0302A-302D3099309AFE00-FE0FFE20-FE26", - Javanese: "A980-A9CDA9CF-A9D9A9DEA9DF", - Kannada: "0C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBC-0CC40CC6-0CC80CCA-0CCD0CD50CD60CDE0CE0-0CE30CE6-0CEF0CF10CF2", - Katakana: "30A1-30FA30FD-30FF31F0-31FF32D0-32FE3300-3357FF66-FF6FFF71-FF9D", - Kayah_Li: "A900-A92F", - Khmer: "1780-17DD17E0-17E917F0-17F919E0-19FF", - Lao: "0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60EC8-0ECD0ED0-0ED90EDC-0EDF", - Latin: "0041-005A0061-007A00AA00BA00C0-00D600D8-00F600F8-02B802E0-02E41D00-1D251D2C-1D5C1D62-1D651D6B-1D771D79-1DBE1E00-1EFF2071207F2090-209C212A212B2132214E2160-21882C60-2C7FA722-A787A78B-A78EA790-A793A7A0-A7AAA7F8-A7FFFB00-FB06FF21-FF3AFF41-FF5A", - Lepcha: "1C00-1C371C3B-1C491C4D-1C4F", - Limbu: "1900-191C1920-192B1930-193B19401944-194F", - Lisu: "A4D0-A4FF", - Malayalam: "0D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4E0D570D60-0D630D66-0D750D79-0D7F", - Mandaic: "0840-085B085E", - Meetei_Mayek: "AAE0-AAF6ABC0-ABEDABF0-ABF9", - Mongolian: "1800180118041806-180E1810-18191820-18771880-18AA", - Myanmar: "1000-109FAA60-AA7B", - New_Tai_Lue: "1980-19AB19B0-19C919D0-19DA19DE19DF", - Nko: "07C0-07FA", - Ogham: "1680-169C", - Ol_Chiki: "1C50-1C7F", - Oriya: "0B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3C-0B440B470B480B4B-0B4D0B560B570B5C0B5D0B5F-0B630B66-0B77", - Phags_Pa: "A840-A877", - Rejang: "A930-A953A95F", - Runic: "16A0-16EA16EE-16F0", - Samaritan: "0800-082D0830-083E", - Saurashtra: "A880-A8C4A8CE-A8D9", - Sinhala: "0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCA0DCF-0DD40DD60DD8-0DDF0DF2-0DF4", - Sundanese: "1B80-1BBF1CC0-1CC7", - Syloti_Nagri: "A800-A82B", - Syriac: "0700-070D070F-074A074D-074F", - Tagalog: "1700-170C170E-1714", - Tagbanwa: "1760-176C176E-177017721773", - Tai_Le: "1950-196D1970-1974", - Tai_Tham: "1A20-1A5E1A60-1A7C1A7F-1A891A90-1A991AA0-1AAD", - Tai_Viet: "AA80-AAC2AADB-AADF", - Tamil: "0B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCD0BD00BD70BE6-0BFA", - Telugu: "0C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4D0C550C560C580C590C60-0C630C66-0C6F0C78-0C7F", - Thaana: "0780-07B1", - Thai: "0E01-0E3A0E40-0E5B", - Tibetan: "0F00-0F470F49-0F6C0F71-0F970F99-0FBC0FBE-0FCC0FCE-0FD40FD90FDA", - Tifinagh: "2D30-2D672D6F2D702D7F", - Vai: "A500-A62B", - Yi: "A000-A48CA490-A4C6" - }); - -}(XRegExp)); - - -/***** unicode-blocks.js *****/ - -/*! - * XRegExp Unicode Blocks v1.2.0 - * (c) 2010-2012 Steven Levithan <http://xregexp.com/> - * MIT License - * Uses Unicode 6.1 <http://unicode.org/> - */ - -/** - * Adds support for all Unicode blocks in the Basic Multilingual Plane (U+0000-U+FFFF). Unicode - * blocks use the prefix "In". E.g., `\p{InBasicLatin}`. Token names are case insensitive, and any - * spaces, hyphens, and underscores are ignored. - * @requires XRegExp, XRegExp Unicode Base - */ -(function (XRegExp) { - "use strict"; - - if (!XRegExp.addUnicodePackage) { - throw new ReferenceError("Unicode Base must be loaded before Unicode Blocks"); - } - - XRegExp.install("extensibility"); - - XRegExp.addUnicodePackage({ - InBasic_Latin: "0000-007F", - InLatin_1_Supplement: "0080-00FF", - InLatin_Extended_A: "0100-017F", - InLatin_Extended_B: "0180-024F", - InIPA_Extensions: "0250-02AF", - InSpacing_Modifier_Letters: "02B0-02FF", - InCombining_Diacritical_Marks: "0300-036F", - InGreek_and_Coptic: "0370-03FF", - InCyrillic: "0400-04FF", - InCyrillic_Supplement: "0500-052F", - InArmenian: "0530-058F", - InHebrew: "0590-05FF", - InArabic: "0600-06FF", - InSyriac: "0700-074F", - InArabic_Supplement: "0750-077F", - InThaana: "0780-07BF", - InNKo: "07C0-07FF", - InSamaritan: "0800-083F", - InMandaic: "0840-085F", - InArabic_Extended_A: "08A0-08FF", - InDevanagari: "0900-097F", - InBengali: "0980-09FF", - InGurmukhi: "0A00-0A7F", - InGujarati: "0A80-0AFF", - InOriya: "0B00-0B7F", - InTamil: "0B80-0BFF", - InTelugu: "0C00-0C7F", - InKannada: "0C80-0CFF", - InMalayalam: "0D00-0D7F", - InSinhala: "0D80-0DFF", - InThai: "0E00-0E7F", - InLao: "0E80-0EFF", - InTibetan: "0F00-0FFF", - InMyanmar: "1000-109F", - InGeorgian: "10A0-10FF", - InHangul_Jamo: "1100-11FF", - InEthiopic: "1200-137F", - InEthiopic_Supplement: "1380-139F", - InCherokee: "13A0-13FF", - InUnified_Canadian_Aboriginal_Syllabics: "1400-167F", - InOgham: "1680-169F", - InRunic: "16A0-16FF", - InTagalog: "1700-171F", - InHanunoo: "1720-173F", - InBuhid: "1740-175F", - InTagbanwa: "1760-177F", - InKhmer: "1780-17FF", - InMongolian: "1800-18AF", - InUnified_Canadian_Aboriginal_Syllabics_Extended: "18B0-18FF", - InLimbu: "1900-194F", - InTai_Le: "1950-197F", - InNew_Tai_Lue: "1980-19DF", - InKhmer_Symbols: "19E0-19FF", - InBuginese: "1A00-1A1F", - InTai_Tham: "1A20-1AAF", - InBalinese: "1B00-1B7F", - InSundanese: "1B80-1BBF", - InBatak: "1BC0-1BFF", - InLepcha: "1C00-1C4F", - InOl_Chiki: "1C50-1C7F", - InSundanese_Supplement: "1CC0-1CCF", - InVedic_Extensions: "1CD0-1CFF", - InPhonetic_Extensions: "1D00-1D7F", - InPhonetic_Extensions_Supplement: "1D80-1DBF", - InCombining_Diacritical_Marks_Supplement: "1DC0-1DFF", - InLatin_Extended_Additional: "1E00-1EFF", - InGreek_Extended: "1F00-1FFF", - InGeneral_Punctuation: "2000-206F", - InSuperscripts_and_Subscripts: "2070-209F", - InCurrency_Symbols: "20A0-20CF", - InCombining_Diacritical_Marks_for_Symbols: "20D0-20FF", - InLetterlike_Symbols: "2100-214F", - InNumber_Forms: "2150-218F", - InArrows: "2190-21FF", - InMathematical_Operators: "2200-22FF", - InMiscellaneous_Technical: "2300-23FF", - InControl_Pictures: "2400-243F", - InOptical_Character_Recognition: "2440-245F", - InEnclosed_Alphanumerics: "2460-24FF", - InBox_Drawing: "2500-257F", - InBlock_Elements: "2580-259F", - InGeometric_Shapes: "25A0-25FF", - InMiscellaneous_Symbols: "2600-26FF", - InDingbats: "2700-27BF", - InMiscellaneous_Mathematical_Symbols_A: "27C0-27EF", - InSupplemental_Arrows_A: "27F0-27FF", - InBraille_Patterns: "2800-28FF", - InSupplemental_Arrows_B: "2900-297F", - InMiscellaneous_Mathematical_Symbols_B: "2980-29FF", - InSupplemental_Mathematical_Operators: "2A00-2AFF", - InMiscellaneous_Symbols_and_Arrows: "2B00-2BFF", - InGlagolitic: "2C00-2C5F", - InLatin_Extended_C: "2C60-2C7F", - InCoptic: "2C80-2CFF", - InGeorgian_Supplement: "2D00-2D2F", - InTifinagh: "2D30-2D7F", - InEthiopic_Extended: "2D80-2DDF", - InCyrillic_Extended_A: "2DE0-2DFF", - InSupplemental_Punctuation: "2E00-2E7F", - InCJK_Radicals_Supplement: "2E80-2EFF", - InKangxi_Radicals: "2F00-2FDF", - InIdeographic_Description_Characters: "2FF0-2FFF", - InCJK_Symbols_and_Punctuation: "3000-303F", - InHiragana: "3040-309F", - InKatakana: "30A0-30FF", - InBopomofo: "3100-312F", - InHangul_Compatibility_Jamo: "3130-318F", - InKanbun: "3190-319F", - InBopomofo_Extended: "31A0-31BF", - InCJK_Strokes: "31C0-31EF", - InKatakana_Phonetic_Extensions: "31F0-31FF", - InEnclosed_CJK_Letters_and_Months: "3200-32FF", - InCJK_Compatibility: "3300-33FF", - InCJK_Unified_Ideographs_Extension_A: "3400-4DBF", - InYijing_Hexagram_Symbols: "4DC0-4DFF", - InCJK_Unified_Ideographs: "4E00-9FFF", - InYi_Syllables: "A000-A48F", - InYi_Radicals: "A490-A4CF", - InLisu: "A4D0-A4FF", - InVai: "A500-A63F", - InCyrillic_Extended_B: "A640-A69F", - InBamum: "A6A0-A6FF", - InModifier_Tone_Letters: "A700-A71F", - InLatin_Extended_D: "A720-A7FF", - InSyloti_Nagri: "A800-A82F", - InCommon_Indic_Number_Forms: "A830-A83F", - InPhags_pa: "A840-A87F", - InSaurashtra: "A880-A8DF", - InDevanagari_Extended: "A8E0-A8FF", - InKayah_Li: "A900-A92F", - InRejang: "A930-A95F", - InHangul_Jamo_Extended_A: "A960-A97F", - InJavanese: "A980-A9DF", - InCham: "AA00-AA5F", - InMyanmar_Extended_A: "AA60-AA7F", - InTai_Viet: "AA80-AADF", - InMeetei_Mayek_Extensions: "AAE0-AAFF", - InEthiopic_Extended_A: "AB00-AB2F", - InMeetei_Mayek: "ABC0-ABFF", - InHangul_Syllables: "AC00-D7AF", - InHangul_Jamo_Extended_B: "D7B0-D7FF", - InHigh_Surrogates: "D800-DB7F", - InHigh_Private_Use_Surrogates: "DB80-DBFF", - InLow_Surrogates: "DC00-DFFF", - InPrivate_Use_Area: "E000-F8FF", - InCJK_Compatibility_Ideographs: "F900-FAFF", - InAlphabetic_Presentation_Forms: "FB00-FB4F", - InArabic_Presentation_Forms_A: "FB50-FDFF", - InVariation_Selectors: "FE00-FE0F", - InVertical_Forms: "FE10-FE1F", - InCombining_Half_Marks: "FE20-FE2F", - InCJK_Compatibility_Forms: "FE30-FE4F", - InSmall_Form_Variants: "FE50-FE6F", - InArabic_Presentation_Forms_B: "FE70-FEFF", - InHalfwidth_and_Fullwidth_Forms: "FF00-FFEF", - InSpecials: "FFF0-FFFF" - }); - -}(XRegExp)); - - -/***** unicode-properties.js *****/ - -/*! - * XRegExp Unicode Properties v1.0.0 - * (c) 2012 Steven Levithan <http://xregexp.com/> - * MIT License - * Uses Unicode 6.1 <http://unicode.org/> - */ - -/** - * Adds Unicode properties necessary to meet Level 1 Unicode support (detailed in UTS#18 RL1.2). - * Includes code points from the Basic Multilingual Plane (U+0000-U+FFFF) only. Token names are - * case insensitive, and any spaces, hyphens, and underscores are ignored. - * @requires XRegExp, XRegExp Unicode Base - */ -(function (XRegExp) { - "use strict"; - - if (!XRegExp.addUnicodePackage) { - throw new ReferenceError("Unicode Base must be loaded before Unicode Properties"); - } - - XRegExp.install("extensibility"); - - XRegExp.addUnicodePackage({ - Alphabetic: "0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE03450370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05270531-055605590561-058705B0-05BD05BF05C105C205C405C505C705D0-05EA05F0-05F20610-061A0620-06570659-065F066E-06D306D5-06DC06E1-06E806ED-06EF06FA-06FC06FF0710-073F074D-07B107CA-07EA07F407F507FA0800-0817081A-082C0840-085808A008A2-08AC08E4-08E908F0-08FE0900-093B093D-094C094E-09500955-09630971-09770979-097F0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BD-09C409C709C809CB09CC09CE09D709DC09DD09DF-09E309F009F10A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3E-0A420A470A480A4B0A4C0A510A59-0A5C0A5E0A70-0A750A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD-0AC50AC7-0AC90ACB0ACC0AD00AE0-0AE30B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D-0B440B470B480B4B0B4C0B560B570B5C0B5D0B5F-0B630B710B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCC0BD00BD70C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4C0C550C560C580C590C60-0C630C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD-0CC40CC6-0CC80CCA-0CCC0CD50CD60CDE0CE0-0CE30CF10CF20D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4C0D4E0D570D60-0D630D7A-0D7F0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCF-0DD40DD60DD8-0DDF0DF20DF30E01-0E3A0E40-0E460E4D0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60ECD0EDC-0EDF0F000F40-0F470F49-0F6C0F71-0F810F88-0F970F99-0FBC1000-10361038103B-103F1050-10621065-1068106E-1086108E109C109D10A0-10C510C710CD10D0-10FA10FC-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135F1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA16EE-16F01700-170C170E-17131720-17331740-17531760-176C176E-1770177217731780-17B317B6-17C817D717DC1820-18771880-18AA18B0-18F51900-191C1920-192B1930-19381950-196D1970-19741980-19AB19B0-19C91A00-1A1B1A20-1A5E1A61-1A741AA71B00-1B331B35-1B431B45-1B4B1B80-1BA91BAC-1BAF1BBA-1BE51BE7-1BF11C00-1C351C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF31CF51CF61D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209C21022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E2160-218824B6-24E92C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2CF22CF32D00-2D252D272D2D2D30-2D672D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2DE0-2DFF2E2F3005-30073021-30293031-30353038-303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A66EA674-A67BA67F-A697A69F-A6EFA717-A71FA722-A788A78B-A78EA790-A793A7A0-A7AAA7F8-A801A803-A805A807-A80AA80C-A827A840-A873A880-A8C3A8F2-A8F7A8FBA90A-A92AA930-A952A960-A97CA980-A9B2A9B4-A9BFA9CFAA00-AA36AA40-AA4DAA60-AA76AA7AAA80-AABEAAC0AAC2AADB-AADDAAE0-AAEFAAF2-AAF5AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABEAAC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1D-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC", - Uppercase: "0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E05200522052405260531-055610A0-10C510C710CD1E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F21452160-216F218324B6-24CF2C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CED2CF2A640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA660A662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BA78DA790A792A7A0A7A2A7A4A7A6A7A8A7AAFF21-FF3A", - Lowercase: "0061-007A00AA00B500BA00DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02B802C002C102E0-02E40345037103730377037A-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F05210523052505270561-05871D00-1DBF1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF72071207F2090-209C210A210E210F2113212F21342139213C213D2146-2149214E2170-217F218424D0-24E92C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7D2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2CF32D00-2D252D272D2DA641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA661A663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76F-A778A77AA77CA77FA781A783A785A787A78CA78EA791A793A7A1A7A3A7A5A7A7A7A9A7F8-A7FAFB00-FB06FB13-FB17FF41-FF5A", - White_Space: "0009-000D0020008500A01680180E2000-200A20282029202F205F3000", - Noncharacter_Code_Point: "FDD0-FDEFFFFEFFFF", - Default_Ignorable_Code_Point: "00AD034F115F116017B417B5180B-180D200B-200F202A-202E2060-206F3164FE00-FE0FFEFFFFA0FFF0-FFF8", - // \p{Any} matches a code unit. To match any code point via surrogate pairs, use (?:[\0-\uD7FF\uDC00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF]) - Any: "0000-FFFF", // \p{^Any} compiles to [^\u0000-\uFFFF]; [\p{^Any}] to [] - Ascii: "0000-007F", - // \p{Assigned} is equivalent to \p{^Cn} - //Assigned: XRegExp("[\\p{^Cn}]").source.replace(/[[\]]|\\u/g, "") // Negation inside a character class triggers inversion - Assigned: "0000-0377037A-037E0384-038A038C038E-03A103A3-05270531-05560559-055F0561-05870589058A058F0591-05C705D0-05EA05F0-05F40600-06040606-061B061E-070D070F-074A074D-07B107C0-07FA0800-082D0830-083E0840-085B085E08A008A2-08AC08E4-08FE0900-09770979-097F0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BC-09C409C709C809CB-09CE09D709DC09DD09DF-09E309E6-09FB0A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3C0A3E-0A420A470A480A4B-0A4D0A510A59-0A5C0A5E0A66-0A750A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABC-0AC50AC7-0AC90ACB-0ACD0AD00AE0-0AE30AE6-0AF10B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3C-0B440B470B480B4B-0B4D0B560B570B5C0B5D0B5F-0B630B66-0B770B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCD0BD00BD70BE6-0BFA0C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4D0C550C560C580C590C60-0C630C66-0C6F0C78-0C7F0C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBC-0CC40CC6-0CC80CCA-0CCD0CD50CD60CDE0CE0-0CE30CE6-0CEF0CF10CF20D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4E0D570D60-0D630D66-0D750D79-0D7F0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCA0DCF-0DD40DD60DD8-0DDF0DF2-0DF40E01-0E3A0E3F-0E5B0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60EC8-0ECD0ED0-0ED90EDC-0EDF0F00-0F470F49-0F6C0F71-0F970F99-0FBC0FBE-0FCC0FCE-0FDA1000-10C510C710CD10D0-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135D-137C1380-139913A0-13F41400-169C16A0-16F01700-170C170E-17141720-17361740-17531760-176C176E-1770177217731780-17DD17E0-17E917F0-17F91800-180E1810-18191820-18771880-18AA18B0-18F51900-191C1920-192B1930-193B19401944-196D1970-19741980-19AB19B0-19C919D0-19DA19DE-1A1B1A1E-1A5E1A60-1A7C1A7F-1A891A90-1A991AA0-1AAD1B00-1B4B1B50-1B7C1B80-1BF31BFC-1C371C3B-1C491C4D-1C7F1CC0-1CC71CD0-1CF61D00-1DE61DFC-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FC41FC6-1FD31FD6-1FDB1FDD-1FEF1FF2-1FF41FF6-1FFE2000-2064206A-20712074-208E2090-209C20A0-20B920D0-20F02100-21892190-23F32400-24262440-244A2460-26FF2701-2B4C2B50-2B592C00-2C2E2C30-2C5E2C60-2CF32CF9-2D252D272D2D2D30-2D672D6F2D702D7F-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2DE0-2E3B2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB3000-303F3041-30963099-30FF3105-312D3131-318E3190-31BA31C0-31E331F0-321E3220-32FE3300-4DB54DC0-9FCCA000-A48CA490-A4C6A4D0-A62BA640-A697A69F-A6F7A700-A78EA790-A793A7A0-A7AAA7F8-A82BA830-A839A840-A877A880-A8C4A8CE-A8D9A8E0-A8FBA900-A953A95F-A97CA980-A9CDA9CF-A9D9A9DEA9DFAA00-AA36AA40-AA4DAA50-AA59AA5C-AA7BAA80-AAC2AADB-AAF6AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABEDABF0-ABF9AC00-D7A3D7B0-D7C6D7CB-D7FBD800-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1D-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBC1FBD3-FD3FFD50-FD8FFD92-FDC7FDF0-FDFDFE00-FE19FE20-FE26FE30-FE52FE54-FE66FE68-FE6BFE70-FE74FE76-FEFCFEFFFF01-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDCFFE0-FFE6FFE8-FFEEFFF9-FFFD" - }); - -}(XRegExp)); - - -/***** matchrecursive.js *****/ - -/*! - * XRegExp.matchRecursive v0.2.0 - * (c) 2009-2012 Steven Levithan <http://xregexp.com/> - * MIT License - */ - -(function (XRegExp) { - "use strict"; - -/** - * Returns a match detail object composed of the provided values. - * @private - */ - function row(value, name, start, end) { - return {value:value, name:name, start:start, end:end}; - } - -/** - * Returns an array of match strings between outermost left and right delimiters, or an array of - * objects with detailed match parts and position data. An error is thrown if delimiters are - * unbalanced within the data. - * @memberOf XRegExp - * @param {String} str String to search. - * @param {String} left Left delimiter as an XRegExp pattern. - * @param {String} right Right delimiter as an XRegExp pattern. - * @param {String} [flags] Flags for the left and right delimiters. Use any of: `gimnsxy`. - * @param {Object} [options] Lets you specify `valueNames` and `escapeChar` options. - * @returns {Array} Array of matches, or an empty array. - * @example - * - * // Basic usage - * var str = '(t((e))s)t()(ing)'; - * XRegExp.matchRecursive(str, '\\(', '\\)', 'g'); - * // -> ['t((e))s', '', 'ing'] - * - * // Extended information mode with valueNames - * str = 'Here is <div> <div>an</div></div> example'; - * XRegExp.matchRecursive(str, '<div\\s*>', '</div>', 'gi', { - * valueNames: ['between', 'left', 'match', 'right'] - * }); - * // -> [ - * // {name: 'between', value: 'Here is ', start: 0, end: 8}, - * // {name: 'left', value: '<div>', start: 8, end: 13}, - * // {name: 'match', value: ' <div>an</div>', start: 13, end: 27}, - * // {name: 'right', value: '</div>', start: 27, end: 33}, - * // {name: 'between', value: ' example', start: 33, end: 41} - * // ] - * - * // Omitting unneeded parts with null valueNames, and using escapeChar - * str = '...{1}\\{{function(x,y){return y+x;}}'; - * XRegExp.matchRecursive(str, '{', '}', 'g', { - * valueNames: ['literal', null, 'value', null], - * escapeChar: '\\' - * }); - * // -> [ - * // {name: 'literal', value: '...', start: 0, end: 3}, - * // {name: 'value', value: '1', start: 4, end: 5}, - * // {name: 'literal', value: '\\{', start: 6, end: 8}, - * // {name: 'value', value: 'function(x,y){return y+x;}', start: 9, end: 35} - * // ] - * - * // Sticky mode via flag y - * str = '<1><<<2>>><3>4<5>'; - * XRegExp.matchRecursive(str, '<', '>', 'gy'); - * // -> ['1', '<<2>>', '3'] - */ - XRegExp.matchRecursive = function (str, left, right, flags, options) { - flags = flags || ""; - options = options || {}; - var global = flags.indexOf("g") > -1, - sticky = flags.indexOf("y") > -1, - basicFlags = flags.replace(/y/g, ""), // Flag y controlled internally - escapeChar = options.escapeChar, - vN = options.valueNames, - output = [], - openTokens = 0, - delimStart = 0, - delimEnd = 0, - lastOuterEnd = 0, - outerStart, - innerStart, - leftMatch, - rightMatch, - esc; - left = XRegExp(left, basicFlags); - right = XRegExp(right, basicFlags); - - if (escapeChar) { - if (escapeChar.length > 1) { - throw new SyntaxError("can't use more than one escape character"); - } - escapeChar = XRegExp.escape(escapeChar); - // Using XRegExp.union safely rewrites backreferences in `left` and `right` - esc = new RegExp( - "(?:" + escapeChar + "[\\S\\s]|(?:(?!" + XRegExp.union([left, right]).source + ")[^" + escapeChar + "])+)+", - flags.replace(/[^im]+/g, "") // Flags gy not needed here; flags nsx handled by XRegExp - ); - } - - while (true) { - // If using an escape character, advance to the delimiter's next starting position, - // skipping any escaped characters in between - if (escapeChar) { - delimEnd += (XRegExp.exec(str, esc, delimEnd, "sticky") || [""])[0].length; - } - leftMatch = XRegExp.exec(str, left, delimEnd); - rightMatch = XRegExp.exec(str, right, delimEnd); - // Keep the leftmost match only - if (leftMatch && rightMatch) { - if (leftMatch.index <= rightMatch.index) { - rightMatch = null; - } else { - leftMatch = null; - } - } - /* Paths (LM:leftMatch, RM:rightMatch, OT:openTokens): - LM | RM | OT | Result - 1 | 0 | 1 | loop - 1 | 0 | 0 | loop - 0 | 1 | 1 | loop - 0 | 1 | 0 | throw - 0 | 0 | 1 | throw - 0 | 0 | 0 | break - * Doesn't include the sticky mode special case - * Loop ends after the first completed match if `!global` */ - if (leftMatch || rightMatch) { - delimStart = (leftMatch || rightMatch).index; - delimEnd = delimStart + (leftMatch || rightMatch)[0].length; - } else if (!openTokens) { - break; - } - if (sticky && !openTokens && delimStart > lastOuterEnd) { - break; - } - if (leftMatch) { - if (!openTokens) { - outerStart = delimStart; - innerStart = delimEnd; - } - ++openTokens; - } else if (rightMatch && openTokens) { - if (!--openTokens) { - if (vN) { - if (vN[0] && outerStart > lastOuterEnd) { - output.push(row(vN[0], str.slice(lastOuterEnd, outerStart), lastOuterEnd, outerStart)); - } - if (vN[1]) { - output.push(row(vN[1], str.slice(outerStart, innerStart), outerStart, innerStart)); - } - if (vN[2]) { - output.push(row(vN[2], str.slice(innerStart, delimStart), innerStart, delimStart)); - } - if (vN[3]) { - output.push(row(vN[3], str.slice(delimStart, delimEnd), delimStart, delimEnd)); - } - } else { - output.push(str.slice(innerStart, delimStart)); - } - lastOuterEnd = delimEnd; - if (!global) { - break; - } - } - } else { - throw new Error("string contains unbalanced delimiters"); - } - // If the delimiter matched an empty string, avoid an infinite loop - if (delimStart === delimEnd) { - ++delimEnd; - } - } - - if (global && !sticky && vN && vN[0] && str.length > lastOuterEnd) { - output.push(row(vN[0], str.slice(lastOuterEnd), lastOuterEnd, str.length)); - } - - return output; - }; - -}(XRegExp)); - - -/***** build.js *****/ - -/*! - * XRegExp.build v0.1.0 - * (c) 2012 Steven Levithan <http://xregexp.com/> - * MIT License - * Inspired by RegExp.create by Lea Verou <http://lea.verou.me/> - */ - -(function (XRegExp) { - "use strict"; - - var subparts = /(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g, - parts = XRegExp.union([/\({{([\w$]+)}}\)|{{([\w$]+)}}/, subparts], "g"); - -/** - * Strips a leading `^` and trailing unescaped `$`, if both are present. - * @private - * @param {String} pattern Pattern to process. - * @returns {String} Pattern with edge anchors removed. - */ - function deanchor(pattern) { - var startAnchor = /^(?:\(\?:\))?\^/, // Leading `^` or `(?:)^` (handles /x cruft) - endAnchor = /\$(?:\(\?:\))?$/; // Trailing `$` or `$(?:)` (handles /x cruft) - if (endAnchor.test(pattern.replace(/\\[\s\S]/g, ""))) { // Ensure trailing `$` isn't escaped - return pattern.replace(startAnchor, "").replace(endAnchor, ""); - } - return pattern; - } - -/** - * Converts the provided value to an XRegExp. - * @private - * @param {String|RegExp} value Value to convert. - * @returns {RegExp} XRegExp object with XRegExp syntax applied. - */ - function asXRegExp(value) { - return XRegExp.isRegExp(value) ? - (value.xregexp && !value.xregexp.isNative ? value : XRegExp(value.source)) : - XRegExp(value); - } - -/** - * Builds regexes using named subpatterns, for readability and pattern reuse. Backreferences in the - * outer pattern and provided subpatterns are automatically renumbered to work correctly. Native - * flags used by provided subpatterns are ignored in favor of the `flags` argument. - * @memberOf XRegExp - * @param {String} pattern XRegExp pattern using `{{name}}` for embedded subpatterns. Allows - * `({{name}})` as shorthand for `(?<name>{{name}})`. Patterns cannot be embedded within - * character classes. - * @param {Object} subs Lookup object for named subpatterns. Values can be strings or regexes. A - * leading `^` and trailing unescaped `$` are stripped from subpatterns, if both are present. - * @param {String} [flags] Any combination of XRegExp flags. - * @returns {RegExp} Regex with interpolated subpatterns. - * @example - * - * var time = XRegExp.build('(?x)^ {{hours}} ({{minutes}}) $', { - * hours: XRegExp.build('{{h12}} : | {{h24}}', { - * h12: /1[0-2]|0?[1-9]/, - * h24: /2[0-3]|[01][0-9]/ - * }, 'x'), - * minutes: /^[0-5][0-9]$/ - * }); - * time.test('10:59'); // -> true - * XRegExp.exec('10:59', time).minutes; // -> '59' - */ - XRegExp.build = function (pattern, subs, flags) { - var inlineFlags = /^\(\?([\w$]+)\)/.exec(pattern), - data = {}, - numCaps = 0, // Caps is short for captures - numPriorCaps, - numOuterCaps = 0, - outerCapsMap = [0], - outerCapNames, - sub, - p; - - // Add flags within a leading mode modifier to the overall pattern's flags - if (inlineFlags) { - flags = flags || ""; - inlineFlags[1].replace(/./g, function (flag) { - flags += (flags.indexOf(flag) > -1 ? "" : flag); // Don't add duplicates - }); - } - - for (p in subs) { - if (subs.hasOwnProperty(p)) { - // Passing to XRegExp enables entended syntax for subpatterns provided as strings - // and ensures independent validity, lest an unescaped `(`, `)`, `[`, or trailing - // `\` breaks the `(?:)` wrapper. For subpatterns provided as regexes, it dies on - // octals and adds the `xregexp` property, for simplicity - sub = asXRegExp(subs[p]); - // Deanchoring allows embedding independently useful anchored regexes. If you - // really need to keep your anchors, double them (i.e., `^^...$$`) - data[p] = {pattern: deanchor(sub.source), names: sub.xregexp.captureNames || []}; - } - } - - // Passing to XRegExp dies on octals and ensures the outer pattern is independently valid; - // helps keep this simple. Named captures will be put back - pattern = asXRegExp(pattern); - outerCapNames = pattern.xregexp.captureNames || []; - pattern = pattern.source.replace(parts, function ($0, $1, $2, $3, $4) { - var subName = $1 || $2, capName, intro; - if (subName) { // Named subpattern - if (!data.hasOwnProperty(subName)) { - throw new ReferenceError("undefined property " + $0); - } - if ($1) { // Named subpattern was wrapped in a capturing group - capName = outerCapNames[numOuterCaps]; - outerCapsMap[++numOuterCaps] = ++numCaps; - // If it's a named group, preserve the name. Otherwise, use the subpattern name - // as the capture name - intro = "(?<" + (capName || subName) + ">"; - } else { - intro = "(?:"; - } - numPriorCaps = numCaps; - return intro + data[subName].pattern.replace(subparts, function (match, paren, backref) { - if (paren) { // Capturing group - capName = data[subName].names[numCaps - numPriorCaps]; - ++numCaps; - if (capName) { // If the current capture has a name, preserve the name - return "(?<" + capName + ">"; - } - } else if (backref) { // Backreference - return "\\" + (+backref + numPriorCaps); // Rewrite the backreference - } - return match; - }) + ")"; - } - if ($3) { // Capturing group - capName = outerCapNames[numOuterCaps]; - outerCapsMap[++numOuterCaps] = ++numCaps; - if (capName) { // If the current capture has a name, preserve the name - return "(?<" + capName + ">"; - } - } else if ($4) { // Backreference - return "\\" + outerCapsMap[+$4]; // Rewrite the backreference - } - return $0; - }); - - return XRegExp(pattern, flags); - }; - -}(XRegExp)); - - -/***** prototypes.js *****/ - -/*! - * XRegExp Prototype Methods v1.0.0 - * (c) 2012 Steven Levithan <http://xregexp.com/> - * MIT License - */ - -/** - * Adds a collection of methods to `XRegExp.prototype`. RegExp objects copied by XRegExp are also - * augmented with any `XRegExp.prototype` methods. Hence, the following work equivalently: - * - * XRegExp('[a-z]', 'ig').xexec('abc'); - * XRegExp(/[a-z]/ig).xexec('abc'); - * XRegExp.globalize(/[a-z]/i).xexec('abc'); - */ -(function (XRegExp) { - "use strict"; - -/** - * Copy properties of `b` to `a`. - * @private - * @param {Object} a Object that will receive new properties. - * @param {Object} b Object whose properties will be copied. - */ - function extend(a, b) { - for (var p in b) { - if (b.hasOwnProperty(p)) { - a[p] = b[p]; - } - } - //return a; - } - - extend(XRegExp.prototype, { - -/** - * Implicitly calls the regex's `test` method with the first value in the provided arguments array. - * @memberOf XRegExp.prototype - * @param {*} context Ignored. Accepted only for congruity with `Function.prototype.apply`. - * @param {Array} args Array with the string to search as its first value. - * @returns {Boolean} Whether the regex matched the provided value. - * @example - * - * XRegExp('[a-z]').apply(null, ['abc']); // -> true - */ - apply: function (context, args) { - return this.test(args[0]); - }, - -/** - * Implicitly calls the regex's `test` method with the provided string. - * @memberOf XRegExp.prototype - * @param {*} context Ignored. Accepted only for congruity with `Function.prototype.call`. - * @param {String} str String to search. - * @returns {Boolean} Whether the regex matched the provided value. - * @example - * - * XRegExp('[a-z]').call(null, 'abc'); // -> true - */ - call: function (context, str) { - return this.test(str); - }, - -/** - * Implicitly calls {@link #XRegExp.forEach}. - * @memberOf XRegExp.prototype - * @example - * - * XRegExp('\\d').forEach('1a2345', function (match, i) { - * if (i % 2) this.push(+match[0]); - * }, []); - * // -> [2, 4] - */ - forEach: function (str, callback, context) { - return XRegExp.forEach(str, this, callback, context); - }, - -/** - * Implicitly calls {@link #XRegExp.globalize}. - * @memberOf XRegExp.prototype - * @example - * - * var globalCopy = XRegExp('regex').globalize(); - * globalCopy.global; // -> true - */ - globalize: function () { - return XRegExp.globalize(this); - }, - -/** - * Implicitly calls {@link #XRegExp.exec}. - * @memberOf XRegExp.prototype - * @example - * - * var match = XRegExp('U\\+(?<hex>[0-9A-F]{4})').xexec('U+2620'); - * match.hex; // -> '2620' - */ - xexec: function (str, pos, sticky) { - return XRegExp.exec(str, this, pos, sticky); - }, - -/** - * Implicitly calls {@link #XRegExp.test}. - * @memberOf XRegExp.prototype - * @example - * - * XRegExp('c').xtest('abc'); // -> true - */ - xtest: function (str, pos, sticky) { - return XRegExp.test(str, this, pos, sticky); - } - - }); - -}(XRegExp)); - diff --git a/static/admin/js/vendor/xregexp/xregexp.min.js b/static/admin/js/vendor/xregexp/xregexp.min.js deleted file mode 100644 index a190558..0000000 --- a/static/admin/js/vendor/xregexp/xregexp.min.js +++ /dev/null @@ -1,18 +0,0 @@ -//XRegExp 2.0.0 <xregexp.com> MIT License -var XRegExp;XRegExp=XRegExp||function(n){"use strict";function v(n,i,r){var u;for(u in t.prototype)t.prototype.hasOwnProperty(u)&&(n[u]=t.prototype[u]);return n.xregexp={captureNames:i,isNative:!!r},n}function g(n){return(n.global?"g":"")+(n.ignoreCase?"i":"")+(n.multiline?"m":"")+(n.extended?"x":"")+(n.sticky?"y":"")}function o(n,r,u){if(!t.isRegExp(n))throw new TypeError("type RegExp expected");var f=i.replace.call(g(n)+(r||""),h,"");return u&&(f=i.replace.call(f,new RegExp("["+u+"]+","g"),"")),n=n.xregexp&&!n.xregexp.isNative?v(t(n.source,f),n.xregexp.captureNames?n.xregexp.captureNames.slice(0):null):v(new RegExp(n.source,f),null,!0)}function a(n,t){var i=n.length;if(Array.prototype.lastIndexOf)return n.lastIndexOf(t);while(i--)if(n[i]===t)return i;return-1}function s(n,t){return Object.prototype.toString.call(n).toLowerCase()==="[object "+t+"]"}function d(n){return n=n||{},n==="all"||n.all?n={natives:!0,extensibility:!0}:s(n,"string")&&(n=t.forEach(n,/[^\s,]+/,function(n){this[n]=!0},{})),n}function ut(n,t,i,u){var o=p.length,s=null,e,f;y=!0;try{while(o--)if(f=p[o],(f.scope==="all"||f.scope===i)&&(!f.trigger||f.trigger.call(u))&&(f.pattern.lastIndex=t,e=r.exec.call(f.pattern,n),e&&e.index===t)){s={output:f.handler.call(u,e,i),match:e};break}}catch(h){throw h;}finally{y=!1}return s}function b(n){t.addToken=c[n?"on":"off"],f.extensibility=n}function tt(n){RegExp.prototype.exec=(n?r:i).exec,RegExp.prototype.test=(n?r:i).test,String.prototype.match=(n?r:i).match,String.prototype.replace=(n?r:i).replace,String.prototype.split=(n?r:i).split,f.natives=n}var t,c,u,f={natives:!1,extensibility:!1},i={exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.prototype.replace,split:String.prototype.split},r={},k={},p=[],e="default",rt="class",it={"default":/^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S])|\(\?[:=!]|[?*+]\?|{\d+(?:,\d*)?}\??)/,"class":/^(?:\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S]))/},et=/\$(?:{([\w$]+)}|(\d\d?|[\s\S]))/g,h=/([\s\S])(?=[\s\S]*\1)/g,nt=/^(?:[?*+]|{\d+(?:,\d*)?})\??/,ft=i.exec.call(/()??/,"")[1]===n,l=RegExp.prototype.sticky!==n,y=!1,w="gim"+(l?"y":"");return t=function(r,u){if(t.isRegExp(r)){if(u!==n)throw new TypeError("can't supply flags when constructing one RegExp from another");return o(r)}if(y)throw new Error("can't call the XRegExp constructor within token definition functions");var l=[],a=e,b={hasNamedCapture:!1,captureNames:[],hasFlag:function(n){return u.indexOf(n)>-1}},f=0,c,s,p;if(r=r===n?"":String(r),u=u===n?"":String(u),i.match.call(u,h))throw new SyntaxError("invalid duplicate regular expression flag");for(r=i.replace.call(r,/^\(\?([\w$]+)\)/,function(n,t){if(i.test.call(/[gy]/,t))throw new SyntaxError("can't use flag g or y in mode modifier");return u=i.replace.call(u+t,h,""),""}),t.forEach(u,/[\s\S]/,function(n){if(w.indexOf(n[0])<0)throw new SyntaxError("invalid regular expression flag "+n[0]);});f<r.length;)c=ut(r,f,a,b),c?(l.push(c.output),f+=c.match[0].length||1):(s=i.exec.call(it[a],r.slice(f)),s?(l.push(s[0]),f+=s[0].length):(p=r.charAt(f),p==="["?a=rt:p==="]"&&(a=e),l.push(p),++f));return v(new RegExp(l.join(""),i.replace.call(u,/[^gimy]+/g,"")),b.hasNamedCapture?b.captureNames:null)},c={on:function(n,t,r){r=r||{},n&&p.push({pattern:o(n,"g"+(l?"y":"")),handler:t,scope:r.scope||e,trigger:r.trigger||null}),r.customFlags&&(w=i.replace.call(w+r.customFlags,h,""))},off:function(){throw new Error("extensibility must be installed before using addToken");}},t.addToken=c.off,t.cache=function(n,i){var r=n+"/"+(i||"");return k[r]||(k[r]=t(n,i))},t.escape=function(n){return i.replace.call(n,/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},t.exec=function(n,t,i,u){var e=o(t,"g"+(u&&l?"y":""),u===!1?"y":""),f;return e.lastIndex=i=i||0,f=r.exec.call(e,n),u&&f&&f.index!==i&&(f=null),t.global&&(t.lastIndex=f?e.lastIndex:0),f},t.forEach=function(n,i,r,u){for(var e=0,o=-1,f;f=t.exec(n,i,e);)r.call(u,f,++o,n,i),e=f.index+(f[0].length||1);return u},t.globalize=function(n){return o(n,"g")},t.install=function(n){n=d(n),!f.natives&&n.natives&&tt(!0),!f.extensibility&&n.extensibility&&b(!0)},t.isInstalled=function(n){return!!f[n]},t.isRegExp=function(n){return s(n,"regexp")},t.matchChain=function(n,i){return function r(n,u){for(var o=i[u].regex?i[u]:{regex:i[u]},f=[],s=function(n){f.push(o.backref?n[o.backref]||"":n[0])},e=0;e<n.length;++e)t.forEach(n[e],o.regex,s);return u===i.length-1||!f.length?f:r(f,u+1)}([n],0)},t.replace=function(i,u,f,e){var c=t.isRegExp(u),s=u,h;return c?(e===n&&u.global&&(e="all"),s=o(u,e==="all"?"g":"",e==="all"?"":"g")):e==="all"&&(s=new RegExp(t.escape(String(u)),"g")),h=r.replace.call(String(i),s,f),c&&u.global&&(u.lastIndex=0),h},t.split=function(n,t,i){return r.split.call(n,t,i)},t.test=function(n,i,r,u){return!!t.exec(n,i,r,u)},t.uninstall=function(n){n=d(n),f.natives&&n.natives&&tt(!1),f.extensibility&&n.extensibility&&b(!1)},t.union=function(n,i){var l=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g,o=0,f,h,c=function(n,t,i){var r=h[o-f];if(t){if(++o,r)return"(?<"+r+">"}else if(i)return"\\"+(+i+f);return n},e=[],r,u;if(!(s(n,"array")&&n.length))throw new TypeError("patterns must be a nonempty array");for(u=0;u<n.length;++u)r=n[u],t.isRegExp(r)?(f=o,h=r.xregexp&&r.xregexp.captureNames||[],e.push(t(r.source).source.replace(l,c))):e.push(t.escape(r));return t(e.join("|"),i)},t.version="2.0.0",r.exec=function(t){var r,f,e,o,u;if(this.global||(o=this.lastIndex),r=i.exec.apply(this,arguments),r){if(!ft&&r.length>1&&a(r,"")>-1&&(e=new RegExp(this.source,i.replace.call(g(this),"g","")),i.replace.call(String(t).slice(r.index),e,function(){for(var t=1;t<arguments.length-2;++t)arguments[t]===n&&(r[t]=n)})),this.xregexp&&this.xregexp.captureNames)for(u=1;u<r.length;++u)f=this.xregexp.captureNames[u-1],f&&(r[f]=r[u]);this.global&&!r[0].length&&this.lastIndex>r.index&&(this.lastIndex=r.index)}return this.global||(this.lastIndex=o),r},r.test=function(n){return!!r.exec.call(this,n)},r.match=function(n){if(t.isRegExp(n)){if(n.global){var u=i.match.apply(this,arguments);return n.lastIndex=0,u}}else n=new RegExp(n);return r.exec.call(n,this)},r.replace=function(n,r){var e=t.isRegExp(n),u,f,h,o;return e?(n.xregexp&&(u=n.xregexp.captureNames),n.global||(o=n.lastIndex)):n+="",s(r,"function")?f=i.replace.call(String(this),n,function(){var t=arguments,i;if(u)for(t[0]=new String(t[0]),i=0;i<u.length;++i)u[i]&&(t[0][u[i]]=t[i+1]);return e&&n.global&&(n.lastIndex=t[t.length-2]+t[0].length),r.apply(null,t)}):(h=String(this),f=i.replace.call(h,n,function(){var n=arguments;return i.replace.call(String(r),et,function(t,i,r){var f;if(i){if(f=+i,f<=n.length-3)return n[f]||"";if(f=u?a(u,i):-1,f<0)throw new SyntaxError("backreference to undefined group "+t);return n[f+1]||""}if(r==="$")return"$";if(r==="&"||+r==0)return n[0];if(r==="`")return n[n.length-1].slice(0,n[n.length-2]);if(r==="'")return n[n.length-1].slice(n[n.length-2]+n[0].length);if(r=+r,!isNaN(r)){if(r>n.length-3)throw new SyntaxError("backreference to undefined group "+t);return n[r]||""}throw new SyntaxError("invalid token "+t);})})),e&&(n.lastIndex=n.global?0:o),f},r.split=function(r,u){if(!t.isRegExp(r))return i.split.apply(this,arguments);var e=String(this),h=r.lastIndex,f=[],o=0,s;return u=(u===n?-1:u)>>>0,t.forEach(e,r,function(n){n.index+n[0].length>o&&(f.push(e.slice(o,n.index)),n.length>1&&n.index<e.length&&Array.prototype.push.apply(f,n.slice(1)),s=n[0].length,o=n.index+s)}),o===e.length?(!i.test.call(r,"")||s)&&f.push(""):f.push(e.slice(o)),r.lastIndex=h,f.length>u?f.slice(0,u):f},u=c.on,u(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4})|x(?![\dA-Fa-f]{2}))/,function(n,t){if(n[1]==="B"&&t===e)return n[0];throw new SyntaxError("invalid escape "+n[0]);},{scope:"all"}),u(/\[(\^?)]/,function(n){return n[1]?"[\\s\\S]":"\\b\\B"}),u(/(?:\(\?#[^)]*\))+/,function(n){return i.test.call(nt,n.input.slice(n.index+n[0].length))?"":"(?:)"}),u(/\\k<([\w$]+)>/,function(n){var t=isNaN(n[1])?a(this.captureNames,n[1])+1:+n[1],i=n.index+n[0].length;if(!t||t>this.captureNames.length)throw new SyntaxError("backreference to undefined group "+n[0]);return"\\"+t+(i===n.input.length||isNaN(n.input.charAt(i))?"":"(?:)")}),u(/(?:\s+|#.*)+/,function(n){return i.test.call(nt,n.input.slice(n.index+n[0].length))?"":"(?:)"},{trigger:function(){return this.hasFlag("x")},customFlags:"x"}),u(/\./,function(){return"[\\s\\S]"},{trigger:function(){return this.hasFlag("s")},customFlags:"s"}),u(/\(\?P?<([\w$]+)>/,function(n){if(!isNaN(n[1]))throw new SyntaxError("can't use integer as capture name "+n[0]);return this.captureNames.push(n[1]),this.hasNamedCapture=!0,"("}),u(/\\(\d+)/,function(n,t){if(!(t===e&&/^[1-9]/.test(n[1])&&+n[1]<=this.captureNames.length)&&n[1]!=="0")throw new SyntaxError("can't use octal escape or backreference to undefined group "+n[0]);return n[0]},{scope:"all"}),u(/\((?!\?)/,function(){return this.hasFlag("n")?"(?:":(this.captureNames.push(null),"(")},{customFlags:"n"}),typeof exports!="undefined"&&(exports.XRegExp=t),t}(); -//XRegExp Unicode Base 1.0.0 -(function(n){"use strict";function i(n){return n.replace(/[- _]+/g,"").toLowerCase()}function s(n){return n.replace(/\w{4}/g,"\\u$&")}function u(n){while(n.length<4)n="0"+n;return n}function f(n){return parseInt(n,16)}function r(n){return parseInt(n,10).toString(16)}function o(t){var e=[],i=-1,o;return n.forEach(t,/\\u(\w{4})(?:-\\u(\w{4}))?/,function(n){o=f(n[1]),o>i+1&&(e.push("\\u"+u(r(i+1))),o>i+2&&e.push("-\\u"+u(r(o-1)))),i=f(n[2]||n[1])}),i<65535&&(e.push("\\u"+u(r(i+1))),i<65534&&e.push("-\\uFFFF")),e.join("")}function e(n){return t["^"+n]||(t["^"+n]=o(t[n]))}var t={};n.install("extensibility"),n.addUnicodePackage=function(r,u){var f;if(!n.isInstalled("extensibility"))throw new Error("extensibility must be installed before adding Unicode packages");if(r)for(f in r)r.hasOwnProperty(f)&&(t[i(f)]=s(r[f]));if(u)for(f in u)u.hasOwnProperty(f)&&(t[i(u[f])]=t[i(f)])},n.addUnicodePackage({L:"0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE0370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05270531-055605590561-058705D0-05EA05F0-05F20620-064A066E066F0671-06D306D506E506E606EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA07F407F507FA0800-0815081A082408280840-085808A008A2-08AC0904-0939093D09500958-09610971-09770979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10CF10CF20D05-0D0C0D0E-0D100D12-0D3A0D3D0D4E0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E460E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EC60EDC-0EDF0F000F40-0F470F49-0F6C0F88-0F8C1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10A0-10C510C710CD10D0-10FA10FC-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317D717DC1820-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541AA71B05-1B331B45-1B4B1B83-1BA01BAE1BAF1BBA-1BE51C00-1C231C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF11CF51CF61D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209C21022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E218321842C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2CF22CF32D00-2D252D272D2D2D30-2D672D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2E2F300530063031-3035303B303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A66EA67F-A697A6A0-A6E5A717-A71FA722-A788A78B-A78EA790-A793A7A0-A7AAA7F8-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2A9CFAA00-AA28AA40-AA42AA44-AA4BAA60-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADB-AADDAAE0-AAEAAAF2-AAF4AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC"},{L:"Letter"}),n.addToken(/\\([pP]){(\^?)([^}]*)}/,function(n,r){var f=n[1]==="P"||n[2]?"^":"",u=i(n[3]);if(n[1]==="P"&&n[2])throw new SyntaxError("invalid double negation \\P{^");if(!t.hasOwnProperty(u))throw new SyntaxError("invalid or unknown Unicode property "+n[0]);return r==="class"?f?e(u):t[u]:"["+f+t[u]+"]"},{scope:"all"})})(XRegExp); -//XRegExp Unicode Categories 1.2.0 -(function(n){"use strict";if(!n.addUnicodePackage)throw new ReferenceError("Unicode Base must be loaded before Unicode Categories");n.install("extensibility"),n.addUnicodePackage({Ll:"0061-007A00B500DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02AF037103730377037B-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F05210523052505270561-05871D00-1D2B1D6B-1D771D79-1D9A1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF7210A210E210F2113212F21342139213C213D2146-2149214E21842C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7B2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2CF32D00-2D252D272D2DA641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA661A663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76FA771-A778A77AA77CA77FA781A783A785A787A78CA78EA791A793A7A1A7A3A7A5A7A7A7A9A7FAFB00-FB06FB13-FB17FF41-FF5A",Lu:"0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E05200522052405260531-055610A0-10C510C710CD1E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F214521832C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CED2CF2A640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA660A662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BA78DA790A792A7A0A7A2A7A4A7A6A7A8A7AAFF21-FF3A",Lt:"01C501C801CB01F21F88-1F8F1F98-1F9F1FA8-1FAF1FBC1FCC1FFC",Lm:"02B0-02C102C6-02D102E0-02E402EC02EE0374037A0559064006E506E607F407F507FA081A0824082809710E460EC610FC17D718431AA71C78-1C7D1D2C-1D6A1D781D9B-1DBF2071207F2090-209C2C7C2C7D2D6F2E2F30053031-3035303B309D309E30FC-30FEA015A4F8-A4FDA60CA67FA717-A71FA770A788A7F8A7F9A9CFAA70AADDAAF3AAF4FF70FF9EFF9F",Lo:"00AA00BA01BB01C0-01C3029405D0-05EA05F0-05F20620-063F0641-064A066E066F0671-06D306D506EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA0800-08150840-085808A008A2-08AC0904-0939093D09500958-09610972-09770979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10CF10CF20D05-0D0C0D0E-0D100D12-0D3A0D3D0D4E0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E450E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EDC-0EDF0F000F40-0F470F49-0F6C0F88-0F8C1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10D0-10FA10FD-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317DC1820-18421844-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541B05-1B331B45-1B4B1B83-1BA01BAE1BAF1BBA-1BE51C00-1C231C4D-1C4F1C5A-1C771CE9-1CEC1CEE-1CF11CF51CF62135-21382D30-2D672D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE3006303C3041-3096309F30A1-30FA30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A014A016-A48CA4D0-A4F7A500-A60BA610-A61FA62AA62BA66EA6A0-A6E5A7FB-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2AA00-AA28AA40-AA42AA44-AA4BAA60-AA6FAA71-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADBAADCAAE0-AAEAAAF2AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF66-FF6FFF71-FF9DFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC",M:"0300-036F0483-04890591-05BD05BF05C105C205C405C505C70610-061A064B-065F067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0859-085B08E4-08FE0900-0903093A-093C093E-094F0951-0957096209630981-098309BC09BE-09C409C709C809CB-09CD09D709E209E30A01-0A030A3C0A3E-0A420A470A480A4B-0A4D0A510A700A710A750A81-0A830ABC0ABE-0AC50AC7-0AC90ACB-0ACD0AE20AE30B01-0B030B3C0B3E-0B440B470B480B4B-0B4D0B560B570B620B630B820BBE-0BC20BC6-0BC80BCA-0BCD0BD70C01-0C030C3E-0C440C46-0C480C4A-0C4D0C550C560C620C630C820C830CBC0CBE-0CC40CC6-0CC80CCA-0CCD0CD50CD60CE20CE30D020D030D3E-0D440D46-0D480D4A-0D4D0D570D620D630D820D830DCA0DCF-0DD40DD60DD8-0DDF0DF20DF30E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F3E0F3F0F71-0F840F860F870F8D-0F970F99-0FBC0FC6102B-103E1056-1059105E-10601062-10641067-106D1071-10741082-108D108F109A-109D135D-135F1712-17141732-1734175217531772177317B4-17D317DD180B-180D18A91920-192B1930-193B19B0-19C019C819C91A17-1A1B1A55-1A5E1A60-1A7C1A7F1B00-1B041B34-1B441B6B-1B731B80-1B821BA1-1BAD1BE6-1BF31C24-1C371CD0-1CD21CD4-1CE81CED1CF2-1CF41DC0-1DE61DFC-1DFF20D0-20F02CEF-2CF12D7F2DE0-2DFF302A-302F3099309AA66F-A672A674-A67DA69FA6F0A6F1A802A806A80BA823-A827A880A881A8B4-A8C4A8E0-A8F1A926-A92DA947-A953A980-A983A9B3-A9C0AA29-AA36AA43AA4CAA4DAA7BAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1AAEB-AAEFAAF5AAF6ABE3-ABEAABECABEDFB1EFE00-FE0FFE20-FE26",Mn:"0300-036F0483-04870591-05BD05BF05C105C205C405C505C70610-061A064B-065F067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0859-085B08E4-08FE0900-0902093A093C0941-0948094D0951-095709620963098109BC09C1-09C409CD09E209E30A010A020A3C0A410A420A470A480A4B-0A4D0A510A700A710A750A810A820ABC0AC1-0AC50AC70AC80ACD0AE20AE30B010B3C0B3F0B41-0B440B4D0B560B620B630B820BC00BCD0C3E-0C400C46-0C480C4A-0C4D0C550C560C620C630CBC0CBF0CC60CCC0CCD0CE20CE30D41-0D440D4D0D620D630DCA0DD2-0DD40DD60E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F71-0F7E0F80-0F840F860F870F8D-0F970F99-0FBC0FC6102D-10301032-10371039103A103D103E10581059105E-10601071-1074108210851086108D109D135D-135F1712-17141732-1734175217531772177317B417B517B7-17BD17C617C9-17D317DD180B-180D18A91920-19221927192819321939-193B1A171A181A561A58-1A5E1A601A621A65-1A6C1A73-1A7C1A7F1B00-1B031B341B36-1B3A1B3C1B421B6B-1B731B801B811BA2-1BA51BA81BA91BAB1BE61BE81BE91BED1BEF-1BF11C2C-1C331C361C371CD0-1CD21CD4-1CE01CE2-1CE81CED1CF41DC0-1DE61DFC-1DFF20D0-20DC20E120E5-20F02CEF-2CF12D7F2DE0-2DFF302A-302D3099309AA66FA674-A67DA69FA6F0A6F1A802A806A80BA825A826A8C4A8E0-A8F1A926-A92DA947-A951A980-A982A9B3A9B6-A9B9A9BCAA29-AA2EAA31AA32AA35AA36AA43AA4CAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1AAECAAEDAAF6ABE5ABE8ABEDFB1EFE00-FE0FFE20-FE26",Mc:"0903093B093E-09400949-094C094E094F0982098309BE-09C009C709C809CB09CC09D70A030A3E-0A400A830ABE-0AC00AC90ACB0ACC0B020B030B3E0B400B470B480B4B0B4C0B570BBE0BBF0BC10BC20BC6-0BC80BCA-0BCC0BD70C01-0C030C41-0C440C820C830CBE0CC0-0CC40CC70CC80CCA0CCB0CD50CD60D020D030D3E-0D400D46-0D480D4A-0D4C0D570D820D830DCF-0DD10DD8-0DDF0DF20DF30F3E0F3F0F7F102B102C10311038103B103C105610571062-10641067-106D108310841087-108C108F109A-109C17B617BE-17C517C717C81923-19261929-192B193019311933-193819B0-19C019C819C91A19-1A1B1A551A571A611A631A641A6D-1A721B041B351B3B1B3D-1B411B431B441B821BA11BA61BA71BAA1BAC1BAD1BE71BEA-1BEC1BEE1BF21BF31C24-1C2B1C341C351CE11CF21CF3302E302FA823A824A827A880A881A8B4-A8C3A952A953A983A9B4A9B5A9BAA9BBA9BD-A9C0AA2FAA30AA33AA34AA4DAA7BAAEBAAEEAAEFAAF5ABE3ABE4ABE6ABE7ABE9ABEAABEC",Me:"0488048920DD-20E020E2-20E4A670-A672",N:"0030-003900B200B300B900BC-00BE0660-066906F0-06F907C0-07C90966-096F09E6-09EF09F4-09F90A66-0A6F0AE6-0AEF0B66-0B6F0B72-0B770BE6-0BF20C66-0C6F0C78-0C7E0CE6-0CEF0D66-0D750E50-0E590ED0-0ED90F20-0F331040-10491090-10991369-137C16EE-16F017E0-17E917F0-17F91810-18191946-194F19D0-19DA1A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C5920702074-20792080-20892150-21822185-21892460-249B24EA-24FF2776-27932CFD30073021-30293038-303A3192-31953220-32293248-324F3251-325F3280-328932B1-32BFA620-A629A6E6-A6EFA830-A835A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19",Nd:"0030-00390660-066906F0-06F907C0-07C90966-096F09E6-09EF0A66-0A6F0AE6-0AEF0B66-0B6F0BE6-0BEF0C66-0C6F0CE6-0CEF0D66-0D6F0E50-0E590ED0-0ED90F20-0F291040-10491090-109917E0-17E91810-18191946-194F19D0-19D91A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C59A620-A629A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19",Nl:"16EE-16F02160-21822185-218830073021-30293038-303AA6E6-A6EF",No:"00B200B300B900BC-00BE09F4-09F90B72-0B770BF0-0BF20C78-0C7E0D70-0D750F2A-0F331369-137C17F0-17F919DA20702074-20792080-20892150-215F21892460-249B24EA-24FF2776-27932CFD3192-31953220-32293248-324F3251-325F3280-328932B1-32BFA830-A835",P:"0021-00230025-002A002C-002F003A003B003F0040005B-005D005F007B007D00A100A700AB00B600B700BB00BF037E0387055A-055F0589058A05BE05C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E085E0964096509700AF00DF40E4F0E5A0E5B0F04-0F120F140F3A-0F3D0F850FD0-0FD40FD90FDA104A-104F10FB1360-13681400166D166E169B169C16EB-16ED1735173617D4-17D617D8-17DA1800-180A194419451A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601BFC-1BFF1C3B-1C3F1C7E1C7F1CC0-1CC71CD32010-20272030-20432045-20512053-205E207D207E208D208E2329232A2768-277527C527C627E6-27EF2983-299829D8-29DB29FC29FD2CF9-2CFC2CFE2CFF2D702E00-2E2E2E30-2E3B3001-30033008-30113014-301F3030303D30A030FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFAAF0AAF1ABEBFD3EFD3FFE10-FE19FE30-FE52FE54-FE61FE63FE68FE6AFE6BFF01-FF03FF05-FF0AFF0C-FF0FFF1AFF1BFF1FFF20FF3B-FF3DFF3FFF5BFF5DFF5F-FF65",Pd:"002D058A05BE140018062010-20152E172E1A2E3A2E3B301C303030A0FE31FE32FE58FE63FF0D",Ps:"0028005B007B0F3A0F3C169B201A201E2045207D208D23292768276A276C276E27702772277427C527E627E827EA27EC27EE2983298529872989298B298D298F299129932995299729D829DA29FC2E222E242E262E283008300A300C300E3010301430163018301A301DFD3EFE17FE35FE37FE39FE3BFE3DFE3FFE41FE43FE47FE59FE5BFE5DFF08FF3BFF5BFF5FFF62",Pe:"0029005D007D0F3B0F3D169C2046207E208E232A2769276B276D276F27712773277527C627E727E927EB27ED27EF298429862988298A298C298E2990299229942996299829D929DB29FD2E232E252E272E293009300B300D300F3011301530173019301B301E301FFD3FFE18FE36FE38FE3AFE3CFE3EFE40FE42FE44FE48FE5AFE5CFE5EFF09FF3DFF5DFF60FF63",Pi:"00AB2018201B201C201F20392E022E042E092E0C2E1C2E20",Pf:"00BB2019201D203A2E032E052E0A2E0D2E1D2E21",Pc:"005F203F20402054FE33FE34FE4D-FE4FFF3F",Po:"0021-00230025-0027002A002C002E002F003A003B003F0040005C00A100A700B600B700BF037E0387055A-055F058905C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E085E0964096509700AF00DF40E4F0E5A0E5B0F04-0F120F140F850FD0-0FD40FD90FDA104A-104F10FB1360-1368166D166E16EB-16ED1735173617D4-17D617D8-17DA1800-18051807-180A194419451A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601BFC-1BFF1C3B-1C3F1C7E1C7F1CC0-1CC71CD3201620172020-20272030-2038203B-203E2041-20432047-205120532055-205E2CF9-2CFC2CFE2CFF2D702E002E012E06-2E082E0B2E0E-2E162E182E192E1B2E1E2E1F2E2A-2E2E2E30-2E393001-3003303D30FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFAAF0AAF1ABEBFE10-FE16FE19FE30FE45FE46FE49-FE4CFE50-FE52FE54-FE57FE5F-FE61FE68FE6AFE6BFF01-FF03FF05-FF07FF0AFF0CFF0EFF0FFF1AFF1BFF1FFF20FF3CFF61FF64FF65",S:"0024002B003C-003E005E0060007C007E00A2-00A600A800A900AC00AE-00B100B400B800D700F702C2-02C502D2-02DF02E5-02EB02ED02EF-02FF03750384038503F60482058F0606-0608060B060E060F06DE06E906FD06FE07F609F209F309FA09FB0AF10B700BF3-0BFA0C7F0D790E3F0F01-0F030F130F15-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F1390-139917DB194019DE-19FF1B61-1B6A1B74-1B7C1FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE20442052207A-207C208A-208C20A0-20B9210021012103-21062108210921142116-2118211E-2123212521272129212E213A213B2140-2144214A-214D214F2190-2328232B-23F32400-24262440-244A249C-24E92500-26FF2701-27672794-27C427C7-27E527F0-29822999-29D729DC-29FB29FE-2B4C2B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F309B309C319031913196-319F31C0-31E33200-321E322A-324732503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A700-A716A720A721A789A78AA828-A82BA836-A839AA77-AA79FB29FBB2-FBC1FDFCFDFDFE62FE64-FE66FE69FF04FF0BFF1C-FF1EFF3EFF40FF5CFF5EFFE0-FFE6FFE8-FFEEFFFCFFFD",Sm:"002B003C-003E007C007E00AC00B100D700F703F60606-060820442052207A-207C208A-208C21182140-2144214B2190-2194219A219B21A021A321A621AE21CE21CF21D221D421F4-22FF2308-230B23202321237C239B-23B323DC-23E125B725C125F8-25FF266F27C0-27C427C7-27E527F0-27FF2900-29822999-29D729DC-29FB29FE-2AFF2B30-2B442B47-2B4CFB29FE62FE64-FE66FF0BFF1C-FF1EFF5CFF5EFFE2FFE9-FFEC",Sc:"002400A2-00A5058F060B09F209F309FB0AF10BF90E3F17DB20A0-20B9A838FDFCFE69FF04FFE0FFE1FFE5FFE6",Sk:"005E006000A800AF00B400B802C2-02C502D2-02DF02E5-02EB02ED02EF-02FF0375038403851FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE309B309CA700-A716A720A721A789A78AFBB2-FBC1FF3EFF40FFE3",So:"00A600A900AE00B00482060E060F06DE06E906FD06FE07F609FA0B700BF3-0BF80BFA0C7F0D790F01-0F030F130F15-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F1390-1399194019DE-19FF1B61-1B6A1B74-1B7C210021012103-210621082109211421162117211E-2123212521272129212E213A213B214A214C214D214F2195-2199219C-219F21A121A221A421A521A7-21AD21AF-21CD21D021D121D321D5-21F32300-2307230C-231F2322-2328232B-237B237D-239A23B4-23DB23E2-23F32400-24262440-244A249C-24E92500-25B625B8-25C025C2-25F72600-266E2670-26FF2701-27672794-27BF2800-28FF2B00-2B2F2B452B462B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F319031913196-319F31C0-31E33200-321E322A-324732503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A828-A82BA836A837A839AA77-AA79FDFDFFE4FFE8FFEDFFEEFFFCFFFD",Z:"002000A01680180E2000-200A20282029202F205F3000",Zs:"002000A01680180E2000-200A202F205F3000",Zl:"2028",Zp:"2029",C:"0000-001F007F-009F00AD03780379037F-0383038B038D03A20528-05300557055805600588058B-058E059005C8-05CF05EB-05EF05F5-0605061C061D06DD070E070F074B074C07B2-07BF07FB-07FF082E082F083F085C085D085F-089F08A108AD-08E308FF097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B78-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D3B0D3C0D450D490D4F-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EE0-0EFF0F480F6D-0F700F980FBD0FCD0FDB-0FFF10C610C8-10CC10CE10CF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B135C137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BF4-1BFB1C38-1C3A1C4A-1C4C1C80-1CBF1CC8-1CCF1CF7-1CFF1DE7-1DFB1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF200B-200F202A-202E2060-206F20722073208F209D-209F20BA-20CF20F1-20FF218A-218F23F4-23FF2427-243F244B-245F27002B4D-2B4F2B5A-2BFF2C2F2C5F2CF4-2CF82D262D28-2D2C2D2E2D2F2D68-2D6E2D71-2D7E2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E3C-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31BB-31BF31E4-31EF321F32FF4DB6-4DBF9FCD-9FFFA48D-A48FA4C7-A4CFA62C-A63FA698-A69EA6F8-A6FFA78FA794-A79FA7AB-A7F7A82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAF7-AB00AB07AB08AB0FAB10AB17-AB1FAB27AB2F-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-F8FFFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBC2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFD-FF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFFBFFFEFFFF",Cc:"0000-001F007F-009F",Cf:"00AD0600-060406DD070F200B-200F202A-202E2060-2064206A-206FFEFFFFF9-FFFB",Co:"E000-F8FF",Cs:"D800-DFFF",Cn:"03780379037F-0383038B038D03A20528-05300557055805600588058B-058E059005C8-05CF05EB-05EF05F5-05FF0605061C061D070E074B074C07B2-07BF07FB-07FF082E082F083F085C085D085F-089F08A108AD-08E308FF097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B78-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D3B0D3C0D450D490D4F-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EE0-0EFF0F480F6D-0F700F980FBD0FCD0FDB-0FFF10C610C8-10CC10CE10CF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B135C137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BF4-1BFB1C38-1C3A1C4A-1C4C1C80-1CBF1CC8-1CCF1CF7-1CFF1DE7-1DFB1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF2065-206920722073208F209D-209F20BA-20CF20F1-20FF218A-218F23F4-23FF2427-243F244B-245F27002B4D-2B4F2B5A-2BFF2C2F2C5F2CF4-2CF82D262D28-2D2C2D2E2D2F2D68-2D6E2D71-2D7E2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E3C-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31BB-31BF31E4-31EF321F32FF4DB6-4DBF9FCD-9FFFA48D-A48FA4C7-A4CFA62C-A63FA698-A69EA6F8-A6FFA78FA794-A79FA7AB-A7F7A82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAF7-AB00AB07AB08AB0FAB10AB17-AB1FAB27AB2F-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-D7FFFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBC2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFDFEFEFF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFF8FFFEFFFF"},{Ll:"Lowercase_Letter",Lu:"Uppercase_Letter",Lt:"Titlecase_Letter",Lm:"Modifier_Letter",Lo:"Other_Letter",M:"Mark",Mn:"Nonspacing_Mark",Mc:"Spacing_Mark",Me:"Enclosing_Mark",N:"Number",Nd:"Decimal_Number",Nl:"Letter_Number",No:"Other_Number",P:"Punctuation",Pd:"Dash_Punctuation",Ps:"Open_Punctuation",Pe:"Close_Punctuation",Pi:"Initial_Punctuation",Pf:"Final_Punctuation",Pc:"Connector_Punctuation",Po:"Other_Punctuation",S:"Symbol",Sm:"Math_Symbol",Sc:"Currency_Symbol",Sk:"Modifier_Symbol",So:"Other_Symbol",Z:"Separator",Zs:"Space_Separator",Zl:"Line_Separator",Zp:"Paragraph_Separator",C:"Other",Cc:"Control",Cf:"Format",Co:"Private_Use",Cs:"Surrogate",Cn:"Unassigned"})})(XRegExp); -//XRegExp Unicode Scripts 1.2.0 -(function(n){"use strict";if(!n.addUnicodePackage)throw new ReferenceError("Unicode Base must be loaded before Unicode Scripts");n.install("extensibility"),n.addUnicodePackage({Arabic:"0600-06040606-060B060D-061A061E0620-063F0641-064A0656-065E066A-066F0671-06DC06DE-06FF0750-077F08A008A2-08AC08E4-08FEFB50-FBC1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFCFE70-FE74FE76-FEFC",Armenian:"0531-05560559-055F0561-0587058A058FFB13-FB17",Balinese:"1B00-1B4B1B50-1B7C",Bamum:"A6A0-A6F7",Batak:"1BC0-1BF31BFC-1BFF",Bengali:"0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BC-09C409C709C809CB-09CE09D709DC09DD09DF-09E309E6-09FB",Bopomofo:"02EA02EB3105-312D31A0-31BA",Braille:"2800-28FF",Buginese:"1A00-1A1B1A1E1A1F",Buhid:"1740-1753",Canadian_Aboriginal:"1400-167F18B0-18F5",Cham:"AA00-AA36AA40-AA4DAA50-AA59AA5C-AA5F",Cherokee:"13A0-13F4",Common:"0000-0040005B-0060007B-00A900AB-00B900BB-00BF00D700F702B9-02DF02E5-02E902EC-02FF0374037E038503870589060C061B061F06400660-066906DD096409650E3F0FD5-0FD810FB16EB-16ED173517361802180318051CD31CE11CE9-1CEC1CEE-1CF31CF51CF62000-200B200E-2064206A-20702074-207E2080-208E20A0-20B92100-21252127-2129212C-21312133-214D214F-215F21892190-23F32400-24262440-244A2460-26FF2701-27FF2900-2B4C2B50-2B592E00-2E3B2FF0-2FFB3000-300430063008-30203030-3037303C-303F309B309C30A030FB30FC3190-319F31C0-31E33220-325F327F-32CF3358-33FF4DC0-4DFFA700-A721A788-A78AA830-A839FD3EFD3FFDFDFE10-FE19FE30-FE52FE54-FE66FE68-FE6BFEFFFF01-FF20FF3B-FF40FF5B-FF65FF70FF9EFF9FFFE0-FFE6FFE8-FFEEFFF9-FFFD",Coptic:"03E2-03EF2C80-2CF32CF9-2CFF",Cyrillic:"0400-04840487-05271D2B1D782DE0-2DFFA640-A697A69F",Devanagari:"0900-09500953-09630966-09770979-097FA8E0-A8FB",Ethiopic:"1200-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135D-137C1380-13992D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDEAB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2E",Georgian:"10A0-10C510C710CD10D0-10FA10FC-10FF2D00-2D252D272D2D",Glagolitic:"2C00-2C2E2C30-2C5E",Greek:"0370-03730375-0377037A-037D038403860388-038A038C038E-03A103A3-03E103F0-03FF1D26-1D2A1D5D-1D611D66-1D6A1DBF1F00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FC41FC6-1FD31FD6-1FDB1FDD-1FEF1FF2-1FF41FF6-1FFE2126",Gujarati:"0A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABC-0AC50AC7-0AC90ACB-0ACD0AD00AE0-0AE30AE6-0AF1",Gurmukhi:"0A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3C0A3E-0A420A470A480A4B-0A4D0A510A59-0A5C0A5E0A66-0A75",Han:"2E80-2E992E9B-2EF32F00-2FD5300530073021-30293038-303B3400-4DB54E00-9FCCF900-FA6DFA70-FAD9",Hangul:"1100-11FF302E302F3131-318E3200-321E3260-327EA960-A97CAC00-D7A3D7B0-D7C6D7CB-D7FBFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC",Hanunoo:"1720-1734",Hebrew:"0591-05C705D0-05EA05F0-05F4FB1D-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FB4F",Hiragana:"3041-3096309D-309F",Inherited:"0300-036F04850486064B-0655065F0670095109521CD0-1CD21CD4-1CE01CE2-1CE81CED1CF41DC0-1DE61DFC-1DFF200C200D20D0-20F0302A-302D3099309AFE00-FE0FFE20-FE26",Javanese:"A980-A9CDA9CF-A9D9A9DEA9DF",Kannada:"0C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBC-0CC40CC6-0CC80CCA-0CCD0CD50CD60CDE0CE0-0CE30CE6-0CEF0CF10CF2",Katakana:"30A1-30FA30FD-30FF31F0-31FF32D0-32FE3300-3357FF66-FF6FFF71-FF9D",Kayah_Li:"A900-A92F",Khmer:"1780-17DD17E0-17E917F0-17F919E0-19FF",Lao:"0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60EC8-0ECD0ED0-0ED90EDC-0EDF",Latin:"0041-005A0061-007A00AA00BA00C0-00D600D8-00F600F8-02B802E0-02E41D00-1D251D2C-1D5C1D62-1D651D6B-1D771D79-1DBE1E00-1EFF2071207F2090-209C212A212B2132214E2160-21882C60-2C7FA722-A787A78B-A78EA790-A793A7A0-A7AAA7F8-A7FFFB00-FB06FF21-FF3AFF41-FF5A",Lepcha:"1C00-1C371C3B-1C491C4D-1C4F",Limbu:"1900-191C1920-192B1930-193B19401944-194F",Lisu:"A4D0-A4FF",Malayalam:"0D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4E0D570D60-0D630D66-0D750D79-0D7F",Mandaic:"0840-085B085E",Meetei_Mayek:"AAE0-AAF6ABC0-ABEDABF0-ABF9",Mongolian:"1800180118041806-180E1810-18191820-18771880-18AA",Myanmar:"1000-109FAA60-AA7B",New_Tai_Lue:"1980-19AB19B0-19C919D0-19DA19DE19DF",Nko:"07C0-07FA",Ogham:"1680-169C",Ol_Chiki:"1C50-1C7F",Oriya:"0B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3C-0B440B470B480B4B-0B4D0B560B570B5C0B5D0B5F-0B630B66-0B77",Phags_Pa:"A840-A877",Rejang:"A930-A953A95F",Runic:"16A0-16EA16EE-16F0",Samaritan:"0800-082D0830-083E",Saurashtra:"A880-A8C4A8CE-A8D9",Sinhala:"0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCA0DCF-0DD40DD60DD8-0DDF0DF2-0DF4",Sundanese:"1B80-1BBF1CC0-1CC7",Syloti_Nagri:"A800-A82B",Syriac:"0700-070D070F-074A074D-074F",Tagalog:"1700-170C170E-1714",Tagbanwa:"1760-176C176E-177017721773",Tai_Le:"1950-196D1970-1974",Tai_Tham:"1A20-1A5E1A60-1A7C1A7F-1A891A90-1A991AA0-1AAD",Tai_Viet:"AA80-AAC2AADB-AADF",Tamil:"0B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCD0BD00BD70BE6-0BFA",Telugu:"0C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4D0C550C560C580C590C60-0C630C66-0C6F0C78-0C7F",Thaana:"0780-07B1",Thai:"0E01-0E3A0E40-0E5B",Tibetan:"0F00-0F470F49-0F6C0F71-0F970F99-0FBC0FBE-0FCC0FCE-0FD40FD90FDA",Tifinagh:"2D30-2D672D6F2D702D7F",Vai:"A500-A62B",Yi:"A000-A48CA490-A4C6"})})(XRegExp); -//XRegExp Unicode Blocks 1.2.0 -(function(n){"use strict";if(!n.addUnicodePackage)throw new ReferenceError("Unicode Base must be loaded before Unicode Blocks");n.install("extensibility"),n.addUnicodePackage({InBasic_Latin:"0000-007F",InLatin_1_Supplement:"0080-00FF",InLatin_Extended_A:"0100-017F",InLatin_Extended_B:"0180-024F",InIPA_Extensions:"0250-02AF",InSpacing_Modifier_Letters:"02B0-02FF",InCombining_Diacritical_Marks:"0300-036F",InGreek_and_Coptic:"0370-03FF",InCyrillic:"0400-04FF",InCyrillic_Supplement:"0500-052F",InArmenian:"0530-058F",InHebrew:"0590-05FF",InArabic:"0600-06FF",InSyriac:"0700-074F",InArabic_Supplement:"0750-077F",InThaana:"0780-07BF",InNKo:"07C0-07FF",InSamaritan:"0800-083F",InMandaic:"0840-085F",InArabic_Extended_A:"08A0-08FF",InDevanagari:"0900-097F",InBengali:"0980-09FF",InGurmukhi:"0A00-0A7F",InGujarati:"0A80-0AFF",InOriya:"0B00-0B7F",InTamil:"0B80-0BFF",InTelugu:"0C00-0C7F",InKannada:"0C80-0CFF",InMalayalam:"0D00-0D7F",InSinhala:"0D80-0DFF",InThai:"0E00-0E7F",InLao:"0E80-0EFF",InTibetan:"0F00-0FFF",InMyanmar:"1000-109F",InGeorgian:"10A0-10FF",InHangul_Jamo:"1100-11FF",InEthiopic:"1200-137F",InEthiopic_Supplement:"1380-139F",InCherokee:"13A0-13FF",InUnified_Canadian_Aboriginal_Syllabics:"1400-167F",InOgham:"1680-169F",InRunic:"16A0-16FF",InTagalog:"1700-171F",InHanunoo:"1720-173F",InBuhid:"1740-175F",InTagbanwa:"1760-177F",InKhmer:"1780-17FF",InMongolian:"1800-18AF",InUnified_Canadian_Aboriginal_Syllabics_Extended:"18B0-18FF",InLimbu:"1900-194F",InTai_Le:"1950-197F",InNew_Tai_Lue:"1980-19DF",InKhmer_Symbols:"19E0-19FF",InBuginese:"1A00-1A1F",InTai_Tham:"1A20-1AAF",InBalinese:"1B00-1B7F",InSundanese:"1B80-1BBF",InBatak:"1BC0-1BFF",InLepcha:"1C00-1C4F",InOl_Chiki:"1C50-1C7F",InSundanese_Supplement:"1CC0-1CCF",InVedic_Extensions:"1CD0-1CFF",InPhonetic_Extensions:"1D00-1D7F",InPhonetic_Extensions_Supplement:"1D80-1DBF",InCombining_Diacritical_Marks_Supplement:"1DC0-1DFF",InLatin_Extended_Additional:"1E00-1EFF",InGreek_Extended:"1F00-1FFF",InGeneral_Punctuation:"2000-206F",InSuperscripts_and_Subscripts:"2070-209F",InCurrency_Symbols:"20A0-20CF",InCombining_Diacritical_Marks_for_Symbols:"20D0-20FF",InLetterlike_Symbols:"2100-214F",InNumber_Forms:"2150-218F",InArrows:"2190-21FF",InMathematical_Operators:"2200-22FF",InMiscellaneous_Technical:"2300-23FF",InControl_Pictures:"2400-243F",InOptical_Character_Recognition:"2440-245F",InEnclosed_Alphanumerics:"2460-24FF",InBox_Drawing:"2500-257F",InBlock_Elements:"2580-259F",InGeometric_Shapes:"25A0-25FF",InMiscellaneous_Symbols:"2600-26FF",InDingbats:"2700-27BF",InMiscellaneous_Mathematical_Symbols_A:"27C0-27EF",InSupplemental_Arrows_A:"27F0-27FF",InBraille_Patterns:"2800-28FF",InSupplemental_Arrows_B:"2900-297F",InMiscellaneous_Mathematical_Symbols_B:"2980-29FF",InSupplemental_Mathematical_Operators:"2A00-2AFF",InMiscellaneous_Symbols_and_Arrows:"2B00-2BFF",InGlagolitic:"2C00-2C5F",InLatin_Extended_C:"2C60-2C7F",InCoptic:"2C80-2CFF",InGeorgian_Supplement:"2D00-2D2F",InTifinagh:"2D30-2D7F",InEthiopic_Extended:"2D80-2DDF",InCyrillic_Extended_A:"2DE0-2DFF",InSupplemental_Punctuation:"2E00-2E7F",InCJK_Radicals_Supplement:"2E80-2EFF",InKangxi_Radicals:"2F00-2FDF",InIdeographic_Description_Characters:"2FF0-2FFF",InCJK_Symbols_and_Punctuation:"3000-303F",InHiragana:"3040-309F",InKatakana:"30A0-30FF",InBopomofo:"3100-312F",InHangul_Compatibility_Jamo:"3130-318F",InKanbun:"3190-319F",InBopomofo_Extended:"31A0-31BF",InCJK_Strokes:"31C0-31EF",InKatakana_Phonetic_Extensions:"31F0-31FF",InEnclosed_CJK_Letters_and_Months:"3200-32FF",InCJK_Compatibility:"3300-33FF",InCJK_Unified_Ideographs_Extension_A:"3400-4DBF",InYijing_Hexagram_Symbols:"4DC0-4DFF",InCJK_Unified_Ideographs:"4E00-9FFF",InYi_Syllables:"A000-A48F",InYi_Radicals:"A490-A4CF",InLisu:"A4D0-A4FF",InVai:"A500-A63F",InCyrillic_Extended_B:"A640-A69F",InBamum:"A6A0-A6FF",InModifier_Tone_Letters:"A700-A71F",InLatin_Extended_D:"A720-A7FF",InSyloti_Nagri:"A800-A82F",InCommon_Indic_Number_Forms:"A830-A83F",InPhags_pa:"A840-A87F",InSaurashtra:"A880-A8DF",InDevanagari_Extended:"A8E0-A8FF",InKayah_Li:"A900-A92F",InRejang:"A930-A95F",InHangul_Jamo_Extended_A:"A960-A97F",InJavanese:"A980-A9DF",InCham:"AA00-AA5F",InMyanmar_Extended_A:"AA60-AA7F",InTai_Viet:"AA80-AADF",InMeetei_Mayek_Extensions:"AAE0-AAFF",InEthiopic_Extended_A:"AB00-AB2F",InMeetei_Mayek:"ABC0-ABFF",InHangul_Syllables:"AC00-D7AF",InHangul_Jamo_Extended_B:"D7B0-D7FF",InHigh_Surrogates:"D800-DB7F",InHigh_Private_Use_Surrogates:"DB80-DBFF",InLow_Surrogates:"DC00-DFFF",InPrivate_Use_Area:"E000-F8FF",InCJK_Compatibility_Ideographs:"F900-FAFF",InAlphabetic_Presentation_Forms:"FB00-FB4F",InArabic_Presentation_Forms_A:"FB50-FDFF",InVariation_Selectors:"FE00-FE0F",InVertical_Forms:"FE10-FE1F",InCombining_Half_Marks:"FE20-FE2F",InCJK_Compatibility_Forms:"FE30-FE4F",InSmall_Form_Variants:"FE50-FE6F",InArabic_Presentation_Forms_B:"FE70-FEFF",InHalfwidth_and_Fullwidth_Forms:"FF00-FFEF",InSpecials:"FFF0-FFFF"})})(XRegExp); -//XRegExp Unicode Properties 1.0.0 -(function(n){"use strict";if(!n.addUnicodePackage)throw new ReferenceError("Unicode Base must be loaded before Unicode Properties");n.install("extensibility"),n.addUnicodePackage({Alphabetic:"0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE03450370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05270531-055605590561-058705B0-05BD05BF05C105C205C405C505C705D0-05EA05F0-05F20610-061A0620-06570659-065F066E-06D306D5-06DC06E1-06E806ED-06EF06FA-06FC06FF0710-073F074D-07B107CA-07EA07F407F507FA0800-0817081A-082C0840-085808A008A2-08AC08E4-08E908F0-08FE0900-093B093D-094C094E-09500955-09630971-09770979-097F0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BD-09C409C709C809CB09CC09CE09D709DC09DD09DF-09E309F009F10A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3E-0A420A470A480A4B0A4C0A510A59-0A5C0A5E0A70-0A750A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD-0AC50AC7-0AC90ACB0ACC0AD00AE0-0AE30B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D-0B440B470B480B4B0B4C0B560B570B5C0B5D0B5F-0B630B710B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCC0BD00BD70C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4C0C550C560C580C590C60-0C630C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD-0CC40CC6-0CC80CCA-0CCC0CD50CD60CDE0CE0-0CE30CF10CF20D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4C0D4E0D570D60-0D630D7A-0D7F0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCF-0DD40DD60DD8-0DDF0DF20DF30E01-0E3A0E40-0E460E4D0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60ECD0EDC-0EDF0F000F40-0F470F49-0F6C0F71-0F810F88-0F970F99-0FBC1000-10361038103B-103F1050-10621065-1068106E-1086108E109C109D10A0-10C510C710CD10D0-10FA10FC-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135F1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA16EE-16F01700-170C170E-17131720-17331740-17531760-176C176E-1770177217731780-17B317B6-17C817D717DC1820-18771880-18AA18B0-18F51900-191C1920-192B1930-19381950-196D1970-19741980-19AB19B0-19C91A00-1A1B1A20-1A5E1A61-1A741AA71B00-1B331B35-1B431B45-1B4B1B80-1BA91BAC-1BAF1BBA-1BE51BE7-1BF11C00-1C351C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF31CF51CF61D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209C21022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E2160-218824B6-24E92C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2CF22CF32D00-2D252D272D2D2D30-2D672D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2DE0-2DFF2E2F3005-30073021-30293031-30353038-303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A66EA674-A67BA67F-A697A69F-A6EFA717-A71FA722-A788A78B-A78EA790-A793A7A0-A7AAA7F8-A801A803-A805A807-A80AA80C-A827A840-A873A880-A8C3A8F2-A8F7A8FBA90A-A92AA930-A952A960-A97CA980-A9B2A9B4-A9BFA9CFAA00-AA36AA40-AA4DAA60-AA76AA7AAA80-AABEAAC0AAC2AADB-AADDAAE0-AAEFAAF2-AAF5AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABEAAC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1D-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC",Uppercase:"0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E05200522052405260531-055610A0-10C510C710CD1E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F21452160-216F218324B6-24CF2C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CED2CF2A640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA660A662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BA78DA790A792A7A0A7A2A7A4A7A6A7A8A7AAFF21-FF3A",Lowercase:"0061-007A00AA00B500BA00DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02B802C002C102E0-02E40345037103730377037A-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F05210523052505270561-05871D00-1DBF1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF72071207F2090-209C210A210E210F2113212F21342139213C213D2146-2149214E2170-217F218424D0-24E92C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7D2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2CF32D00-2D252D272D2DA641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA661A663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76F-A778A77AA77CA77FA781A783A785A787A78CA78EA791A793A7A1A7A3A7A5A7A7A7A9A7F8-A7FAFB00-FB06FB13-FB17FF41-FF5A",White_Space:"0009-000D0020008500A01680180E2000-200A20282029202F205F3000",Noncharacter_Code_Point:"FDD0-FDEFFFFEFFFF",Default_Ignorable_Code_Point:"00AD034F115F116017B417B5180B-180D200B-200F202A-202E2060-206F3164FE00-FE0FFEFFFFA0FFF0-FFF8",Any:"0000-FFFF",Ascii:"0000-007F",Assigned:"0000-0377037A-037E0384-038A038C038E-03A103A3-05270531-05560559-055F0561-05870589058A058F0591-05C705D0-05EA05F0-05F40600-06040606-061B061E-070D070F-074A074D-07B107C0-07FA0800-082D0830-083E0840-085B085E08A008A2-08AC08E4-08FE0900-09770979-097F0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BC-09C409C709C809CB-09CE09D709DC09DD09DF-09E309E6-09FB0A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3C0A3E-0A420A470A480A4B-0A4D0A510A59-0A5C0A5E0A66-0A750A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABC-0AC50AC7-0AC90ACB-0ACD0AD00AE0-0AE30AE6-0AF10B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3C-0B440B470B480B4B-0B4D0B560B570B5C0B5D0B5F-0B630B66-0B770B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCD0BD00BD70BE6-0BFA0C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4D0C550C560C580C590C60-0C630C66-0C6F0C78-0C7F0C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBC-0CC40CC6-0CC80CCA-0CCD0CD50CD60CDE0CE0-0CE30CE6-0CEF0CF10CF20D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4E0D570D60-0D630D66-0D750D79-0D7F0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCA0DCF-0DD40DD60DD8-0DDF0DF2-0DF40E01-0E3A0E3F-0E5B0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60EC8-0ECD0ED0-0ED90EDC-0EDF0F00-0F470F49-0F6C0F71-0F970F99-0FBC0FBE-0FCC0FCE-0FDA1000-10C510C710CD10D0-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135D-137C1380-139913A0-13F41400-169C16A0-16F01700-170C170E-17141720-17361740-17531760-176C176E-1770177217731780-17DD17E0-17E917F0-17F91800-180E1810-18191820-18771880-18AA18B0-18F51900-191C1920-192B1930-193B19401944-196D1970-19741980-19AB19B0-19C919D0-19DA19DE-1A1B1A1E-1A5E1A60-1A7C1A7F-1A891A90-1A991AA0-1AAD1B00-1B4B1B50-1B7C1B80-1BF31BFC-1C371C3B-1C491C4D-1C7F1CC0-1CC71CD0-1CF61D00-1DE61DFC-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FC41FC6-1FD31FD6-1FDB1FDD-1FEF1FF2-1FF41FF6-1FFE2000-2064206A-20712074-208E2090-209C20A0-20B920D0-20F02100-21892190-23F32400-24262440-244A2460-26FF2701-2B4C2B50-2B592C00-2C2E2C30-2C5E2C60-2CF32CF9-2D252D272D2D2D30-2D672D6F2D702D7F-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2DE0-2E3B2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB3000-303F3041-30963099-30FF3105-312D3131-318E3190-31BA31C0-31E331F0-321E3220-32FE3300-4DB54DC0-9FCCA000-A48CA490-A4C6A4D0-A62BA640-A697A69F-A6F7A700-A78EA790-A793A7A0-A7AAA7F8-A82BA830-A839A840-A877A880-A8C4A8CE-A8D9A8E0-A8FBA900-A953A95F-A97CA980-A9CDA9CF-A9D9A9DEA9DFAA00-AA36AA40-AA4DAA50-AA59AA5C-AA7BAA80-AAC2AADB-AAF6AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABEDABF0-ABF9AC00-D7A3D7B0-D7C6D7CB-D7FBD800-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1D-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBC1FBD3-FD3FFD50-FD8FFD92-FDC7FDF0-FDFDFE00-FE19FE20-FE26FE30-FE52FE54-FE66FE68-FE6BFE70-FE74FE76-FEFCFEFFFF01-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDCFFE0-FFE6FFE8-FFEEFFF9-FFFD"})})(XRegExp); -//XRegExp.matchRecursive 0.2.0 -(function(n){"use strict";function t(n,t,i,r){return{value:n,name:t,start:i,end:r}}n.matchRecursive=function(i,r,u,f,e){f=f||"",e=e||{};var g=f.indexOf("g")>-1,nt=f.indexOf("y")>-1,d=f.replace(/y/g,""),y=e.escapeChar,o=e.valueNames,v=[],b=0,h=0,s=0,c=0,p,w,l,a,k;if(r=n(r,d),u=n(u,d),y){if(y.length>1)throw new SyntaxError("can't use more than one escape character");y=n.escape(y),k=new RegExp("(?:"+y+"[\\S\\s]|(?:(?!"+n.union([r,u]).source+")[^"+y+"])+)+",f.replace(/[^im]+/g,""))}for(;;){if(y&&(s+=(n.exec(i,k,s,"sticky")||[""])[0].length),l=n.exec(i,r,s),a=n.exec(i,u,s),l&&a&&(l.index<=a.index?a=null:l=null),l||a)h=(l||a).index,s=h+(l||a)[0].length;else if(!b)break;if(nt&&!b&&h>c)break;if(l)b||(p=h,w=s),++b;else if(a&&b){if(!--b&&(o?(o[0]&&p>c&&v.push(t(o[0],i.slice(c,p),c,p)),o[1]&&v.push(t(o[1],i.slice(p,w),p,w)),o[2]&&v.push(t(o[2],i.slice(w,h),w,h)),o[3]&&v.push(t(o[3],i.slice(h,s),h,s))):v.push(i.slice(w,h)),c=s,!g))break}else throw new Error("string contains unbalanced delimiters");h===s&&++s}return g&&!nt&&o&&o[0]&&i.length>c&&v.push(t(o[0],i.slice(c),c,i.length)),v}})(XRegExp); -//XRegExp.build 0.1.0 -(function(n){"use strict";function u(n){var i=/^(?:\(\?:\))?\^/,t=/\$(?:\(\?:\))?$/;return t.test(n.replace(/\\[\s\S]/g,""))?n.replace(i,"").replace(t,""):n}function t(t){return n.isRegExp(t)?t.xregexp&&!t.xregexp.isNative?t:n(t.source):n(t)}var i=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g,r=n.union([/\({{([\w$]+)}}\)|{{([\w$]+)}}/,i],"g");n.build=function(f,e,o){var w=/^\(\?([\w$]+)\)/.exec(f),l={},s=0,v,h=0,p=[0],y,a,c;w&&(o=o||"",w[1].replace(/./g,function(n){o+=o.indexOf(n)>-1?"":n}));for(c in e)e.hasOwnProperty(c)&&(a=t(e[c]),l[c]={pattern:u(a.source),names:a.xregexp.captureNames||[]});return f=t(f),y=f.xregexp.captureNames||[],f=f.source.replace(r,function(n,t,r,u,f){var o=t||r,e,c;if(o){if(!l.hasOwnProperty(o))throw new ReferenceError("undefined property "+n);return t?(e=y[h],p[++h]=++s,c="(?<"+(e||o)+">"):c="(?:",v=s,c+l[o].pattern.replace(i,function(n,t,i){if(t){if(e=l[o].names[s-v],++s,e)return"(?<"+e+">"}else if(i)return"\\"+(+i+v);return n})+")"}if(u){if(e=y[h],p[++h]=++s,e)return"(?<"+e+">"}else if(f)return"\\"+p[+f];return n}),n(f,o)}})(XRegExp); -//XRegExp Prototype Methods 1.0.0 -(function(n){"use strict";function t(n,t){for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i])}t(n.prototype,{apply:function(n,t){return this.test(t[0])},call:function(n,t){return this.test(t)},forEach:function(t,i,r){return n.forEach(t,this,i,r)},globalize:function(){return n.globalize(this)},xexec:function(t,i,r){return n.exec(t,this,i,r)},xtest:function(t,i,r){return n.test(t,this,i,r)}})})(XRegExp) diff --git a/static/recurrence/css/recurrence.css b/static/recurrence/css/recurrence.css deleted file mode 100644 index ea3a4fd..0000000 --- a/static/recurrence/css/recurrence.css +++ /dev/null @@ -1,294 +0,0 @@ -div.recurrence-widget { - float: left; - border: 1px solid #ccc; -} - -div.recurrence-widget div.panel { - border-bottom: 1px solid #ddd; -} - -div.recurrence-widget select, -div.recurrence-widget input { - margin: 0 .5em; -} - -div.recurrence-widget a.recurrence-label { - display: block; - cursor: pointer; - padding: .5em .75em; - font-weight: bold; - white-space: nowrap; - padding-right: 3em; - color: black; -} - -div.recurrence-widget .remove, -div.recurrence-widget .remove:link, -div.recurrence-widget .remove:visited { - float: left; - padding: .25em .5em; - font-size: 1.1em; - font-weight: bold; - cursor: pointer; - text-decoration: none; - color: #555; - line-height: 1.4em; -} - -div.recurrence-widget .remove:hover { - color: #a00; -} - -div.recurrence-widget .control { - padding: .5em 1em .5em .5em; -} - -div.recurrence-widget .add-button, -div.recurrence-widget .add-button:link, -div.recurrence-widget .add-button:visited { - color: green; -} - -div.recurrence-widget .plus { - font-size: 1.2em; - font-weight: bold; - padding-right: .5em; -} - -div.recurrence-widget .add-button:hover { - color: green; -} - -div.recurrence-widget .control .add-date { - padding-left: 1em; - margin-left: 1em; - border-left: 1px solid #ddd; -} - -div.recurrence-widget .freq { - display: inline -} - -div.recurrence-widget .interval { - display: inline; - padding-left: 1em; -} - -div.recurrence-widget form { - overflow: hidden; - padding: .5em 2.2em; - border-top: 1px solid #ddd; -} - -div.recurrence-widget .form { - padding: .5em 0; -} - -div.recurrence-widget .radio { - margin-left: 0; -} - -div.recurrence-widget .form ul { - margin: 0; - padding: 0; -} - -div.recurrence-widget .form ul li { - list-style-type: none; -} - -div.recurrence-widget .section { - margin: .5em 1em; -} - -div.recurrence-widget .until-count { - margin: 0; - padding: 0; -} - -div.recurrence-widget .until-count li { - margin: 0; - padding: 0; - display: inline; - list-style-type: none; -} - -div.recurrence-widget .until-count .count { - padding-left: 1em; -} - -div.recurrence-widget .monthday .grid { - margin-left: .5em; -} - -div.recurrence-widget .grid { - border: 0; - border-top: 1px solid #ccc; - border-left: 1px solid #ccc; -} - -div.recurrence-widget .grid td { - text-align: center; - border-bottom: 1px solid #ccc; - border-right: 1px solid #ccc; - padding: .8em; - cursor: pointer; -} - -div.recurrence-widget .grid td.active { - background-color: #ddd; -} - -div.recurrence-widget .grid td.empty { - border: 0; -} - -div.recurrence-widget .grid-disabled td.active { - background-color: #ddd; -} - -div.recurrence-widget .disabled { - opacity: .75; - filter: alpha(opacity=75); -} - -div.recurrence-widget .limit ul { - margin-top: .5em; -} - -div.recurrence-widget .weekly .section { - margin: 1em 0; -} - -div.recurrence-widget .weekly td { - width: 2.5em; -} - -div.recurrence-widget .yearly table { - margin: .5em 0 1em 0; -} - -div.recurrence-widget .yearly td { - padding: 1em 1.5em; -} - -div.recurrence-widget .checkbox { - margin-left: 0; -} - -div.recurrence-widget .until-count { - margin-left: 1.5em; -} - -div.recurrence-widget .mode { - padding: .25em 0 1em 0; -} - -div.recurrence-widget .date-selector .calendar-button { - background: url('../img/recurrence-calendar-icon.png') no-repeat center; - padding: .25em; -} - -table.recurrence-calendar { - position: absolute; - background-color: white; - border-top: 1px solid #ccc; - border-left: 1px solid #ccc; - /*outline: 3px solid white;*/ - margin: 0; -} - -table.recurrence-calendar td { - padding: 0; -} - -table.recurrence-calendar a, -table.recurrence-calendar a:link, -table.recurrence-calendar a:visited { - color: #555; - font-weight: bold; -} - -table.recurrence-calendar .year, -table.recurrence-calendar .navigation { - border-right: 1px solid #ccc; -} - -table.recurrence-calendar .body td { - border: 0; - border-bottom: 1px solid #ccc; - border-right: 1px solid #ccc; -} - -table.recurrence-calendar .body td.header { - border-top: 1px solid #ccc; - font-weight: bold; - color: #555; -} - -table.recurrence-calendar .body td.header, -table.recurrence-calendar .body td.day { - padding: .25em; - text-align: center; - vertical-align: center; -} - -table.recurrence-calendar .body td.day { - cursor: pointer; -} - -table.recurrence-calendar .body td.active { - background-color: #ddd; -} - -table.recurrence-calendar .body td.empty { - background-color: #eee; -} - -table.recurrence-calendar .year { - padding-top: .25em; - padding-right: 2em; - text-align: center; -} - -table.recurrence-calendar .navigation { - width: 100%; -} - -table.recurrence-calendar .navigation { - text-align: center; -} - -table.recurrence-calendar .navigation td.prev-year, -table.recurrence-calendar .navigation td.next-year, -table.recurrence-calendar .navigation td.prev-month, -table.recurrence-calendar .navigation td.next-month { - /*width: 1%;*/ - font-size: .8em; -} - -table.recurrence-calendar .remove, -table.recurrence-calendar .remove:link, -table.recurrence-calendar .remove:visited { - float: left; - padding: .1em .25em; - padding-bottom: 0; - font-size: 1.1em; - font-weight: bold; - cursor: pointer; - text-decoration: none; - color: #555; - line-height: 1.2em; -} - -table.recurrence-calendar .remove:hover { - color: #a00; -} - -table.recurrence-calendar .footer { - height: .5em; - overflow: hidden; - border-bottom: 1px solid #ccc; - border-right: 1px solid #ccc; -} - diff --git a/static/recurrence/img/recurrence-calendar-icon.png b/static/recurrence/img/recurrence-calendar-icon.png Binary files differdeleted file mode 100644 index e0d9d86..0000000 --- a/static/recurrence/img/recurrence-calendar-icon.png +++ /dev/null diff --git a/static/recurrence/js/recurrence-widget.js b/static/recurrence/js/recurrence-widget.js deleted file mode 100644 index f63e3b7..0000000 --- a/static/recurrence/js/recurrence-widget.js +++ /dev/null @@ -1,1795 +0,0 @@ -if (!recurrence) - var recurrence = {}; - -recurrence.widget = {}; - - -recurrence.widget.Grid = function(cols, rows) { - this.init(cols, rows); -}; -recurrence.widget.Grid.prototype = { - init: function(cols, rows) { - this.disabled = false; - this.cells = []; - this.cols = cols; - this.rows = rows; - - this.init_dom(); - }, - - init_dom: function() { - var tbody = recurrence.widget.e('tbody'); - for (var y=0; y < this.rows; y++) { - var tr = recurrence.widget.e('tr'); - tbody.appendChild(tr); - for (var x=0; x < this.cols; x++) { - var td = recurrence.widget.e('td'); - tr.appendChild(td); - this.cells.push(td); - } - } - var table = recurrence.widget.e( - 'table', { - 'class': 'grid', 'cellpadding': 0, - 'cellspacing': 0, 'border': 0}, - [tbody]); - - this.elements = {'root': table, 'table': table, 'tbody': tbody}; - }, - - cell: function(col, row) { - return this.elements.tbody.childNodes[row].childNodes[col]; - }, - - enable: function () { - recurrence.widget.remove_class('disabled'); - this.disabled = false; - }, - - disable: function () { - recurrence.widget.add_class('disabled'); - this.disabled = true; - } -}; - - -recurrence.widget.Calendar = function(date, options) { - this.init(date, options); -}; -recurrence.widget.Calendar.prototype = { - init: function(date, options) { - this.date = date || recurrence.widget.date_today(); - this.month = this.date.getMonth(); - this.year = this.date.getFullYear(); - this.options = options || {}; - - if (this.options.onchange) - this.onchange = this.options.onchange; - if (this.options.onclose) - this.onclose = this.options.onclose; - - this.init_dom(); - this.show_month(this.year, this.month); - }, - - init_dom: function() { - var calendar = this; - - // navigation - - var remove = recurrence.widget.e('a', { - 'class': 'remove', - 'href': 'javascript:void(0)', - 'title': recurrence.display.labels.remove, - 'onclick': function() { - calendar.close(); - } - }, '×'); - var year_prev = recurrence.widget.e( - 'a', { - 'href': 'javascript:void(0)', 'class': 'prev-year', - 'onclick': function() {calendar.show_prev_year();}}, - '<<'); - var year_next = recurrence.widget.e( - 'a', { - 'href': 'javascript:void(0)', 'class': 'next-year', - 'onclick': function() {calendar.show_next_year();}}, - '>>'); - var month_prev = recurrence.widget.e( - 'a', { - 'href': 'javascript:void(0)', 'class': 'prev-month', - 'onclick': function() {calendar.show_prev_month();}}, - '<'); - var month_next = recurrence.widget.e( - 'a', { - 'href': 'javascript:void(0)', 'class': 'next-month', - 'onclick': function() {calendar.show_next_month();}}, - '>'); - var month_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.months[this.month]); - - var header_elements = [ - year_prev, month_prev, month_label, month_next, year_next]; - var header_grid = new recurrence.widget.Grid(header_elements.length, 1); - recurrence.array.foreach(header_elements, function(item, i) { - header_grid.cells[i].appendChild(item); - recurrence.widget.add_class( - header_grid.cells[i], item.className); - }); - recurrence.widget.add_class(header_grid.elements.root, 'navigation'); - - // core - - var calendar_year = recurrence.widget.e( - 'div', {'class': 'year'}, this.year); - var calendar_navigation = header_grid.elements.root; - // var calendar_week = week_grid.elements.root; - var calendar_body = recurrence.widget.e('div', {'class': 'body'}); - var calendar_footer = recurrence.widget.e('div', {'class': 'footer'}); - - var td = recurrence.widget.e( - 'td', {}, - [remove, calendar_year, calendar_navigation, - calendar_body, calendar_footer]); - var tr = recurrence.widget.e('tr', {}, [td]); - var tbody = recurrence.widget.e('tbody', {}, [tr]); - var root = recurrence.widget.e( - 'table', {'class': 'recurrence-calendar'}, [tbody]); - root.style.display = 'none'; - - this.elements = { - 'root': root, - 'year': calendar_year, - 'year_prev': year_prev, - 'year_next': year_next, - 'month_prev': month_prev, - 'month_next': month_next, - 'month_label': month_label, - 'calendar_body': calendar_body - }; - }, - - get_month_grid: function(year, month) { - var calendar = this; - - var dt = new Date(year, month, 1); - var start = dt.getDay(); - var days = recurrence.date.days_in_month(dt); - var rows = Math.ceil((days + start) / 7) + 1; - var grid = new recurrence.widget.Grid(7, rows); - - var number = 1; - recurrence.array.foreach( - grid.cells, function(cell, i) { - var cell = grid.cells[i]; - if (i < 7) { - var weekday_number = i - 1; - if (weekday_number < 0) - weekday_number = 6; - else if (weekday_number > 6) - weekday_number = 0; - cell.innerHTML = recurrence.display.weekdays_oneletter[ - weekday_number]; - recurrence.widget.add_class(cell, 'header'); - } else if (i - 7 < start || number > days) { - recurrence.widget.add_class(cell, 'empty'); - } else { - recurrence.widget.add_class(cell, 'day'); - if (this.date.getDate() == number && - this.date.getFullYear() == dt.getFullYear() && - this.date.getMonth() == dt.getMonth()) - recurrence.widget.add_class(cell, 'active'); - cell.innerHTML = number; - number = number + 1; - cell.onclick = function () { - calendar.set_date( - calendar.year, calendar.month, - parseInt(this.innerHTML, 10)); - }; - } - }, this); - - return grid; - }, - - show_month: function(year, month) { - if (this.elements.calendar_body.childNodes.length) - this.elements.calendar_body.removeChild( - this.elements.calendar_body.childNodes[0]); - this.elements.month_grid = this.get_month_grid(year, month); - this.elements.calendar_body.appendChild( - this.elements.month_grid.elements.root); - this.elements.month_label.firstChild.nodeValue = ( - recurrence.display.months[this.month]); - this.elements.year.firstChild.nodeValue = this.year; - }, - - show_prev_year: function() { - this.year = this.year - 1; - this.show_month(this.year, this.month); - }, - - show_next_year: function() { - this.year = this.year + 1; - this.show_month(this.year, this.month); - }, - - show_prev_month: function() { - this.month = this.month - 1; - if (this.month < 0) { - this.month = 11; - this.year = this.year - 1; - } - this.show_month(this.year, this.month); - }, - - show_next_month: function() { - this.month = this.month + 1; - if (this.month > 11) { - this.month = 0; - this.year = this.year + 1; - } - this.show_month(this.year, this.month); - }, - - set_date: function(year, month, day) { - if (year != this.date.getFullYear() || - month != this.date.getMonth() || - day != this.date.getDate()) { - - this.date.setFullYear(year); - this.date.setMonth(month); - this.date.setDate(day); - - recurrence.array.foreach( - this.elements.month_grid.cells, function(cell) { - if (recurrence.widget.has_class(cell, 'day')) { - var number = parseInt(cell.innerHTML, 10); - if (number == day) { - recurrence.widget.add_class(cell, 'active'); - } else { - recurrence.widget.remove_class(cell, 'active'); - } - } - }); - - if (this.onchange) - this.onchange(this.date); - } - }, - - set_position: function(x, y) { - this.elements.root.style.left = x + 'px'; - this.elements.root.style.top = y + 'px'; - }, - - show: function() { - this.elements.root.style.display = ''; - }, - - hide: function() { - this.elements.root.style.display = 'none'; - }, - - close: function() { - if (this.elements.root.parentNode) { - this.elements.root.parentNode.removeChild(this.elements.root); - if (this.onclose) - this.onclose(); - } - } -}; - - -recurrence.widget.DateSelector = function(date, options) { - this.init(date, options); -}; -recurrence.widget.DateSelector.prototype = { - init: function(date, options) { - this.disabled = false; - this.date = date; - this.calendar = null; - this.options = options || {}; - - if (this.options.onchange) - this.onchange = this.options.onchange; - - this.init_dom(); - }, - - init_dom: function() { - var dateselector = this; - - if (this.date) - var date_value = recurrence.date.format(this.date, '%Y-%m-%d'); - else - var date_value = ''; - var date_field = recurrence.widget.e( - 'input', { - 'class': 'date-field', 'size': 10, - 'value': date_value, - 'onchange': function() {dateselector.set_date(this.value);}}); - var calendar_button = recurrence.widget.e( - 'a', { - 'class': 'calendar-button', - 'href': 'javascript:void(0)', - 'title': recurrence.display.labels.calendar, - 'onclick': function() { - if (!dateselector.disabled) - dateselector.show_calendar(); - } - }, - ' '); - var root = recurrence.widget.e( - 'span', {'class': 'date-selector'}, - [date_field, calendar_button]); - - this.elements = { - 'root': root, - 'date_field': date_field, - 'calendar_button': calendar_button - }; - }, - - show_calendar: function() { - var dateselector = this; - - var calendar_blur = function(event) { - var element = event.target; - var is_in_dom = recurrence.widget.element_in_dom( - element, dateselector.calendar.elements.root); - if (!is_in_dom && - element != dateselector.elements.calendar_button) { - // clicked outside of calendar - dateselector.calendar.close(); - if (window.detachEvent) - window.detachEvent('onclick', calendar_blur); - else - window.removeEventListener('click', calendar_blur, false); - } - }; - - if (!this.calendar) { - this.calendar = new recurrence.widget.Calendar( - new Date((this.date || recurrence.widget.date_today()).valueOf()), { - 'onchange': function() { - dateselector.set_date( - recurrence.date.format(this.date, '%Y-%m-%d')); - dateselector.calendar.close(); - }, - 'onclose': function() { - if (window.detachEvent) - window.detachEvent('onclick', calendar_blur); - else - window.removeEventListener( - 'click', calendar_blur, false); - dateselector.hide_calendar(); - } - }); - document.body.appendChild(this.calendar.elements.root); - - this.calendar.show(); - this.set_calendar_position(); - - if (window.attachEvent) - window.attachEvent('onclick', calendar_blur); - else - window.addEventListener('click', calendar_blur, false); - } - }, - - set_date: function(datestring) { - var tokens = datestring.split('-'); - var year = parseInt(tokens[0], 10); - var month = parseInt(tokens[1], 10) - 1; - var day = parseInt(tokens[2], 10); - var dt = new Date(year, month, day); - - if (String(dt) == 'Invalid Date' || String(dt) == 'NaN') { - if (this.date && !this.options.allow_null) { - this.elements.date_field.value = recurrence.date.format( - this.date, '%Y-%m-%d'); - } else { - if (this.elements.date_field.value != '') { - if (this.onchange) - this.onchange(null); - } - this.elements.date_field.value = ''; - } - } else { - if (!this.date || - (year != this.date.getFullYear() || - month != this.date.getMonth() || - day != this.date.getDate())) { - - if (!this.date) - this.date = recurrence.widget.date_today(); - this.date.setFullYear(year); - this.date.setMonth(month); - this.date.setDate(day); - - this.elements.date_field.value = datestring; - - if (this.onchange) - this.onchange(this.date); - } - } - }, - - set_calendar_position: function() { - var loc = recurrence.widget.cumulative_offset( - this.elements.calendar_button); - - var calendar_x = loc[0]; - var calendar_y = loc[1]; - var calendar_right = ( - loc[0] + this.calendar.elements.root.clientWidth); - var calendar_bottom = ( - loc[1] + this.calendar.elements.root.clientHeight); - - if (calendar_right > document.scrollWidth) - calendar_x = calendar_x - ( - calendar_right - document.scrollWidth); - if (calendar_bottom > document.scrollHeight) - calendar_y = calendar_y - ( - calendar_bottom - document.scrollHeight); - - this.calendar.set_position(calendar_x, calendar_y); - }, - - hide_calendar: function() { - this.calendar = null; - }, - - enable: function () { - this.disabled = false; - this.elements.date_field.disabled = false; - }, - - disable: function () { - this.disabled = true; - this.elements.date_field.disabled = true; - if (this.calendar) - this.calendar.close(); - } -}; - - -recurrence.widget.Widget = function(textarea, options) { - this.init(textarea, options); -}; -recurrence.widget.Widget.prototype = { - init: function(textarea, options) { - if (textarea.toLowerCase) - textarea = document.getElementById(textarea); - this.selected_panel = null; - this.panels = []; - this.data = recurrence.deserialize(textarea.value); - this.textarea = textarea; - this.options = options; - - this.default_freq = options.default_freq || recurrence.WEEKLY; - - this.init_dom(); - this.init_panels(); - }, - - init_dom: function() { - var widget = this; - - var panels = recurrence.widget.e('div', {'class': 'panels'}); - var control = recurrence.widget.e('div', {'class': 'control'}); - var root = recurrence.widget.e( - 'div', {'class': this.textarea.className}, [panels, control]); - - var add_rule = new recurrence.widget.AddButton( - recurrence.display.labels.add_rule, { - 'onclick': function () {widget.add_rule();} - }); - recurrence.widget.add_class(add_rule.elements.root, 'add-rule'); - control.appendChild(add_rule.elements.root); - - var add_date = new recurrence.widget.AddButton( - recurrence.display.labels.add_date, { - 'onclick': function () {widget.add_date();} - }); - recurrence.widget.add_class(add_date.elements.root, 'add-date'); - control.appendChild(add_date.elements.root); - - this.elements = { - 'root': root, - 'panels': panels, - 'control': control - }; - - // attach immediately - this.textarea.style.display = 'none'; - this.textarea.parentNode.insertBefore( - this.elements.root, this.textarea); - }, - - init_panels: function() { - recurrence.array.foreach( - this.data.rrules, function(item) { - this.add_rule_panel(recurrence.widget.INCLUSION, item); - }, this); - recurrence.array.foreach( - this.data.exrules, function(item) { - this.add_rule_panel(recurrence.widget.EXCLUSION, item); - }, this); - recurrence.array.foreach( - this.data.rdates, function(item) { - this.add_date_panel(recurrence.widget.INCLUSION, item); - }, this); - recurrence.array.foreach( - this.data.exdates, function(item) { - this.add_date_panel(recurrence.widget.EXCLUSION, item); - }, this); - }, - - add_rule_panel: function(mode, rule) { - var panel = new recurrence.widget.Panel(this); - var form = new recurrence.widget.RuleForm(panel, mode, rule); - - panel.onexpand = function() { - if (panel.widget.selected_panel) - if (panel.widget.selected_panel != this) - panel.widget.selected_panel.collapse(); - panel.widget.selected_panel = this; - }; - panel.onremove = function() { - form.remove(); - }; - - this.elements.panels.appendChild(panel.elements.root); - this.panels.push(panel); - this.update(); - return panel; - }, - - add_date_panel: function(mode, date) { - var panel = new recurrence.widget.Panel(this); - var form = new recurrence.widget.DateForm(panel, mode, date); - - panel.onexpand = function() { - if (panel.widget.selected_panel) - if (panel.widget.selected_panel != this) - panel.widget.selected_panel.collapse(); - panel.widget.selected_panel = this; - }; - panel.onremove = function() { - form.remove(); - }; - - this.elements.panels.appendChild(panel.elements.root); - this.panels.push(panel); - this.update(); - return panel; - }, - - add_rule: function(rule) { - var rule = rule || new recurrence.Rule(this.default_freq); - this.data.rrules.push(rule); - this.add_rule_panel(recurrence.widget.INCLUSION, rule).expand(); - }, - - add_date: function(date) { - var date = date || recurrence.widget.date_today(); - this.data.rdates.push(date); - this.add_date_panel(recurrence.widget.INCLUSION, date).expand(); - }, - - update: function() { - this.textarea.value = this.data.serialize(); - } -}; - - -recurrence.widget.AddButton = function(label, options) { - this.init(label, options); -}; -recurrence.widget.AddButton.prototype = { - init: function(label, options) { - this.label = label; - this.options = options || {}; - - this.init_dom(); - }, - - init_dom: function() { - var addbutton = this; - - var plus = recurrence.widget.e( - 'span', {'class': 'plus'}, '+'); - var label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, this.label); - var root = recurrence.widget.e( - 'a', {'class': 'add-button', 'href': 'javascript:void(0)'}, - [plus, label]); - - root.onclick = function() { - addbutton.options.onclick(); - }; - - this.elements = {'root': root, 'plus': plus, 'label': label}; - } -}; - - -recurrence.widget.Panel = function(widget, options) { - this.init(widget, options); -}; -recurrence.widget.Panel.prototype = { - init: function(widget, options) { - this.collapsed = false; - this.widget = widget; - this.options = options || {}; - - if (this.options.onremove) - this.onremove = this.options.onremove; - if (this.options.onexpand) - this.onexpand = this.options.onexpand; - if (this.options.oncollapse) - this.oncollapse = this.options.oncollapse; - - this.init_dom(); - }, - - init_dom: function() { - var panel = this; - - var remove = recurrence.widget.e('a', { - 'class': 'remove', - 'href': 'javascript:void(0)', - 'title': recurrence.display.labels.remove, - 'onclick': function() { - panel.remove(); - } - }, '×'); - var label = recurrence.widget.e('a', { - 'class': 'recurrence-label', - 'href': 'javascript:void(0)', - 'onclick': function() { - if (panel.collapsed) - panel.expand(); - else - panel.collapse(); - } - }, ' '); - var header = recurrence.widget.e( - 'div', {'class': 'header'}, [remove, label]); - var body = recurrence.widget.e( - 'div', {'class': 'body'}); - var root = recurrence.widget.e( - 'div', {'class': 'panel'}, [header, body]); - - this.elements = { - 'root': root, 'remove': remove, 'label': label, - 'header': header, 'body': body - }; - - this.collapse(); - }, - - set_label: function(label) { - this.elements.label.innerHTML = label; - }, - - set_body: function(element) { - if (this.elements.body.childNodes.length) - this.elements.body.removeChild(this.elements.body.childNodes[0]); - this.elements.body.appendChild(element); - }, - - expand: function() { - this.collapsed = false; - this.elements.body.style.display = ''; - if (this.onexpand) - this.onexpand(this); - }, - - collapse: function() { - this.collapsed = true; - this.elements.body.style.display = 'none'; - if (this.oncollapse) - this.oncollapse(this); - }, - - remove: function() { - var parent = this.elements.root.parentNode; - if (parent) - parent.removeChild(this.elements.root); - if (this.onremove) - this.onremove(parent); - } -}; - - -recurrence.widget.RuleForm = function(panel, mode, rule, options) { - this.init(panel, mode, rule, options); -}; -recurrence.widget.RuleForm.prototype = { - init: function(panel, mode, rule, options) { - this.selected_freq = rule.freq; - this.panel = panel; - this.mode = mode; - this.rule = rule; - this.options = options || {}; - - var rule_options = { - interval: rule.interval, until: rule.until, count: rule.count - }; - - this.freq_rules = [ - new recurrence.Rule(recurrence.YEARLY, rule_options), - new recurrence.Rule(recurrence.MONTHLY, rule_options), - new recurrence.Rule(recurrence.WEEKLY, rule_options), - new recurrence.Rule(recurrence.DAILY, rule_options) - ]; - this.freq_rules[this.rule.freq].update(this.rule); - - this.init_dom(); - - this.set_freq(this.selected_freq); - }, - - init_dom: function() { - var form = this; - - // mode - - var mode_checkbox = recurrence.widget.e( - 'input', {'class': 'checkbox', 'type': 'checkbox', 'name': 'mode'}); - var mode_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.labels.exclude_occurrences); - var mode_container = recurrence.widget.e( - 'div', {'class': 'mode'}, - [mode_checkbox, mode_label]); - if (this.mode == recurrence.widget.EXCLUSION) - // delay for ie6 compatibility - setTimeout(function() { - mode_checkbox.checked = true; - recurrence.widget.add_class(form.panel, 'exclusion'); - }, 10); - - // freq - - var freq_choices = recurrence.display.frequencies.slice(0, 4); - var freq_options = recurrence.array.foreach( - freq_choices, function(item, i) { - var option = recurrence.widget.e( - 'option', {'value': i}, - recurrence.string.capitalize(item)); - return option; - }); - var freq_select = recurrence.widget.e( - 'select', {'name': 'freq'}, freq_options); - var freq_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.labels.frequency + ':'); - var freq_container = recurrence.widget.e( - 'div', {'class': 'freq'}, - [freq_label, freq_select]); - - // interval - - var interval_field = recurrence.widget.e( - 'input', { - 'name': 'interval', 'size': 1, 'value': this.rule.interval}); - var interval_label1 = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.labels.every); - var interval_label2 = recurrence.widget.e( - 'span', {'class': 'laebl'}, - recurrence.display.timeintervals_plural[this.rule.freq]); - var interval_container = recurrence.widget.e( - 'div', {'class': 'interval'}, - [interval_label1, interval_field, interval_label2]); - - // until - - if (this.rule.until) - until_value = recurrence.date.format(this.rule.until, '%Y-%m-%d'); - else - until_value = ''; - var until_radio = recurrence.widget.e( - 'input', {'class': 'radio', 'type': 'radio', - 'name': 'until_count', 'value': 'until'}); - var until_date_selector = new recurrence.widget.DateSelector( - this.rule.until, { - 'onchange': function(date) {form.set_until(date);}, - 'allow_null': true - }); - var until_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.labels.date + ':'); - var until_container = recurrence.widget.e( - 'li', {'class': 'until'}, - [until_radio, until_label, until_date_selector.elements.root]); - - // count - - if (this.rule.count) - count_value = this.rule.count; - else - count_value = 1; - var count_radio = recurrence.widget.e( - 'input', { - 'class': 'radio', 'type': 'radio', - 'name': 'until_count', 'value': 'count'}); - var count_field = recurrence.widget.e( - 'input', {'name': 'count', 'size': 1, 'value': count_value}); - if (this.rule.count && this.rule.count < 2) - var token = recurrence.string.capitalize( - recurrence.display.labels.count); - else - var token = recurrence.string.capitalize( - recurrence.display.labels.count_plural); - var count_label1 = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, token.split('%(number)s')[0]); - var count_label2 = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, token.split('%(number)s')[1]); - var count_container = recurrence.widget.e( - 'li', {'class': 'count'}, - [count_radio, count_label1, count_field, count_label2]); - - // limit container - - var until_count_container = recurrence.widget.e( - 'ul', {'class': 'until-count'}, - [until_container, count_container]); - var limit_checkbox = recurrence.widget.e( - 'input', { - 'class': 'checkbox', 'type': 'checkbox', - 'name': 'limit'}); - var limit_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.labels.repeat_until + ':'); - var limit_container = recurrence.widget.e( - 'div', {'class': 'limit'}, - [limit_checkbox, limit_label, until_count_container]); - if (this.rule.until || this.rule.count) { - // compatibility with ie, we delay - setTimeout(function() {limit_checkbox.checked = true;}, 10); - } else { - until_radio.disabled = true; - count_radio.disabled = true; - until_date_selector.disable(); - recurrence.widget.add_class(until_count_container, 'disabled'); - } - - // core - - var freq_form_container = recurrence.widget.e( - 'div', {'class': 'form'}); - var root = recurrence.widget.e( - 'form', {}, [ - mode_container, freq_container, interval_container, - freq_form_container, limit_container]); - - // events - - mode_checkbox.onclick = function() { - if (this.checked) - form.set_mode(recurrence.widget.EXCLUSION); - else - form.set_mode(recurrence.widget.INCLUSION); - }; - - freq_select.onchange = function() { - form.set_freq(parseInt(this.value), 10); - }; - - interval_field.onchange = function() { - form.set_interval(parseInt(this.value), 10); - }; - - limit_checkbox.onclick = function () { - if (this.checked) { - recurrence.widget.remove_class( - until_count_container, 'disabled'); - until_radio.disabled = false; - count_radio.disabled = false; - if (until_radio.checked) { - until_date_selector.enable(); - form.set_until(until_date_selector.date); - } - if (count_radio.checked) { - count_field.disabled = false; - form.set_count(parseInt(count_field.value)); - } - } else { - recurrence.widget.add_class( - until_count_container, 'disabled'); - until_radio.disabled = true; - count_radio.disabled = true; - until_date_selector.disable(); - count_field.disabled = true; - recurrence.array.foreach( - form.freq_rules, function(rule) { - rule.until = null; - rule.count = null; - }); - form.update(); - } - } - - // for compatibility with ie, use timeout - setTimeout(function () { - if (form.rule.count) { - count_radio.checked = true; - until_date_selector.disable(); - } else { - until_radio.checked = true; - count_field.disabled = true; - } - }, 1); - - until_radio.onclick = function () { - this.checked = true; - until_date_selector.enable(); - count_radio.checked = false; - count_field.disabled = true; - form.set_until(until_date_selector.date); - }; - - count_radio.onclick = function () { - this.checked = true; - count_field.disabled = false; - until_radio.checked = false; - until_date_selector.disable(); - form.set_count(parseInt(count_field.value), 10); - }; - - count_field.onchange = function () { - form.set_count(parseInt(this.value), 10); - }; - - // freq forms - - var forms = [ - recurrence.widget.RuleYearlyForm, - recurrence.widget.RuleMonthlyForm, - recurrence.widget.RuleWeeklyForm, - recurrence.widget.RuleDailyForm - ]; - var freq_forms = recurrence.array.foreach( - forms, function(form, i) { - var rule = this.freq_rules[i]; - var f = new form(this, rule); - freq_form_container.appendChild(f.elements.root); - return f; - }, this); - - this.freq_forms = freq_forms; - - // install dom - - this.panel.set_label(this.get_display_text()); - this.panel.set_body(root); - - this.elements = { - 'root': root, - 'mode_checkbox': mode_checkbox, - 'freq_select': freq_select, - 'interval_field': interval_field, - 'freq_form_container': freq_form_container, - 'until_radio': until_radio, - 'count_field': count_field, - 'count_radio': count_radio, - 'limit_checkbox': limit_checkbox - }; - }, - - get_display_text: function() { - var text = this.freq_rules[this.selected_freq].get_display_text(); - if (this.mode == recurrence.widget.EXCLUSION) - text = recurrence.display.mode.exclusion + ' ' + text; - return recurrence.string.capitalize(text); - }, - - set_until: function(until) { - recurrence.array.foreach( - this.freq_rules, function(rule) { - rule.count = null; - rule.until = until; - }); - this.update(); - }, - - set_count: function(count) { - if (count < 2) - var token = recurrence.string.capitalize( - recurrence.display.labels.count); - else - var token = recurrence.string.capitalize( - recurrence.display.labels.count_plural); - var label1 = this.elements.count_field.previousSibling; - var label2 = this.elements.count_field.nextSibling; - label1.firstChild.nodeValue = token.split('%(number)s')[0]; - label2.firstChild.nodeValue = token.split('%(number)s')[1]; - recurrence.array.foreach( - this.freq_rules, function(rule) { - rule.until = null; - rule.count = count; - }); - this.update(); - }, - - set_interval: function(interval) { - interval = parseInt(interval, 10); - if (String(interval) == 'NaN') { - // invalid value, reset to previous value - this.elements.interval_field.value = ( - this.freq_rules[this.selected_freq].interval); - return; - } - - var label = this.elements.interval_field.nextSibling; - - if (interval < 2) - label.firstChild.nodeValue = ( - recurrence.display.timeintervals[this.selected_freq]); - else - label.firstChild.nodeValue = ( - recurrence.display.timeintervals_plural[this.selected_freq]); - recurrence.array.foreach( - this.freq_rules, function(rule) { - rule.interval = interval; - }); - - this.elements.interval_field.value = interval; - this.update(); - }, - - set_freq: function(freq) { - this.freq_forms[this.selected_freq].hide(); - this.freq_forms[freq].show(); - this.elements.freq_select.value = freq; - this.selected_freq = freq; - // need to update interval to display different label - this.set_interval(parseInt(this.elements.interval_field.value), 10); - this.update(); - }, - - set_mode: function(mode) { - if (this.mode != mode) { - if (this.mode == recurrence.widget.INCLUSION) { - recurrence.array.remove( - this.panel.widget.data.rrules, this.rule); - this.panel.widget.data.exrules.push(this.rule); - recurrence.widget.remove_class( - this.panel.elements.root, 'inclusion'); - recurrence.widget.add_class( - this.panel.elements.root, 'exclusion'); - } else { - recurrence.array.remove( - this.panel.widget.data.exrules, this.rule); - this.panel.widget.data.rrules.push(this.rule); - recurrence.widget.remove_class( - this.panel.elements.root, 'exclusion'); - recurrence.widget.add_class( - this.panel.elements.root, 'inclusion'); - } - this.mode = mode; - } - this.update(); - }, - - update: function() { - this.panel.set_label(this.get_display_text()); - this.rule.update(this.freq_rules[this.selected_freq]); - this.panel.widget.update(); - }, - - remove: function() { - var parent = this.elements.root.parentNode; - if (parent) - parent.removeChild(this.elements.root); - if (this.mode == recurrence.widget.INCLUSION) - recurrence.array.remove(this.panel.widget.data.rrules, this.rule); - else - recurrence.array.remove(this.panel.widget.data.exrules, this.rule); - this.panel.widget.update(); - } -}; - - -recurrence.widget.RuleYearlyForm = function(panel, rule) { - this.init(panel, rule); -}; -recurrence.widget.RuleYearlyForm.prototype = { - init: function(panel, rule) { - this.panel = panel; - this.rule = rule; - - this.init_dom(); - }, - - init_dom: function() { - var form = this; - - var grid = new recurrence.widget.Grid(4, 3); - var number = 0; - for (var y=0; y < 3; y++) { - for (var x=0; x < 4; x++) { - var cell = grid.cell(x, y); - if (this.rule.bymonth.indexOf(number + 1) > -1) - recurrence.widget.add_class(cell, 'active'); - cell.value = number + 1; - cell.innerHTML = recurrence.display.months_short[number]; - cell.onclick = function () { - if (recurrence.widget.has_class(this, 'active')) - recurrence.widget.remove_class(this, 'active'); - else - recurrence.widget.add_class(this, 'active'); - form.set_bymonth(); - }; - number += 1; - } - } - - // by weekday checkbox - - var byday_checkbox = recurrence.widget.e( - 'input', { - 'class': 'checkbox', 'type': 'checkbox', - 'name': 'byday'}); - var byday_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.string.capitalize( - recurrence.display.labels.on_the) + ':'); - var byday_container = recurrence.widget.e( - 'div', {'class': 'byday'}, - [byday_checkbox, byday_label]); - - // weekday-position - - var position_options = recurrence.array.foreach( - [1, 2, 3, 4, -1, -2, -3], function(value) { - var option = recurrence.widget.e( - 'option', {'value': value}, - recurrence.string.strip(recurrence.display.weekdays_position[ - String(value)].split('%(weekday)s')[0])); - return option; - }); - var position_select = recurrence.widget.e( - 'select', {'name': 'position'}, position_options); - var weekday_options = recurrence.array.foreach( - recurrence.display.weekdays, function(weekday, i) { - var option = recurrence.widget.e( - 'option', {'value': i}, weekday); - return option; - }); - var weekday_select = recurrence.widget.e( - 'select', {'name': 'weekday'}, weekday_options); - var weekday_position_container = recurrence.widget.e( - 'div', {'class': 'section'}, [position_select, weekday_select]); - - // core - - var year = recurrence.widget.e('div'); - year.appendChild(grid.elements.root); - - var root = recurrence.widget.e( - 'div', {'class': 'yearly'}, - [year, byday_container, weekday_position_container]); - root.style.display = 'none'; - - if (this.rule.byday.length) { - if (form.rule.bysetpos.length) { - position_select.value = String(form.rule.bysetpos[0]); - } else { - position_select.value = String(form.rule.byday[0].index); - } - weekday_select.value = String(form.rule.byday[0].number); - byday_checkbox.checked = true; - } else { - position_select.disabled = true; - weekday_select.disabled = true; - } - - // events - - byday_checkbox.onclick = function () { - if (this.checked) { - position_select.disabled = false; - weekday_select.disabled = false; - form.set_byday(); - } else { - position_select.disabled = true; - weekday_select.disabled = true; - form.rule.byday = []; - form.panel.update(); - } - }; - - position_select.onchange = function () { - form.set_byday(); - }; - - weekday_select.onchange = function () { - form.set_byday(); - }; - - this.elements = { - 'root': root, - 'grid': grid, - 'byday_checkbox': byday_checkbox, - 'position_select': position_select, - 'weekday_select': weekday_select - }; - }, - - get_weekday: function() { - var number = parseInt(this.elements.weekday_select.value, 10); - var index = parseInt(this.elements.position_select.value, 10); - return new recurrence.Weekday(number, index); - }, - - set_bymonth: function() { - var bymonth = []; - recurrence.array.foreach( - this.elements.grid.cells, function(cell) { - if (recurrence.widget.has_class(cell, 'active')) - bymonth.push(cell.value); - }) - this.rule.bymonth = bymonth; - this.panel.update(); - }, - - set_byday: function() { - this.rule.byday = [this.get_weekday()]; - this.panel.update(); - }, - - show: function() { - this.elements.root.style.display = ''; - }, - - hide: function() { - this.elements.root.style.display = 'none'; - } -}; - - -recurrence.widget.RuleMonthlyForm = function(panel, rule) { - this.init(panel, rule); -}; -recurrence.widget.RuleMonthlyForm.prototype = { - init: function(panel, rule) { - this.panel = panel; - this.rule = rule; - - this.init_dom(); - }, - - init_dom: function() { - var form = this; - - // monthday - - var monthday_grid = new recurrence.widget.Grid(7, Math.ceil(31 / 7)); - var number = 0; - for (var y=0; y < Math.ceil(31 / 7); y++) { - for (var x=0; x < 7; x++) { - number += 1; - var cell = monthday_grid.cell(x, y); - if (number > 31) { - recurrence.widget.add_class(cell, 'empty'); - continue; - } else { - cell.innerHTML = number; - if (this.rule.bymonthday.indexOf(number) > -1) - recurrence.widget.add_class(cell, 'active'); - cell.onclick = function () { - if (monthday_grid.disabled) - return; - var day = parseInt(this.innerHTML, 10) || null; - if (day) { - if (recurrence.widget.has_class(this, 'active')) - recurrence.widget.remove_class(this, 'active'); - else - recurrence.widget.add_class(this, 'active'); - form.set_bymonthday(); - } - } - } - } - } - var monthday_grid_container = recurrence.widget.e( - 'div', {'class': 'section'}); - monthday_grid_container.appendChild(monthday_grid.elements.root); - var monthday_radio = recurrence.widget.e( - 'input', { - 'class': 'radio', 'type': 'radio', - 'name': 'monthly', 'value': 'monthday'}); - var monthday_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.labels.each + ':'); - var monthday_container = recurrence.widget.e( - 'li', {'class': 'monthday'}, - [monthday_radio, monthday_label, monthday_grid_container]); - - // weekday-position - - var position_options = recurrence.array.foreach( - [1, 2, 3, 4, -1, -2, -3], function(value) { - var option = recurrence.widget.e( - 'option', {'value': value}, - recurrence.string.strip( - recurrence.display.weekdays_position[ - String(value)].split('%(weekday)s')[0])); - return option; - }); - var position_select = recurrence.widget.e( - 'select', {'name': 'position'}, position_options); - - var weekday_options = recurrence.array.foreach( - recurrence.display.weekdays, function(weekday, i) { - var option = recurrence.widget.e( - 'option', {'value': i}, weekday); - return option; - }); - var weekday_select = recurrence.widget.e( - 'select', {'name': 'weekday'}, weekday_options); - var weekday_position_container = recurrence.widget.e( - 'div', {'class': 'section'}, [position_select, weekday_select]); - var weekday_radio = recurrence.widget.e( - 'input', { - 'class': 'radio', 'type': 'radio', - 'name': 'monthly', 'value': 'weekday'}); - var weekday_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.labels.on_the + ':'); - var weekday_container = recurrence.widget.e( - 'li', {'class': 'weekday'}, - [weekday_radio, weekday_label, weekday_position_container]); - - // core - - var monthday_weekday_container = recurrence.widget.e( - 'ul', {'class': 'monthly'}, - [monthday_container, weekday_container]); - - var root = recurrence.widget.e( - 'div', {'class': 'monthly'}, [monthday_weekday_container]); - root.style.display = 'none'; - - // events - - // for compatibility with ie, use timeout - setTimeout(function () { - if (form.rule.byday.length) { - weekday_radio.checked = true; - if (form.rule.bysetpos.length) { - position_select.value = String(form.rule.bysetpos[0]); - } else { - position_select.value = String(form.rule.byday[0].index); - } - weekday_select.value = String(form.rule.byday[0].number); - monthday_grid.disable(); - } else { - monthday_radio.checked = true; - position_select.disabled = true; - weekday_select.disabled = true; - } - }, 1); - - monthday_radio.onclick = function () { - this.checked = true; - weekday_radio.checked = false; - position_select.disabled = true; - weekday_select.disabled = true; - monthday_grid.enable(); - form.set_bymonthday(); - }; - - weekday_radio.onclick = function () { - this.checked = true; - monthday_radio.checked = false; - position_select.disabled = false; - weekday_select.disabled = false; - monthday_grid.disable(); - form.set_byday(); - }; - - position_select.onchange = function () { - form.set_byday(); - }; - - weekday_select.onchange = function () { - form.set_byday(); - }; - - this.elements = { - 'root': root, - 'monthday_grid': monthday_grid, - 'monthday_radio': monthday_radio, - 'weekday_radio': weekday_radio, - 'position_select': position_select, - 'weekday_select': weekday_select - }; - }, - - get_weekday: function() { - var number = parseInt(this.elements.weekday_select.value, 10); - var index = parseInt(this.elements.position_select.value, 10); - return new recurrence.Weekday(number, index); - }, - - set_byday: function() { - this.rule.bymonthday = []; - this.rule.bysetpos = []; - this.rule.byday = [this.get_weekday()]; - this.panel.update(); - }, - - set_bymonthday: function() { - this.rule.bysetpos = []; - this.rule.byday = []; - var monthdays = []; - recurrence.array.foreach( - this.elements.monthday_grid.cells, function(cell) { - var day = parseInt(cell.innerHTML, 10) || null; - if (day && recurrence.widget.has_class(cell, 'active')) - monthdays.push(day); - }); - this.rule.bymonthday = monthdays; - this.panel.update(); - }, - - show: function() { - this.elements.root.style.display = ''; - }, - - hide: function() { - this.elements.root.style.display = 'none'; - } -}; - - -recurrence.widget.RuleWeeklyForm = function(panel, rule) { - this.init(panel, rule); -}; -recurrence.widget.RuleWeeklyForm.prototype = { - init: function(panel, rule) { - this.panel = panel; - this.rule = rule; - - this.init_dom(); - }, - - init_dom: function() { - var form = this; - - var weekday_grid = new recurrence.widget.Grid(7, 1); - var days = []; - var days = recurrence.array.foreach( - this.rule.byday, function(day) { - return recurrence.to_weekday(day).number; - }); - for (var x=0; x < 7; x++) { - var cell = weekday_grid.cell(x, 0); - if (days.indexOf(x) > -1) - recurrence.widget.add_class(cell, 'active'); - cell.value = x; - cell.innerHTML = recurrence.display.weekdays_short[x]; - cell.onclick = function () { - if (weekday_grid.disabled) - return; - if (recurrence.widget.has_class(this, 'active')) - recurrence.widget.remove_class(this, 'active'); - else - recurrence.widget.add_class(this, 'active'); - form.set_byday(); - }; - } - - var weekday_container = recurrence.widget.e( - 'div', {'class': 'section'}); - weekday_container.appendChild(weekday_grid.elements.root); - var root = recurrence.widget.e( - 'div', {'class': 'weekly'}, [weekday_container]); - root.style.display = 'none'; - - this.elements = { - 'root': root, - 'weekday_grid': weekday_grid - }; - }, - - set_byday: function() { - var byday = []; - recurrence.array.foreach( - this.elements.weekday_grid.cells, function(cell) { - if (recurrence.widget.has_class(cell, 'active')) - byday.push(new recurrence.Weekday(cell.value)); - }); - this.rule.byday = byday; - this.panel.update(); - }, - - show: function() { - this.elements.root.style.display = ''; - }, - - hide: function() { - this.elements.root.style.display = 'none'; - } -}; - - -recurrence.widget.RuleDailyForm = function(panel, rule) { - this.init(panel, rule); -}; -recurrence.widget.RuleDailyForm.prototype = { - init: function(panel, rule) { - this.panel = panel; - this.rule = rule; - - this.init_dom(); - }, - - init_dom: function() { - var root = recurrence.widget.e('div', {'class': 'daily'}); - root.style.display = 'none'; - this.elements = {'root': root}; - }, - - show: function() { - // this.elements.root.style.display = ''; - }, - - hide: function() { - // this.elements.root.style.display = 'none'; - } -}; - - -recurrence.widget.DateForm = function(panel, mode, date) { - this.init(panel, mode, date); -}; -recurrence.widget.DateForm.prototype = { - init: function(panel, mode, date) { - this.collapsed = true; - this.panel = panel; - this.mode = mode; - this.date = date; - - this.init_dom(); - }, - - init_dom: function() { - var form = this; - - // mode - - var mode_checkbox = recurrence.widget.e( - 'input', { - 'class': 'checkbox', 'type': 'checkbox', 'name': 'mode', - 'onclick': function() { - if (this.checked) - form.set_mode(recurrence.widget.EXCLUSION); - else - form.set_mode(recurrence.widget.INCLUSION); - } - }); - if (this.mode == recurrence.widget.EXCLUSION) - mode_checkbox.checked = true; - var mode_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, - recurrence.display.labels.exclude_date); - var mode_container = recurrence.widget.e( - 'div', {'class': 'mode'}, [mode_checkbox, mode_label]); - - // date - - var date_label = recurrence.widget.e( - 'span', {'class': 'recurrence-label'}, recurrence.display.labels.date + ':'); - var date_selector = new recurrence.widget.DateSelector( - this.date, {'onchange': function() {form.update();}}); - var date_container = recurrence.widget.e( - 'div', {'class': 'date'}, [date_label, date_selector.elements.root]); - - // core - - var root = recurrence.widget.e( - 'form', {'class': 'date'}, [mode_container, date_container]); - - // init dom - - this.panel.set_label(this.get_display_text()); - this.panel.set_body(root); - this.elements = {'root': root}; - }, - - get_display_text: function() { - var text = recurrence.date.format(this.date, pgettext('date', '%l, %F %j, %Y')); - if (this.mode == recurrence.widget.EXCLUSION) - text = recurrence.display.mode.exclusion + ' ' + text; - return recurrence.string.capitalize(text); - }, - - set_mode: function(mode) { - if (this.mode != mode) { - if (this.mode == recurrence.widget.INCLUSION) { - recurrence.array.remove( - this.panel.widget.data.rdates, this.date); - this.panel.widget.data.exdates.push(this.date); - recurrence.widget.remove_class( - this.elements.root, 'inclusion'); - recurrence.widget.add_class( - this.elements.root, 'exclusion'); - this.update(); - } else { - recurrence.array.remove( - this.panel.widget.data.exdates, this.date); - this.panel.widget.data.rdates.push(this.date); - recurrence.widget.remove_class( - this.elements.root, 'exclusion'); - recurrence.widget.add_class( - this.elements.root, 'inclusion'); - this.update(); - } - this.mode = mode; - } - this.update(); - }, - - update: function() { - this.panel.set_label(this.get_display_text()); - this.panel.widget.update(); - }, - - remove: function() { - var parent = this.elements.root.parentNode; - if (parent) - parent.removeChild(this.elements.root); - if (this.mode == recurrence.widget.INCLUSION) - recurrence.array.remove(this.panel.widget.data.rdates, this.date); - else - recurrence.array.remove(this.panel.widget.data.exdates, this.date); - this.panel.widget.update(); - } -}; - - -recurrence.widget.e = function(tag_name, attrs, inner) { - var element = document.createElement(tag_name); - if (attrs) - recurrence.widget.set_attrs(element, attrs); - if (inner) { - if (!inner.toLowerCase && inner.length) - recurrence.array.foreach( - inner, function(e) {element.appendChild(e);}); - else - element.innerHTML = inner; - } - return element; -}; - - -recurrence.widget.set_attrs = function(element, attrs) { - for (var attname in attrs) - if (attname.match(/^on/g)) - element[attname] = attrs[attname]; - else if (attname == 'class') - element.className = attrs[attname]; - else - element.setAttribute(attname, attrs[attname]); -}; - - -recurrence.widget.add_class = function(element, class_name) { - var names = (element.className || '').split(/[ \r\n\t]+/g); - if (names.indexOf(class_name) == -1) { - names.push(class_name); - element.className = names.join(' '); - } -}; - - -recurrence.widget.remove_class = function(element, class_name) { - var names = (element.className || '').split(/[ \r\n\t]+/g); - if (names.indexOf(class_name) > -1) { - recurrence.array.remove(names, class_name); - element.className = names.join(' '); - } -}; - - -recurrence.widget.has_class = function(element, class_name) { - var names = (element.className || '').split(/[ \r\n\t]+/g); - if (names.indexOf(class_name) > -1) - return true; - else - return false; -}; - - -recurrence.widget.element_in_dom = function(element, dom) { - if (element == dom) { - return true; - } else { - for (var i=0; i < dom.childNodes.length; i++) - if (recurrence.widget.element_in_dom(element, dom.childNodes[i])) - return true; - } - return false; -}; - - -recurrence.widget.cumulative_offset = function(element) { - var y = 0, x = 0; - do { - y += element.offsetTop || 0; - x += element.offsetLeft || 0; - element = element.offsetParent; - } while (element); - return [x, y]; -}; - - -recurrence.widget.textareas_to_widgets = function(token) { - var elements = []; - if (!token) - token = 'recurrence-widget'; - if (token.toLowerCase) { - var textareas = document.getElementsByTagName('textarea'); - recurrence.array.foreach( - textareas, function(textarea) { - if (recurrence.widget.has_class(textarea, token)) - elements.push(textarea); - }); - } - recurrence.array.foreach( - elements, function(e) { - new recurrence.widget.Widget(e, window[e.id] || {}); - }); -}; - - -recurrence.widget.date_today = function() { - var date = new Date(); - date.setHours(0); - date.setMinutes(0); - date.setSeconds(0); - return date; -}; - - -recurrence.widget.INCLUSION = true; -recurrence.widget.EXCLUSION = false; - - -// display - - -if (!recurrence.display) - recurrence.display = {}; - -recurrence.display.mode = { - 'inclusion': gettext('including'), 'exclusion': gettext('excluding') -}; - -recurrence.display.labels = { - 'frequency': gettext('Frequency'), - 'on_the': gettext('On the'), - 'each': gettext('Each'), - 'every': gettext('Every'), - 'until': gettext('Until'), - 'count': gettext('Occurs %(number)s time'), - 'count_plural': gettext('Occurs %(number)s times'), - 'date': gettext('Date'), - 'time': gettext('Time'), - 'repeat_until': gettext('Repeat until'), - 'exclude_occurrences': gettext('Exclude these occurences'), - 'exclude_date': gettext('Exclude this date'), - 'add_rule': gettext('Add rule'), - 'add_date': gettext('Add date'), - 'remove': gettext('Remove'), - 'calendar': gettext('Calendar') -}; diff --git a/static/recurrence/js/recurrence.js b/static/recurrence/js/recurrence.js deleted file mode 100644 index 8c00fe3..0000000 --- a/static/recurrence/js/recurrence.js +++ /dev/null @@ -1,1105 +0,0 @@ -if (!recurrence) - var recurrence = {}; - - -recurrence.Rule = function(freq, options) { - this.init(freq, options); -}; -recurrence.Rule.prototype = { - init: function(freq, options) { - this.freq = freq; - - options = options || {}; - this.interval = options.interval || 1; - this.wkst = options.wkst || null; - this.count = options.count || null; - this.until = options.until || null; - - recurrence.array.foreach( - recurrence.byparams, function (param) { - if (options[param]) { - var value = options[param]; - if (value == null) - value = []; - this[param] = recurrence.array.from(value); - } else { - this[param] = []; - } - }, this); - }, - - copy: function() { - var until = this.until; - if (until) - until = new Date(until.valueOf()); - var rule = new recurrence.Rule(this.freq, this); - rule.until = until; - return rule; - }, - - update: function(rule) { - rule = rule.copy(); - this.freq = rule.freq; - this.interval = rule.interval; - this.wkst = rule.wkst; - this.until = rule.until; - this.count = rule.count; - - recurrence.array.foreach( - recurrence.byparams, function(param) { - this[param] = rule[param]; - }, this); - }, - - get_display_text: function(short) { - short = short || false; - var parts = []; - - var get_position_display = function(position) { - if (short) - return recurrence.display.weekdays_position_short[ - String(position)]; - else - return recurrence.display.weekdays_position[ - String(position)]; - }; - var get_weekday_display = function(number) { - if (short) - return recurrence.display.weekdays_short[number]; - else - return recurrence.display.weekdays[number]; - }; - var get_position_weekday = function(rule) { - var items = []; - if (rule.bysetpos.length && rule.byday.length) { - recurrence.array.foreach( - rule.bysetpos, function(x) { - var label = get_position_display(x || 1); - recurrence.array.foreach( - rule.byday, function(y) { - var weekday_display = get_weekday_display( - recurrence.to_weekday(y).number); - items.push( - interpolate( - label, {'weekday': weekday_display}, true)); - }); - }); - - } else if (rule.byday.length) { - // TODO byday Weekday objects without index means - // every weekday in the month, and so should appear in - // plural. i.e. 'on sundays' instead of - // 'on the first sunday'. - recurrence.array.foreach( - rule.byday, function(x, i) { - var label = get_position_display(x.index || 1); - var weekday_display = get_weekday_display( - recurrence.to_weekday(x).number); - items.push( - interpolate( - label, {'weekday': weekday_display}, true)); - }); - } - return items.join(', '); - } - - if (this.interval > 1) - parts.push( - interpolate( - recurrence.display.tokens.every_number_freq, { - 'number': this.interval, - 'freq': recurrence.display.timeintervals_plural[this.freq] - }, true)); - else - parts.push(recurrence.display.frequencies[this.freq]); - - if (this.freq == recurrence.YEARLY) { - if (this.bymonth.length) { - // i.e. 'each january, june' - if (short) - var months = recurrence.display.months_short; - else - var months = recurrence.display.months; - var items = recurrence.array.foreach( - this.bymonth, function(month, i) { - return months[month - 1]; - }); - items = items.join(', '); - parts.push( - interpolate( - recurrence.display.tokens.each, - {'items': items}, true)); - } - - if (this.byday.length || this.bysetpos.length) { - var weekday_items = get_position_weekday(this); - parts.push( - interpolate( - recurrence.display.tokens.on_the_items, - {'items': weekday_items}, true)); - } - } - - if (this.freq == recurrence.MONTHLY) { - if (this.bymonthday.length) { - // i.e. 'on the 1st, 5th, 10th' - var items = recurrence.array.foreach( - this.bymonthday, function(day, i) { - var dt = new Date(); - dt.setMonth(0); - dt.setDate(day); - return recurrence.date.format(dt, recurrence.display.month_day); - }); - items = items.join(', '); - parts.push( - interpolate( - recurrence.display.tokens.on_the_items, - {'items': items}, true)); - - } else if (this.byday.length) { - if (this.byday.length || this.bysetpos.length) { - var weekday_items = get_position_weekday(this); - parts.push( - interpolate( - recurrence.display.tokens.on_the_items, - {'items': weekday_items}, true)); - } - } - } - - if (this.freq == recurrence.WEEKLY) { - if (this.byday.length) { - // i.e. 'each tuesday, wednesday' - var items = recurrence.array.foreach( - this.byday, function(byday) { - var weekday_number = recurrence.to_weekday(byday).number; - if (short) - var weekday = recurrence.display.weekdays_short[ - weekday_number]; - else - var weekday = recurrence.display.weekdays[ - weekday_number]; - return weekday; - }); - items = items.join(', '); - parts.push( - interpolate( - recurrence.display.tokens.each, - {'items': items}, true)); - } - } - - // daily frequencies has no additional formatting, - // hour/minute/second formatting not supported. - - if (this.count) { - if (this.count == 1) - parts.push( - interpolate( - recurrence.display.tokens.count, - {'number': this.count}, true)); - else - parts.push( - interpolate( - recurrence.display.tokens.count_plural, - {'number': this.count}, true)); - } else if (this.until) { - parts.push( - interpolate( - recurrence.display.tokens.until, - {'date': recurrence.date.format(this.until, pgettext('Until date format', '%Y-%m-%d'))}, true)); - } - - return parts.join(', '); - } -}; - - -recurrence.Recurrence = function(options) { - this.init(options); -}; -recurrence.Recurrence.prototype = { - init: function(options) { - options = options || {}; - this.dtstart = options.dtstart || null; - this.dtend = options.dtend || null; - this.rrules = recurrence.array.from(options.rrules || []); - this.exrules = recurrence.array.from(options.exrules || []); - this.rdates = recurrence.array.from(options.rdates || []); - this.exdates = recurrence.array.from(options.exdates || []); - }, - - copy: function() { - return new recurrence.Recurrence({ - 'rrules': recurrence.array.foreach( - this.rrules, function(item) {return item.copy();}), - 'exrules': recurrence.array.foreach( - this.exrules, function(item) {return item.copy();}), - 'rdates': recurrence.array.foreach( - this.rdates, function(item) {return item.copy();}), - 'exdates': recurrence.array.foreach( - this.exdates, function(item) {return item.copy();}) - }); - }, - - serialize: function() { - return recurrence.serialize(this); - } -}; - - -recurrence.Weekday = function(number, index) { - this.init(number, index); -}; -recurrence.Weekday.prototype = { - init: function(number, index) { - this.number = number; - this.index = index || null; - }, - - with_index: function(index) { - if (index == this.index) - return this; - else - return new recurrence.Weekday(this.number, index); - }, - - equals: function(other) { - if (this.number == other.number && this.index == other.index) - return True; - else - return False; - }, - - toString: function() { - if (this.index) - return this.index + recurrence.weekdays[this.number]; - else - return recurrence.weekdays[this.number]; - } -}; - - -recurrence.DateFormat = function(date) { - this.init(date); -}; -recurrence.DateFormat.prototype = { - init: function(date) { - this.data = date; - }, - - format: function(format) { - var tokens = format.match(recurrence.DateFormat.formatchars); - recurrence.array.foreach(tokens, function(token) { - if (this[token.charAt(1)]) - format = format.replace(token, this[token.charAt(1)]()); - }, this); - return format; - }, - - a: function() { - if (this.data.getHours() > 11) - return recurrence.display.ampm.am; - else - return recurrence.display.ampm.pm; - }, - - A: function() { - if (this.data.getHours() > 11) - return recurrence.display.ampm.AM; - else - return recurrence.display.ampm.PM; - }, - - f: function() { - if (this.data.getMinutes() == 0) - return this.g(); - else - return [this.g(), this.i()].join(':'); - }, - - g: function() { - if (this.data.getHours() == 0) - return 12; - else - return this.data.getHours() - 12; - return this.data.getHours(); - }, - - G: function() { - return this.data.getHours(); - }, - - h: function() { - return recurrence.string.rjust(String(this.g()), 2, '0'); - }, - - H: function() { - return recurrence.string.rjust(String(this.G()), 2, '0'); - }, - - i: function() { - return recurrence.string.rjust(String(this.data.getMinutes()), 2, '0'); - }, - - P: function() { - if (this.data.getMinutes() == 0 && this.data.getHours() == 0) - return recurrence.display.tokens.midnight; - if (this.data.getMinutes() == 0 && this.data.getHours() == 12) - return recurrence.display.tokens.noon; - }, - - s: function() { - return recurrence.string.rjust(String(this.data.getSeconds()), 2, '0'); - }, - - Y: function() { - return this.data.getFullYear(); - }, - - b: function() { - return recurrence.display.months_short[this.data.getMonth()]; - }, - - d: function() { - return recurrence.string.rjust(String(this.data.getDate()), 2, '0'); - }, - - D: function() { - return recurrence.display.weekdays_short[ - recurrence.date.weekday(this.data)]; - }, - - F: function() { - return recurrence.display.months[this.data.getMonth()]; - }, - - I: function() { - var now = new Date(); - var date1 = new Date(now.getFullYear(), 0, 1, 0, 0, 0, 0); - var date2 = new Date(now.getFullYear(), 6, 1, 0, 0, 0, 0); - var temp = date1.toGMTString(); - var date3 = new Date(temp.substring(0, temp.lastIndexOf(' ')-1)); - var temp = date2.toGMTString(); - var date4 = new Date(temp.substring(0, temp.lastIndexOf(" ")-1)); - var hours_diff_standard_time = (date1 - date3) / (1000 * 60 * 60); - var hours_diff_daylight_time = (date2 - date4) / (1000 * 60 * 60); - if (hours_diff_daylight_time == hours_diff_standard_time) - return '0'; - else - return '1'; - }, - - j: function() { - return this.data.getDate(); - }, - - l: function() { - return recurrence.display.weekdays[ - recurrence.date.weekday(this.data)]; - }, - - L: function() { - return recurrence.date.isleap(this.data); - }, - - m: function() { - return recurrence.string.rjust( - String(this.data.getMonth() + 1), 2, '0'); - }, - - M: function() { - return recurrence.display.months_short[this.data.getMonth()]; - }, - - n: function() { - return this.data.getMonth() + 1; - }, - - N: function() { - return recurrence.display.months_ap[this.data.getMonth()]; - }, - - O: function() { - var seconds = this.Z(); - return ( - '+' + - recurrence.string.rjust( - String(Math.floor(seconds / 3600)), 2, '0') + - recurrence.string.rjust( - String(Math.floor((seconds / 60) % 60)), 2, '0')); - }, - - r: function() { - return recurrence.date.format(this, '%D, %j %M %Y %H:%i:%s %O'); - }, - - S: function() { - var day = this.data.getDate(); - var ordinal_indicator = recurrence.display.ordinal_indicator; - var language_code = recurrence.language_code; - if (language_code in ordinal_indicator) - return ordinal_indicator[language_code](day); - return ''; - }, - - t: function() { - var month = this.data.getMonth() - var ndays = - recurrence.DateFormat.mdays[month] + - (month == recurrence.FEBRUARY && this.L()); - return recurrence.string.rjust(String(ndays), 2, '0'); - }, - - T: function() { - var tzname = String(this.data).match(/\([^\)]+\)/g).slice(1, -1); - if (!tzname) - tzname = recurrence.date.format(this, '%O'); - return tzname; - }, - - U: function() { - return this.data.getTime(); - }, - - w: function() { - return recurrence.date.weekday(this.data.weekday); - }, - - W: function() { - var week_number = null; - var jan1_weekday = new Date( - this.data.getFullYear(), this.data.getMonth(), 1); - var weekday = this.data.getDay(); - var day_of_year = self.z(); - var prev_year = new Date(this.data.getFullYear() - 1, 0, 1); - if (day_of_year <= (8 - jan1_weekday) && jan1_weekday > 4) { - if (jan1_weekday == 5 || - (jan1_weekday == 6 && recurrence.date.isleap(prev_year))) - week_number = 53; - else - week_number = 52; - } else { - if (recurrence.date.isleap(this.data)) - var i = 366; - else - var i = 365; - if ((i - day_of_year) < (4 - weekday)) { - week_number = 1; - } else { - var j = day_of_year + (7 - weekday) + (jan1_weekday - 1); - week_number = Math.floor(j / 7); - if (jan1_weekday > 4) - week_number = week_number - 1; - } - } - return week_number; - }, - - y: function() { - return String(this.data.getFullYear()).slice(2); - }, - - Y: function() { - return this.data.getFullYear(); - }, - - z: function() { - var doy = recurrence.DateFormat.year_days[this.data.getMonth()] + - this.data.getDate(); - if (this.L() && this.data.getMonth() > 2) - doy += 1; - return doy; - }, - - Z: function() { - var offset = this.data.getTimezoneOffset(); - return offset * 60; - } -}; -recurrence.DateFormat.formatchars = RegExp( - '%[aAbBdDfFgGhHiIjlLmMnNOPrsStTUwWyYzZ]', 'g'); -recurrence.DateFormat.year_days = [ - 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334]; -recurrence.DateFormat.mdays = [ - 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; - - -recurrence.to_weekday = function(token) { - if (token.number && token.index) { - return new recurrence.Weekday(token.number, token.index); - } else if (String(token).match(/[^0-9\-]/g)) { - var token = String(token); - var constant = token.slice(-2, token.length); - var nth = token.slice(0, -2); - if (nth.match(/[^0-9\-]/g)) - throw Error('Invalid weekday token.'); - var weekday = recurrence.weekdays.indexOf(constant); - if (weekday < 0) - throw Error('Invalid weekday token.'); - else - return new recurrence.Weekday(weekday, nth || null); - } else { - return new recurrence.Weekday(parseInt(token, 10)); - } - throw Error('Invalid weekday token.'); -}; - - -recurrence.serialize = function(rule_or_recurrence) { - var serialize_dt = function(dt) { - var pad = function(initial, length) { - initial = String(initial) - var offset = length - initial.length; - if (offset < 0) { - return initial; - } else { - while (initial.length < length) { - initial = '0' + initial; - } - return initial; - } - }; - return pad(dt.getUTCFullYear(), 4) + - pad(dt.getUTCMonth() + 1, 2) + - pad(dt.getUTCDate(), 2) + 'T' + - pad(dt.getUTCHours(), 2) + - pad(dt.getUTCMinutes(), 2) + - pad(dt.getUTCSeconds(), 2) + 'Z'; - }; - - var serialize_rule = function(rule) { - var map_to_string = function(sequence) { - var new_sequence = []; - recurrence.array.foreach(sequence, function(item) { - new_sequence.push(String(item)); - }); - return new_sequence; - }; - - var map_to_param = function(sequence) { - var new_sequence = []; - recurrence.array.foreach(sequence, function(item) { - new_sequence.push(item[0] + '=' + item[1].join(',')); - }); - return new_sequence; - }; - - var values = []; - - values.push(['FREQ', [recurrence.frequencies[rule.freq]]]); - if (rule.interval != 1) - values.push(['INTERVAL', [String(rule.interval)]]); - if (rule.wkst) - values.push(['WKST', [recurrence.weekdays[rule.wkst]]]); - if (rule.count != null) - values.push(['COUNT', [String(rule.count)]]); - else if (rule.until != null) - values.push(['UNTIL', [serialize_dt(rule.until)]]); - if (rule.byday.length) { - var days = recurrence.array.foreach(rule.byday, function(item) { - return recurrence.to_weekday(item).toString(); - }); - values.push(['BYDAY', days]); - } - recurrence.array.foreach(recurrence.byparams, function(param) { - if (param != 'byday') { - var value_list = rule[param] || []; - if (value_list.length) - values.push([param.toUpperCase(), map_to_string(value_list)]); - } - }); - return map_to_param(values).join(';'); - }; - - var map_to_property = function(sequence) { - var new_sequence = recurrence.array.foreach( - sequence, function(item) { - return item.join(':'); - }); - return new_sequence; - }; - - var obj = rule_or_recurrence; - if (obj.freq) - obj = new recurrence.Recurrence({'rrules': [obj]}); - - var items = []; - - if (obj.dtstart) - items.push(['DTSTART', serialize_dt(obj.dtstart)]); - if (obj.dtend) - items.push(['DTEND', serialize_dt(obj.dtend)]); - - recurrence.array.foreach( - obj.rrules, function(item) { - items.push(['RRULE', serialize_rule(item)]); - }); - recurrence.array.foreach( - obj.exrules, function(item) { - items.push(['EXRULE', serialize_rule(item)]); - }); - recurrence.array.foreach( - obj.rdates, function(item) { - items.push(['RDATE', serialize_dt(item)]); - }); - recurrence.array.foreach( - obj.exdates, function(item) { - items.push(['EXDATE', serialize_dt(item)]); - }); - - return map_to_property(items).join('\n'); -}; - - -recurrence.deserialize = function(text) { - var deserialize_dt = function(text) { - var year = parseInt(text.slice(0, 4), 10); - var month = parseInt(text.slice(4, 6), 10); - var day = parseInt(text.slice(6, 8), 10); - if (text.indexOf('T') > 0) { - var hour = parseInt(text.slice(9, 11), 10); - var minute = parseInt(text.slice(11, 13), 10); - var second = parseInt(text.slice(13, 15), 10); - } else { - var hour = 0; - var minute = 0; - var second = 0; - } - var dt = new Date(); - if (text.indexOf('Z') > 0) { - dt.setUTCFullYear(year); - dt.setUTCMonth(month - 1); - dt.setUTCDate(day); - dt.setUTCHours(hour); - dt.setUTCMinutes(minute); - dt.setUTCSeconds(second); - } else { - dt.setFullYear(year); - dt.setMonth(month - 1); - dt.setDate(day); - dt.setHours(hour); - dt.setMinutes(minute); - dt.setSeconds(second); - } - return dt; - }; - - var dtstart = null; - var dtend = null; - var rrules = []; - var exrules = []; - var rdates = []; - var exdates = []; - - var pattern = /(DTSTART|DTEND|RRULE|EXRULE|RDATE|EXDATE)[^:]*:(.*)/g; - var tokens = text.match(pattern) || []; - - recurrence.array.foreach( - tokens, function(token) { - var label = token.split(':', 2)[0]; - var param_text = token.split(':', 2)[1]; - - if (param_text.indexOf('=') < 0) { - var params = param_text; - } else { - var param_tokens = param_text.split(';'); - var params = recurrence.array.foreach( - param_tokens, function(item) { - var param_name = recurrence.string.strip( - item.split('=', 2)[0]); - var param_value = recurrence.string.strip( - item.split('=', 2)[1]); - var value_list = param_value.split(','); - var value_list = recurrence.array.foreach( - param_value.split(','), function(item) { - return recurrence.string.strip(item); - }); - return [param_name, value_list]; - }); - } - - if (label == 'RRULE' || label == 'EXRULE') { - var freq = 0; - var options = {}; - recurrence.array.foreach( - params, function(item) { - var key = item[0]; - var param = key.toLowerCase(); - var value = item[1]; - - if (key == 'FREQ') { - if (recurrence.frequencies.indexOf(value[0]) != -1) { - freq = recurrence.frequencies.indexOf(value[0]); - } - } else if (key == 'INTERVAL') { - options[param] = parseInt(value[0], 10); - } else if (key == 'WKST') { - options[param] = recurrence.to_weekday(value[0]); - } else if (key == 'COUNT') { - options[param] = parseInt(value[0], 10); - } else if (key == 'UNTIL') { - options[param] = deserialize_dt(value[0]); - } else if (key == 'BYDAY') { - options[param] = recurrence.array.foreach( - value, function(item) { - return recurrence.to_weekday(item); - }); - } else { - options[param] = recurrence.array.foreach( - value, function(item) { - return parseInt(item, 10); - }); - } - }); - if (label == 'RRULE') - rrules.push(new recurrence.Rule(freq, options)); - else - exrules.push(new recurrence.Rule(freq, options)); - - } else if (label == 'DTSTART') { - dtstart = deserialize_dt(params); - } else if (label == 'DTEND') { - dtend = deserialize_dt(params); - } else if (label == 'RDATE') { - rdates.push(deserialize_dt(params)); - } else if (label == 'EXDATE') { - exdates.push(deserialize_dt(params)); - } - }); - - return new recurrence.Recurrence({ - 'dtstart': dtstart, 'dtend': dtend, - 'rrules': rrules, 'exrules': exrules, - 'rdates': rdates, 'exdates': exdates - }); -}; - - -recurrence.log = function(message) { - var dom = document.createElement('div'); - dom.innerHTML = message; - document.body.insertBefore(dom, document.body.firstChild); -}; - - -recurrence.string = { - format: function(string, map) { - for (var key in map) - string = string.replace(RegExp('%' + key, 'g'), map[key]); - return string - }, - - capitalize: function(string) { - return ( - string.charAt(0).toUpperCase() + - string.slice(1, string.length)); - }, - - strip: function(string) { - return string.replace( - /^[ \t\n\r]*/, '').replace(/[ \t\n\r]*$/, ''); - }, - - rjust: function(string, length, character) { - var initial = String(string); - var offset = length - initial.length; - character = character || ' '; - if (offset < 0) { - return initial; - } else { - while (initial.length < length) { - initial = character.charAt(0) + initial; - } - return initial; - } - }, - - ljust: function(string, length, character) { - var initial = String(string); - var offset = length - initial.length; - character = character || ' '; - if (offset < 0) { - return initial; - } else { - while (initial.length < length) { - initial = initial + character[0]; - } - return initial; - } - } -}; - - -recurrence.date = { - format: function(date, format) { - return new recurrence.DateFormat(date).format(format); - }, - - isleap: function(date) { - var year = date.getFullYear(); - return year % 4 == 0 && (year % 100 != 0 || year % 400 == 0); - }, - - weekday: function(date) { - var day = date.getDay() - 1; - if (day < 0) - day = day + 7; - else if (day > 6) - day = day - 7; - return day; - }, - - days_in_month: function(date) { - var m = date.getMonth() + 1; - var y = date.getFullYear(); - if (m == 1 || m == 3 || m == 5 || m == 7 || - m == 8 || m == 10 || m == 12) - return 31; - else if (m == 4 || m == 6 || m == 9 || m == 11) - return 30; - else if (m == 2 && recurrence.date.isleap(date)) - return 29; - else - return 28; - } -}; - - -recurrence.array = { - foreach: function(array, func, bindto) { - if (bindto) - func = recurrence.func.bind(func, bindto); - array = recurrence.array.from(array); - var return_values = []; - for (var i=0; i < array.length; i++) - return_values.push(func(array[i], i)); - return return_values; - }, - - from: function(iterable) { - if (!iterable) - return []; - if (iterable.toArray) { - return iterable.toArray(); - } else { - var results = []; - for (var i=0, length=iterable.length; i < length; i++) - results.push(iterable[i]); - return results; - } - }, - - remove: function(array, item) { - array.splice(array.indexOf(item), 1); - } -}; - - -recurrence.func = { - bind: function() { - var args = recurrence.array.from(arguments); - var func = args.shift(); - var object = args.shift(); - return function() { - return func.apply( - object, args.concat(recurrence.array.from(arguments))); - } - } -}; - - -if (!Array.indexOf) { - // ie doesn't have indexOf on arrays - Array.prototype.indexOf = function(obj) { - for (var i=0; i < this.length; i++) - if (this[i] == obj) - return i; - return -1; - }; -} - - -// frequencies -recurrence.YEARLY = 0; -recurrence.MONTHLY = 1; -recurrence.WEEKLY = 2; -recurrence.DAILY = 3; -recurrence.HOURLY = 4; -recurrence.MINUTELY = 5; -recurrence.SECONDLY = 6; - -// months -recurrence.JANUARY = 1; -recurrence.FEBRUARY = 2; -recurrence.MARCH = 3; -recurrence.APRIL = 4; -recurrence.MAY = 5; -recurrence.JUNE = 6; -recurrence.JULY = 7; -recurrence.AUGUST = 8; -recurrence.SEPTEMBER = 9; -recurrence.OCTOBER = 10; -recurrence.NOVEMBER = 11; -recurrence.DECEMBER = 12; - -// weekdays -recurrence.MONDAY = recurrence.MO = new recurrence.Weekday(0, null); -recurrence.TUEDSAY = recurrence.TU = new recurrence.Weekday(1, null); -recurrence.WEDNESDAY = recurrence.WE = new recurrence.Weekday(2, null); -recurrence.THURSDAY = recurrence.TH = new recurrence.Weekday(3, null); -recurrence.FRIDAY = recurrence.FR = new recurrence.Weekday(4, null); -recurrence.SATURDAY = recurrence.SA = new recurrence.Weekday(5, null); -recurrence.SUNDAY = recurrence.SU = new recurrence.Weekday(6, null); - -// enumerations -recurrence.byparams = [ - 'bysetpos', 'bymonth', 'bymonthday', 'byyearday', - 'byweekno', 'byday', 'byhour', 'byminute', 'bysecond' -]; -recurrence.frequencies = [ - 'YEARLY', 'MONTHLY', 'WEEKLY', 'DAILY', - 'HOURLY', 'MINUTELY', 'SECONDLY' -]; -recurrence.weekdays = [ - 'MO', 'TU', 'WE', 'TH', 'FR', 'SA', 'SU' -]; -// recurrence.firstweekday = 0; - - -// i18n no-ops if jsi18n not loaded - -if (typeof(catalog) === 'undefined') { - var catalog = []; -} else { - var catalog = catalog; -} - -var gettext = gettext || function(msgid) { - var value = catalog[msgid]; - if (typeof(value) == 'undefined') { - return msgid; - } else { - return (typeof(value) == 'string') ? value : value[0]; - } -}; - -var interpolate = interpolate || function(fmt, obj, named) { - if (named) { - return fmt.replace(/%\(\w+\)s/g, function(match) { - return String(obj[match.slice(2,-2)]) - }); - } else { - return fmt.replace(/%s/g, function(match) { - return String(obj.shift()) - }); - } -}; - - -// display - -if (!recurrence.display) - recurrence.display = {}; - -recurrence.display.tokens = { - 'midnight': gettext('midnight'), - 'noon': gettext('noon'), - 'on_the_items': gettext('on the %(items)s'), - 'every_number_freq': gettext('every %(number)s %(freq)s'), - 'each': gettext('each %(items)s'), - 'count': gettext('occuring %(number)s time'), - 'count_plural': gettext('occuring %(number)s times'), - 'until': gettext('until %(date)s') -}; - -recurrence.display.timeintervals = [ - gettext('year'), gettext('month'), gettext('week'), gettext('day'), - gettext('hour'), gettext('minute'), gettext('second') -]; -recurrence.display.timeintervals_plural = [ - gettext('years'), gettext('months'), gettext('weeks'), gettext('days'), - gettext('hours'), gettext('minutes'), gettext('seconds') -]; -recurrence.display.frequencies = [ - gettext('annually'), gettext('monthly'), gettext('weekly'), gettext('daily'), - gettext('hourly'), gettext('minutely'), gettext('secondly') -]; -recurrence.display.weekdays = [ - gettext('Monday'), gettext('Tuesday'), gettext('Wednesday'), gettext('Thursday'), - gettext('Friday'), gettext('Saturday'), gettext('Sunday') -]; -recurrence.display.weekdays_short = [ - gettext('Mon'), gettext('Tue'), gettext('Wed'), gettext('Thu'), - gettext('Fri'), gettext('Sat'), gettext('Sun') -]; -recurrence.display.weekdays_oneletter = [ - pgettext('Monday first letter', 'M'), - pgettext('Tuesday first letter', 'T'), - pgettext('Wednesday first letter', 'W'), - pgettext('Thursday first letter', 'T'), - pgettext('Friday first letter', 'F'), - pgettext('Saturday first letter', 'S'), - pgettext('Sunday first letter', 'S') -]; -recurrence.display.weekdays_position = { - '1': gettext('first %(weekday)s'), - '2': gettext('second %(weekday)s'), - '3': gettext('third %(weekday)s'), - '4': gettext('fourth %(weekday)s'), - '-1': gettext('last %(weekday)s'), - '-2': gettext('second last %(weekday)s'), - '-3': gettext('third last %(weekday)s') -}; -recurrence.display.weekdays_position_short = { - '1': gettext('1st %(weekday)s'), - '2': gettext('2nd %(weekday)s'), - '3': gettext('3rd %(weekday)s'), - '4': gettext('4th %(weekday)s'), - '-1': gettext('last %(weekday)s'), - '-2': gettext('2nd last %(weekday)s'), - '-3': gettext('3rd last %(weekday)s') -}; -recurrence.display.months = [ - gettext('January'), gettext('February'), gettext('March'), - gettext('April'), pgettext('month name', 'May'), gettext('June'), - gettext('July'), gettext('August'), gettext('September'), - gettext('October'), gettext('November'), gettext('December') -]; -recurrence.display.months_short = [ - gettext('Jan'), gettext('Feb'), gettext('Mar'), - gettext('Apr'), pgettext('month name', 'May'), gettext('Jun'), - gettext('Jul'), gettext('Aug'), gettext('Sep'), - gettext('Oct'), gettext('Nov'), gettext('Dec') -]; -recurrence.display.months_ap = [ - gettext('Jan.'), gettext('Feb.'), gettext('March'), - gettext('April'), pgettext('month name', 'May'), gettext('June'), - gettext('July'), gettext('Aug.'), gettext('Sept.'), - gettext('Oct.'), gettext('Nov.'), gettext('Dec.') -]; -recurrence.display.ampm = { - 'am': gettext('a.m.'), 'pm': gettext('p.m.'), - 'AM': gettext('AM'), 'PM': gettext('PM') -}; -recurrence.display.month_day = pgettext('Day of month', '%j%S'); - -recurrence.display.ordinal_indicator = { - 'en-us': function(day) { - if (day == 11 || day == 12 || day == 13) - return 'th'; - var last = day % 10; - if (last == 1) - return 'st'; - if (last == 2) - return 'nd'; - if (last == 3) - return 'rd'; - return 'th'; - }, - 'fr-FR': function(day) { - if (day == 1) - return 'er'; - return ''; - } -}; diff --git a/static/workshop_app/css/bootstrap4.min.css b/static/workshop_app/css/bootstrap4.min.css deleted file mode 100644 index 6561b6f..0000000 --- a/static/workshop_app/css/bootstrap4.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.0.0 (https://getbootstrap.com) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.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-lg-auto,.col-md,.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-md-auto,.col-sm,.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-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{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);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{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}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.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-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{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}} -/*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file diff --git a/static/workshop_app/css/faq.css b/static/workshop_app/css/faq.css deleted file mode 100644 index 4f2a74a..0000000 --- a/static/workshop_app/css/faq.css +++ /dev/null @@ -1,13 +0,0 @@ -.num { - font-family: 'Antic Slab'; - font-size: 17px; - border-bottom: 1.5px solid #BDBDBD; -} - -.num > h2, h4 { - color: #04a9cf; -} - -.ans { - color: grey; -} diff --git a/static/workshop_app/css/index.css b/static/workshop_app/css/index.css deleted file mode 100644 index 903bbb9..0000000 --- a/static/workshop_app/css/index.css +++ /dev/null @@ -1,279 +0,0 @@ -/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ -@media screen and (max-width: 800px) { - .leftcolumn, .rightcolumn { - width: 100%; - padding: 0; - - }, - -} - -ul.topnav { - list-style-type: none; - margin: 2px; - padding: 0; - overflow: hidden; - -} - -ul.topnav li {float: right;} - -ul.topnav li a { - display: block; - color: white; - font-family: "Helvatica", arial, sans-serif; - text-align: center; - padding: 10px 16px; - text-decoration: none; -} - -ul.topnav li a:hover:not(.active) { - background-color: white; - color: black; - padding: 10px 16px; -} - -ul.topnav li.right {float: right;} - -@media screen and (max-width: 600px){ - ul.topnav li.right, - ul.topnav li {float: none;} -} - -/**/ -.coverbox { - width: 90%; - margin: auto; -} - -.row { - width: 100%; - margin: auto; - align-content: center; - -} - -@font-face { - font-family: aaragh; - src: url("../font/Aaargh.ttf"); - -} - -#r1 { - background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); - height: 60px; - margin: 1px; - font-family: Sans-serif, "Arial"; -} - -#r1_c1 -{ - font-size: 18px; - padding-top: 14px; - text-align: middle; - color:white; -} - - - -.rslides { - position: relative; - list-style: none; - overflow: hidden; - padding: 0; - margin: 0; - width: 10px; - } - -.rslides li { - -webkit-backface-visibility: hidden; - position: absolute; - display: none; - left: 0; - top: 0; - } - -.rslides li:first-child { - position: relative; - display: block; - float: left; - } - -.rslides img { - display: block; - float: left; - border: 0; - width: 100%; - } - -#r2 { - padding-top: 10px; -} - -#r2_c1 { - margin: auto; - width: 100%; -} - -#r2_c2 { - padding-top: 15px; - width: 100%; -} - -#r3 { - text-align: center; - color: white; - background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); - padding-bottom: 25px; - margin-top: 15px; -} - - -#r5 { - width: 100%; -} - -#r5_c1 { - text-align: center; - font-size: 2vw; - font-family: aaragh; - margin-top: 10px; - -} - -#r5_c2 { - font-family: aaragh; - -} - -#r5_c3 { - padding-top: 15px; -} - -#r6 { - padding: 35px; - margin-top: 15px; - width: 100%; - background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); - align-items: center; - -} - -#r6_c2 { - text-align: center; - font-family: aaragh; - color: white; -} - -.tslides { - position: relative; - list-style: none; - overflow: hidden; - padding: 0; - margin: 0; - } - -.tslides li { - -webkit-backface-visibility: hidden; - position: absolute; - display: none; - left: 0; - top: 0; - text-align: center; - } - -.tslides li:first-child { - position: relative; - display: block; - text-align: center; - } - - -#email { - width: 40%; - padding: 12px 20px; - margin: 8px 0; - box-sizing: border-box; - border-radius: 5px; -} - -#name { - width: 40%; - padding: 12px 20px; - margin: 8px 0; - box-sizing: border-box; - border-radius: 5px; -} - -#msg { - width: 75%; - padding: 12px 20px; - margin: 8px 0; - box-sizing: border-box; - border-radius: 5px; -} - -#r8 { - background: #c8c5b6; - margin-top: 15px; - padding-right: 20px; - padding-left: 20px; - width: 100%; -} - - - -#r8_c2 { - font-size: 16px; - text-align: center; - -} - -#social { - float: right; - -} -#r8_c4 { - text-align: center; - font-size: 12px; - width: 100%; -} - -hr { - background-color: black; -} - -/* Style all font awesome icons */ -.fa { - padding: 6px; - font-size: 30px; - width: 30px; - text-align: center; - text-decoration: none; -} - -/* Add a hover effect if you want */ -.fa:hover { - opacity: 0.7; -} - -/* Facebook */ -.fa-facebook { - background: #3B5998; - color: white; - -} -/* Google */ -.fa-google { - background: #dd4b39; - color: white; -} -/* Youtube */ -.fa-youtube { - background: #bb0000; - color: white; -} - -#social a{ - color: white; -} diff --git a/static/workshop_app/css/modal.css b/static/workshop_app/css/modal.css deleted file mode 100644 index dc767a0..0000000 --- a/static/workshop_app/css/modal.css +++ /dev/null @@ -1,20 +0,0 @@ -#overlay { - visibility: hidden; - position: absolute; - left: 0px; - top: 0px; - width:100%; - height:100%; - text-align:center; - z-index: 1000; -} - -#overlay div { - width:900px; - height: 450px; - margin: 100px auto; - background-color: #fff; - border:1px solid #000; - padding:15px; - text-align:center; -} diff --git a/static/workshop_app/css/new_index.css b/static/workshop_app/css/new_index.css deleted file mode 100644 index f194ec2..0000000 --- a/static/workshop_app/css/new_index.css +++ /dev/null @@ -1,250 +0,0 @@ -/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ -@media screen and (max-width: 800px) { - .leftcolumn, .rightcolumn { - width: 100%; - padding: 0; - - }, - -} - -ul.topnav { - list-style-type: none; - margin: 20px; - padding: 0; - overflow: hidden; -} - -ul.topnav li {float: right;} - -ul.topnav li a { - display: block; - color: black; - text-align: center; - padding: 14px 16px; - text-decoration: none; -} - -ul.topnav li a:hover:not(.active) { - background-color: #3bb1d1; - color:white; - padding: 14px 16px; -} - -ul.topnav li.right {float: right;} - -@media screen and (max-width: 600px){ - ul.topnav li.right, - ul.topnav li {float: none;} -} - -/**/ -.container { - width: 100%; - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); - align-content: center; -} - -.row { - width: 100%; - margin: auto; - align-content: center; - -} - -@font-face { - font-family: aaragh; - src: url("../font/Aaargh.ttf"); - -} - - -#r1_c1 -{ - font-family: aaragh, Helvetica, Arial, sans-serif; - font-size: 30px; - background-image: url("../img/hd_bg.png"); - background-repeat: no-repeat; - background-position: bottom; - padding-top: 15px; - padding-bottom: 15px; - padding-left: 10%; -} - - -.rslides { - position: relative; - list-style: none; - overflow: hidden; - padding: 0; - margin: 0; - width: 10px; - } - -.rslides li { - -webkit-backface-visibility: hidden; - position: absolute; - display: none; - left: 0; - top: 0; - } - -.rslides li:first-child { - position: relative; - display: block; - float: left; - } - -.rslides img { - display: block; - float: left; - border: 0; - width: 100%; - } - -#r2_c1 { - margin: auto; - width: 100%; -} - -#r2_c2 { - padding-top: 15px; - width: 100%; -} - -#r3 { - text-align: center; - color: white; - background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); - padding-bottom: 25px; - margin-top: 15px; - font-family: aaragh, Arial, sans-serif; -} - - - -#r5 { - width: 100%; -} - -#r5_c1 { - text-align: center; - font-size: 2vw; - font-family: aaragh, Arial, sans-serif; - margin-top: 10px; - -} - -#r5_c2 { - font-family: aaragh, Arial, sans-serif; - -} - -#r5_c3 { - padding-top: 15px; -} - -#r6 { - padding: 35px; - margin-top: 15px; - width: 100%; - background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); - -} - -#r6_c2 { - text-align: center; - font-family: aaragh; - color: white; -} - -.tslides { - position: relative; - list-style: none; - overflow: hidden; - padding: 0; - margin: 0; - width: 10px; - } - -.tslides li { - -webkit-backface-visibility: hidden; - position: absolute; - display: none; - left: 0; - top: 0; - text-align: center; - } - -.tslides li:first-child { - position: relative; - display: block; - text-align: center; - } - - -#r8 { - background: #c8c5b6; - margin-top: 15px; - padding-right: 20px; - padding-left: 20px; - width: 100%; -} - - - -#r8_c2 { - font-size: 16px; - font-family: aaragh; - text-align: center; -} - -#social { - float: right; - -} -#r8_c4 { - text-align: center; - font-size: 12px; - width: 100%; - font-family: aaragh; -} - -hr { - background-color: black; -} - -/* Style all font awesome icons */ -.fa { - padding: 6px; - font-size: 30px; - width: 30px; - text-align: center; - text-decoration: none; -} - -/* Add a hover effect if you want */ -.fa:hover { - opacity: 0.7; -} - -/* Facebook */ -.fa-facebook { - background: #3B5998; - color: white; - -} -/* Google */ -.fa-google { - background: #dd4b39; - color: white; -} -/* Youtube */ -.fa-youtube { - background: #bb0000; - color: white; -} - -#social a{ - color: white; -} diff --git a/static/workshop_app/css/slick-theme.css b/static/workshop_app/css/slick-theme.css deleted file mode 100644 index f084346..0000000 --- a/static/workshop_app/css/slick-theme.css +++ /dev/null @@ -1,202 +0,0 @@ -@charset 'UTF-8'; -/* Slider */ -.slick-loading .slick-list -{ - background: #fff url('./ajax-loader.gif') center center no-repeat; -} - -/* Icons */ -@font-face -{ - font-family: 'slick'; - font-weight: normal; - font-style: normal; - - src: url('./fonts/slick.eot'); - src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); -} -/* Arrows */ -.slick-prev, -.slick-next -{ - font-size: 0; - line-height: 0; - - position: absolute; - top: 50%; - - display: block; - border-radius:3; - width: 30px; - height: 35px; - padding: 0; - -webkit-transform: translate(0, -50%); - -ms-transform: translate(0, -50%); - transform: translate(0, -50%); - - cursor: pointer; - border: none; - outline: none; - -} -.slick-prev:hover, -.slick-prev:focus, -.slick-next:hover, -.slick-next:focus -{ - color: orange; - outline: none; - background: white; -} -.slick-prev:hover:before, -.slick-prev:focus:before, -.slick-next:hover:before, -.slick-next:focus:before -{ - opacity: 1; -} -.slick-prev.slick-disabled:before, -.slick-next.slick-disabled:before -{ - opacity: .25; -} - -.slick-prev:before, -.slick-next:before -{ - font-family: 'slick'; - font-size: 40px; - line-height: 1; - border-radius:3; - opacity: 3; - color:black; - - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.slick-prev -{ - left: -25px; -} -[dir='rtl'] .slick-prev -{ - right: -25px; - left: auto; -} -.slick-prev:before -{ - content: '<'; -} -[dir='rtl'] .slick-prev:before -{ - content: '>'; -} - -.slick-next -{ - right: -25px; -} -[dir='rtl'] .slick-next -{ - right: auto; - left: -25px; -} -.slick-next:before -{ - content: '>'; -} -[dir='rtl'] .slick-next:before -{ - content: '<'; -} - -/* Dots */ -.slick-dotted.slick-slider -{ - margin-bottom: 30px; -} - -.slick-dots -{ - position: absolute; - bottom: -25px; - - display: block; - - width: 100%; - padding: 0; - margin: 0; - - list-style: none; - - text-align: center; -} -.slick-dots li -{ - position: relative; - - display: inline-block; - - width: 20px; - height: 20px; - margin: 0 5px; - padding: 0; - - cursor: pointer; -} -.slick-dots li button -{ - font-size: 0; - line-height: 0; - - display: block; - - width: 20px; - height: 20px; - padding: 5px; - - cursor: pointer; - - color: transparent; - border: 0; - outline: none; - background: transparent; -} -.slick-dots li button:hover, -.slick-dots li button:focus -{ - outline: none; -} -.slick-dots li button:hover:before, -.slick-dots li button:focus:before -{ - opacity: 1; -} -.slick-dots li button:before -{ - font-family: 'slick'; - font-size: 6px; - line-height: 20px; - - position: absolute; - top: 0; - left: 0; - - width: 20px; - height: 20px; - - content: '•'; - text-align: center; - - opacity: .25; - color: black; - - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.slick-dots li.slick-active button:before -{ - opacity: .75; - color: black; -} diff --git a/static/workshop_app/css/slick.css b/static/workshop_app/css/slick.css deleted file mode 100644 index 57477e8..0000000 --- a/static/workshop_app/css/slick.css +++ /dev/null @@ -1,119 +0,0 @@ -/* Slider */ -.slick-slider -{ - position: relative; - - display: block; - box-sizing: border-box; - - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - - -webkit-touch-callout: none; - -khtml-user-select: none; - -ms-touch-action: pan-y; - touch-action: pan-y; - -webkit-tap-highlight-color: transparent; -} - -.slick-list -{ - position: relative; - - display: block; - overflow: hidden; - - margin: 0; - padding: 0; -} -.slick-list:focus -{ - outline: none; -} -.slick-list.dragging -{ - cursor: pointer; - cursor: hand; -} - -.slick-slider .slick-track, -.slick-slider .slick-list -{ - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - -o-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.slick-track -{ - position: relative; - top: 0; - left: 0; - - display: block; - margin-left: auto; - margin-right: auto; -} -.slick-track:before, -.slick-track:after -{ - display: table; - - content: ''; -} -.slick-track:after -{ - clear: both; -} -.slick-loading .slick-track -{ - visibility: hidden; -} - -.slick-slide -{ - display: none; - float: left; - - height: 100%; - min-height: 1px; -} -[dir='rtl'] .slick-slide -{ - float: right; -} -.slick-slide img -{ - display: block; -} -.slick-slide.slick-loading img -{ - display: none; -} -.slick-slide.dragging img -{ - pointer-events: none; -} -.slick-initialized .slick-slide -{ - display: block; -} -.slick-loading .slick-slide -{ - visibility: hidden; -} -.slick-vertical .slick-slide -{ - display: block; - - height: auto; - - border: 1px solid transparent; -} -.slick-arrow.slick-hidden { - display: none; -} diff --git a/static/workshop_app/css/sticky-footer.css b/static/workshop_app/css/sticky-footer.css deleted file mode 100644 index 3db4f72..0000000 --- a/static/workshop_app/css/sticky-footer.css +++ /dev/null @@ -1,50 +0,0 @@ -/* Navbar */ -.navbar-custom { - background: linear-gradient(135deg , #2c5aa0,#2c5aa0 30%, #3bb1d1 ); - color:black; - border-radius:0; -} - -/* Text color */ -.navbar-custom .navbar-nav > li > a { - color:#fff; -} - -/* OnActive Tab */ -.navbar-custom .navbar-nav > .active > a { - color: black; - background: white; -} - -.navbar-custom .navbar-nav > li > a:hover, -.navbar-custom .navbar-nav > li > a:focus, -.navbar-custom .navbar-nav > .active > a:hover, -.navbar-custom .navbar-nav > .active > a:focus, -.navbar-custom .navbar-nav > .open >a { - text-decoration: none; - background-color: #3bb1d1; -} - -/* Brand-CompanyName */ -.navbar-custom .navbar-brand { - color:#efefef; - background-color: #2c5aa0; -} - -.navbar-custom .navbar-brand:hover{ - color: white; -} - -/** - * Footer Styles - */ - -.footer { - - position: fixed; - right: 0; - bottom: 0; - left: 0; - background-color: #efefef; - text-align: center; -} diff --git a/static/workshop_app/css/testimonials.css b/static/workshop_app/css/testimonials.css deleted file mode 100644 index cba4902..0000000 --- a/static/workshop_app/css/testimonials.css +++ /dev/null @@ -1,50 +0,0 @@ -/*** -User Profile Sidebar by @keenthemes -A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme -Licensed under MIT -***/ - -/* Content */ -.content { - padding-top: 30px; -} - -/* Testimonials */ -.testimonials blockquote { - background: #f8f8f8 none repeat scroll 0 0; - border-bottom:1px dotted black; - color: #666; - display: block; - font-size: 15px; - line-height: 20px; - padding: 15px; - position: relative; -} - - -.testimonials .carousel-info img { - border: 1px solid #f5f5f5; - border-radius: 150px !important; - padding: 3px; - width: 75px; -} -.testimonials .carousel-info { - overflow: hidden; -} -.testimonials .carousel-info img { - margin-right: 15px; -} -.testimonials .carousel-info span { - display: block; -} -.testimonials span.testimonials-name { - color: #e6400c; - font-size: 21px; - font-weight: 300; - margin: 23px 0 7px; -} -.testimonials span.testimonials-post { - color: #656565; - font-size: 15px; - border-bottom: 1px solid grey; -}
\ No newline at end of file diff --git a/static/workshop_app/font/Aaargh.ttf b/static/workshop_app/font/Aaargh.ttf Binary files differdeleted file mode 100644 index d316fc6..0000000 --- a/static/workshop_app/font/Aaargh.ttf +++ /dev/null diff --git a/static/workshop_app/img/Dwsim_logo.png b/static/workshop_app/img/Dwsim_logo.png Binary files differdeleted file mode 100644 index 1b22085..0000000 --- a/static/workshop_app/img/Dwsim_logo.png +++ /dev/null diff --git a/static/workshop_app/img/OR_logo.png b/static/workshop_app/img/OR_logo.png Binary files differdeleted file mode 100644 index 88bd685..0000000 --- a/static/workshop_app/img/OR_logo.png +++ /dev/null diff --git a/static/workshop_app/img/OpenFoam_logo.png b/static/workshop_app/img/OpenFoam_logo.png Binary files differdeleted file mode 100644 index 5e674ed..0000000 --- a/static/workshop_app/img/OpenFoam_logo.png +++ /dev/null diff --git a/static/workshop_app/img/PWB_3.png b/static/workshop_app/img/PWB_3.png Binary files differdeleted file mode 100644 index 7a96579..0000000 --- a/static/workshop_app/img/PWB_3.png +++ /dev/null diff --git a/static/workshop_app/img/Scilab_logo.png b/static/workshop_app/img/Scilab_logo.png Binary files differdeleted file mode 100644 index f2babe2..0000000 --- a/static/workshop_app/img/Scilab_logo.png +++ /dev/null diff --git a/static/workshop_app/img/bnft.png b/static/workshop_app/img/bnft.png Binary files differdeleted file mode 100644 index 4b26613..0000000 --- a/static/workshop_app/img/bnft.png +++ /dev/null diff --git a/static/workshop_app/img/cc.png b/static/workshop_app/img/cc.png Binary files differdeleted file mode 100644 index 72c7cf6..0000000 --- a/static/workshop_app/img/cc.png +++ /dev/null diff --git a/static/workshop_app/img/esim_logo.png b/static/workshop_app/img/esim_logo.png Binary files differdeleted file mode 100644 index ea73365..0000000 --- a/static/workshop_app/img/esim_logo.png +++ /dev/null diff --git a/static/workshop_app/img/faq.png b/static/workshop_app/img/faq.png Binary files differdeleted file mode 100644 index e2caf34..0000000 --- a/static/workshop_app/img/faq.png +++ /dev/null diff --git a/static/workshop_app/img/fossee_logo.png b/static/workshop_app/img/fossee_logo.png Binary files differdeleted file mode 100644 index d2d18d0..0000000 --- a/static/workshop_app/img/fossee_logo.png +++ /dev/null diff --git a/static/workshop_app/img/homepg.png b/static/workshop_app/img/homepg.png Binary files differdeleted file mode 100644 index 4943deb..0000000 --- a/static/workshop_app/img/homepg.png +++ /dev/null diff --git a/static/workshop_app/img/iitb_logo.png b/static/workshop_app/img/iitb_logo.png Binary files differdeleted file mode 100644 index 70b2c46..0000000 --- a/static/workshop_app/img/iitb_logo.png +++ /dev/null diff --git a/static/workshop_app/img/img1.png b/static/workshop_app/img/img1.png Binary files differdeleted file mode 100644 index 07dc07f..0000000 --- a/static/workshop_app/img/img1.png +++ /dev/null diff --git a/static/workshop_app/img/img2.jpg b/static/workshop_app/img/img2.jpg Binary files differdeleted file mode 100644 index fd18675..0000000 --- a/static/workshop_app/img/img2.jpg +++ /dev/null diff --git a/static/workshop_app/img/img2.png b/static/workshop_app/img/img2.png Binary files differdeleted file mode 100644 index 0e47923..0000000 --- a/static/workshop_app/img/img2.png +++ /dev/null diff --git a/static/workshop_app/img/img_1.png b/static/workshop_app/img/img_1.png Binary files differdeleted file mode 100644 index 3824f16..0000000 --- a/static/workshop_app/img/img_1.png +++ /dev/null diff --git a/static/workshop_app/img/list.png b/static/workshop_app/img/list.png Binary files differdeleted file mode 100644 index 6eb0640..0000000 --- a/static/workshop_app/img/list.png +++ /dev/null diff --git a/static/workshop_app/img/part.png b/static/workshop_app/img/part.png Binary files differdeleted file mode 100644 index 915e6c9..0000000 --- a/static/workshop_app/img/part.png +++ /dev/null diff --git a/static/workshop_app/img/python_logo.png b/static/workshop_app/img/python_logo.png Binary files differdeleted file mode 100644 index c147919..0000000 --- a/static/workshop_app/img/python_logo.png +++ /dev/null diff --git a/static/workshop_app/img/sandhi_logo.png b/static/workshop_app/img/sandhi_logo.png Binary files differdeleted file mode 100644 index 1c35e0e..0000000 --- a/static/workshop_app/img/sandhi_logo.png +++ /dev/null diff --git a/static/workshop_app/img/self_learning.pdf b/static/workshop_app/img/self_learning.pdf deleted file mode 100644 index b3121a5..0000000 --- a/static/workshop_app/img/self_learning.pdf +++ /dev/null @@ -1,54466 +0,0 @@ -%PDF-1.5 -%Çì¢ -1 0 obj -<< -/Type /Catalog -/Outlines 3 0 R -/Pages 4 0 R -/Dests 5 0 R -/AcroForm 6 0 R -/Names 7 0 R -/Threads 8 0 R -/PageLayout /SinglePage -/ViewerPreferences -<< -/PageDirection /L2R - >> ->> -endobj -2 0 obj -<< -/Creator (Scribus 1.5.3) -/Producer (Scribus PDF Library 1.5.3) -/Title <> -/Author <> -/Subject <> -/Keywords <> -/CreationDate (D:20180131111506Z) -/ModDate (D:20180131111506Z) -/Trapped /False ->> -endobj -9 0 obj -<< /Type /Group -/S /Transparency -/I true -/K false ->> -endobj -10 0 obj -<</Type /ExtGState -/ca 1.00000 -/SMask /None -/AIS false -/OPM 1 -/BM /Normal ->> -endobj -11 0 obj -<< -/Type /XObject -/Subtype /Form -/FormType 1 -/BBox [ 0.00000 -791.01623 595.27557 791.01623 ] -/Group 9 0 R -/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] -/ExtGState << -/RE0 10 0 R ->> ->> -/Length 1838804 >> -stream -q -1 0 0 1 185.57800 789.04723 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -21.70300 0.00000 m -16.62500 -17.95300 l -14.51600 -17.95300 l -10.84400 -4.95300 l -10.22700 -7.10100 9.61000 -9.27700 8.98500 -11.48400 c -8.36000 -13.69500 7.75400 -15.85100 7.17200 -17.95300 c -5.07800 -17.95300 l -0.00000 0.00000 l -2.45300 0.00000 l -6.11000 -13.00000 l -6.72300 -10.86700 7.34400 -8.69500 7.96900 -6.48400 c -8.60200 -4.26600 9.21100 -2.10500 9.79700 0.00000 c -11.89100 0.00000 l -15.56300 -13.00000 l -16.17600 -10.86700 16.79700 -8.69500 17.42200 -6.48400 c -18.05500 -4.26600 18.66400 -2.10500 19.25000 0.00000 c -21.70300 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 209.25400 784.26623 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -2.31200 -7.29700 m -2.56200 -8.72700 3.01600 -9.71900 3.67200 -10.28100 c -4.04700 -10.60600 4.45700 -10.85600 4.90600 -11.03100 c -5.36300 -11.21100 5.83600 -11.29700 6.32800 -11.29700 c -7.07800 -11.35200 7.76600 -11.29300 8.39100 -11.12500 c -8.45300 -11.10600 8.57800 -11.07000 8.76600 -11.01600 c -8.95300 -10.96500 9.16000 -10.91400 9.39100 -10.86000 c -9.62900 -10.79700 9.87900 -10.73100 10.14100 -10.65600 c -10.39800 -10.57400 10.64400 -10.50800 10.87500 -10.45300 c -10.87500 -12.71900 l -9.72700 -13.06300 8.65600 -13.28900 7.65600 -13.40600 c -7.47700 -13.43800 7.29700 -13.45700 7.10900 -13.46900 c -6.92200 -13.47700 6.73800 -13.48800 6.56200 -13.50000 c -4.85100 -13.50000 3.42600 -13.01600 2.28100 -12.04700 c -1.65600 -11.48500 1.14800 -10.80900 0.76600 -10.01600 c -0.39100 -9.21500 0.14100 -8.29300 0.01600 -7.25000 c -0.01600 -6.31300 l -0.01600 -6.24200 0.00800 -6.18400 0.00000 -6.14100 c -0.00000 -6.09000 0.01600 -6.02800 0.04700 -5.95300 c -0.12900 -5.05900 0.36700 -4.22700 0.76600 -3.45300 c -1.16000 -2.68400 1.68000 -2.00000 2.32800 -1.40600 c -2.85900 -0.96100 3.42600 -0.61700 4.03100 -0.37500 c -4.64400 -0.12500 5.28900 0.00000 5.96900 0.00000 c -6.25000 0.00000 6.51900 -0.02400 6.78100 -0.06300 c -8.28900 -0.33600 9.48800 -1.15600 10.37500 -2.53100 c -11.13300 -3.78100 11.48800 -5.37100 11.43700 -7.29700 c -2.31200 -7.29700 l -h -6.03100 -2.26600 m -5.23800 -2.26600 4.45300 -2.59400 3.67200 -3.25000 c -3.37900 -3.51200 3.13300 -3.79700 2.93700 -4.11000 c -2.73800 -4.41400 2.58200 -4.73500 2.46900 -5.07800 c -9.04700 -5.07800 l -8.93000 -4.67200 8.78100 -4.32800 8.59400 -4.04700 c -7.92600 -2.86000 7.07000 -2.26600 6.03100 -2.26600 c -h -f -Q -Q -Q -q -1 0 0 1 223.58200 791.01623 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -2.25000 0.00000 l -2.25000 -19.98400 l -0.00000 -19.98400 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 228.40200 784.25023 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -10.87500 -11.90600 m -10.89500 -12.02300 10.90700 -12.17200 10.90700 -12.35900 c -10.90700 -12.53900 10.90700 -12.65200 10.90700 -12.70300 c -10.31300 -12.88300 9.74300 -13.02700 9.20300 -13.14000 c -8.67200 -13.25400 8.16400 -13.33600 7.68800 -13.39000 c -7.48900 -13.42200 7.29700 -13.44100 7.11000 -13.45300 c -6.92200 -13.46100 6.74300 -13.47200 6.57900 -13.48400 c -4.86800 -13.48400 3.44600 -13.00000 2.31300 -12.03100 c -1.00000 -10.88700 0.23900 -9.28900 0.03200 -7.23400 c -0.00800 -7.12100 0.00000 -7.02300 0.00000 -6.93700 c -0.00000 -6.85500 0.00000 -6.79300 0.00000 -6.75000 c -0.00000 -6.20300 l -0.02000 -6.13300 0.03200 -6.08600 0.03200 -6.06200 c -0.03200 -6.04300 0.03200 -6.01500 0.03200 -5.98400 c -0.08200 -4.01500 0.77000 -2.46100 2.09400 -1.31200 c -2.09400 -1.32800 l -3.11400 -0.44500 4.60200 0.00000 6.56300 0.00000 c -6.94600 0.00000 7.42600 -0.02300 8.00000 -0.06200 c -8.58200 -0.10500 9.26600 -0.15200 10.04700 -0.20300 c -10.04700 -2.48400 l -9.14900 -2.37100 8.39500 -2.29700 7.78200 -2.26500 c -7.17600 -2.22600 6.69600 -2.20300 6.34400 -2.20300 c -5.70700 -2.20300 5.14900 -2.27300 4.67200 -2.40600 c -4.19200 -2.54300 3.80100 -2.76200 3.50000 -3.06200 c -2.78200 -3.74200 2.37900 -4.80400 2.29700 -6.25000 c -2.27400 -6.35500 2.27400 -6.52700 2.29700 -6.76500 c -2.29700 -6.85900 2.29700 -6.94500 2.29700 -7.01500 c -2.29700 -7.09000 2.30100 -7.16400 2.31300 -7.23400 c -2.43800 -7.94500 2.61400 -8.55400 2.84400 -9.06200 c -3.07100 -9.57400 3.35200 -9.97600 3.68800 -10.26500 c -4.07100 -10.59000 4.48500 -10.84000 4.92200 -11.01500 c -5.36800 -11.19500 5.84400 -11.28100 6.34400 -11.28100 c -7.08200 -11.33600 7.77000 -11.27700 8.40700 -11.10900 c -8.46900 -11.09000 8.59400 -11.05400 8.78200 -11.00000 c -8.96900 -10.94900 9.17600 -10.89800 9.40700 -10.84400 c -9.63300 -10.78100 9.87900 -10.71500 10.14100 -10.64000 c -10.39900 -10.55800 10.64500 -10.49200 10.87500 -10.43700 c -10.87500 -11.90600 l -h -f -Q -Q -Q -q -1 0 0 1 240.87500 784.31323 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -6.01600 0.00000 m -7.62900 0.00000 9.04700 -0.67200 10.26600 -2.01600 c -11.44100 -3.37100 12.03100 -4.95300 12.03100 -6.76600 c -12.03100 -7.82800 11.89500 -8.77800 11.62500 -9.61000 c -11.36300 -10.44600 10.97300 -11.15300 10.45300 -11.73500 c -9.93000 -12.32100 9.29700 -12.76600 8.54700 -13.07800 c -7.80500 -13.37900 6.96100 -13.53200 6.01600 -13.53200 c -4.23400 -13.53200 2.77300 -12.90700 1.64100 -11.65700 c -0.54700 -10.46100 0.00000 -8.82800 0.00000 -6.76600 c -0.00000 -4.93400 0.59800 -3.35200 1.79700 -2.01600 c -3.00400 -0.67200 4.41000 0.00000 6.01600 0.00000 c -h -6.03100 -11.28200 m -7.12500 -11.28200 8.03100 -10.89100 8.75000 -10.11000 c -8.73400 -10.11000 l -9.07800 -9.67200 9.34400 -9.18400 9.53100 -8.64100 c -9.71900 -8.09000 9.81300 -7.46500 9.81300 -6.76600 c -9.81300 -5.54700 9.41400 -4.48500 8.62500 -3.57800 c -7.87500 -2.69600 7.00800 -2.25000 6.03100 -2.25000 c -5.07000 -2.25000 4.21100 -2.69600 3.45300 -3.57800 c -2.67200 -4.48500 2.28100 -5.54700 2.28100 -6.76600 c -2.28100 -8.17200 2.63300 -9.28900 3.34400 -10.11000 c -4.02000 -10.89100 4.91400 -11.28200 6.03100 -11.28200 c -h -f -Q -Q -Q -q -1 0 0 1 256.21100 784.48523 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -18.14100 -2.28200 m -18.39100 -2.79300 18.57800 -3.39100 18.70300 -4.07900 c -18.83600 -4.75800 18.90600 -5.53900 18.90600 -6.42200 c -18.90600 -13.42200 l -16.62500 -13.42200 l -16.62500 -6.37500 l -16.61300 -5.79300 16.56200 -5.26200 16.46900 -4.78200 c -16.38300 -4.30500 16.25800 -3.89100 16.09400 -3.54700 c -15.67600 -2.69600 14.90600 -2.26600 13.78100 -2.26600 c -13.38300 -2.26600 12.99200 -2.34400 12.60900 -2.50000 c -12.23400 -2.65700 11.85900 -2.90700 11.48400 -3.25000 c -11.48400 -3.26600 l -10.96100 -3.73500 10.60900 -4.41400 10.42200 -5.29700 c -10.44100 -5.44600 10.45300 -5.61000 10.45300 -5.79700 c -10.45300 -5.97700 10.45300 -6.18400 10.45300 -6.42200 c -10.45300 -13.42200 l -8.18700 -13.42200 l -8.18700 -6.37500 l -8.16400 -5.79300 8.10900 -5.26200 8.01600 -4.78200 c -7.93000 -4.30500 7.80500 -3.89100 7.64100 -3.54700 c -7.22300 -2.69600 6.45300 -2.26600 5.32800 -2.26600 c -4.94100 -2.26600 4.55500 -2.34400 4.17200 -2.50000 c -3.78500 -2.65700 3.40600 -2.90700 3.03100 -3.25000 c -3.03100 -3.26600 l -2.84400 -3.43400 2.68000 -3.60200 2.54700 -3.76600 c -2.42200 -3.93400 2.31600 -4.12500 2.23400 -4.34400 c -2.23400 -13.40700 l -0.00000 -13.40700 l -0.00000 -0.39100 l -2.23400 -0.39100 l -2.23400 -0.95400 l -3.12900 -0.32100 4.12900 0.00000 5.23400 0.00000 c -5.54700 0.00000 5.81600 -0.02400 6.04700 -0.06300 c -6.03100 -0.06300 l -7.60200 -0.30500 8.75400 -0.96100 9.48400 -2.03200 c -9.57800 -1.91800 9.68000 -1.80900 9.79700 -1.70400 c -9.92200 -1.60200 10.03900 -1.49700 10.15600 -1.39100 c -10.15600 -1.40700 l -11.18700 -0.46900 12.36300 0.00000 13.68700 0.00000 c -14.00000 0.00000 14.27000 -0.02400 14.50000 -0.06300 c -14.46900 -0.06300 l -16.27000 -0.31300 17.49200 -1.05500 18.14100 -2.28200 c -h -f -Q -Q -Q -q -1 0 0 1 278.23800 784.26623 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -2.31300 -7.29700 m -2.56300 -8.72700 3.01600 -9.71900 3.67200 -10.28100 c -4.04700 -10.60600 4.45700 -10.85600 4.90700 -11.03100 c -5.36400 -11.21100 5.83600 -11.29700 6.32800 -11.29700 c -7.07800 -11.35200 7.76600 -11.29300 8.39100 -11.12500 c -8.45300 -11.10600 8.57800 -11.07000 8.76600 -11.01600 c -8.95300 -10.96500 9.16000 -10.91400 9.39100 -10.86000 c -9.62900 -10.79700 9.87900 -10.73100 10.14100 -10.65600 c -10.39900 -10.57400 10.64500 -10.50800 10.87500 -10.45300 c -10.87500 -12.71900 l -9.72700 -13.06300 8.65700 -13.28900 7.65700 -13.40600 c -7.47700 -13.43800 7.29700 -13.45700 7.11000 -13.46900 c -6.92200 -13.47700 6.73900 -13.48800 6.56300 -13.50000 c -4.85200 -13.50000 3.42600 -13.01600 2.28200 -12.04700 c -1.65700 -11.48500 1.14900 -10.80900 0.76600 -10.01600 c -0.39100 -9.21500 0.14100 -8.29300 0.01600 -7.25000 c -0.01600 -6.31300 l -0.01600 -6.24200 0.00800 -6.18400 0.00000 -6.14100 c -0.00000 -6.09000 0.01600 -6.02800 0.04700 -5.95300 c -0.12900 -5.05900 0.36700 -4.22700 0.76600 -3.45300 c -1.16000 -2.68400 1.68000 -2.00000 2.32800 -1.40600 c -2.86000 -0.96100 3.42600 -0.61700 4.03200 -0.37500 c -4.64500 -0.12500 5.28900 0.00000 5.96900 0.00000 c -6.25000 0.00000 6.52000 -0.02400 6.78200 -0.06300 c -8.28900 -0.33600 9.48900 -1.15600 10.37500 -2.53100 c -11.13300 -3.78100 11.48900 -5.37100 11.43800 -7.29700 c -2.31300 -7.29700 l -h -6.03200 -2.26600 m -5.23900 -2.26600 4.45300 -2.59400 3.67200 -3.25000 c -3.37900 -3.51200 3.13300 -3.79700 2.93800 -4.11000 c -2.73900 -4.41400 2.58200 -4.73500 2.46900 -5.07800 c -9.04700 -5.07800 l -8.93000 -4.67200 8.78200 -4.32800 8.59400 -4.04700 c -7.92600 -2.86000 7.07100 -2.26600 6.03200 -2.26600 c -h -f -Q -Q -Q -q -1 0 0 1 301.86700 786.04723 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -4.51600 -12.81200 m -4.67200 -12.96100 5.46100 -13.01600 6.89100 -12.98400 c -6.89100 -15.10900 l -6.24200 -15.10900 5.73800 -15.10100 5.37500 -15.09400 c -5.02000 -15.08200 4.78500 -15.07800 4.67200 -15.07800 c -3.89100 -15.00400 3.30500 -14.78900 2.92200 -14.42200 c -2.31700 -13.92200 1.94200 -13.11700 1.79700 -12.00000 c -1.76600 -11.82400 1.74200 -11.44500 1.73500 -10.85900 c -1.72300 -10.27700 1.71100 -9.57800 1.70300 -8.76600 c -1.68000 -8.38300 1.67200 -7.94900 1.67200 -7.46900 c -1.67200 -6.99200 1.67200 -6.56200 1.67200 -6.18700 c -1.67200 -5.98000 1.67200 -5.80500 1.67200 -5.65600 c -1.67200 -5.50000 1.67200 -5.35500 1.67200 -5.21900 c -1.67200 -5.07400 1.67200 -4.93000 1.67200 -4.78100 c -1.67200 -4.62500 1.67200 -4.44500 1.67200 -4.23400 c -0.00000 -4.23400 l -0.00000 -1.98400 l -1.70300 -1.98400 l -1.70300 0.00000 l -3.92200 0.00000 l -3.92200 -1.98400 l -6.54700 -1.98400 l -6.54700 -4.23400 l -3.90600 -4.23400 l -3.90600 -6.15600 l -3.90600 -6.59400 3.90600 -7.02300 3.90600 -7.43700 c -3.90600 -7.84400 3.91000 -8.25800 3.92200 -8.67200 c -3.94200 -10.21500 3.96900 -11.12100 4.00000 -11.39100 c -4.08200 -12.10900 4.25400 -12.59000 4.51600 -12.82800 c -4.51600 -12.81200 l -h -f -Q -Q -Q -q -1 0 0 1 309.94900 784.31323 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -6.01600 0.00000 m -7.62900 0.00000 9.04700 -0.67200 10.26600 -2.01600 c -11.44200 -3.37100 12.03200 -4.95300 12.03200 -6.76600 c -12.03200 -7.82800 11.89500 -8.77800 11.62500 -9.61000 c -11.36400 -10.44600 10.97300 -11.15300 10.45300 -11.73500 c -9.93000 -12.32100 9.29700 -12.76600 8.54700 -13.07800 c -7.80500 -13.37900 6.96100 -13.53200 6.01600 -13.53200 c -4.23500 -13.53200 2.77400 -12.90700 1.64100 -11.65700 c -0.54700 -10.46100 0.00000 -8.82800 0.00000 -6.76600 c -0.00000 -4.93400 0.59800 -3.35200 1.79700 -2.01600 c -3.00400 -0.67200 4.41000 0.00000 6.01600 0.00000 c -h -6.03200 -11.28200 m -7.12500 -11.28200 8.03200 -10.89100 8.75000 -10.11000 c -8.73500 -10.11000 l -9.07800 -9.67200 9.34400 -9.18400 9.53200 -8.64100 c -9.71900 -8.09000 9.81300 -7.46500 9.81300 -6.76600 c -9.81300 -5.54700 9.41400 -4.48500 8.62500 -3.57800 c -7.87500 -2.69600 7.00800 -2.25000 6.03200 -2.25000 c -5.07100 -2.25000 4.21100 -2.69600 3.45300 -3.57800 c -2.67200 -4.48500 2.28200 -5.54700 2.28200 -6.76600 c -2.28200 -8.17200 2.63300 -9.28900 3.34400 -10.11000 c -4.02000 -10.89100 4.91400 -11.28200 6.03200 -11.28200 c -h -f -Q -Q -Q -q -1 0 0 1 97.00000 762.88433 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -11.48400 -6.33710 m -11.47300 -6.44210 11.46900 -6.53610 11.46900 -6.61810 c -11.46900 -6.69210 11.46900 -6.75910 11.46900 -6.82110 c -11.28100 -8.54010 10.47700 -9.96210 9.06300 -11.08710 c -7.82000 -12.04810 6.37500 -12.52410 4.71900 -12.52410 c -4.43800 -12.52410 4.09400 -12.52110 3.68800 -12.50910 c -3.28100 -12.48910 2.81600 -12.45810 2.29700 -12.41510 c -2.29700 -18.33710 l -0.00000 -18.33710 l -0.00000 -0.32110 l -1.25800 -0.22010 2.28100 -0.14210 3.06300 -0.08710 c -3.84400 -0.03610 4.37900 -0.00910 4.67200 -0.00910 c -5.57800 0.02990 6.41400 -0.05610 7.18800 -0.27410 c -7.95700 -0.48510 8.65600 -0.83710 9.28100 -1.33710 c -9.62500 -1.61810 9.91400 -1.89210 10.15600 -2.14910 c -10.39500 -2.41110 10.59400 -2.66110 10.75000 -2.89910 c -10.71900 -2.89910 l -10.95700 -3.26710 11.13300 -3.67310 11.25000 -4.11810 c -11.36300 -4.55610 11.43800 -5.02110 11.46900 -5.50910 c -11.46900 -5.66510 11.47300 -5.75510 11.48400 -5.77410 c -11.48400 -6.33710 l -h -9.15600 -6.32110 m -9.16400 -6.08310 9.16400 -5.91110 9.15600 -5.80610 c -9.12500 -5.23510 9.00000 -4.72810 8.78100 -4.29010 c -8.56300 -3.84510 8.28100 -3.47410 7.93800 -3.18110 c -7.52000 -2.86010 7.06300 -2.61810 6.56300 -2.46210 c -6.07000 -2.30610 5.53900 -2.24310 4.96900 -2.27410 c -4.58200 -2.27410 4.18000 -2.28610 3.76600 -2.30610 c -3.35900 -2.32910 2.86700 -2.36410 2.29700 -2.41510 c -2.29700 -6.69610 l -2.26600 -6.86410 2.26600 -7.02410 2.29700 -7.18110 c -2.29700 -10.11810 l -3.01600 -10.18110 3.59800 -10.22410 4.04700 -10.24310 c -4.49200 -10.26710 4.80100 -10.27410 4.96900 -10.27410 c -5.89500 -10.31710 6.80100 -9.97410 7.68800 -9.24310 c -8.08200 -8.94210 8.39100 -8.58310 8.60900 -8.16510 c -8.83600 -7.75110 8.99200 -7.29010 9.07800 -6.79010 c -9.09800 -6.72010 9.10900 -6.62610 9.10900 -6.50910 c -9.11700 -6.39610 9.13300 -6.31710 9.15600 -6.27410 c -9.15600 -6.32110 l -h -f -Q -Q -Q -q -1 0 0 1 109.90200 757.57823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -11.17200 0.00000 m -5.11000 -17.31200 l -5.11000 -17.28100 l -5.08600 -17.31200 5.07900 -17.33200 5.07900 -17.34300 c -5.07900 -17.36300 5.07100 -17.39000 5.06300 -17.42200 c -5.05100 -17.45300 5.03200 -17.50700 5.00000 -17.59300 c -4.89500 -17.83200 4.77400 -18.06200 4.64100 -18.28100 c -4.51600 -18.50000 4.34800 -18.70700 4.14100 -18.90600 c -4.15700 -18.90600 l -3.53200 -19.51900 2.41100 -19.93700 0.79700 -20.15600 c -0.75000 -17.98400 l -1.61400 -17.87900 2.19600 -17.67900 2.50000 -17.39000 c -2.69600 -17.20300 2.84800 -16.98800 2.95300 -16.75000 c -3.20300 -15.97600 3.45300 -15.24200 3.70300 -14.54700 c -3.96100 -13.85900 4.22700 -13.12900 4.50000 -12.35900 c -4.15700 -11.40200 3.78900 -10.40200 3.40700 -9.35900 c -3.03200 -8.30800 2.64500 -7.25000 2.25000 -6.18700 c -1.86400 -5.12500 1.47700 -4.07000 1.09400 -3.01500 c -0.71900 -1.96500 0.35200 -0.96100 0.00000 0.00000 c -2.39100 0.00000 l -5.64100 -9.03100 l -6.17200 -7.54300 6.70300 -6.03100 7.23500 -4.50000 c -7.77400 -2.96100 8.31300 -1.46100 8.84400 0.00000 c -11.17200 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 121.98800 759.57823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -4.51600 -12.81200 m -4.67200 -12.96100 5.46100 -13.01500 6.89100 -12.98400 c -6.89100 -15.10900 l -6.24300 -15.10900 5.73900 -15.10100 5.37500 -15.09300 c -5.02000 -15.08200 4.78500 -15.07800 4.67200 -15.07800 c -3.89100 -15.00400 3.30500 -14.78900 2.92200 -14.42200 c -2.31700 -13.92200 1.94200 -13.11700 1.79700 -12.00000 c -1.76600 -11.82400 1.74300 -11.44500 1.73500 -10.85900 c -1.72300 -10.27700 1.71100 -9.57800 1.70300 -8.76500 c -1.68000 -8.38200 1.67200 -7.94900 1.67200 -7.46800 c -1.67200 -6.99200 1.67200 -6.56200 1.67200 -6.18700 c -1.67200 -5.98000 1.67200 -5.80400 1.67200 -5.65600 c -1.67200 -5.50000 1.67200 -5.35500 1.67200 -5.21800 c -1.67200 -5.07400 1.67200 -4.92900 1.67200 -4.78100 c -1.67200 -4.62500 1.67200 -4.44500 1.67200 -4.23400 c -0.00000 -4.23400 l -0.00000 -1.98400 l -1.70300 -1.98400 l -1.70300 0.00000 l -3.92200 0.00000 l -3.92200 -1.98400 l -6.54700 -1.98400 l -6.54700 -4.23400 l -3.90700 -4.23400 l -3.90700 -6.15600 l -3.90700 -6.59300 3.90700 -7.02300 3.90700 -7.43700 c -3.90700 -7.84300 3.91000 -8.25700 3.92200 -8.67200 c -3.94200 -10.21500 3.96900 -11.12100 4.00000 -11.39000 c -4.08200 -12.10900 4.25400 -12.59000 4.51600 -12.82800 c -4.51600 -12.81200 l -h -f -Q -Q -Q -q -1 0 0 1 131.05500 764.56323 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -10.67200 -9.14100 m -11.19100 -10.05900 11.46800 -11.34000 11.50000 -12.98500 c -11.50000 -19.95300 l -9.23400 -19.95300 l -9.23400 -12.98500 l -9.23400 -12.42200 9.17900 -11.91800 9.07800 -11.46900 c -8.98400 -11.01200 8.85100 -10.63700 8.68700 -10.34400 c -8.41400 -9.90700 8.12500 -9.57800 7.81200 -9.36000 c -7.50000 -9.14100 7.03500 -8.98100 6.42200 -8.87500 c -6.34700 -8.86700 6.28500 -8.86000 6.23400 -8.86000 c -6.17900 -8.86000 6.11700 -8.86000 6.04700 -8.86000 c -5.26500 -8.86000 4.46800 -9.20300 3.65600 -9.89100 c -3.19500 -10.30900 2.84700 -10.76600 2.60900 -11.26600 c -2.36700 -11.75800 2.25000 -12.30900 2.25000 -12.92200 c -2.25000 -19.96900 l -0.00000 -19.96900 l -0.00000 0.00000 l -2.25000 0.00000 l -2.25000 -8.11000 l -2.39400 -7.97700 2.55000 -7.84400 2.71800 -7.71900 c -2.88300 -7.59400 3.03900 -7.48100 3.18700 -7.37500 c -4.07000 -6.86700 5.00800 -6.61000 6.00000 -6.61000 c -6.28100 -6.61000 6.55000 -6.63300 6.81200 -6.67200 c -6.78100 -6.67200 l -7.28900 -6.74600 7.73800 -6.84400 8.12500 -6.96900 c -8.51900 -7.08600 8.86300 -7.23500 9.15600 -7.42200 c -9.45700 -7.61000 9.73400 -7.85200 9.98400 -8.14100 c -10.23400 -8.42200 10.46100 -8.75800 10.67200 -9.14100 c -h -f -Q -Q -Q -q -1 0 0 1 144.94900 757.84423 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -6.01600 0.00000 m -7.62900 0.00000 9.04700 -0.67200 10.26600 -2.01600 c -11.44200 -3.37100 12.03200 -4.95300 12.03200 -6.76600 c -12.03200 -7.82800 11.89500 -8.77700 11.62500 -9.60900 c -11.36400 -10.44500 10.97300 -11.15200 10.45300 -11.73400 c -9.93000 -12.32000 9.29700 -12.76600 8.54700 -13.07800 c -7.80500 -13.37900 6.96100 -13.53100 6.01600 -13.53100 c -4.23500 -13.53100 2.77400 -12.90600 1.64100 -11.65600 c -0.54700 -10.46100 0.00000 -8.82800 0.00000 -6.76600 c -0.00000 -4.93400 0.59800 -3.35200 1.79700 -2.01600 c -3.00400 -0.67200 4.41000 0.00000 6.01600 0.00000 c -h -6.03200 -11.28100 m -7.12500 -11.28100 8.03200 -10.89100 8.75000 -10.10900 c -8.73500 -10.10900 l -9.07800 -9.67200 9.34400 -9.18400 9.53200 -8.64100 c -9.71900 -8.09000 9.81300 -7.46500 9.81300 -6.76600 c -9.81300 -5.54700 9.41400 -4.48400 8.62500 -3.57800 c -7.87500 -2.69500 7.00800 -2.25000 6.03200 -2.25000 c -5.07100 -2.25000 4.21100 -2.69500 3.45300 -3.57800 c -2.67200 -4.48400 2.28200 -5.54700 2.28200 -6.76600 c -2.28200 -8.17200 2.63300 -9.28900 3.34400 -10.10900 c -4.02000 -10.89100 4.91400 -11.28100 6.03200 -11.28100 c -h -f -Q -Q -Q -q -1 0 0 1 160.06300 757.93823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -10.67100 -2.51600 m -11.21000 -3.44600 11.48400 -4.72700 11.48400 -6.36000 c -11.48400 -13.32800 l -9.20300 -13.32800 l -9.20300 -6.36000 l -9.20300 -5.79700 9.15600 -5.29700 9.06200 -4.86000 c -8.96800 -4.41400 8.83500 -4.03900 8.67100 -3.73500 c -8.41000 -3.26600 8.11700 -2.93400 7.79600 -2.73500 c -7.48400 -2.53900 7.01900 -2.38700 6.40600 -2.28200 c -6.42100 -2.28200 l -6.34700 -2.26200 6.27300 -2.25000 6.20300 -2.25000 c -6.12800 -2.24200 6.07800 -2.23500 6.04600 -2.23500 c -5.64000 -2.23500 5.22600 -2.32500 4.81200 -2.50000 c -4.40600 -2.68000 4.01500 -2.92200 3.64000 -3.23500 c -3.20300 -3.64100 2.85900 -4.10600 2.60900 -4.62500 c -2.36700 -5.13700 2.25000 -5.69600 2.25000 -6.29700 c -2.25000 -13.32800 l -0.00000 -13.32800 l -0.00000 -0.34400 l -2.25000 -0.34400 l -2.25000 -1.43800 l -3.28900 -0.48100 4.53100 0.00000 5.96800 0.00000 c -6.13200 0.00000 6.27300 -0.00800 6.39000 -0.01600 c -6.51500 -0.02800 6.64000 -0.03900 6.76500 -0.04700 c -7.27300 -0.14100 7.71800 -0.25000 8.09300 -0.37500 c -8.47600 -0.49200 8.82000 -0.64900 9.12500 -0.84400 c -9.43700 -1.03200 9.71000 -1.26600 9.95300 -1.54700 c -10.20300 -1.82100 10.44100 -2.14100 10.67100 -2.51600 c -h -f -Q -Q -Q -q -1 0 0 1 185.14500 762.82823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -8.03100 -17.50000 m -7.08200 -18.11700 5.96000 -18.42200 4.67100 -18.42200 c -4.42100 -18.42200 4.19100 -18.41000 3.98400 -18.39000 c -3.78500 -18.37900 3.58600 -18.35900 3.39000 -18.32800 c -2.76500 -18.19500 2.16400 -17.99600 1.59300 -17.73400 c -1.03100 -17.47600 0.50000 -17.15200 0.00000 -16.76500 c -0.00000 -14.15600 l -0.81200 -14.68700 1.55400 -15.12500 2.23400 -15.46800 c -2.92100 -15.80400 3.52300 -16.02300 4.04600 -16.12500 c -4.03100 -16.10900 l -4.20700 -16.14000 4.36700 -16.16800 4.51500 -16.18700 c -4.67100 -16.21100 4.80400 -16.21800 4.92100 -16.21800 c -6.39000 -16.21800 7.28100 -15.46800 7.59300 -13.96800 c -7.57800 -14.01500 l -7.58600 -13.94500 7.59700 -13.87500 7.60900 -13.81200 c -7.61700 -13.74200 7.62500 -13.68300 7.62500 -13.64000 c -7.62500 -13.10100 7.30000 -12.50700 6.65600 -11.85900 c -6.48800 -11.69500 6.20700 -11.45300 5.81200 -11.14000 c -5.41400 -10.82800 4.90600 -10.43700 4.28100 -9.96800 c -3.44500 -9.37500 2.80400 -8.90600 2.35900 -8.56200 c -1.91000 -8.21800 1.64400 -8.00700 1.56200 -7.92200 c -0.57000 -6.98400 0.07800 -5.93700 0.07800 -4.78100 c -0.07800 -4.64800 0.08200 -4.50700 0.09300 -4.35900 c -0.11300 -4.20300 0.14400 -4.03900 0.18700 -3.85900 c -0.18700 -3.89000 l -0.48800 -2.49600 1.13200 -1.46800 2.12500 -0.81200 c -2.50700 -0.52300 2.94100 -0.31200 3.42100 -0.18700 c -3.89800 -0.06200 4.41000 0.00000 4.95300 0.00000 c -5.39800 0.00000 5.86300 -0.05400 6.34300 -0.15600 c -7.25700 -0.33600 8.20700 -0.79300 9.18700 -1.53100 c -9.18700 -4.31200 l -8.50000 -3.73000 7.87800 -3.26500 7.32800 -2.92200 c -6.78500 -2.57800 6.31600 -2.36700 5.92100 -2.28100 c -5.75300 -2.26100 5.59300 -2.24200 5.43700 -2.21800 c -5.28100 -2.18700 5.11700 -2.17200 4.95300 -2.17200 c -4.42100 -2.17200 3.96000 -2.30400 3.57800 -2.56200 c -3.59300 -2.56200 l -3.00000 -2.94900 2.62800 -3.55400 2.48400 -4.37500 c -2.46000 -4.46800 2.44500 -4.55800 2.43700 -4.64000 c -2.43700 -4.72600 2.43700 -4.80400 2.43700 -4.87500 c -2.43700 -5.18700 2.58200 -5.51500 2.87500 -5.85900 c -3.09300 -6.07000 3.38200 -6.33600 3.75000 -6.65600 c -4.11300 -6.98000 4.58200 -7.35100 5.15600 -7.76500 c -6.09300 -8.45300 6.86300 -9.05400 7.46800 -9.56200 c -8.08200 -10.06200 8.53500 -10.47600 8.82800 -10.79700 c -9.59700 -11.60100 9.98400 -12.48000 9.98400 -13.43700 c -9.98400 -13.62500 9.96800 -13.81200 9.93700 -14.00000 c -9.91400 -14.17900 9.89400 -14.37100 9.87500 -14.57800 c -9.64400 -15.94500 9.03100 -16.92200 8.03100 -17.51500 c -8.03100 -17.50000 l -h -f -Q -Q -Q -q -1 0 0 1 197.09800 757.79723 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -2.31200 -7.29700 m -2.56200 -8.72600 3.01500 -9.71900 3.67200 -10.28100 c -4.04700 -10.60500 4.45700 -10.85500 4.90600 -11.03100 c -5.36300 -11.21100 5.83600 -11.29700 6.32800 -11.29700 c -7.07800 -11.35100 7.76500 -11.29300 8.39000 -11.12500 c -8.45300 -11.10500 8.57800 -11.07000 8.76500 -11.01600 c -8.95300 -10.96500 9.16000 -10.91400 9.39000 -10.85900 c -9.62900 -10.79700 9.87900 -10.73000 10.14000 -10.65600 c -10.39800 -10.57400 10.64400 -10.50800 10.87500 -10.45300 c -10.87500 -12.71900 l -9.72600 -13.06200 8.65600 -13.28900 7.65600 -13.40600 c -7.47600 -13.43700 7.29700 -13.45700 7.10900 -13.46900 c -6.92200 -13.47600 6.73800 -13.48800 6.56200 -13.50000 c -4.85100 -13.50000 3.42500 -13.01600 2.28100 -12.04700 c -1.65600 -11.48400 1.14800 -10.80900 0.76500 -10.01600 c -0.39000 -9.21500 0.14000 -8.29300 0.01500 -7.25000 c -0.01500 -6.31200 l -0.01500 -6.24200 0.00700 -6.18400 0.00000 -6.14100 c -0.00000 -6.09000 0.01500 -6.02700 0.04700 -5.95300 c -0.12900 -5.05900 0.36700 -4.22600 0.76500 -3.45300 c -1.16000 -2.68400 1.67900 -2.00000 2.32800 -1.40600 c -2.85900 -0.96100 3.42500 -0.61700 4.03100 -0.37500 c -4.64400 -0.12500 5.28900 0.00000 5.96800 0.00000 c -6.25000 0.00000 6.51900 -0.02300 6.78100 -0.06200 c -8.28900 -0.33600 9.48800 -1.15600 10.37500 -2.53100 c -11.13300 -3.78100 11.48800 -5.37100 11.43700 -7.29700 c -2.31200 -7.29700 l -h -6.03100 -2.26600 m -5.23800 -2.26600 4.45300 -2.59400 3.67200 -3.25000 c -3.37900 -3.51200 3.13300 -3.79700 2.93700 -4.10900 c -2.73800 -4.41400 2.58200 -4.73400 2.46800 -5.07800 c -9.04700 -5.07800 l -8.92900 -4.67200 8.78100 -4.32800 8.59300 -4.04700 c -7.92500 -2.85900 7.07000 -2.26600 6.03100 -2.26600 c -h -f -Q -Q -Q -q -1 0 0 1 211.42600 764.54723 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -2.25000 0.00000 l -2.25000 -19.98400 l -0.00000 -19.98400 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 216.43400 764.61023 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -4.87500 -2.65700 m -4.30000 -3.18000 3.98400 -4.53200 3.92100 -6.71900 c -3.92100 -6.98500 l -6.57800 -6.98500 l -6.57800 -9.23500 l -3.92100 -9.23500 l -3.92100 -20.01600 l -1.70300 -20.01600 l -1.70300 -9.23500 l -0.00000 -9.23500 l -0.00000 -6.98500 l -1.70300 -6.98500 l -1.70300 -6.65700 l -1.73400 -5.93800 1.76900 -5.30900 1.81200 -4.76600 c -1.85100 -4.22700 1.92100 -3.76600 2.01500 -3.39100 c -2.24200 -2.38300 2.65600 -1.62200 3.25000 -1.11000 c -3.93700 -0.47700 5.09300 -0.10600 6.71800 0.00000 c -6.71800 -2.14100 l -5.81200 -2.21500 5.19500 -2.39100 4.87500 -2.67200 c -4.87500 -2.65700 l -h -f -Q -Q -Q -q -1 0 0 1 236.28900 762.57823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -9.65600 -15.67200 m -9.65600 -17.95300 l -0.00000 -17.95300 l -0.00000 0.00000 l -2.28100 0.00000 l -2.28100 -15.67200 l -9.65600 -15.67200 l -h -f -Q -Q -Q -q -1 0 0 1 247.16800 757.79723 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -2.31300 -7.29700 m -2.56300 -8.72600 3.01600 -9.71900 3.67200 -10.28100 c -4.04700 -10.60500 4.45700 -10.85500 4.90600 -11.03100 c -5.36300 -11.21100 5.83600 -11.29700 6.32800 -11.29700 c -7.07800 -11.35100 7.76600 -11.29300 8.39100 -11.12500 c -8.45300 -11.10500 8.57800 -11.07000 8.76600 -11.01600 c -8.95300 -10.96500 9.16000 -10.91400 9.39100 -10.85900 c -9.62900 -10.79700 9.87900 -10.73000 10.14100 -10.65600 c -10.39800 -10.57400 10.64500 -10.50800 10.87500 -10.45300 c -10.87500 -12.71900 l -9.72700 -13.06200 8.65600 -13.28900 7.65600 -13.40600 c -7.47700 -13.43700 7.29700 -13.45700 7.10900 -13.46900 c -6.92200 -13.47600 6.73800 -13.48800 6.56300 -13.50000 c -4.85200 -13.50000 3.42600 -13.01600 2.28100 -12.04700 c -1.65600 -11.48400 1.14800 -10.80900 0.76600 -10.01600 c -0.39100 -9.21500 0.14100 -8.29300 0.01600 -7.25000 c -0.01600 -6.31200 l -0.01600 -6.24200 0.00800 -6.18400 0.00000 -6.14100 c -0.00000 -6.09000 0.01600 -6.02700 0.04700 -5.95300 c -0.12900 -5.05900 0.36700 -4.22600 0.76600 -3.45300 c -1.16000 -2.68400 1.68000 -2.00000 2.32800 -1.40600 c -2.85900 -0.96100 3.42600 -0.61700 4.03100 -0.37500 c -4.64500 -0.12500 5.28900 0.00000 5.96900 0.00000 c -6.25000 0.00000 6.52000 -0.02300 6.78100 -0.06200 c -8.28900 -0.33600 9.48800 -1.15600 10.37500 -2.53100 c -11.13300 -3.78100 11.48800 -5.37100 11.43700 -7.29700 c -2.31300 -7.29700 l -h -6.03100 -2.26600 m -5.23800 -2.26600 4.45300 -2.59400 3.67200 -3.25000 c -3.37900 -3.51200 3.13300 -3.79700 2.93700 -4.10900 c -2.73800 -4.41400 2.58200 -4.73400 2.46900 -5.07800 c -9.04700 -5.07800 l -8.93000 -4.67200 8.78100 -4.32800 8.59400 -4.04700 c -7.92600 -2.85900 7.07000 -2.26600 6.03100 -2.26600 c -h -f -Q -Q -Q -q -1 0 0 1 260.66800 757.79739 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -6.89100 -0.01616 m -7.46100 -0.03916 8.11700 -0.07016 8.85900 -0.10916 c -9.59800 -0.15216 10.46100 -0.23416 11.45300 -0.35916 c -11.45300 -13.18716 l -9.23400 -13.18716 l -9.23400 -12.17216 l -9.17200 -12.20316 9.14100 -12.21916 9.14100 -12.21916 c -8.61700 -12.66816 8.05100 -13.01216 7.43700 -13.25016 c -6.82000 -13.48816 6.17600 -13.60916 5.50000 -13.60916 c -3.83200 -13.60916 2.46900 -12.92216 1.40600 -11.54716 c -0.46900 -10.32016 0.00000 -8.87116 0.00000 -7.20316 c -0.00000 -6.98416 0.00800 -6.77316 0.03100 -6.56216 c -0.05100 -6.35516 0.07800 -6.14816 0.10900 -5.93716 c -0.39100 -4.09416 1.18000 -2.60116 2.48400 -1.45316 c -2.48400 -1.48416 l -3.68000 -0.39116 5.14800 0.09784 6.89100 -0.01616 c -h -9.23400 -2.35916 m -8.53500 -2.32016 7.96900 -2.28916 7.53100 -2.26616 c -7.09400 -2.23416 6.78900 -2.21916 6.62500 -2.21916 c -5.61300 -2.16816 4.69100 -2.50016 3.85900 -3.21916 c -3.85900 -3.18716 l -3.35900 -3.63716 2.96900 -4.25016 2.68700 -5.03116 c -2.53900 -5.39816 2.43700 -5.76216 2.37500 -6.12516 c -2.31300 -6.49216 2.28100 -6.86716 2.28100 -7.25016 c -2.28100 -7.71116 2.33200 -8.13716 2.43700 -8.53116 c -2.53900 -8.93016 2.67600 -9.28916 2.84400 -9.60916 c -3.18700 -10.15216 3.57800 -10.57816 4.01600 -10.89116 c -4.45300 -11.19516 4.91400 -11.34416 5.40600 -11.34416 c -6.22700 -11.34416 7.03100 -11.01616 7.81300 -10.35916 c -7.81300 -10.37516 l -8.72700 -9.58616 9.20300 -8.46916 9.23400 -7.03116 c -9.23400 -2.35916 l -h -f -Q -Q -Q -q -1 0 0 1 275.18400 757.82823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -2.46800 -1.43700 m -3.13200 -0.85500 4.16000 -0.37500 5.54700 0.00000 c -5.54700 -2.29700 l -4.83600 -2.52700 4.27300 -2.82000 3.85900 -3.17200 c -3.07800 -3.82800 2.57800 -4.85500 2.35900 -6.25000 c -2.30400 -6.51100 2.26900 -6.70300 2.25000 -6.82800 c -2.23800 -6.95300 2.23400 -7.03100 2.23400 -7.06200 c -2.23400 -13.21800 l -0.00000 -13.21800 l -0.00000 -0.23400 l -2.23400 -0.23400 l -2.23400 -1.67200 l -2.31600 -1.57000 2.39400 -1.49200 2.46800 -1.43700 c -h -f -Q -Q -Q -q -1 0 0 1 283.15600 757.93823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -10.67200 -2.51600 m -11.21100 -3.44600 11.48500 -4.72700 11.48500 -6.36000 c -11.48500 -13.32800 l -9.20300 -13.32800 l -9.20300 -6.36000 l -9.20300 -5.79700 9.15700 -5.29700 9.06300 -4.86000 c -8.96900 -4.41400 8.83600 -4.03900 8.67200 -3.73500 c -8.41000 -3.26600 8.11700 -2.93400 7.79700 -2.73500 c -7.48500 -2.53900 7.02000 -2.38700 6.40700 -2.28200 c -6.42200 -2.28200 l -6.34800 -2.26200 6.27400 -2.25000 6.20300 -2.25000 c -6.12900 -2.24200 6.07800 -2.23500 6.04700 -2.23500 c -5.64100 -2.23500 5.22700 -2.32500 4.81300 -2.50000 c -4.40700 -2.68000 4.01600 -2.92200 3.64100 -3.23500 c -3.20300 -3.64100 2.86000 -4.10600 2.61000 -4.62500 c -2.36700 -5.13700 2.25000 -5.69600 2.25000 -6.29700 c -2.25000 -13.32800 l -0.00000 -13.32800 l -0.00000 -0.34400 l -2.25000 -0.34400 l -2.25000 -1.43800 l -3.28900 -0.48100 4.53200 0.00000 5.96900 0.00000 c -6.13300 0.00000 6.27400 -0.00800 6.39100 -0.01600 c -6.51600 -0.02800 6.64100 -0.03900 6.76600 -0.04700 c -7.27400 -0.14100 7.71900 -0.25000 8.09400 -0.37500 c -8.47700 -0.49200 8.82100 -0.64900 9.12500 -0.84400 c -9.43800 -1.03200 9.71100 -1.26600 9.95300 -1.54700 c -10.20300 -1.82100 10.44200 -2.14100 10.67200 -2.51600 c -h -f -Q -Q -Q -q -1 0 0 1 298.10500 760.61023 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -2.25000 -2.98500 m -2.25000 -16.01600 l -0.00000 -16.01600 l -0.00000 -2.98500 l -2.25000 -2.98500 l -h -2.25000 -2.25000 m -0.00000 -2.25000 l -0.00000 0.00000 l -2.25000 0.00000 l -2.25000 -2.25000 l -h -f -Q -Q -Q -q -1 0 0 1 303.78100 757.93823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -10.67200 -2.51600 m -11.21100 -3.44600 11.48500 -4.72700 11.48500 -6.36000 c -11.48500 -13.32800 l -9.20300 -13.32800 l -9.20300 -6.36000 l -9.20300 -5.79700 9.15700 -5.29700 9.06300 -4.86000 c -8.96900 -4.41400 8.83600 -4.03900 8.67200 -3.73500 c -8.41000 -3.26600 8.11700 -2.93400 7.79700 -2.73500 c -7.48500 -2.53900 7.02000 -2.38700 6.40700 -2.28200 c -6.42200 -2.28200 l -6.34800 -2.26200 6.27400 -2.25000 6.20300 -2.25000 c -6.12900 -2.24200 6.07800 -2.23500 6.04700 -2.23500 c -5.64100 -2.23500 5.22700 -2.32500 4.81300 -2.50000 c -4.40700 -2.68000 4.01600 -2.92200 3.64100 -3.23500 c -3.20300 -3.64100 2.86000 -4.10600 2.61000 -4.62500 c -2.36700 -5.13700 2.25000 -5.69600 2.25000 -6.29700 c -2.25000 -13.32800 l -0.00000 -13.32800 l -0.00000 -0.34400 l -2.25000 -0.34400 l -2.25000 -1.43800 l -3.28900 -0.48100 4.53200 0.00000 5.96900 0.00000 c -6.13300 0.00000 6.27400 -0.00800 6.39100 -0.01600 c -6.51600 -0.02800 6.64100 -0.03900 6.76600 -0.04700 c -7.27400 -0.14100 7.71900 -0.25000 8.09400 -0.37500 c -8.47700 -0.49200 8.82100 -0.64900 9.12500 -0.84400 c -9.43800 -1.03200 9.71100 -1.26600 9.95300 -1.54700 c -10.20300 -1.82100 10.44200 -2.14100 10.67200 -2.51600 c -h -f -Q -Q -Q -q -1 0 0 1 317.96500 757.85568 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -6.92200 -0.01145 m -7.97300 -0.02345 9.50400 -0.13645 11.51600 -0.35545 c -11.51600 -10.32445 l -11.51600 -10.60545 11.51600 -10.88245 11.51600 -11.15245 c -11.52300 -11.42545 11.53100 -11.69545 11.53100 -11.96445 c -11.53100 -12.21445 11.52300 -12.47245 11.51600 -12.73045 c -11.51600 -12.98045 11.51600 -13.22645 11.51600 -13.46445 c -11.48400 -15.83945 10.75000 -17.65245 9.31200 -18.90245 c -9.31200 -18.88645 l -8.57000 -19.54245 7.58600 -19.95645 6.35900 -20.13645 c -6.01600 -20.18745 5.60100 -20.21445 5.12500 -20.21445 c -4.75000 -20.21445 4.29700 -20.18345 3.76600 -20.12045 c -3.23400 -20.05845 2.60900 -19.96845 1.89000 -19.85545 c -2.29700 -17.65245 l -3.73400 -17.87045 4.73800 -17.98045 5.31200 -17.98045 c -6.38300 -17.98045 7.27300 -17.65945 7.98400 -17.02745 c -8.81600 -16.30845 9.24200 -15.09745 9.26600 -13.40245 c -9.26600 -12.18345 l -9.17200 -12.27745 l -8.64800 -12.71445 8.08200 -13.05445 7.46900 -13.29245 c -6.85100 -13.53145 6.20700 -13.65245 5.53100 -13.65245 c -3.85100 -13.65245 2.48400 -12.96445 1.42200 -11.58945 c -0.47300 -10.36345 0.00000 -8.90945 0.00000 -7.23045 c -0.00000 -7.01145 0.00400 -6.80045 0.01600 -6.58945 c -0.03500 -6.37045 0.06200 -6.15945 0.09400 -5.94945 c -0.39400 -4.08545 1.19500 -2.58945 2.50000 -1.46445 c -3.73800 -0.40245 5.21100 0.08255 6.92200 -0.01145 c -h -9.26600 -7.07445 m -9.26600 -6.27345 9.26600 -5.57045 9.26600 -4.96445 c -9.27300 -4.36345 9.28100 -3.83945 9.28100 -3.40245 c -9.28100 -2.35545 l -7.84400 -2.26145 6.96900 -2.21445 6.65600 -2.21445 c -5.66400 -2.15245 4.73800 -2.48045 3.87500 -3.19945 c -3.37500 -3.64845 2.98400 -4.25745 2.70300 -5.02745 c -2.55500 -5.40245 2.45300 -5.77345 2.39000 -6.13645 c -2.32800 -6.50345 2.29700 -6.87845 2.29700 -7.26145 c -2.29700 -7.72245 2.34800 -8.15245 2.45300 -8.55845 c -2.55500 -8.95645 2.69100 -9.30845 2.85900 -9.62045 c -3.20300 -10.19545 3.59400 -10.63645 4.03100 -10.94945 c -4.46900 -11.25345 4.93700 -11.40245 5.43700 -11.40245 c -5.84400 -11.40245 6.25000 -11.32045 6.65600 -11.15245 c -7.07000 -10.97645 7.46900 -10.73045 7.84400 -10.41745 c -8.78900 -9.56645 9.26600 -8.44945 9.26600 -7.07445 c -h -f -Q -Q -Q -q -1 0 0 1 342.82800 762.76623 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -7.84400 -2.26600 m -6.57000 -2.26600 5.56700 -2.53100 4.82800 -3.06300 c -4.45300 -3.33600 4.14100 -3.60600 3.89100 -3.87500 c -3.64900 -4.13700 3.45700 -4.39900 3.31300 -4.65600 c -2.80100 -5.61700 2.47700 -6.97700 2.34400 -8.73500 c -2.34400 -9.70300 l -2.44500 -11.48500 2.77000 -12.84400 3.31300 -13.78100 c -3.59400 -14.30500 4.09800 -14.84000 4.82800 -15.39100 c -5.19200 -15.65300 5.62900 -15.85200 6.14100 -15.98500 c -6.64900 -16.11000 7.21900 -16.17200 7.84400 -16.17200 c -8.23800 -16.17200 8.75000 -16.15300 9.37500 -16.11000 c -10.00000 -16.07000 10.77000 -15.99600 11.68800 -15.89100 c -11.68800 -18.20300 l -10.80100 -18.27400 10.06300 -18.33200 9.46900 -18.37500 c -8.88300 -18.42600 8.42200 -18.45300 8.07800 -18.45300 c -7.06700 -18.45300 6.15600 -18.34400 5.34400 -18.12500 c -4.53900 -17.90600 3.85200 -17.59400 3.28100 -17.18800 c -2.82000 -16.84400 2.41400 -16.48500 2.06300 -16.11000 c -1.70700 -15.72700 1.41400 -15.34400 1.18800 -14.96900 c -0.84400 -14.35600 0.57000 -13.63300 0.37500 -12.79700 c -0.18800 -11.95300 0.06300 -11.00800 0.00000 -9.95300 c -0.00000 -9.23500 l -0.03100 -8.50000 l -0.07000 -7.41800 0.18800 -6.46500 0.37500 -5.64100 c -0.56300 -4.82000 0.83200 -4.10200 1.18800 -3.48500 c -1.41400 -3.10200 1.69500 -2.72700 2.03100 -2.36000 c -2.37500 -1.98500 2.78900 -1.61000 3.28100 -1.23500 c -4.44500 -0.41400 6.04700 0.00000 8.07800 0.00000 c -8.25400 0.00000 8.47700 -0.01200 8.75000 -0.03100 c -9.03100 -0.04300 9.33200 -0.05900 9.65600 -0.07800 c -9.97700 -0.09000 10.31300 -0.11000 10.65600 -0.14100 c -11.00800 -0.17200 11.35200 -0.19500 11.68800 -0.20300 c -11.68800 -2.54700 l -10.77000 -2.44500 10.00000 -2.37100 9.37500 -2.32800 c -8.75000 -2.28900 8.23800 -2.26600 7.84400 -2.26600 c -h -f -Q -Q -Q -q -1 0 0 1 356.42200 757.84423 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -6.01600 0.00000 m -7.62900 0.00000 9.04700 -0.67200 10.26600 -2.01600 c -11.44100 -3.37100 12.03100 -4.95300 12.03100 -6.76600 c -12.03100 -7.82800 11.89400 -8.77700 11.62500 -9.60900 c -11.36300 -10.44500 10.97300 -11.15200 10.45300 -11.73400 c -9.93000 -12.32000 9.29700 -12.76600 8.54700 -13.07800 c -7.80500 -13.37900 6.96100 -13.53100 6.01600 -13.53100 c -4.23400 -13.53100 2.77300 -12.90600 1.64100 -11.65600 c -0.54700 -10.46100 0.00000 -8.82800 0.00000 -6.76600 c -0.00000 -4.93400 0.59800 -3.35200 1.79700 -2.01600 c -3.00400 -0.67200 4.41000 0.00000 6.01600 0.00000 c -h -6.03100 -11.28100 m -7.12500 -11.28100 8.03100 -10.89100 8.75000 -10.10900 c -8.73400 -10.10900 l -9.07800 -9.67200 9.34400 -9.18400 9.53100 -8.64100 c -9.71900 -8.09000 9.81200 -7.46500 9.81200 -6.76600 c -9.81200 -5.54700 9.41400 -4.48400 8.62500 -3.57800 c -7.87500 -2.69500 7.00800 -2.25000 6.03100 -2.25000 c -5.07000 -2.25000 4.21100 -2.69500 3.45300 -3.57800 c -2.67200 -4.48400 2.28100 -5.54700 2.28100 -6.76600 c -2.28100 -8.17200 2.63300 -9.28900 3.34400 -10.10900 c -4.01900 -10.89100 4.91400 -11.28100 6.03100 -11.28100 c -h -f -Q -Q -Q -q -1 0 0 1 370.91000 757.57823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -10.42200 0.00000 m -10.42200 -12.96800 l -8.18800 -12.96800 l -8.18800 -12.39000 l -7.31300 -13.02300 6.31300 -13.34300 5.18800 -13.34300 c -5.03100 -13.34300 4.89500 -13.33600 4.78100 -13.32800 c -4.67600 -13.32800 4.56300 -13.32000 4.43800 -13.31200 c -2.65600 -13.07000 1.43800 -12.32800 0.78100 -11.07800 c -0.25800 -10.05800 0.00000 -8.69500 0.00000 -6.98400 c -0.00000 0.00000 l -2.28100 0.00000 l -2.28100 -7.01500 l -2.30100 -7.60100 2.35200 -8.13200 2.43800 -8.60900 c -2.53100 -9.09000 2.64900 -9.50000 2.79700 -9.84300 c -3.20300 -10.69900 3.97300 -11.12500 5.11000 -11.12500 c -5.47300 -11.12500 5.84800 -11.03100 6.23500 -10.84300 c -6.62900 -10.65600 7.01600 -10.41400 7.39100 -10.10900 c -7.73500 -9.82000 8.00000 -9.43700 8.18800 -8.96800 c -8.18800 0.00000 l -10.42200 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 384.84800 757.82823 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -2.46800 -1.43700 m -3.13300 -0.85500 4.16000 -0.37500 5.54700 0.00000 c -5.54700 -2.29700 l -4.83600 -2.52700 4.27300 -2.82000 3.85900 -3.17200 c -3.07800 -3.82800 2.57800 -4.85500 2.35900 -6.25000 c -2.30400 -6.51100 2.26900 -6.70300 2.25000 -6.82800 c -2.23800 -6.95300 2.23400 -7.03100 2.23400 -7.06200 c -2.23400 -13.21800 l -0.00000 -13.21800 l -0.00000 -0.23400 l -2.23400 -0.23400 l -2.23400 -1.67200 l -2.31600 -1.57000 2.39400 -1.49200 2.46800 -1.43700 c -h -f -Q -Q -Q -q -1 0 0 1 391.47700 757.75023 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -4.01500 -5.34400 m -5.31600 -6.13700 6.22200 -6.84000 6.73400 -7.45300 c -7.03500 -7.78900 7.25400 -8.13700 7.39000 -8.50000 c -7.52300 -8.86700 7.59300 -9.24600 7.59300 -9.64000 c -7.59300 -9.92200 7.56200 -10.23400 7.50000 -10.57800 c -7.28900 -11.57800 6.81200 -12.32800 6.06200 -12.82800 c -5.38200 -13.31600 4.57800 -13.56200 3.64000 -13.56200 c -3.47200 -13.56200 3.30400 -13.55100 3.14000 -13.53100 c -2.97200 -13.50800 2.78900 -13.48400 2.59300 -13.45300 c -2.13200 -13.34700 1.68700 -13.20300 1.25000 -13.01500 c -0.81200 -12.82800 0.40600 -12.59400 0.03100 -12.31200 c -0.07800 -9.54700 l -1.50400 -10.84000 2.69500 -11.48400 3.65600 -11.48400 c -4.09300 -11.48400 4.43700 -11.35900 4.68700 -11.10900 c -4.94500 -10.85100 5.12800 -10.48000 5.23400 -10.00000 c -5.26500 -9.84400 5.28100 -9.75000 5.28100 -9.71900 c -5.28100 -9.21900 4.90600 -8.68700 4.15600 -8.12500 c -4.17100 -8.15600 l -3.34700 -7.60500 2.51500 -7.04700 1.67100 -6.48400 c -0.55400 -5.57800 0.00000 -4.58600 0.00000 -3.50000 c -0.00000 -3.25000 0.01900 -3.01200 0.06200 -2.78100 c -0.41400 -0.92900 1.58200 0.00000 3.56200 0.00000 c -5.10100 0.00000 6.39400 -0.53100 7.43700 -1.59400 c -7.23400 -4.17200 l -6.24200 -3.17200 5.60100 -2.60500 5.31200 -2.46900 c -5.09300 -2.34400 4.76500 -2.26200 4.32800 -2.21900 c -4.07800 -2.17900 3.89000 -2.15600 3.76500 -2.15600 c -2.96100 -2.15600 2.48400 -2.53900 2.32800 -3.29700 c -2.31600 -3.37100 2.30400 -3.43300 2.29600 -3.48400 c -2.28500 -3.52700 2.28100 -3.57000 2.28100 -3.60900 c -2.28100 -4.04700 2.85900 -4.62100 4.01500 -5.32800 c -4.01500 -5.34400 l -h -f -Q -Q -Q -q -1 0 0 1 400.40600 757.79723 cm -q -0.94902 0.94902 0.00000 0.01961 k -0.00000 w -[] 0 d -0 J -0 j -q -2.31300 -7.29700 m -2.56300 -8.72600 3.01600 -9.71900 3.67200 -10.28100 c -4.04700 -10.60500 4.45700 -10.85500 4.90700 -11.03100 c -5.36400 -11.21100 5.83600 -11.29700 6.32800 -11.29700 c -7.07800 -11.35100 7.76600 -11.29300 8.39100 -11.12500 c -8.45300 -11.10500 8.57800 -11.07000 8.76600 -11.01600 c -8.95300 -10.96500 9.16000 -10.91400 9.39100 -10.85900 c -9.62900 -10.79700 9.87900 -10.73000 10.14100 -10.65600 c -10.39900 -10.57400 10.64500 -10.50800 10.87500 -10.45300 c -10.87500 -12.71900 l -9.72700 -13.06200 8.65700 -13.28900 7.65700 -13.40600 c -7.47700 -13.43700 7.29700 -13.45700 7.11000 -13.46900 c -6.92200 -13.47600 6.73900 -13.48800 6.56300 -13.50000 c -4.85200 -13.50000 3.42600 -13.01600 2.28200 -12.04700 c -1.65700 -11.48400 1.14900 -10.80900 0.76600 -10.01600 c -0.39100 -9.21500 0.14100 -8.29300 0.01600 -7.25000 c -0.01600 -6.31200 l -0.01600 -6.24200 0.00800 -6.18400 0.00000 -6.14100 c -0.00000 -6.09000 0.01600 -6.02700 0.04700 -5.95300 c -0.12900 -5.05900 0.36700 -4.22600 0.76600 -3.45300 c -1.16000 -2.68400 1.68000 -2.00000 2.32800 -1.40600 c -2.86000 -0.96100 3.42600 -0.61700 4.03200 -0.37500 c -4.64500 -0.12500 5.28900 0.00000 5.96900 0.00000 c -6.25000 0.00000 6.52000 -0.02300 6.78200 -0.06200 c -8.28900 -0.33600 9.48900 -1.15600 10.37500 -2.53100 c -11.13300 -3.78100 11.48900 -5.37100 11.43800 -7.29700 c -2.31300 -7.29700 l -h -6.03200 -2.26600 m -5.23900 -2.26600 4.45300 -2.59400 3.67200 -3.25000 c -3.37900 -3.51200 3.13300 -3.79700 2.93800 -4.10900 c -2.73900 -4.41400 2.58200 -4.73400 2.46900 -5.07800 c -9.04700 -5.07800 l -8.93000 -4.67200 8.78200 -4.32800 8.59400 -4.04700 c -7.92600 -2.85900 7.07100 -2.26600 6.03200 -2.26600 c -h -f -Q -Q -Q -q -1 0 0 1 1.57400 717.75423 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -16.61700 0.00000 m -246.12900 0.00000 l -255.33600 0.00000 262.74600 -7.41000 262.74600 -16.61700 c -262.74600 -189.03100 l -262.74600 -198.23800 255.33600 -205.64800 246.12900 -205.64800 c -16.61700 -205.64800 l -7.41400 -205.64800 0.00000 -198.23800 0.00000 -189.03100 c -0.00000 -16.61700 l -0.00000 -7.41000 7.41400 0.00000 16.61700 0.00000 c -h -f -Q -Q -Q -q -1 0 0 1 49.29700 672.28200 cm -q -0.31765 0.07843 0.03137 0.00000 k -0.00000 0.00000 0.00000 0.00000 K -1.00000 w -[] 0 d -0 J -0 j -q -19.21900 0.00000 m -424.50800 0.00000 l -435.15600 0.00000 443.72600 -8.57500 443.72600 -19.21900 c -443.72600 -218.61000 l -443.72600 -229.25400 435.15600 -237.82500 424.50800 -237.82500 c -19.21900 -237.82500 l -8.57000 -237.82500 0.00000 -229.25400 0.00000 -218.61000 c -0.00000 -19.21900 l -0.00000 -8.57500 8.57000 0.00000 19.21900 0.00000 c -h -f -Q -19.21900 0.00000 m -424.50800 0.00000 l -435.15600 0.00000 443.72600 -8.57500 443.72600 -19.21900 c -443.72600 -218.61000 l -443.72600 -229.25400 435.15600 -237.82500 424.50800 -237.82500 c -19.21900 -237.82500 l -8.57000 -237.82500 0.00000 -229.25400 0.00000 -218.61000 c -0.00000 -19.21900 l -0.00000 -8.57500 8.57000 0.00000 19.21900 0.00000 c -h -S -Q -Q -q -1 0 0 1 68.15600 648.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14100 -0.67200 m -0.01600 -0.67200 l -0.00400 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23400 0.00000 -0.17200 c -0.00000 -0.10200 0.00400 -0.04300 0.01600 0.00000 c -5.01600 0.00000 l -5.02400 -0.04300 5.03200 -0.09400 5.03200 -0.15600 c -5.03900 -0.21100 5.04700 -0.26600 5.04700 -0.32800 c -5.04700 -0.38300 5.03900 -0.44500 5.03200 -0.51600 c -5.03200 -0.57800 5.02400 -0.63300 5.01600 -0.67200 c -2.90700 -0.67200 l -2.90700 -7.90600 l -2.85200 -7.91400 2.78900 -7.92200 2.71900 -7.92200 c -2.65700 -7.92200 2.59400 -7.92200 2.53200 -7.92200 c -2.45700 -7.92200 2.38300 -7.92200 2.31300 -7.92200 c -2.23900 -7.92200 2.18000 -7.91400 2.14100 -7.90600 c -2.14100 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 74.35900 648.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57900 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57900 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78600 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28600 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07900 -3.79700 0.95400 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32900 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 80.34000 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 90.39800 648.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -3.89100 0.00000 l -3.89100 -0.04300 3.89100 -0.09400 3.89100 -0.15600 c -3.89900 -0.21900 3.90700 -0.28100 3.90700 -0.34400 c -3.90700 -0.39900 3.89900 -0.46100 3.89100 -0.53100 c -3.89100 -0.59400 3.89100 -0.64900 3.89100 -0.68800 c -0.76600 -0.68800 l -0.76600 -3.35900 l -3.46900 -3.35900 l -3.47700 -3.40200 3.48500 -3.45300 3.48500 -3.51600 c -3.48500 -3.57800 3.48500 -3.64100 3.48500 -3.70300 c -3.48500 -3.75800 3.48500 -3.82000 3.48500 -3.89100 c -3.48500 -3.95300 3.47700 -4.01200 3.46900 -4.06300 c -0.76600 -4.06300 l -0.76600 -7.90600 l -0.71100 -7.91400 0.64900 -7.92200 0.57900 -7.92200 c -0.51600 -7.92200 0.45400 -7.92200 0.39100 -7.92200 c -0.31700 -7.92200 0.24300 -7.92200 0.17200 -7.92200 c -0.09800 -7.92200 0.04000 -7.91400 0.00000 -7.90600 c -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 95.51600 648.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.26500 -8.17200 m -2.71100 -8.17200 2.22600 -8.07100 1.81200 -7.87500 c -1.40600 -7.68000 1.06600 -7.39900 0.79700 -7.03200 c -0.53500 -6.66800 0.33600 -6.23500 0.20300 -5.73500 c -0.06600 -5.23500 0.00000 -4.68800 0.00000 -4.09400 c -0.00000 -3.50000 0.06600 -2.95400 0.20300 -2.45400 c -0.33600 -1.95400 0.53500 -1.52400 0.79700 -1.15700 c -1.06600 -0.79300 1.40600 -0.51200 1.81200 -0.31300 c -2.22600 -0.10600 2.71100 0.00000 3.26500 0.00000 c -3.81600 0.00000 4.29700 -0.10600 4.70300 -0.31300 c -5.11700 -0.51200 5.45700 -0.79300 5.71800 -1.15700 c -5.98800 -1.52400 6.19100 -1.95400 6.32800 -2.45400 c -6.46100 -2.95400 6.53100 -3.50000 6.53100 -4.09400 c -6.53100 -4.68800 6.46100 -5.23500 6.32800 -5.73500 c -6.19100 -6.23500 5.98800 -6.66800 5.71800 -7.03200 c -5.45700 -7.39900 5.11700 -7.68000 4.70300 -7.87500 c -4.29700 -8.07100 3.81600 -8.17200 3.26500 -8.17200 c -h -3.26500 -7.48500 m -3.69100 -7.48500 4.05400 -7.40300 4.35900 -7.23500 c -4.67200 -7.07100 4.92900 -6.84000 5.14000 -6.54700 c -5.34700 -6.24700 5.50000 -5.88700 5.59300 -5.46900 c -5.69500 -5.04300 5.75000 -4.58600 5.75000 -4.09400 c -5.75000 -3.59400 5.69500 -3.13700 5.59300 -2.71900 c -5.50000 -2.29300 5.34700 -1.93400 5.14000 -1.64100 c -4.92900 -1.34000 4.67200 -1.11000 4.35900 -0.95400 c -4.05400 -0.79000 3.69100 -0.70400 3.26500 -0.70400 c -2.83600 -0.70400 2.46800 -0.79000 2.15600 -0.95400 c -1.84300 -1.11000 1.58600 -1.34000 1.39000 -1.64100 c -1.19100 -1.93400 1.03900 -2.29300 0.93700 -2.71900 c -0.84300 -3.13700 0.79700 -3.59400 0.79700 -4.09400 c -0.79700 -4.58600 0.84300 -5.04300 0.93700 -5.46900 c -1.03900 -5.88700 1.19100 -6.24700 1.39000 -6.54700 c -1.58600 -6.84000 1.84300 -7.07100 2.15600 -7.23500 c -2.46800 -7.40300 2.83600 -7.48500 3.26500 -7.48500 c -h -f -Q -Q -Q -q -1 0 0 1 103.37100 648.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -7.17200 m -0.30500 -7.19600 0.41000 -7.22700 0.51600 -7.26600 c -0.62900 -7.30900 0.75400 -7.34400 0.89100 -7.37500 c -1.02400 -7.39900 1.17600 -7.41800 1.34400 -7.43800 c -1.52000 -7.46100 1.71900 -7.46900 1.93800 -7.46900 c -2.28100 -7.46900 2.57800 -7.43000 2.82800 -7.34400 c -3.08600 -7.26200 3.30100 -7.15300 3.46900 -7.01600 c -3.63300 -6.87200 3.75400 -6.70000 3.82800 -6.50000 c -3.91000 -6.30500 3.95300 -6.09400 3.95300 -5.87500 c -3.95300 -5.64900 3.92600 -5.45400 3.87500 -5.29700 c -3.82000 -5.14100 3.72700 -5.00000 3.59400 -4.87500 c -3.45700 -4.74300 3.27000 -4.61800 3.03100 -4.50000 c -2.78900 -4.37500 2.48800 -4.24300 2.12500 -4.09400 c -1.87500 -4.00000 1.62900 -3.90300 1.39100 -3.79700 c -1.16000 -3.68400 0.95700 -3.54700 0.78100 -3.39100 c -0.61300 -3.23500 0.47700 -3.04700 0.37500 -2.82900 c -0.27000 -2.60200 0.21900 -2.32500 0.21900 -2.00000 c -0.21900 -1.40700 0.43000 -0.93000 0.86000 -0.56300 c -1.28500 -0.18800 1.91000 0.00000 2.73400 0.00000 c -2.89900 0.00000 3.06300 -0.01200 3.21900 -0.03200 c -3.38300 -0.04300 3.53900 -0.05900 3.68800 -0.07900 c -3.83200 -0.10200 3.96100 -0.12500 4.07800 -0.15700 c -4.20300 -0.18800 4.30100 -0.21500 4.37500 -0.23500 c -4.36300 -0.35200 4.34400 -0.46500 4.31300 -0.57900 c -4.28900 -0.69600 4.25800 -0.79700 4.21900 -0.89100 c -4.03900 -0.84000 3.81300 -0.79300 3.53100 -0.75000 c -3.25800 -0.70000 2.98800 -0.67200 2.71900 -0.67200 c -2.11300 -0.67200 1.67600 -0.79700 1.40600 -1.04700 c -1.14500 -1.29000 1.01600 -1.60200 1.01600 -1.98500 c -1.01600 -2.18400 1.05500 -2.35600 1.14100 -2.50000 c -1.22300 -2.64900 1.33200 -2.77800 1.46900 -2.89100 c -1.61300 -2.99700 1.78500 -3.09400 1.98400 -3.18800 c -2.18000 -3.28200 2.39500 -3.37200 2.62500 -3.45400 c -2.93800 -3.57900 3.22300 -3.71100 3.48400 -3.84400 c -3.75400 -3.98100 3.98400 -4.13700 4.17200 -4.31300 c -4.36700 -4.49300 4.52000 -4.70000 4.62500 -4.93800 c -4.73800 -5.16800 4.79700 -5.45400 4.79700 -5.79700 c -4.79700 -6.17200 4.72700 -6.51200 4.59400 -6.81300 c -4.45700 -7.10600 4.26600 -7.35600 4.01600 -7.56300 c -3.76600 -7.76200 3.45700 -7.91500 3.09400 -8.01600 c -2.73800 -8.11800 2.33600 -8.17200 1.89100 -8.17200 c -1.45300 -8.17200 1.08600 -8.14100 0.79700 -8.07900 c -0.51600 -8.01600 0.25000 -7.95000 0.00000 -7.87500 c -0.02000 -7.76200 0.04700 -7.64100 0.07800 -7.51600 c -0.11700 -7.39100 0.16000 -7.27800 0.20300 -7.17200 c -h -f -Q -Q -Q -q -1 0 0 1 109.00000 648.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -7.17200 m -0.30500 -7.19600 0.41000 -7.22700 0.51600 -7.26600 c -0.62900 -7.30900 0.75400 -7.34400 0.89100 -7.37500 c -1.02300 -7.39900 1.17600 -7.41800 1.34400 -7.43800 c -1.52000 -7.46100 1.71900 -7.46900 1.93800 -7.46900 c -2.28100 -7.46900 2.57800 -7.43000 2.82800 -7.34400 c -3.08600 -7.26200 3.30100 -7.15300 3.46900 -7.01600 c -3.63300 -6.87200 3.75400 -6.70000 3.82800 -6.50000 c -3.91000 -6.30500 3.95300 -6.09400 3.95300 -5.87500 c -3.95300 -5.64900 3.92600 -5.45400 3.87500 -5.29700 c -3.82000 -5.14100 3.72700 -5.00000 3.59400 -4.87500 c -3.45700 -4.74300 3.27000 -4.61800 3.03100 -4.50000 c -2.78900 -4.37500 2.48800 -4.24300 2.12500 -4.09400 c -1.87500 -4.00000 1.62900 -3.90300 1.39100 -3.79700 c -1.16000 -3.68400 0.95700 -3.54700 0.78100 -3.39100 c -0.61300 -3.23500 0.47700 -3.04700 0.37500 -2.82900 c -0.27000 -2.60200 0.21900 -2.32500 0.21900 -2.00000 c -0.21900 -1.40700 0.43000 -0.93000 0.85900 -0.56300 c -1.28500 -0.18800 1.91000 0.00000 2.73400 0.00000 c -2.89800 0.00000 3.06300 -0.01200 3.21900 -0.03200 c -3.38300 -0.04300 3.53900 -0.05900 3.68800 -0.07900 c -3.83200 -0.10200 3.96100 -0.12500 4.07800 -0.15700 c -4.20300 -0.18800 4.30100 -0.21500 4.37500 -0.23500 c -4.36300 -0.35200 4.34400 -0.46500 4.31300 -0.57900 c -4.28900 -0.69600 4.25800 -0.79700 4.21900 -0.89100 c -4.03900 -0.84000 3.81300 -0.79300 3.53100 -0.75000 c -3.25800 -0.70000 2.98800 -0.67200 2.71900 -0.67200 c -2.11300 -0.67200 1.67600 -0.79700 1.40600 -1.04700 c -1.14500 -1.29000 1.01600 -1.60200 1.01600 -1.98500 c -1.01600 -2.18400 1.05500 -2.35600 1.14100 -2.50000 c -1.22300 -2.64900 1.33200 -2.77800 1.46900 -2.89100 c -1.61300 -2.99700 1.78500 -3.09400 1.98400 -3.18800 c -2.18000 -3.28200 2.39500 -3.37200 2.62500 -3.45400 c -2.93800 -3.57900 3.22300 -3.71100 3.48400 -3.84400 c -3.75400 -3.98100 3.98400 -4.13700 4.17200 -4.31300 c -4.36700 -4.49300 4.52000 -4.70000 4.62500 -4.93800 c -4.73800 -5.16800 4.79700 -5.45400 4.79700 -5.79700 c -4.79700 -6.17200 4.72700 -6.51200 4.59400 -6.81300 c -4.45700 -7.10600 4.26600 -7.35600 4.01600 -7.56300 c -3.76600 -7.76200 3.45700 -7.91500 3.09400 -8.01600 c -2.73800 -8.11800 2.33600 -8.17200 1.89100 -8.17200 c -1.45300 -8.17200 1.08600 -8.14100 0.79700 -8.07900 c -0.51600 -8.01600 0.25000 -7.95000 0.00000 -7.87500 c -0.02000 -7.76200 0.04700 -7.64100 0.07800 -7.51600 c -0.11700 -7.39100 0.16000 -7.27800 0.20300 -7.17200 c -h -f -Q -Q -Q -q -1 0 0 1 115.44900 648.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -4.23500 0.00000 l -4.24200 -0.04300 4.25000 -0.09400 4.25000 -0.15600 c -4.25800 -0.21900 4.26600 -0.28100 4.26600 -0.34400 c -4.26600 -0.39900 4.25800 -0.46100 4.25000 -0.53100 c -4.25000 -0.59400 4.24200 -0.64900 4.23500 -0.68800 c -0.76600 -0.68800 l -0.76600 -3.35900 l -3.54700 -3.35900 l -3.55500 -3.40200 3.56300 -3.45300 3.56300 -3.51600 c -3.57100 -3.57800 3.57800 -3.64100 3.57800 -3.70300 c -3.57800 -3.75800 3.57100 -3.82000 3.56300 -3.89100 c -3.56300 -3.95300 3.55500 -4.01200 3.54700 -4.06300 c -0.76600 -4.06300 l -0.76600 -7.21900 l -4.32800 -7.21900 l -4.33600 -7.26200 4.34400 -7.31300 4.34400 -7.37500 c -4.35200 -7.43800 4.36000 -7.49600 4.36000 -7.54700 c -4.36000 -7.60200 4.35200 -7.66400 4.34400 -7.73400 c -4.34400 -7.80900 4.33600 -7.86700 4.32800 -7.90600 c -0.00000 -7.90600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 121.37900 648.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -4.23400 0.00000 l -4.24200 -0.04300 4.25000 -0.09400 4.25000 -0.15600 c -4.25800 -0.21900 4.26600 -0.28100 4.26600 -0.34400 c -4.26600 -0.39900 4.25800 -0.46100 4.25000 -0.53100 c -4.25000 -0.59400 4.24200 -0.64900 4.23400 -0.68800 c -0.76600 -0.68800 l -0.76600 -3.35900 l -3.54700 -3.35900 l -3.55500 -3.40200 3.56200 -3.45300 3.56200 -3.51600 c -3.57000 -3.57800 3.57800 -3.64100 3.57800 -3.70300 c -3.57800 -3.75800 3.57000 -3.82000 3.56200 -3.89100 c -3.56200 -3.95300 3.55500 -4.01200 3.54700 -4.06300 c -0.76600 -4.06300 l -0.76600 -7.21900 l -4.32800 -7.21900 l -4.33600 -7.26200 4.34400 -7.31300 4.34400 -7.37500 c -4.35200 -7.43800 4.35900 -7.49600 4.35900 -7.54700 c -4.35900 -7.60200 4.35200 -7.66400 4.34400 -7.73400 c -4.34400 -7.80900 4.33600 -7.86700 4.32800 -7.90600 c -0.00000 -7.90600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 129.96100 647.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 134.12100 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 140.15600 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 146.16400 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95300 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47300 -0.37500 3.56700 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14100 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.77000 -0.14800 4.93800 -0.09400 c -5.11300 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68800 -5.75000 c -3.65600 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.02000 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 158.52700 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45400 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45400 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95400 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70400 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45400 -5.23400 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45400 -5.10900 c -3.45400 -3.00000 l -h -3.45400 -2.03100 m -3.45400 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53600 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70400 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78600 0.00000 2.07800 0.00000 c -2.78600 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20400 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28600 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95400 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45400 -2.37500 c -3.45400 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 163.80100 647.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 171.94100 648.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.05100 -0.02300 0.11400 -0.01500 0.18800 -0.01500 c -0.25800 -0.00800 0.32900 0.00000 0.39100 0.00000 c -0.45400 0.00000 0.51600 -0.00800 0.57900 -0.01500 c -0.64900 -0.01500 0.71100 -0.02300 0.76600 -0.03100 c -0.76600 -7.93700 l -0.71100 -7.94500 0.64900 -7.95300 0.57900 -7.95300 c -0.51600 -7.95300 0.45400 -7.95300 0.39100 -7.95300 c -0.31700 -7.95300 0.24300 -7.95300 0.17200 -7.95300 c -0.09800 -7.95300 0.04000 -7.94500 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 174.92600 648.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.05100 -0.02300 0.11300 -0.01500 0.18700 -0.01500 c -0.25800 -0.00800 0.32800 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.51500 -0.00800 0.57800 -0.01500 c -0.64800 -0.01500 0.71100 -0.02300 0.76500 -0.03100 c -0.76500 -7.93700 l -0.71100 -7.94500 0.64800 -7.95300 0.57800 -7.95300 c -0.51500 -7.95300 0.45300 -7.95300 0.39000 -7.95300 c -0.31600 -7.95300 0.24200 -7.95300 0.17200 -7.95300 c -0.09700 -7.95300 0.03900 -7.94500 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 177.00800 648.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14000 -0.67200 m -0.01500 -0.67200 l -0.00400 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23400 0.00000 -0.17200 c -0.00000 -0.10200 0.00400 -0.04300 0.01500 0.00000 c -5.01500 0.00000 l -5.02300 -0.04300 5.03100 -0.09400 5.03100 -0.15600 c -5.03900 -0.21100 5.04700 -0.26600 5.04700 -0.32800 c -5.04700 -0.38300 5.03900 -0.44500 5.03100 -0.51600 c -5.03100 -0.57800 5.02300 -0.63300 5.01500 -0.67200 c -2.90600 -0.67200 l -2.90600 -7.90600 l -2.85100 -7.91400 2.78900 -7.92200 2.71900 -7.92200 c -2.65600 -7.92200 2.59400 -7.92200 2.53100 -7.92200 c -2.45700 -7.92200 2.38300 -7.92200 2.31200 -7.92200 c -2.23800 -7.92200 2.18000 -7.91400 2.14000 -7.90600 c -2.14000 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 186.87500 648.13723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.07000 -0.11700 0.17600 -0.10600 0.31300 -0.09400 c -0.44500 -0.07400 0.59400 -0.05900 0.75000 -0.04700 c -0.90600 -0.02700 1.06300 -0.01600 1.21900 -0.01600 c -1.37500 -0.00800 1.51600 0.00000 1.64100 0.00000 c -2.50400 0.00000 3.16400 -0.16800 3.62500 -0.50000 c -4.09400 -0.83600 4.32800 -1.35600 4.32800 -2.06300 c -4.32800 -2.29300 4.28900 -2.50000 4.21900 -2.68800 c -4.14500 -2.86700 4.05100 -3.03100 3.93800 -3.18800 c -3.82000 -3.33600 3.68800 -3.46100 3.53100 -3.56300 c -3.37500 -3.66800 3.20700 -3.74600 3.03100 -3.79700 c -3.25800 -3.82800 3.47700 -3.89100 3.68800 -3.98400 c -3.90600 -4.07000 4.09800 -4.19500 4.26600 -4.35900 c -4.43000 -4.52700 4.56300 -4.73400 4.65600 -4.98400 c -4.75800 -5.22700 4.81300 -5.51600 4.81300 -5.85900 c -4.81300 -6.25800 4.72700 -6.60200 4.56300 -6.89100 c -4.40600 -7.17200 4.18800 -7.41400 3.90600 -7.60900 c -3.62500 -7.79700 3.28900 -7.93800 2.90600 -8.03100 c -2.52000 -8.11300 2.10200 -8.15600 1.65600 -8.15600 c -1.53100 -8.15600 1.39500 -8.14900 1.25000 -8.14100 c -1.10200 -8.14100 0.95300 -8.13300 0.79700 -8.12500 c -0.64800 -8.11300 0.50400 -8.09800 0.35900 -8.07800 c -0.22300 -8.05500 0.10200 -8.03900 0.00000 -8.03100 c -0.00000 -0.12500 l -h -1.81300 -3.48400 m -2.40600 -3.48400 2.83600 -3.35600 3.10900 -3.09400 c -3.37900 -2.83600 3.51600 -2.49200 3.51600 -2.06300 c -3.51600 -1.66800 3.36700 -1.33600 3.07800 -1.06300 c -2.79700 -0.79300 2.34400 -0.65600 1.71900 -0.65600 c -1.53100 -0.65600 1.34800 -0.66800 1.17200 -0.68800 c -1.00400 -0.69900 0.86700 -0.71500 0.76600 -0.73400 c -0.76600 -3.48400 l -1.81300 -3.48400 l -h -0.76600 -7.42200 m -0.86700 -7.43400 1.00400 -7.44500 1.17200 -7.45300 c -1.34800 -7.46500 1.53100 -7.46900 1.71900 -7.46900 c -2.00000 -7.46900 2.27300 -7.44500 2.54700 -7.39100 c -2.82800 -7.34000 3.07000 -7.25000 3.28100 -7.12500 c -3.50000 -7.00000 3.67200 -6.84000 3.79700 -6.64100 c -3.93000 -6.43400 4.00000 -6.17200 4.00000 -5.85900 c -4.00000 -5.55900 3.94100 -5.30500 3.82800 -5.09400 c -3.72300 -4.88700 3.57000 -4.71500 3.37500 -4.57800 c -3.18800 -4.44500 2.96100 -4.35200 2.70300 -4.29700 c -2.45300 -4.23400 2.17600 -4.20300 1.87500 -4.20300 c -0.76600 -4.20300 l -0.76600 -7.42200 l -h -f -Q -Q -Q -q -1 0 0 1 192.88700 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 199.51600 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.42200 0.68700 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68700 c -1.05400 -0.55500 1.17500 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97200 -0.03100 2.17500 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48400 3.64000 -0.60900 c -3.72200 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14800 4.93700 -0.09400 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17200 0.00000 6.64400 -0.18700 6.93700 -0.56200 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25700 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05000 -5.75000 7.00000 -5.75000 c -6.96800 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74200 6.64000 -5.73400 c -6.64000 -2.40600 l -6.64000 -1.81200 6.53900 -1.37500 6.34300 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.67900 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30400 -1.35900 4.21800 -1.54700 4.15600 -1.76600 c -4.09300 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73400 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80000 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88200 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06200 -0.60900 1.85100 -0.66800 1.65600 -0.78100 c -1.46800 -0.89800 1.30000 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71800 -2.57800 0.71800 -2.92200 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 208.71100 648.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43700 m -0.89400 -7.50000 1.07800 -7.54700 1.26600 -7.57800 c -1.45300 -7.60200 1.64800 -7.60900 1.85900 -7.60900 c -2.14800 -7.60900 2.42600 -7.56200 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39100 -7.01600 c -3.59800 -6.82000 3.75800 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98400 3.68700 -3.60900 c -3.43700 -3.22700 3.03100 -3.03100 2.46900 -3.03100 c -2.28900 -3.03100 2.09800 -3.06200 1.89100 -3.12500 c -1.68000 -3.18000 1.48800 -3.27700 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89100 -3.96900 c -0.77300 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09800 -2.83600 1.39100 -2.65600 c -1.68000 -2.46900 2.05500 -2.37500 2.51600 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55500 -3.54700 4.67200 -3.89100 c -4.78500 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72700 -8.23400 1.71900 -8.23400 c -1.38300 -8.23400 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 214.84000 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 220.05500 645.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30000 -5.64100 2.21800 -5.64100 c -2.13300 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80000 -0.00800 0.84300 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84300 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09300 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01600 c -2.81200 -7.28200 l -2.67600 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76500 -8.29700 0.63300 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 229.73400 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 235.68000 648.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96800 -3.17200 m -0.01500 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01500 -2.56300 c -0.96800 -2.56300 l -0.96800 -2.12500 l -0.96800 -1.43800 1.11700 -0.92200 1.42200 -0.57900 c -1.73400 -0.22700 2.21800 -0.04700 2.87500 -0.04700 c -3.03100 -0.04700 3.17500 -0.06300 3.31200 -0.09400 c -3.45700 -0.11800 3.57800 -0.13700 3.67200 -0.15700 c -3.64800 -0.30500 3.62500 -0.42200 3.59300 -0.51600 c -3.56200 -0.60200 3.53100 -0.68800 3.50000 -0.78200 c -3.42500 -0.77400 3.33600 -0.75800 3.23400 -0.73500 c -3.12900 -0.70400 3.01500 -0.68800 2.89000 -0.68800 c -2.69100 -0.68800 2.51900 -0.71100 2.37500 -0.75000 c -2.22600 -0.79300 2.10100 -0.86800 2.00000 -0.96900 c -1.90600 -1.07500 1.83200 -1.22700 1.78100 -1.42200 c -1.72600 -1.61000 1.70300 -1.85600 1.70300 -2.15700 c -1.70300 -2.56300 l -4.34300 -2.56300 l -4.34300 -2.06300 l -4.34300 -1.37500 4.49200 -0.86000 4.79700 -0.51600 c -5.09700 -0.17200 5.58200 0.00000 6.25000 0.00000 c -6.39400 0.00000 6.53100 -0.01200 6.65600 -0.03200 c -6.78900 -0.04300 6.89800 -0.06300 6.98400 -0.09400 c -6.97200 -0.23100 6.95700 -0.34400 6.93700 -0.43800 c -6.91400 -0.52400 6.89400 -0.61800 6.87500 -0.71900 c -6.80100 -0.70000 6.70700 -0.68400 6.59300 -0.67200 c -6.48800 -0.65300 6.37500 -0.64100 6.25000 -0.64100 c -6.06200 -0.64100 5.89400 -0.66500 5.75000 -0.70400 c -5.60100 -0.74700 5.47600 -0.82100 5.37500 -0.92200 c -5.28100 -1.02800 5.20300 -1.18000 5.14000 -1.37500 c -5.08600 -1.56300 5.06200 -1.80500 5.06200 -2.09400 c -5.06200 -2.56300 l -6.60900 -2.56300 l -6.60900 -2.59400 6.60900 -2.64100 6.60900 -2.70400 c -6.61700 -2.76600 6.62500 -2.82500 6.62500 -2.87500 c -6.62500 -2.93800 6.61700 -2.99700 6.60900 -3.04700 c -6.60900 -3.10200 6.60900 -3.14100 6.60900 -3.17200 c -5.06200 -3.17200 l -5.06200 -8.17200 l -5.01900 -8.18000 4.95700 -8.18800 4.87500 -8.18800 c -4.80100 -8.18800 4.74200 -8.18800 4.70300 -8.18800 c -4.66000 -8.18800 4.59700 -8.18800 4.51500 -8.18800 c -4.44100 -8.18800 4.38300 -8.18000 4.34300 -8.17200 c -4.34300 -3.17200 l -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59700 -8.18800 1.51500 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34300 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.01900 -8.18000 0.96800 -8.17200 c -0.96800 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 242.94900 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 249.34000 645.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 252.69900 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 260.96900 648.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01500 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01500 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.42900 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59700 -0.34400 3.57800 -0.43800 c -3.55400 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43700 -0.70000 3.34700 -0.68400 3.23400 -0.67200 c -3.12900 -0.65300 3.01500 -0.64100 2.89000 -0.64100 c -2.69100 -0.64100 2.51900 -0.66500 2.37500 -0.70400 c -2.22600 -0.74700 2.10100 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72600 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26500 -2.82500 3.26500 -2.87500 c -3.26500 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59700 -8.18800 1.51500 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.01900 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 265.39100 645.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05000 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 268.75400 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 274.83200 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 284.43800 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71000 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04600 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71000 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 291.06600 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41500 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 297.36300 648.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73900 -7.15200 0.78200 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55500 1.87500 -7.53100 c -1.90700 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28200 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65700 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 300.04300 648.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 303.44100 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.04000 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 309.42600 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 319.03100 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 324.14500 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71000 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04600 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71000 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 330.72700 645.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54600 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84300 -4.15700 c -0.92500 -4.40700 1.04600 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55000 -4.98500 1.78100 -5.04700 c -2.00700 -5.10200 2.26500 -5.12500 2.54600 -5.12500 c -2.79600 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55400 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17500 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71800 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 337.09000 645.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 340.44500 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36800 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86800 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 345.45700 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 351.48800 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 359.94500 648.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 363.34400 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 373.30900 648.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76500 -4.23500 m -0.83600 -4.24700 0.89800 -4.25800 0.95300 -4.26600 c -1.00400 -4.26600 1.05400 -4.27400 1.10900 -4.28200 c -1.17200 -4.28200 1.23400 -4.28200 1.29600 -4.28200 c -1.36700 -4.28200 1.46100 -4.28200 1.57800 -4.28200 c -1.83600 -4.28200 2.09300 -4.26200 2.34300 -4.21900 c -2.60100 -4.18000 2.83600 -4.09000 3.04600 -3.95400 c -3.26500 -3.82100 3.43700 -3.63300 3.56200 -3.39100 c -3.68700 -3.14100 3.75000 -2.81300 3.75000 -2.40700 c -3.75000 -2.08600 3.69500 -1.81300 3.59300 -1.59400 c -3.50000 -1.37500 3.35900 -1.20400 3.17200 -1.07900 c -2.99200 -0.94600 2.76900 -0.85200 2.50000 -0.79700 c -2.23800 -0.73500 1.94500 -0.70400 1.62500 -0.70400 c -1.43700 -0.70400 1.26900 -0.71100 1.12500 -0.71900 c -0.97600 -0.73100 0.85900 -0.74300 0.76500 -0.75000 c -0.76500 -4.23500 l -h -0.00000 -0.14100 m -0.07000 -0.13300 0.17200 -0.12200 0.29600 -0.11000 c -0.42900 -0.09000 0.57800 -0.07500 0.73400 -0.06300 c -0.89800 -0.04300 1.06200 -0.02800 1.21800 -0.01600 c -1.38200 -0.00800 1.53500 0.00000 1.67200 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84300 -0.14100 c -3.19500 -0.22700 3.50000 -0.36800 3.75000 -0.56300 c -4.00700 -0.75000 4.20700 -0.99700 4.34300 -1.29700 c -4.48800 -1.60200 4.56200 -1.96900 4.56200 -2.40700 c -4.56200 -2.86800 4.47600 -3.26200 4.31200 -3.59400 c -4.15600 -3.93000 3.94100 -4.20000 3.67200 -4.40700 c -3.41000 -4.60600 3.10100 -4.75000 2.75000 -4.84400 c -2.39400 -4.93800 2.01900 -4.98500 1.62500 -4.98500 c -1.45700 -4.98500 1.31200 -4.98500 1.18700 -4.98500 c -1.06200 -4.97700 0.92200 -4.96100 0.76500 -4.93800 c -0.76500 -8.04700 l -0.71100 -8.05500 0.64800 -8.06300 0.57800 -8.06300 c -0.51500 -8.06300 0.45300 -8.06300 0.39000 -8.06300 c -0.31600 -8.06300 0.24200 -8.06300 0.17200 -8.06300 c -0.09700 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 378.47300 645.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30000 -5.64100 2.21800 -5.64100 c -2.13200 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80000 -0.00800 0.84300 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84300 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09300 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01600 c -2.81200 -7.28200 l -2.67500 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76500 -8.29700 0.63200 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 384.20700 647.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 388.68000 648.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13300 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 394.66000 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 401.28900 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 407.24200 641.07423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03100 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98900 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66000 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 412.60200 648.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14000 -0.67200 m -0.01500 -0.67200 l -0.00300 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23400 0.00000 -0.17200 c -0.00000 -0.10200 0.00300 -0.04300 0.01500 0.00000 c -5.01500 0.00000 l -5.02300 -0.04300 5.03100 -0.09400 5.03100 -0.15600 c -5.03900 -0.21100 5.04600 -0.26600 5.04600 -0.32800 c -5.04600 -0.38300 5.03900 -0.44500 5.03100 -0.51600 c -5.03100 -0.57800 5.02300 -0.63300 5.01500 -0.67200 c -2.90600 -0.67200 l -2.90600 -7.90600 l -2.85100 -7.91400 2.78900 -7.92200 2.71800 -7.92200 c -2.65600 -7.92200 2.59300 -7.92200 2.53100 -7.92200 c -2.45700 -7.92200 2.38200 -7.92200 2.31200 -7.92200 c -2.23800 -7.92200 2.17900 -7.91400 2.14000 -7.90600 c -2.14000 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 418.80100 648.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13300 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22200 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59400 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 424.78500 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 430.81600 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20400 -4.96900 m -0.36800 -5.03100 0.57900 -5.09000 0.82900 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86800 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91500 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57900 -0.44500 3.52400 -0.65200 3.45400 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95400 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16500 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20400 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 435.82800 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 445.43400 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17100 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 450.54700 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 457.12900 645.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 463.49200 645.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 466.84800 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 471.85900 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70400 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 477.89100 645.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 68.56300 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17100 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87800 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33500 -1.18700 3.10900 -0.96900 c -2.87800 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29600 -0.68700 c -1.05400 -0.73000 0.83500 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83500 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 74.57400 632.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 77.93400 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 90.49600 634.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 96.91000 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 102.94100 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20400 -4.96900 m -0.36800 -5.03100 0.57900 -5.09000 0.82900 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86800 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57900 -0.44500 3.52400 -0.65200 3.45400 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95400 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.04000 -5.40600 0.11000 -5.18700 0.20400 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 107.87500 634.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 110.74200 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06700 -5.19500 4.52400 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12900 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07100 -8.42200 2.67600 -8.46900 2.25000 -8.46900 c -1.92600 -8.46900 1.62500 -8.44100 1.34400 -8.39100 c -1.07100 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42600 -8.03500 0.27000 -7.89100 0.15600 -7.70300 c -0.05100 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73400 0.07800 -6.46100 0.23500 -6.20300 c -0.39900 -5.95300 0.61300 -5.76600 0.87500 -5.64100 c -0.72700 -5.54700 0.61000 -5.43400 0.51600 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44200 -4.28100 0.57800 -4.09400 c -0.71100 -3.89800 0.89500 -3.71900 1.12500 -3.56200 c -0.86300 -3.40600 0.65600 -3.19500 0.50000 -2.92200 c -0.35200 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32100 -1.43000 0.40600 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82800 -0.56200 c -1.01600 -0.38700 1.23900 -0.25000 1.50000 -0.15600 c -1.77000 -0.05500 2.08200 0.00000 2.43800 0.00000 c -2.73900 0.00000 3.00400 -0.03900 3.23500 -0.10900 c -3.47300 -0.18400 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34400 4.12500 -0.31200 c -4.23900 -0.27300 4.36000 -0.24200 4.48500 -0.21900 c -4.61700 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63300 5.32800 -0.75800 5.29700 -0.85900 c -4.26600 -0.85900 l -4.36000 -1.02700 4.43000 -1.19900 4.48500 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.52000 -2.54700 4.40600 -2.79700 c -4.30100 -3.03900 4.14900 -3.24200 3.95300 -3.40600 c -3.76600 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.02000 -3.86700 2.73900 -3.90600 2.43800 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72700 1.07800 -4.79700 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96900 c -1.28900 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14100 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23900 -5.92600 1.03100 -6.12500 c -0.82100 -6.32000 0.71900 -6.58600 0.71900 -6.92200 c -0.71900 -7.09800 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47300 1.02400 -7.56200 1.17200 -7.62500 c -1.31700 -7.69500 1.48500 -7.74200 1.67200 -7.76600 c -1.86000 -7.79700 2.06300 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48900 -7.69500 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.35900 4.35200 -6.15600 4.15600 -6.03100 c -3.96900 -5.91400 3.65600 -5.85900 3.21900 -5.85900 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29700 2.43800 -3.29700 c -2.91400 -3.29700 3.26600 -3.16800 3.48500 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48500 -0.98400 c -3.26600 -0.72700 2.91400 -0.59400 2.43800 -0.59400 c -1.95700 -0.59400 1.60200 -0.72700 1.37500 -0.98400 c -1.15600 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 117.16000 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 123.14100 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 129.25400 634.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 142.06600 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45400 -3.00000 m -3.32900 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45400 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95400 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70400 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45400 -5.23400 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45400 -5.10900 c -3.45400 -3.00000 l -h -3.45400 -2.03100 m -3.45400 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53600 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57900 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70400 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78600 0.00000 2.07900 0.00000 c -2.78600 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20400 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57900 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28600 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07900 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95400 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16500 -2.34000 3.32900 -2.35500 3.45400 -2.37500 c -3.45400 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 148.07800 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 154.09000 634.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26500 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 166.95300 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 172.50400 632.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 178.86700 632.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 182.24600 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 187.52300 633.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.79000 -6.82800 3.01600 -6.79600 3.20400 -6.73400 c -3.25400 -6.92100 3.29000 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 191.68400 632.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 197.79300 634.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 210.96900 634.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43700 m -0.89400 -7.50000 1.07800 -7.54700 1.26500 -7.57800 c -1.45300 -7.60200 1.64800 -7.60900 1.85900 -7.60900 c -2.14800 -7.60900 2.42600 -7.56200 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39000 -7.01600 c -3.59700 -6.82000 3.75800 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98400 3.68700 -3.60900 c -3.43700 -3.22700 3.03100 -3.03100 2.46900 -3.03100 c -2.28900 -3.03100 2.09700 -3.06200 1.89000 -3.12500 c -1.67900 -3.18000 1.48800 -3.27700 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89000 -3.96900 c -0.77300 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09700 -2.83600 1.39000 -2.65600 c -1.67900 -2.46900 2.05400 -2.37500 2.51500 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55400 -3.54700 4.67200 -3.89100 c -4.78500 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23400 1.71900 -8.23400 c -1.38300 -8.23400 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 216.55100 632.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84400 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01600 c -2.81200 -7.28200 l -2.67600 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76500 -8.29700 0.63300 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 229.60900 634.65323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76600 -4.23500 m -0.83600 -4.24700 0.89900 -4.25800 0.95400 -4.26600 c -1.00400 -4.26600 1.05500 -4.27400 1.11000 -4.28200 c -1.17200 -4.28200 1.23500 -4.28200 1.29700 -4.28200 c -1.36800 -4.28200 1.46100 -4.28200 1.57900 -4.28200 c -1.83600 -4.28200 2.09400 -4.26200 2.34400 -4.21900 c -2.60200 -4.18000 2.83600 -4.09000 3.04700 -3.95400 c -3.26600 -3.82100 3.43800 -3.63300 3.56300 -3.39100 c -3.68800 -3.14100 3.75000 -2.81300 3.75000 -2.40700 c -3.75000 -2.08600 3.69600 -1.81300 3.59400 -1.59400 c -3.50000 -1.37500 3.36000 -1.20400 3.17200 -1.07900 c -2.99300 -0.94600 2.77000 -0.85200 2.50000 -0.79700 c -2.23900 -0.73500 1.94600 -0.70400 1.62500 -0.70400 c -1.43800 -0.70400 1.27000 -0.71100 1.12500 -0.71900 c -0.97700 -0.73100 0.86000 -0.74300 0.76600 -0.75000 c -0.76600 -4.23500 l -h -0.00000 -0.14100 m -0.07100 -0.13300 0.17200 -0.12200 0.29700 -0.11000 c -0.43000 -0.09000 0.57900 -0.07500 0.73500 -0.06300 c -0.89900 -0.04300 1.06300 -0.02800 1.21900 -0.01600 c -1.38300 -0.00800 1.53600 0.00000 1.67200 0.00000 c -2.11000 0.00000 2.50000 -0.04700 2.84400 -0.14100 c -3.19600 -0.22700 3.50000 -0.36800 3.75000 -0.56300 c -4.00800 -0.75000 4.20700 -0.99700 4.34400 -1.29700 c -4.48900 -1.60200 4.56300 -1.96900 4.56300 -2.40700 c -4.56300 -2.86800 4.47700 -3.26200 4.31300 -3.59400 c -4.15700 -3.93000 3.94200 -4.20000 3.67200 -4.40700 c -3.41100 -4.60600 3.10200 -4.75000 2.75000 -4.84400 c -2.39500 -4.93800 2.02000 -4.98500 1.62500 -4.98500 c -1.45700 -4.98500 1.31300 -4.98500 1.18800 -4.98500 c -1.06300 -4.97700 0.92200 -4.96100 0.76600 -4.93800 c -0.76600 -8.04700 l -0.71100 -8.05500 0.64900 -8.06300 0.57900 -8.06300 c -0.51600 -8.06300 0.45400 -8.06300 0.39100 -8.06300 c -0.31700 -8.06300 0.24300 -8.06300 0.17200 -8.06300 c -0.09800 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 235.57000 632.23123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 238.93400 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 244.87500 634.77823 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43800 -0.70000 3.34800 -0.68400 3.23400 -0.67200 c -3.12900 -0.65300 3.01600 -0.64100 2.89100 -0.64100 c -2.69100 -0.64100 2.52000 -0.66500 2.37500 -0.70400 c -2.22700 -0.74700 2.10200 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26600 -2.82500 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 248.95700 627.57423 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03100 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98800 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66000 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 258.14500 634.65323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76500 -4.23500 m -0.83600 -4.24700 0.89800 -4.25800 0.95300 -4.26600 c -1.00300 -4.26600 1.05400 -4.27400 1.10900 -4.28200 c -1.17100 -4.28200 1.23400 -4.28200 1.29600 -4.28200 c -1.36700 -4.28200 1.46000 -4.28200 1.57800 -4.28200 c -1.83600 -4.28200 2.09300 -4.26200 2.34300 -4.21900 c -2.60100 -4.18000 2.83600 -4.09000 3.04600 -3.95400 c -3.26500 -3.82100 3.43700 -3.63300 3.56200 -3.39100 c -3.68700 -3.14100 3.75000 -2.81300 3.75000 -2.40700 c -3.75000 -2.08600 3.69500 -1.81300 3.59300 -1.59400 c -3.50000 -1.37500 3.35900 -1.20400 3.17100 -1.07900 c -2.99200 -0.94600 2.76900 -0.85200 2.50000 -0.79700 c -2.23800 -0.73500 1.94500 -0.70400 1.62500 -0.70400 c -1.43700 -0.70400 1.26900 -0.71100 1.12500 -0.71900 c -0.97600 -0.73100 0.85900 -0.74300 0.76500 -0.75000 c -0.76500 -4.23500 l -h -0.00000 -0.14100 m -0.07000 -0.13300 0.17100 -0.12200 0.29600 -0.11000 c -0.42900 -0.09000 0.57800 -0.07500 0.73400 -0.06300 c -0.89800 -0.04300 1.06200 -0.02800 1.21800 -0.01600 c -1.38200 -0.00800 1.53500 0.00000 1.67100 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84300 -0.14100 c -3.19500 -0.22700 3.50000 -0.36800 3.75000 -0.56300 c -4.00700 -0.75000 4.20700 -0.99700 4.34300 -1.29700 c -4.48800 -1.60200 4.56200 -1.96900 4.56200 -2.40700 c -4.56200 -2.86800 4.47600 -3.26200 4.31200 -3.59400 c -4.15600 -3.93000 3.94100 -4.20000 3.67100 -4.40700 c -3.41000 -4.60600 3.10100 -4.75000 2.75000 -4.84400 c -2.39400 -4.93800 2.01900 -4.98500 1.62500 -4.98500 c -1.45700 -4.98500 1.31200 -4.98500 1.18700 -4.98500 c -1.06200 -4.97700 0.92100 -4.96100 0.76500 -4.93800 c -0.76500 -8.04700 l -0.71000 -8.05500 0.64800 -8.06300 0.57800 -8.06300 c -0.51500 -8.06300 0.45300 -8.06300 0.39000 -8.06300 c -0.31600 -8.06300 0.24200 -8.06300 0.17100 -8.06300 c -0.09700 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 264.10500 632.23123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58300 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62600 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62600 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41500 -0.70300 2.37600 -0.70300 c -1.87600 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45800 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.04000 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 267.48400 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45400 -3.00000 m -3.32900 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45400 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95400 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70400 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45400 -5.23400 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45400 -5.10900 c -3.45400 -3.00000 l -h -3.45400 -2.03100 m -3.45400 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53600 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57900 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70400 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78600 0.00000 2.07900 0.00000 c -2.78600 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20400 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57900 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28600 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07900 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95400 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32900 -2.35500 3.45400 -2.37500 c -3.45400 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 273.49200 634.71523 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43700 m -0.89500 -7.50000 1.07800 -7.54700 1.26600 -7.57800 c -1.45300 -7.60200 1.64900 -7.60900 1.86000 -7.60900 c -2.14900 -7.60900 2.42600 -7.56200 2.68800 -7.46900 c -2.95700 -7.36700 3.19200 -7.21500 3.39100 -7.01600 c -3.59800 -6.82000 3.75800 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06300 -5.60200 4.06300 -5.17200 c -4.06300 -4.50800 3.93800 -3.98400 3.68800 -3.60900 c -3.43800 -3.22700 3.03100 -3.03100 2.46900 -3.03100 c -2.28900 -3.03100 2.09800 -3.06200 1.89100 -3.12500 c -1.68000 -3.18000 1.48900 -3.27700 1.31300 -3.42200 c -1.14500 -3.55900 1.00400 -3.74200 0.89100 -3.96900 c -0.77400 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09800 -2.83600 1.39100 -2.65600 c -1.68000 -2.46900 2.05500 -2.37500 2.51600 -2.37500 c -2.86000 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98900 -2.80500 4.18800 -3.03100 c -4.39500 -3.26200 4.55500 -3.54700 4.67200 -3.89100 c -4.78500 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57100 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72700 -8.23400 1.71900 -8.23400 c -1.38300 -8.23400 1.06300 -8.20300 0.75000 -8.14100 c -0.44600 -8.07800 0.19600 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 279.98100 634.71523 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09400 c -1.12400 -2.96100 1.26500 -2.84000 1.42100 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00300 -8.12500 3.92100 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62800 -3.72700 3.42100 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54600 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 286.23100 632.23123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54600 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84300 -4.15700 c -0.92500 -4.40700 1.04600 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55000 -4.98500 1.78100 -5.04700 c -2.00700 -5.10200 2.26500 -5.12500 2.54600 -5.12500 c -2.79600 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55400 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75300 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17500 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21000 -5.59400 0.94500 -5.46900 0.71800 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 299.18000 634.65323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.11000 m -0.16400 -0.09000 0.30400 -0.07500 0.42200 -0.06300 c -0.54700 -0.05500 0.66400 -0.04300 0.78100 -0.03200 c -0.89400 -0.02400 1.01500 -0.01600 1.14000 -0.01600 c -1.26500 -0.00800 1.41000 0.00000 1.57800 0.00000 c -1.92900 0.00000 2.27300 -0.04000 2.60900 -0.11000 c -2.95300 -0.18400 3.25800 -0.31300 3.53100 -0.50000 c -3.80100 -0.68000 4.01900 -0.91800 4.18700 -1.21900 c -4.35100 -1.52400 4.43700 -1.90700 4.43700 -2.37500 c -4.43700 -2.65700 4.38300 -2.91800 4.28100 -3.15700 c -4.17500 -3.38700 4.03900 -3.59400 3.87500 -3.78200 c -3.70700 -3.96900 3.51500 -4.13300 3.29700 -4.26600 c -3.08600 -4.40300 2.86700 -4.51600 2.64000 -4.61000 c -2.54700 -4.64100 l -5.07800 -8.04700 l -5.00400 -8.05500 4.92900 -8.06300 4.85900 -8.06300 c -4.78500 -8.06300 4.70700 -8.06300 4.62500 -8.06300 c -4.55100 -8.06300 4.47600 -8.06300 4.40600 -8.06300 c -4.34300 -8.06300 4.27300 -8.05500 4.20300 -8.04700 c -1.43700 -4.39100 l -1.43700 -4.34400 l -1.67200 -4.28200 l -1.92200 -4.21100 2.16000 -4.12200 2.39000 -4.01600 c -2.62900 -3.91500 2.83600 -3.79000 3.01500 -3.64100 c -3.20300 -3.48500 3.34700 -3.30500 3.45300 -3.09400 c -3.56600 -2.88700 3.62500 -2.64900 3.62500 -2.37500 c -3.62500 -1.80500 3.44500 -1.37500 3.09300 -1.09400 c -2.73800 -0.80500 2.25800 -0.65700 1.65600 -0.65700 c -1.50800 -0.65700 1.36700 -0.66500 1.23400 -0.67200 c -1.09700 -0.67200 0.94100 -0.68400 0.76500 -0.70400 c -0.76500 -8.04700 l -0.71100 -8.05500 0.64800 -8.06300 0.57800 -8.06300 c -0.50400 -8.06300 0.43700 -8.06300 0.37500 -8.06300 c -0.31200 -8.06300 0.24200 -8.06300 0.17200 -8.06300 c -0.10900 -8.06300 0.05100 -8.05500 0.00000 -8.04700 c -0.00000 -0.11000 l -h -f -Q -Q -Q -q -1 0 0 1 305.14800 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45400 -3.00000 m -3.32900 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45400 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95400 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70400 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45400 -5.23400 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45400 -5.10900 c -3.45400 -3.00000 l -h -3.45400 -2.03100 m -3.45400 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.54000 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53600 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57900 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70400 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78600 0.00000 2.07900 0.00000 c -2.78600 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20400 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57900 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28600 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07900 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95400 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16500 -2.34000 3.32900 -2.35500 3.45400 -2.37500 c -3.45400 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 311.15600 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69600 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95300 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40700 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.11000 -0.12100 3.24200 -0.18700 3.36000 -0.28100 c -3.47300 -0.37500 3.56700 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.86000 -1.03100 c -3.94200 -0.90600 4.03500 -0.78100 4.14100 -0.65600 c -4.24200 -0.53100 4.36000 -0.42200 4.48500 -0.32800 c -4.61700 -0.22700 4.77000 -0.14800 4.93800 -0.09400 c -5.11400 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32100 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11400 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15700 -0.80500 5.86700 -0.65600 5.48500 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.86000 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15700 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73900 -5.75000 3.68800 -5.75000 c -3.65700 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23900 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28200 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65700 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15700 -1.26600 c -1.02000 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 319.99200 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 325.69100 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20400 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57900 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70400 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28600 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07900 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07900 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.79000 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07900 -5.23400 3.28600 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 331.28900 634.71523 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 337.22300 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 343.23400 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 349.24600 634.71523 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 355.97300 632.23123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05000 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 359.35200 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17100 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29600 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 365.36300 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 377.68400 635.16823 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.09300 -10.40600 m -2.03100 -10.40600 1.96100 -10.40600 1.89000 -10.40600 c -1.81600 -10.41400 1.75000 -10.42200 1.68700 -10.42200 c -1.63200 -10.42200 1.58200 -10.41400 1.53100 -10.40600 c -1.47600 -10.40600 1.42500 -10.40600 1.37500 -10.40600 c -1.21800 -10.15600 1.05400 -9.84700 0.89000 -9.48400 c -0.72200 -9.12900 0.57000 -8.72600 0.43700 -8.28100 c -0.31200 -7.83600 0.20700 -7.35100 0.12500 -6.82800 c -0.03900 -6.30800 0.00000 -5.77300 0.00000 -5.21900 c -0.00000 -4.66800 0.03900 -4.13300 0.12500 -3.60900 c -0.20700 -3.09000 0.31200 -2.60500 0.43700 -2.15600 c -0.57000 -1.71100 0.72200 -1.30500 0.89000 -0.93700 c -1.05400 -0.57400 1.21800 -0.27300 1.37500 -0.03100 c -1.43700 -0.02300 1.49200 -0.01500 1.54700 -0.01500 c -1.59700 -0.00800 1.65600 0.00000 1.71800 0.00000 c -1.78100 0.00000 1.84300 -0.00800 1.90600 -0.01500 c -1.96800 -0.01500 2.03100 -0.02300 2.09300 -0.03100 c -2.00700 -0.18700 1.89000 -0.41800 1.73400 -0.71900 c -1.57800 -1.02300 1.42500 -1.39000 1.28100 -1.82800 c -1.13200 -2.26500 1.00400 -2.77300 0.89000 -3.34400 c -0.78500 -3.90600 0.73400 -4.53100 0.73400 -5.21900 c -0.73400 -5.90600 0.78500 -6.53900 0.89000 -7.10900 c -1.00400 -7.67200 1.13200 -8.16800 1.28100 -8.59400 c -1.42500 -9.03100 1.57800 -9.39800 1.73400 -9.70300 c -1.89000 -10.00400 2.00700 -10.23800 2.09300 -10.40600 c -h -f -Q -Q -Q -q -1 0 0 1 381.42600 634.63723 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.10100 -0.10600 0.22600 -0.09000 0.37500 -0.07800 c -0.53100 -0.07000 0.69100 -0.05900 0.85900 -0.04700 c -1.02300 -0.02700 1.19100 -0.01600 1.35900 -0.01600 c -1.53500 -0.00800 1.69100 0.00000 1.82800 0.00000 c -2.51500 0.00000 3.11300 -0.09400 3.62500 -0.28100 c -4.13300 -0.46900 4.55500 -0.74200 4.89000 -1.09400 c -5.22200 -1.43800 5.46900 -1.85900 5.62500 -2.35900 c -5.78900 -2.85900 5.87500 -3.43000 5.87500 -4.06300 c -5.87500 -6.79300 4.52300 -8.15600 1.82800 -8.15600 c -1.67200 -8.15600 1.50400 -8.14900 1.32800 -8.14100 c -1.14800 -8.14100 0.97600 -8.13300 0.81200 -8.12500 c -0.65600 -8.11300 0.50400 -8.09800 0.35900 -8.07800 c -0.21100 -8.05500 0.09400 -8.03900 0.00000 -8.03100 c -0.00000 -0.12500 l -h -0.76500 -7.37500 m -0.89000 -7.38700 1.03900 -7.40200 1.21900 -7.42200 c -1.40600 -7.43400 1.59400 -7.43800 1.78100 -7.43800 c -2.28900 -7.43800 2.75000 -7.38700 3.15600 -7.28100 c -3.56200 -7.16800 3.90600 -6.98100 4.18700 -6.71900 c -4.47600 -6.44900 4.69500 -6.09400 4.84400 -5.65600 c -5.00000 -5.21900 5.07800 -4.68000 5.07800 -4.03100 c -5.07800 -2.89900 4.78500 -2.06300 4.20300 -1.53100 c -3.61700 -1.00000 2.81200 -0.73400 1.78100 -0.73400 c -1.61300 -0.73400 1.42900 -0.74200 1.23400 -0.75000 c -1.04700 -0.75000 0.89000 -0.76200 0.76500 -0.78100 c -0.76500 -7.37500 l -h -f -Q -Q -Q -q -1 0 0 1 388.66400 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 395.05900 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09300 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55400 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71800 -0.89100 l -0.87500 -0.66400 1.09700 -0.46100 1.39000 -0.28100 c -1.67900 -0.09400 2.05400 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55400 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84300 -2.27300 4.84300 -2.75000 c -4.84300 -3.24200 4.77300 -3.68000 4.64000 -4.06200 c -4.50400 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75700 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.67900 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71800 -5.68700 c -0.71800 -8.32800 l -0.67500 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09700 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71800 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42500 -5.20300 1.66400 -5.21900 1.96800 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64000 -4.44500 3.78500 -4.19500 3.89000 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46800 -0.64100 c -2.28900 -0.64100 2.09700 -0.67200 1.89000 -0.73400 c -1.67900 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89000 -1.59400 c -0.77300 -1.82400 0.71800 -2.11700 0.71800 -2.46900 c -0.71800 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 400.81300 633.94923 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33500 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25300 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 404.94100 627.57423 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03200 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03200 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65700 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98900 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66100 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03200 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 413.72300 634.65323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.26500 -8.17200 m -2.71100 -8.17200 2.22600 -8.07100 1.81200 -7.87500 c -1.40600 -7.68000 1.06600 -7.39900 0.79700 -7.03200 c -0.53500 -6.66800 0.33600 -6.23500 0.20300 -5.73500 c -0.06600 -5.23500 0.00000 -4.68800 0.00000 -4.09400 c -0.00000 -3.50000 0.06600 -2.95400 0.20300 -2.45400 c -0.33600 -1.95400 0.53500 -1.52400 0.79700 -1.15700 c -1.06600 -0.79300 1.40600 -0.51200 1.81200 -0.31300 c -2.22600 -0.10600 2.71100 0.00000 3.26500 0.00000 c -3.81600 0.00000 4.29700 -0.10600 4.70300 -0.31300 c -5.11700 -0.51200 5.45700 -0.79300 5.71800 -1.15700 c -5.98800 -1.52400 6.19100 -1.95400 6.32800 -2.45400 c -6.46100 -2.95400 6.53100 -3.50000 6.53100 -4.09400 c -6.53100 -4.68800 6.46100 -5.23500 6.32800 -5.73500 c -6.19100 -6.23500 5.98800 -6.66800 5.71800 -7.03200 c -5.45700 -7.39900 5.11700 -7.68000 4.70300 -7.87500 c -4.29700 -8.07100 3.81600 -8.17200 3.26500 -8.17200 c -h -3.26500 -7.48500 m -3.69100 -7.48500 4.05400 -7.40300 4.35900 -7.23500 c -4.67200 -7.07100 4.92900 -6.84000 5.14000 -6.54700 c -5.34700 -6.24700 5.50000 -5.88700 5.59300 -5.46900 c -5.69500 -5.04300 5.75000 -4.58600 5.75000 -4.09400 c -5.75000 -3.59400 5.69500 -3.13700 5.59300 -2.71900 c -5.50000 -2.29300 5.34700 -1.93400 5.14000 -1.64100 c -4.92900 -1.34000 4.67200 -1.11000 4.35900 -0.95400 c -4.05400 -0.79000 3.69100 -0.70400 3.26500 -0.70400 c -2.83600 -0.70400 2.46800 -0.79000 2.15600 -0.95400 c -1.84300 -1.11000 1.58600 -1.34000 1.39000 -1.64100 c -1.19100 -1.93400 1.03900 -2.29300 0.93700 -2.71900 c -0.84300 -3.13700 0.79700 -3.59400 0.79700 -4.09400 c -0.79700 -4.58600 0.84300 -5.04300 0.93700 -5.46900 c -1.03900 -5.88700 1.19100 -6.24700 1.39000 -6.54700 c -1.58600 -6.84000 1.84300 -7.07100 2.15600 -7.23500 c -2.46800 -7.40300 2.83600 -7.48500 3.26500 -7.48500 c -h -f -Q -Q -Q -q -1 0 0 1 421.35900 634.77823 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11800 -0.86000 1.42200 -0.51600 c -1.73500 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03200 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61400 -0.23100 3.59800 -0.34400 3.57900 -0.43800 c -3.55500 -0.52400 3.53200 -0.61800 3.50000 -0.71900 c -3.43800 -0.70000 3.34800 -0.68400 3.23500 -0.67200 c -3.12900 -0.65300 3.01600 -0.64100 2.89100 -0.64100 c -2.69200 -0.64100 2.52000 -0.66500 2.37500 -0.70400 c -2.22700 -0.74700 2.10200 -0.82100 2.00000 -0.92200 c -1.90700 -1.02800 1.83200 -1.18000 1.78200 -1.37500 c -1.72700 -1.56300 1.70400 -1.80500 1.70400 -2.09400 c -1.70400 -2.56300 l -3.23500 -2.56300 l -3.24300 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26600 -2.82500 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24300 -3.14100 3.23500 -3.17200 c -1.70400 -3.17200 l -1.70400 -8.17200 l -1.66100 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44200 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23900 -8.18800 1.15700 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 431.48100 634.54323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.64000 -0.03100 m -2.69100 -0.02300 2.75700 -0.01500 2.84300 -0.01500 c -2.93700 -0.00800 3.01900 0.00000 3.09300 0.00000 c -3.17500 0.00000 3.25700 -0.00800 3.34300 -0.01500 c -3.42500 -0.01500 3.49200 -0.02300 3.54600 -0.03100 c -6.18700 -7.93700 l -6.14400 -7.94500 6.08200 -7.95300 6.00000 -7.95300 c -5.91400 -7.95300 5.83500 -7.95300 5.76500 -7.95300 c -5.70300 -7.95300 5.63200 -7.95300 5.56200 -7.95300 c -5.48800 -7.95300 5.42500 -7.94500 5.37400 -7.93700 c -4.70300 -5.92200 l -1.45300 -5.92200 l -0.82800 -7.93700 l -0.76500 -7.94500 0.69100 -7.95300 0.60900 -7.95300 c -0.53500 -7.95300 0.46800 -7.95300 0.40600 -7.95300 c -0.33200 -7.95300 0.25300 -7.95300 0.17100 -7.95300 c -0.09700 -7.95300 0.03900 -7.94500 0.00000 -7.93700 c -2.64000 -0.03100 l -h -4.48400 -5.21900 m -3.06200 -0.82800 l -1.67100 -5.21900 l -4.48400 -5.21900 l -h -f -Q -Q -Q -q -1 0 0 1 438.53500 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 444.93000 632.23123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 448.28900 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 454.55900 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29600 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04600 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04600 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 459.88300 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39000 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77300 -3.68000 4.64000 -4.06200 c -4.50400 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64000 -4.44500 3.78500 -4.19500 3.89000 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89000 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89000 -1.59400 c -0.77300 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 466.01200 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 471.70700 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 476.82000 632.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 69.06300 621.01223 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -4.23400 0.00000 l -4.24200 -0.04300 4.25000 -0.09400 4.25000 -0.15600 c -4.25700 -0.21900 4.26500 -0.28100 4.26500 -0.34400 c -4.26500 -0.39900 4.25700 -0.46100 4.25000 -0.53100 c -4.25000 -0.59400 4.24200 -0.64900 4.23400 -0.68800 c -0.76500 -0.68800 l -0.76500 -3.35900 l -3.54600 -3.35900 l -3.55400 -3.40200 3.56200 -3.45300 3.56200 -3.51600 c -3.57000 -3.57800 3.57800 -3.64100 3.57800 -3.70300 c -3.57800 -3.75800 3.57000 -3.82000 3.56200 -3.89100 c -3.56200 -3.95300 3.55400 -4.01200 3.54600 -4.06300 c -0.76500 -4.06300 l -0.76500 -7.21900 l -4.32800 -7.21900 l -4.33500 -7.26200 4.34300 -7.31300 4.34300 -7.37500 c -4.35100 -7.43800 4.35900 -7.49600 4.35900 -7.54700 c -4.35900 -7.60200 4.35100 -7.66400 4.34300 -7.73400 c -4.34300 -7.80900 4.33500 -7.86700 4.32800 -7.90600 c -0.00000 -7.90600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 74.85200 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00300 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09300 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 80.61700 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06700 -5.19500 4.52400 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12900 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11400 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07100 -8.42200 2.67600 -8.46900 2.25000 -8.46900 c -1.92600 -8.46900 1.62500 -8.44100 1.34400 -8.39100 c -1.07100 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42600 -8.03500 0.27000 -7.89100 0.15600 -7.70300 c -0.05100 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73400 0.07800 -6.46100 0.23500 -6.20300 c -0.39900 -5.95300 0.61400 -5.76600 0.87500 -5.64100 c -0.72700 -5.54700 0.61000 -5.43400 0.51600 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44200 -4.28100 0.57800 -4.09400 c -0.71100 -3.89800 0.89500 -3.71900 1.12500 -3.56200 c -0.86400 -3.40600 0.65600 -3.19500 0.50000 -2.92200 c -0.35200 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32100 -1.43000 0.40600 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82800 -0.56200 c -1.01600 -0.38700 1.23800 -0.25000 1.50000 -0.15600 c -1.77000 -0.05500 2.08200 0.00000 2.43800 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23500 -0.10900 c -3.47300 -0.18400 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34400 4.12500 -0.31200 c -4.23800 -0.27300 4.36000 -0.24200 4.48500 -0.21900 c -4.61700 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63300 5.32800 -0.75800 5.29700 -0.85900 c -4.26600 -0.85900 l -4.36000 -1.02700 4.43000 -1.19900 4.48500 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.52000 -2.54700 4.40600 -2.79700 c -4.30100 -3.03900 4.14900 -3.24200 3.95300 -3.40600 c -3.76600 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.02000 -3.86700 2.73800 -3.90600 2.43800 -3.90600 c -2.11400 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72700 1.07800 -4.79700 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96900 c -1.28900 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14100 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23800 -5.92600 1.03100 -6.12500 c -0.82100 -6.32000 0.71900 -6.58600 0.71900 -6.92200 c -0.71900 -7.09800 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47300 1.02400 -7.56200 1.17200 -7.62500 c -1.31700 -7.69500 1.48500 -7.74200 1.67200 -7.76600 c -1.86000 -7.79700 2.06300 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48800 -7.69500 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.35900 4.35200 -6.15600 4.15600 -6.03100 c -3.96900 -5.91400 3.65600 -5.85900 3.21900 -5.85900 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29700 2.43800 -3.29700 c -2.91400 -3.29700 3.26600 -3.16800 3.48500 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48500 -0.98400 c -3.26600 -0.72700 2.91400 -0.59400 2.43800 -0.59400 c -1.95700 -0.59400 1.60200 -0.72700 1.37500 -0.98400 c -1.15600 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 86.64500 621.04323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13200 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29600 -0.03100 c -1.29600 -0.08600 1.29600 -0.15600 1.29600 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29600 -0.71900 c -1.29600 -0.81200 1.29600 -0.89000 1.29600 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 90.04300 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 96.02300 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.79000 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70400 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 102.10500 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12600 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08300 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37600 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.79000 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70400 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 108.49600 618.73123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 111.95300 621.04323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 115.35200 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00300 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09300 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 121.11300 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06700 -5.19500 4.52400 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12900 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11400 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07100 -8.42200 2.67600 -8.46900 2.25000 -8.46900 c -1.92600 -8.46900 1.62500 -8.44100 1.34400 -8.39100 c -1.07100 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42600 -8.03500 0.27000 -7.89100 0.15700 -7.70300 c -0.05100 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73400 0.07800 -6.46100 0.23500 -6.20300 c -0.39900 -5.95300 0.61400 -5.76600 0.87500 -5.64100 c -0.72700 -5.54700 0.61000 -5.43400 0.51600 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44200 -4.28100 0.57800 -4.09400 c -0.71100 -3.89800 0.89500 -3.71900 1.12500 -3.56200 c -0.86400 -3.40600 0.65700 -3.19500 0.50000 -2.92200 c -0.35200 -2.65200 0.28200 -2.32800 0.28200 -1.95300 c -0.28200 -1.68400 0.32100 -1.43000 0.40700 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82800 -0.56200 c -1.01600 -0.38700 1.23900 -0.25000 1.50000 -0.15600 c -1.77000 -0.05500 2.08200 0.00000 2.43800 0.00000 c -2.73900 0.00000 3.00400 -0.03900 3.23500 -0.10900 c -3.47300 -0.18400 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34400 4.12500 -0.31200 c -4.23900 -0.27300 4.36000 -0.24200 4.48500 -0.21900 c -4.61800 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63300 5.32800 -0.75800 5.29700 -0.85900 c -4.26600 -0.85900 l -4.36000 -1.02700 4.43000 -1.19900 4.48500 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.52000 -2.54700 4.40700 -2.79700 c -4.30100 -3.03900 4.14900 -3.24200 3.95300 -3.40600 c -3.76600 -3.56200 3.53900 -3.68700 3.28200 -3.78100 c -3.02000 -3.86700 2.73900 -3.90600 2.43800 -3.90600 c -2.11400 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72700 1.07800 -4.79700 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96900 c -1.28900 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14100 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23900 -5.92600 1.03200 -6.12500 c -0.82100 -6.32000 0.71900 -6.58600 0.71900 -6.92200 c -0.71900 -7.09800 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47300 1.02400 -7.56200 1.17200 -7.62500 c -1.31700 -7.69500 1.48500 -7.74200 1.67200 -7.76600 c -1.86000 -7.79700 2.06300 -7.81200 2.28200 -7.81200 c -2.95700 -7.81200 3.48900 -7.69500 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.35900 4.35200 -6.15600 4.15700 -6.03100 c -3.96900 -5.91400 3.65700 -5.85900 3.21900 -5.85900 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15700 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29700 2.43800 -3.29700 c -2.91400 -3.29700 3.26600 -3.16800 3.48500 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48500 -0.98400 c -3.26600 -0.72700 2.91400 -0.59400 2.43800 -0.59400 c -1.95700 -0.59400 1.60200 -0.72700 1.37500 -0.98400 c -1.15700 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 126.78500 614.05923 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.59400 -0.01600 m -0.65600 -0.00800 0.71900 0.00000 0.78100 0.00000 c -0.84400 0.00000 0.90600 0.00000 0.96900 0.00000 c -1.03100 0.00000 1.09400 0.00000 1.15600 0.00000 c -1.21900 0.00000 1.28500 -0.00800 1.36000 -0.01600 c -0.76600 -2.20300 l -0.69200 -2.21100 0.62500 -2.21900 0.56300 -2.21900 c -0.50000 -2.21900 0.43800 -2.21900 0.37500 -2.21900 c -0.31300 -2.21900 0.25000 -2.21900 0.18800 -2.21900 c -0.12500 -2.21900 0.06300 -2.21100 0.00000 -2.20300 c -0.59400 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 132.57000 621.04323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.05100 -0.02300 0.11400 -0.01500 0.18800 -0.01500 c -0.25800 -0.00800 0.32800 0.00000 0.39100 0.00000 c -0.45300 0.00000 0.51600 -0.00800 0.57800 -0.01500 c -0.64900 -0.01500 0.71100 -0.02300 0.76600 -0.03100 c -0.76600 -7.93700 l -0.71100 -7.94500 0.64900 -7.95300 0.57800 -7.95300 c -0.51600 -7.95300 0.45300 -7.95300 0.39100 -7.95300 c -0.31700 -7.95300 0.24300 -7.95300 0.17200 -7.95300 c -0.09800 -7.95300 0.03900 -7.94500 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 135.55900 621.04323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.05000 -0.02300 0.11300 -0.01500 0.18700 -0.01500 c -0.25700 -0.00800 0.32800 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.51500 -0.00800 0.57800 -0.01500 c -0.64800 -0.01500 0.71100 -0.02300 0.76500 -0.03100 c -0.76500 -7.93700 l -0.71100 -7.94500 0.64800 -7.95300 0.57800 -7.95300 c -0.51500 -7.95300 0.45300 -7.95300 0.39000 -7.95300 c -0.31600 -7.95300 0.24200 -7.95300 0.17200 -7.95300 c -0.09700 -7.95300 0.03900 -7.94500 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 137.63700 621.01223 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14000 -0.67200 m -0.01500 -0.67200 l -0.00400 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23400 0.00000 -0.17200 c -0.00000 -0.10200 0.00400 -0.04300 0.01500 0.00000 c -5.01500 0.00000 l -5.02300 -0.04300 5.03100 -0.09400 5.03100 -0.15600 c -5.03900 -0.21100 5.04700 -0.26600 5.04700 -0.32800 c -5.04700 -0.38300 5.03900 -0.44500 5.03100 -0.51600 c -5.03100 -0.57800 5.02300 -0.63300 5.01500 -0.67200 c -2.90600 -0.67200 l -2.90600 -7.90600 l -2.85100 -7.91400 2.78900 -7.92200 2.71800 -7.92200 c -2.65600 -7.92200 2.59400 -7.92200 2.53100 -7.92200 c -2.45700 -7.92200 2.38300 -7.92200 2.31200 -7.92200 c -2.23800 -7.92200 2.17900 -7.91400 2.14000 -7.90600 c -2.14000 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 146.73100 621.13723 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.07000 -0.11700 0.17500 -0.10600 0.31200 -0.09400 c -0.44500 -0.07400 0.59300 -0.05900 0.75000 -0.04700 c -0.90600 -0.02700 1.06200 -0.01600 1.21800 -0.01600 c -1.37400 -0.00800 1.51500 0.00000 1.64000 0.00000 c -2.50300 0.00000 3.16400 -0.16800 3.62400 -0.50000 c -4.09300 -0.83600 4.32800 -1.35600 4.32800 -2.06300 c -4.32800 -2.29300 4.28900 -2.50000 4.21800 -2.68800 c -4.14400 -2.86700 4.05000 -3.03100 3.93700 -3.18800 c -3.82000 -3.33600 3.68700 -3.46100 3.53100 -3.56300 c -3.37400 -3.66800 3.20700 -3.74600 3.03100 -3.79700 c -3.25700 -3.82800 3.47600 -3.89100 3.68700 -3.98400 c -3.90600 -4.07000 4.09700 -4.19500 4.26500 -4.35900 c -4.42900 -4.52700 4.56200 -4.73400 4.65600 -4.98400 c -4.75700 -5.22700 4.81200 -5.51600 4.81200 -5.85900 c -4.81200 -6.25800 4.72600 -6.60200 4.56200 -6.89100 c -4.40600 -7.17200 4.18700 -7.41400 3.90600 -7.60900 c -3.62400 -7.79700 3.28900 -7.93800 2.90600 -8.03100 c -2.51900 -8.11300 2.10100 -8.15600 1.65600 -8.15600 c -1.53100 -8.15600 1.39400 -8.14900 1.25000 -8.14100 c -1.10100 -8.14100 0.95300 -8.13300 0.79600 -8.12500 c -0.64800 -8.11300 0.50300 -8.09800 0.35900 -8.07800 c -0.22200 -8.05500 0.10100 -8.03900 0.00000 -8.03100 c -0.00000 -0.12500 l -h -1.81200 -3.48400 m -2.40600 -3.48400 2.83500 -3.35600 3.10900 -3.09400 c -3.37800 -2.83600 3.51500 -2.49200 3.51500 -2.06300 c -3.51500 -1.66800 3.36700 -1.33600 3.07800 -1.06300 c -2.79600 -0.79300 2.34300 -0.65600 1.71800 -0.65600 c -1.53100 -0.65600 1.34700 -0.66800 1.17100 -0.68800 c -1.00300 -0.69900 0.86700 -0.71500 0.76500 -0.73400 c -0.76500 -3.48400 l -1.81200 -3.48400 l -h -0.76500 -7.42200 m -0.86700 -7.43400 1.00300 -7.44500 1.17100 -7.45300 c -1.34700 -7.46500 1.53100 -7.46900 1.71800 -7.46900 c -2.00000 -7.46900 2.27300 -7.44500 2.54600 -7.39100 c -2.82800 -7.34000 3.07000 -7.25000 3.28100 -7.12500 c -3.50000 -7.00000 3.67100 -6.84000 3.79600 -6.64100 c -3.92900 -6.43400 4.00000 -6.17200 4.00000 -5.85900 c -4.00000 -5.55900 3.94100 -5.30500 3.82800 -5.09400 c -3.72200 -4.88700 3.57000 -4.71500 3.37400 -4.57800 c -3.18700 -4.44500 2.96000 -4.35200 2.70300 -4.29700 c -2.45300 -4.23400 2.17500 -4.20300 1.87400 -4.20300 c -0.76500 -4.20300 l -0.76500 -7.42200 l -h -f -Q -Q -Q -q -1 0 0 1 152.74200 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 159.37100 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95300 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.11000 -0.12100 3.24200 -0.18700 3.36000 -0.28100 c -3.47300 -0.37500 3.56700 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.86000 -1.03100 c -3.94200 -0.90600 4.03500 -0.78100 4.14100 -0.65600 c -4.24200 -0.53100 4.36000 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.77000 -0.14800 4.93800 -0.09400 c -5.11300 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.86000 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68800 -5.75000 c -3.65600 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.02000 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 168.56600 621.21523 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43700 m -0.89500 -7.50000 1.07900 -7.54700 1.26600 -7.57800 c -1.45400 -7.60200 1.64900 -7.60900 1.86000 -7.60900 c -2.14900 -7.60900 2.42600 -7.56200 2.68800 -7.46900 c -2.95700 -7.36700 3.19200 -7.21500 3.39100 -7.01600 c -3.59800 -6.82000 3.75800 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06300 -5.60200 4.06300 -5.17200 c -4.06300 -4.50800 3.93800 -3.98400 3.68800 -3.60900 c -3.43800 -3.22700 3.03200 -3.03100 2.46900 -3.03100 c -2.28900 -3.03100 2.09800 -3.06200 1.89100 -3.12500 c -1.68000 -3.18000 1.48900 -3.27700 1.31300 -3.42200 c -1.14500 -3.55900 1.00400 -3.74200 0.89100 -3.96900 c -0.77400 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09800 -2.83600 1.39100 -2.65600 c -1.68000 -2.46900 2.05500 -2.37500 2.51600 -2.37500 c -2.86000 -2.37500 3.17200 -2.43000 3.45400 -2.53100 c -3.74300 -2.63700 3.98900 -2.80500 4.18800 -3.03100 c -4.39500 -3.26200 4.55500 -3.54700 4.67200 -3.89100 c -4.78600 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57100 -6.87100 4.03200 -7.42200 c -3.50000 -7.96500 2.72700 -8.23400 1.71900 -8.23400 c -1.38300 -8.23400 1.06300 -8.20300 0.75000 -8.14100 c -0.44600 -8.07800 0.19600 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 174.69500 618.84023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53600 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78600 0.00000 2.07800 0.00000 c -2.78600 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28600 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 179.91000 618.73123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07100 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57100 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28200 l -2.67600 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.36000 -7.73500 c -1.56700 -7.73500 1.73500 -7.68000 1.86000 -7.57800 c -1.99200 -7.47300 2.11000 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 185.95700 621.66823 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -10.40600 m -0.09400 -10.23800 0.21100 -10.00400 0.35900 -9.70300 c -0.51600 -9.39800 0.66400 -9.03100 0.81300 -8.59400 c -0.95700 -8.16800 1.08200 -7.67200 1.18800 -7.10900 c -1.30100 -6.53900 1.35900 -5.90600 1.35900 -5.21900 c -1.35900 -4.53100 1.30100 -3.90600 1.18800 -3.34400 c -1.08200 -2.77300 0.95700 -2.26500 0.81300 -1.82800 c -0.66400 -1.39000 0.51600 -1.02300 0.35900 -0.71900 c -0.21100 -0.41800 0.09400 -0.18700 0.00000 -0.03100 c -0.07000 -0.02300 0.13300 -0.01500 0.18800 -0.01500 c -0.25000 -0.00800 0.31300 0.00000 0.37500 0.00000 c -0.43800 0.00000 0.49200 -0.00800 0.54700 -0.01500 c -0.59800 -0.01500 0.65600 -0.02300 0.71900 -0.03100 c -0.87500 -0.27300 1.03500 -0.57400 1.20300 -0.93700 c -1.36700 -1.30500 1.51600 -1.71100 1.64100 -2.15600 c -1.77400 -2.60500 1.88300 -3.09000 1.96900 -3.60900 c -2.05100 -4.13300 2.09400 -4.66800 2.09400 -5.21900 c -2.09400 -5.77300 2.05100 -6.30800 1.96900 -6.82800 c -1.88300 -7.35100 1.77400 -7.83600 1.64100 -8.28100 c -1.51600 -8.72600 1.36700 -9.12900 1.20300 -9.48400 c -1.03500 -9.84700 0.87500 -10.15600 0.71900 -10.40600 c -0.66400 -10.40600 0.61300 -10.40600 0.56300 -10.40600 c -0.50800 -10.41400 0.45700 -10.42200 0.40600 -10.42200 c -0.34400 -10.42200 0.27400 -10.41400 0.20300 -10.40600 c -0.12900 -10.40600 0.06300 -10.40600 0.00000 -10.40600 c -h -f -Q -Q -Q -q -1 0 0 1 189.21500 614.07423 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03100 -0.03100 c -0.18700 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81200 -0.01100 0.96900 -0.03100 c -0.98800 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81200 0.96900 -0.96800 c -0.81200 -0.98800 0.66000 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18700 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 69.06300 597.63723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.07000 -0.11700 0.17500 -0.10600 0.31200 -0.09400 c -0.44500 -0.07400 0.59300 -0.05900 0.75000 -0.04700 c -0.90600 -0.02700 1.06200 -0.01600 1.21800 -0.01600 c -1.37500 -0.00800 1.51500 0.00000 1.64000 0.00000 c -2.50300 0.00000 3.16400 -0.16800 3.62500 -0.50000 c -4.09300 -0.83600 4.32800 -1.35600 4.32800 -2.06300 c -4.32800 -2.29300 4.28900 -2.50000 4.21800 -2.68800 c -4.14400 -2.86700 4.05000 -3.03100 3.93700 -3.18800 c -3.82000 -3.33600 3.68700 -3.46100 3.53100 -3.56300 c -3.37500 -3.66800 3.20700 -3.74600 3.03100 -3.79700 c -3.25700 -3.82800 3.47600 -3.89100 3.68700 -3.98400 c -3.90600 -4.07000 4.09700 -4.19500 4.26500 -4.35900 c -4.42900 -4.52700 4.56200 -4.73400 4.65600 -4.98400 c -4.75700 -5.22700 4.81200 -5.51600 4.81200 -5.85900 c -4.81200 -6.25800 4.72600 -6.60200 4.56200 -6.89100 c -4.40600 -7.17200 4.18700 -7.41400 3.90600 -7.60900 c -3.62500 -7.79700 3.28900 -7.93800 2.90600 -8.03100 c -2.51900 -8.11300 2.10100 -8.15600 1.65600 -8.15600 c -1.53100 -8.15600 1.39400 -8.14900 1.25000 -8.14100 c -1.10100 -8.14100 0.95300 -8.13300 0.79600 -8.12500 c -0.64800 -8.11300 0.50300 -8.09800 0.35900 -8.07800 c -0.22200 -8.05500 0.10100 -8.03900 0.00000 -8.03100 c -0.00000 -0.12500 l -h -1.81200 -3.48400 m -2.40600 -3.48400 2.83500 -3.35600 3.10900 -3.09400 c -3.37800 -2.83600 3.51500 -2.49200 3.51500 -2.06300 c -3.51500 -1.66800 3.36700 -1.33600 3.07800 -1.06300 c -2.79600 -0.79300 2.34300 -0.65600 1.71800 -0.65600 c -1.53100 -0.65600 1.34700 -0.66800 1.17100 -0.68800 c -1.00300 -0.69900 0.86700 -0.71500 0.76500 -0.73400 c -0.76500 -3.48400 l -1.81200 -3.48400 l -h -0.76500 -7.42200 m -0.86700 -7.43400 1.00300 -7.44500 1.17100 -7.45300 c -1.34700 -7.46500 1.53100 -7.46900 1.71800 -7.46900 c -2.00000 -7.46900 2.27300 -7.44500 2.54600 -7.39100 c -2.82800 -7.34000 3.07000 -7.25000 3.28100 -7.12500 c -3.50000 -7.00000 3.67100 -6.84000 3.79600 -6.64100 c -3.92900 -6.43400 4.00000 -6.17200 4.00000 -5.85900 c -4.00000 -5.55900 3.94100 -5.30500 3.82800 -5.09400 c -3.72200 -4.88700 3.57000 -4.71500 3.37500 -4.57800 c -3.18700 -4.44500 2.96000 -4.35200 2.70300 -4.29700 c -2.45300 -4.23400 2.17500 -4.20300 1.87500 -4.20300 c -0.76500 -4.20300 l -0.76500 -7.42200 l -h -f -Q -Q -Q -q -1 0 0 1 74.59400 595.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84400 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01600 c -2.81200 -7.28200 l -2.67600 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76500 -8.29700 0.63300 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 84.46500 596.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 88.93800 597.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42100 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00300 -8.12500 3.92100 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62800 -3.72700 3.42100 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54600 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 94.91800 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 105.13700 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 111.52700 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 117.54300 597.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 128.09400 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 134.03500 597.77823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73500 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43800 -0.70000 3.34800 -0.68400 3.23500 -0.67200 c -3.12900 -0.65300 3.01600 -0.64100 2.89100 -0.64100 c -2.69200 -0.64100 2.52000 -0.66500 2.37500 -0.70400 c -2.22700 -0.74700 2.10200 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23500 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26600 -2.82500 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23500 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44200 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 141.85900 596.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20400 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 146.33200 597.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 152.31600 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70400 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 158.34800 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 163.35900 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70400 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 173.57400 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 178.68800 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71000 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04600 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71000 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 185.27000 595.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54600 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84300 -4.15700 c -0.92500 -4.40700 1.04600 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55000 -4.98500 1.78100 -5.04700 c -2.00700 -5.10200 2.26500 -5.12500 2.54600 -5.12500 c -2.79600 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55400 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75300 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17500 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71800 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 191.63300 595.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 194.99200 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19600 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 200.00000 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 206.03500 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19600 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 210.71500 590.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.59400 -0.01600 m -0.65600 -0.00800 0.71900 0.00000 0.78100 0.00000 c -0.84400 0.00000 0.90600 0.00000 0.96900 0.00000 c -1.03100 0.00000 1.09400 0.00000 1.15600 0.00000 c -1.21900 0.00000 1.28500 -0.00800 1.35900 -0.01600 c -0.76600 -2.20300 l -0.69100 -2.21100 0.62500 -2.21900 0.56200 -2.21900 c -0.50000 -2.21900 0.43700 -2.21900 0.37500 -2.21900 c -0.31200 -2.21900 0.25000 -2.21900 0.18700 -2.21900 c -0.12500 -2.21900 0.06200 -2.21100 0.00000 -2.20300 c -0.59400 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 217.75000 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22700 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77300 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31300 -4.77700 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77300 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 223.87900 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 229.88700 595.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 233.00000 596.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 237.08200 597.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 240.16800 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31300 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 245.37500 597.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 248.77300 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.04000 -0.11700 0.09400 -0.10900 0.15700 -0.10900 c -0.22700 -0.10900 0.28600 -0.10900 0.32900 -0.10900 c -0.36800 -0.10900 0.42200 -0.10900 0.48500 -0.10900 c -0.55500 -0.10900 0.61400 -0.11700 0.65700 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.86000 0.00000 3.17200 -0.05500 3.45400 -0.15600 c -3.74300 -0.26200 3.98900 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78600 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77400 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31300 -4.77700 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.86000 -5.85900 c -1.68000 -5.85900 1.48900 -5.84400 1.28200 -5.81200 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61400 -8.34400 0.53200 -8.34400 c -0.45800 -8.35200 0.39900 -8.35900 0.36000 -8.35900 c -0.31700 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.04000 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07100 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66500 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78200 -5.07800 c -3.04000 -4.98400 3.26600 -4.84000 3.45400 -4.64100 c -3.64100 -4.44500 3.78600 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03200 -0.64100 2.46900 -0.64100 c -2.29000 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48900 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77400 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 254.90200 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32900 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53600 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57900 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78600 0.00000 2.07900 0.00000 c -2.78600 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57900 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28600 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07900 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32900 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 260.91000 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 266.47300 596.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 270.58600 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 279.43400 595.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09700 0.00000 0.17100 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.52300 0.00000 0.60900 0.00000 c -0.69100 0.00000 0.75400 -0.00800 0.79700 -0.01600 c -2.03100 -4.78200 l -3.42100 -0.01600 l -3.48400 -0.00800 3.54700 0.00000 3.60900 0.00000 c -3.67900 0.00000 3.75700 0.00000 3.84300 0.00000 c -3.90600 0.00000 3.96800 0.00000 4.03100 0.00000 c -4.09300 0.00000 4.14800 -0.00800 4.20300 -0.01600 c -5.59300 -4.71900 l -6.82800 -0.01600 l -6.87900 -0.00800 6.93700 0.00000 7.00000 0.00000 c -7.06200 0.00000 7.11700 0.00000 7.17100 0.00000 c -7.23400 0.00000 7.30000 0.00000 7.37500 0.00000 c -7.44500 0.00000 7.50400 -0.00800 7.54700 -0.01600 c -5.93700 -5.62500 l -5.80000 -5.64500 5.67100 -5.65700 5.54700 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81200 -0.98500 l -2.39000 -5.62500 l -2.25400 -5.64500 2.12500 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73800 -5.64500 1.62500 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 287.92600 597.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 291.32400 597.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73900 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55500 1.87500 -7.53100 c -1.90700 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65700 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 294.39500 597.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -6.81200 l -0.71800 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17100 -7.57800 c -1.25300 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92500 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02700 1.98400 -8.10900 c -1.87800 -8.14800 1.75700 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38200 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96800 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 301.07400 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06700 -5.19500 4.52400 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12900 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11400 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07100 -8.42200 2.67600 -8.46900 2.25000 -8.46900 c -1.92600 -8.46900 1.62500 -8.44100 1.34400 -8.39100 c -1.07100 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42600 -8.03500 0.27000 -7.89100 0.15700 -7.70300 c -0.05100 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73400 0.07800 -6.46100 0.23500 -6.20300 c -0.39900 -5.95300 0.61400 -5.76600 0.87500 -5.64100 c -0.72700 -5.54700 0.61000 -5.43400 0.51600 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44200 -4.28100 0.57800 -4.09400 c -0.71100 -3.89800 0.89500 -3.71900 1.12500 -3.56200 c -0.86400 -3.40600 0.65700 -3.19500 0.50000 -2.92200 c -0.35200 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32100 -1.43000 0.40700 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82800 -0.56200 c -1.01600 -0.38700 1.23900 -0.25000 1.50000 -0.15600 c -1.77000 -0.05500 2.08200 0.00000 2.43800 0.00000 c -2.73900 0.00000 3.00400 -0.03900 3.23500 -0.10900 c -3.47300 -0.18400 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34400 4.12500 -0.31200 c -4.23900 -0.27300 4.36000 -0.24200 4.48500 -0.21900 c -4.61700 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63300 5.32800 -0.75800 5.29700 -0.85900 c -4.26600 -0.85900 l -4.36000 -1.02700 4.43000 -1.19900 4.48500 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.52000 -2.54700 4.40700 -2.79700 c -4.30100 -3.03900 4.14900 -3.24200 3.95300 -3.40600 c -3.76600 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.02000 -3.86700 2.73900 -3.90600 2.43800 -3.90600 c -2.11400 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72700 1.07800 -4.79700 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96900 c -1.28900 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14100 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23900 -5.92600 1.03100 -6.12500 c -0.82100 -6.32000 0.71900 -6.58600 0.71900 -6.92200 c -0.71900 -7.09800 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47300 1.02400 -7.56200 1.17200 -7.62500 c -1.31700 -7.69500 1.48500 -7.74200 1.67200 -7.76600 c -1.86000 -7.79700 2.06300 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48900 -7.69500 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.35900 4.35200 -6.15600 4.15700 -6.03100 c -3.96900 -5.91400 3.65700 -5.85900 3.21900 -5.85900 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15700 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29700 2.43800 -3.29700 c -2.91400 -3.29700 3.26600 -3.16800 3.48500 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48500 -0.98400 c -3.26600 -0.72700 2.91400 -0.59400 2.43800 -0.59400 c -1.95700 -0.59400 1.60200 -0.72700 1.37500 -0.98400 c -1.15700 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 307.13300 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 312.75000 597.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 316.14800 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41500 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.04000 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 326.57800 597.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 332.51600 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 338.52300 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20800 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41500 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45800 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.04000 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 344.53900 597.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 350.90600 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 355.72700 593.10623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.92100 0.00000 m -2.92900 -0.04300 2.93700 -0.10200 2.93700 -0.17200 c -2.93700 -0.24600 2.93700 -0.31300 2.93700 -0.37500 c -2.93700 -0.43800 2.93700 -0.50800 2.93700 -0.57800 c -2.93700 -0.65300 2.92900 -0.70300 2.92100 -0.73500 c -0.03100 -0.73500 l -0.01900 -0.70300 0.00700 -0.65300 0.00000 -0.57800 c -0.00000 -0.50800 0.00000 -0.43800 0.00000 -0.37500 c -0.00000 -0.31300 0.00000 -0.24600 0.00000 -0.17200 c -0.00700 -0.10200 0.01900 -0.04300 0.03100 0.00000 c -2.92100 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 359.80500 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 366.43400 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09300 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 376.55100 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 382.08600 595.24623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.67200 -2.71800 m -0.20300 -0.03100 l -0.32800 -0.01100 0.45300 0.00000 0.57800 0.00000 c -0.72300 0.00000 0.87500 -0.01100 1.03100 -0.03100 c -2.43700 -2.71800 l -0.79700 -5.64000 l -0.68000 -5.66000 0.56200 -5.67200 0.43700 -5.67200 c -0.28100 -5.67200 0.13300 -5.66000 0.00000 -5.64000 c -1.67200 -2.71800 l -h -2.51600 -2.71800 m -3.92200 -0.03100 l -4.07800 -0.01100 4.22300 0.00000 4.35900 0.00000 c -4.47300 0.00000 4.59800 -0.01100 4.73400 -0.03100 c -3.29700 -2.65600 l -4.95300 -5.64000 l -4.80500 -5.66000 4.66000 -5.67200 4.51600 -5.67200 c -4.39100 -5.67200 4.26600 -5.66000 4.14100 -5.64000 c -2.51600 -2.71800 l -h -f -Q -Q -Q -q -1 0 0 1 388.23100 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09300 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42100 -0.10900 0.48400 -0.10900 c -0.55400 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71800 -0.89100 l -0.87400 -0.66400 1.09700 -0.46100 1.39000 -0.28100 c -1.67900 -0.09400 2.05400 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17100 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55400 -1.17200 4.67100 -1.51600 c -4.78500 -1.85900 4.84300 -2.27300 4.84300 -2.75000 c -4.84300 -3.24200 4.77300 -3.68000 4.64000 -4.06200 c -4.50300 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12400 -5.65600 c -2.75700 -5.78900 2.33500 -5.85900 1.85900 -5.85900 c -1.67900 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71800 -5.68700 c -0.71800 -8.32800 l -0.67500 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25300 -8.35200 0.17100 -8.34400 c -0.09700 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71800 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42500 -5.20300 1.66400 -5.21900 1.96800 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64000 -4.44500 3.78500 -4.19500 3.89000 -3.89100 c -4.00300 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46800 -0.64100 c -2.28900 -0.64100 2.09700 -0.67200 1.89000 -0.73400 c -1.67900 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00300 -1.36700 0.89000 -1.59400 c -0.77300 -1.82400 0.71800 -2.11700 0.71800 -2.46900 c -0.71800 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 394.40600 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 400.79700 595.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 404.25400 597.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 407.34000 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 413.73100 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37400 0.00000 2.62400 0.00000 c -3.25700 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00300 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96000 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09300 -1.45300 0.96000 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 419.71500 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 424.82800 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 434.96500 597.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 438.36300 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 448.93800 597.65323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76500 -4.23500 m -0.83500 -4.24700 0.89800 -4.25800 0.95300 -4.26600 c -1.00300 -4.26600 1.05400 -4.27400 1.10900 -4.28200 c -1.17100 -4.28200 1.23400 -4.28200 1.29600 -4.28200 c -1.36700 -4.28200 1.46000 -4.28200 1.57800 -4.28200 c -1.83500 -4.28200 2.09300 -4.26200 2.34300 -4.21900 c -2.60100 -4.18000 2.83500 -4.09000 3.04600 -3.95400 c -3.26500 -3.82100 3.43700 -3.63300 3.56200 -3.39100 c -3.68700 -3.14100 3.75000 -2.81300 3.75000 -2.40700 c -3.75000 -2.08600 3.69500 -1.81300 3.59300 -1.59400 c -3.50000 -1.37500 3.35900 -1.20400 3.17100 -1.07900 c -2.99200 -0.94600 2.76900 -0.85200 2.50000 -0.79700 c -2.23800 -0.73500 1.94500 -0.70400 1.62500 -0.70400 c -1.43700 -0.70400 1.26900 -0.71100 1.12500 -0.71900 c -0.97600 -0.73100 0.85900 -0.74300 0.76500 -0.75000 c -0.76500 -4.23500 l -h -0.00000 -0.14100 m -0.07000 -0.13300 0.17100 -0.12200 0.29600 -0.11000 c -0.42900 -0.09000 0.57800 -0.07500 0.73400 -0.06300 c -0.89800 -0.04300 1.06200 -0.02800 1.21800 -0.01600 c -1.38200 -0.00800 1.53500 0.00000 1.67100 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84300 -0.14100 c -3.19500 -0.22700 3.50000 -0.36800 3.75000 -0.56300 c -4.00700 -0.75000 4.20700 -0.99700 4.34300 -1.29700 c -4.48800 -1.60200 4.56200 -1.96900 4.56200 -2.40700 c -4.56200 -2.86800 4.47600 -3.26200 4.31200 -3.59400 c -4.15600 -3.93000 3.94100 -4.20000 3.67100 -4.40700 c -3.41000 -4.60600 3.10100 -4.75000 2.75000 -4.84400 c -2.39400 -4.93800 2.01900 -4.98500 1.62500 -4.98500 c -1.45700 -4.98500 1.31200 -4.98500 1.18700 -4.98500 c -1.06200 -4.97700 0.92100 -4.96100 0.76500 -4.93800 c -0.76500 -8.04700 l -0.71000 -8.05500 0.64800 -8.06300 0.57800 -8.06300 c -0.51500 -8.06300 0.45300 -8.06300 0.39000 -8.06300 c -0.31600 -8.06300 0.24200 -8.06300 0.17100 -8.06300 c -0.09700 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 454.10200 595.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30000 -5.64100 2.21800 -5.64100 c -2.13200 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42100 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80000 -0.00800 0.84300 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84300 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09300 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01600 c -2.81200 -7.28200 l -2.67500 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00700 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92100 -8.32800 c -0.76500 -8.29700 0.63200 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75300 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 459.83600 596.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 464.30900 597.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54600 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 470.28900 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 476.91800 595.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18700 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 68.18800 583.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33500 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25300 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 72.66000 584.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 78.95700 581.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52400 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 82.31600 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 88.89800 581.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32900 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00800 0.73500 -0.01600 c -0.73500 -3.17200 l -0.73500 -3.57100 0.77000 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20400 -4.75000 c -1.36000 -4.88700 1.55100 -4.98500 1.78200 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20400 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70400 -4.96900 c -3.70400 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07900 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33300 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48500 l -4.16500 -5.55900 3.86400 -5.62100 3.53200 -5.67200 c -3.19600 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82900 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94600 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32100 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 94.73100 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42100 -5.17200 m -4.06600 -5.19500 4.52300 -5.32800 4.79600 -5.57800 c -5.07800 -5.82800 5.21800 -6.16000 5.21800 -6.57800 c -5.21800 -6.86700 5.14400 -7.12900 5.00000 -7.35900 c -4.85100 -7.58600 4.64400 -7.78500 4.37400 -7.95300 c -4.11300 -8.11700 3.80000 -8.24200 3.43700 -8.32800 c -3.07000 -8.42200 2.67500 -8.46900 2.25000 -8.46900 c -1.92500 -8.46900 1.62400 -8.44100 1.34300 -8.39100 c -1.07000 -8.33600 0.83200 -8.25400 0.62400 -8.14100 c -0.42500 -8.03500 0.26900 -7.89100 0.15600 -7.70300 c -0.05000 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73400 0.07800 -6.46100 0.23400 -6.20300 c -0.39800 -5.95300 0.61300 -5.76600 0.87400 -5.64100 c -0.72600 -5.54700 0.60900 -5.43400 0.51500 -5.29700 c -0.42100 -5.16400 0.37400 -4.99600 0.37400 -4.79700 c -0.37400 -4.51600 0.44100 -4.28100 0.57800 -4.09400 c -0.71000 -3.89800 0.89400 -3.71900 1.12400 -3.56200 c -0.86300 -3.40600 0.65600 -3.19500 0.50000 -2.92200 c -0.35100 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32000 -1.43000 0.40600 -1.18700 c -0.50000 -0.94900 0.64000 -0.74200 0.82800 -0.56200 c -1.01500 -0.38700 1.23800 -0.25000 1.50000 -0.15600 c -1.76900 -0.05500 2.08200 0.00000 2.43700 0.00000 c -2.73800 0.00000 3.00300 -0.03900 3.23400 -0.10900 c -3.47200 -0.18400 3.67900 -0.28100 3.85900 -0.40600 c -3.92900 -0.37500 4.01900 -0.34400 4.12400 -0.31200 c -4.23800 -0.27300 4.35900 -0.24200 4.48400 -0.21900 c -4.61700 -0.18700 4.75300 -0.16800 4.89000 -0.15600 c -5.03500 -0.13700 5.17100 -0.12500 5.29600 -0.12500 c -5.32800 -0.24200 5.34300 -0.35900 5.34300 -0.48400 c -5.34300 -0.63300 5.32800 -0.75800 5.29600 -0.85900 c -4.26500 -0.85900 l -4.35900 -1.02700 4.42900 -1.19900 4.48400 -1.37500 c -4.54600 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.51900 -2.54700 4.40600 -2.79700 c -4.30000 -3.03900 4.14800 -3.24200 3.95300 -3.40600 c -3.76500 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.01900 -3.86700 2.73800 -3.90600 2.43700 -3.90600 c -2.11300 -3.90600 1.83500 -3.86700 1.60900 -3.78100 c -1.39800 -3.91800 1.25300 -4.04700 1.17100 -4.17200 c -1.08500 -4.28900 1.04600 -4.42200 1.04600 -4.57800 c -1.04600 -4.65200 1.05400 -4.72700 1.07800 -4.79700 c -1.09700 -4.85900 1.14400 -4.91800 1.21800 -4.96900 c -1.28900 -5.02300 1.39000 -5.07000 1.51500 -5.10900 c -1.64000 -5.14100 1.80000 -5.15600 2.00000 -5.15600 c -3.42100 -5.17200 l -h -1.85900 -5.82800 m -1.51500 -5.82800 1.23800 -5.92600 1.03100 -6.12500 c -0.82000 -6.32000 0.71800 -6.58600 0.71800 -6.92200 c -0.71800 -7.09800 0.75300 -7.24200 0.82800 -7.35900 c -0.91000 -7.47300 1.02300 -7.56200 1.17100 -7.62500 c -1.31600 -7.69500 1.48400 -7.74200 1.67100 -7.76600 c -1.85900 -7.79700 2.06200 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48800 -7.69500 3.87400 -7.46900 c -4.25700 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.35900 4.35100 -6.15600 4.15600 -6.03100 c -3.96800 -5.91400 3.65600 -5.85900 3.21800 -5.85900 c -1.85900 -5.82800 l -h -1.04600 -1.95300 m -1.04600 -2.32800 1.15600 -2.64800 1.37400 -2.90600 c -1.60100 -3.16800 1.95700 -3.29700 2.43700 -3.29700 c -2.91400 -3.29700 3.26500 -3.16800 3.48400 -2.90600 c -3.71000 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71000 -1.24600 3.48400 -0.98400 c -3.26500 -0.72700 2.91400 -0.59400 2.43700 -0.59400 c -1.95700 -0.59400 1.60100 -0.72700 1.37400 -0.98400 c -1.15600 -1.24600 1.04600 -1.57000 1.04600 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 101.14800 584.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.04000 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.79000 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57900 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57900 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78600 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28600 -3.03100 2.04000 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07900 -3.79700 0.95400 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32900 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.04000 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 109.83600 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 118.23400 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20400 -4.96900 m -0.36800 -5.03100 0.57900 -5.09000 0.82900 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86800 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57900 -0.44500 3.52400 -0.65200 3.45400 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95400 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20400 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 123.24600 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 129.63700 581.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 133.09400 584.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 136.18000 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 142.21100 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18700 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 149.97300 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 155.91400 584.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43800 -0.70000 3.34800 -0.68400 3.23400 -0.67200 c -3.12900 -0.65300 3.01600 -0.64100 2.89100 -0.64100 c -2.69100 -0.64100 2.52000 -0.66500 2.37500 -0.70400 c -2.22700 -0.74700 2.10200 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26600 -2.82500 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 163.09000 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77300 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77300 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 169.57800 581.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 172.95700 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 178.65200 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57900 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28600 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07900 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07900 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07900 -5.23400 3.28600 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 183.51600 583.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 187.59800 584.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 190.68400 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17100 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 195.79700 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 204.58200 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 209.59000 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 215.62500 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 220.26600 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 225.19500 584.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 228.28100 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 234.91000 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 240.84800 581.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 245.82400 577.07423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03100 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65700 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98900 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66000 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 68.15600 560.51223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14100 -0.67200 m -0.01600 -0.67200 l -0.00400 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23400 0.00000 -0.17200 c -0.00000 -0.10200 0.00400 -0.04300 0.01600 0.00000 c -5.01600 0.00000 l -5.02400 -0.04300 5.03200 -0.09400 5.03200 -0.15600 c -5.03900 -0.21100 5.04700 -0.26600 5.04700 -0.32800 c -5.04700 -0.38300 5.03900 -0.44500 5.03200 -0.51600 c -5.03200 -0.57800 5.02400 -0.63300 5.01600 -0.67200 c -2.90700 -0.67200 l -2.90700 -7.90600 l -2.85200 -7.91400 2.78900 -7.92200 2.71900 -7.92200 c -2.65700 -7.92200 2.59400 -7.92200 2.53200 -7.92200 c -2.45700 -7.92200 2.38300 -7.92200 2.31300 -7.92200 c -2.23900 -7.92200 2.18000 -7.91400 2.14100 -7.90600 c -2.14100 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 74.35900 560.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57900 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57900 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78600 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28600 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07900 -3.79700 0.95400 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32900 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 80.34000 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 86.37500 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 91.38300 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 100.56300 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08500 -5.85900 2.79600 -5.85900 c -1.87800 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17100 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21000 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 105.67600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 112.25800 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26500 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 118.62100 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48400 0.00000 c -2.52400 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 121.98100 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08500 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87400 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29600 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46000 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75300 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25300 -0.12100 3.46000 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87400 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12400 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17100 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92100 -1.75800 0.98400 -1.85900 c -1.04600 -1.95300 1.12800 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04600 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83500 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33500 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92100 -5.85900 1.60900 -5.85900 c -1.25300 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 126.98800 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 133.02300 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20400 -4.96900 m -0.36800 -5.03100 0.57900 -5.09000 0.82900 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86800 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95800 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91500 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57900 -0.44500 3.52400 -0.65200 3.45400 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95400 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20800 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16500 -5.69900 0.00000 -5.62500 c -0.04000 -5.40600 0.11000 -5.18700 0.20400 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 141.08600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 147.09400 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 150.45700 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 159.58600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 164.91000 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22700 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48500 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.86000 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77400 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31300 -4.77700 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.86000 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39900 -8.35900 0.36000 -8.35900 c -0.31700 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07100 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77400 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 171.39800 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58300 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41500 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.04000 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 174.75800 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 180.79300 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 186.52000 560.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04600 -0.03100 m -4.09700 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37800 0.00000 4.42100 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59300 -0.01600 c -4.67500 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55000 -8.05900 4.26500 -8.11300 3.92100 -8.15600 c -3.58500 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46800 -8.23400 2.08500 -8.18700 1.73400 -8.09400 c -1.39000 -8.00000 1.08500 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21800 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50700 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96800 -2.44500 2.34300 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46800 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04600 -2.56200 c -4.04600 -0.03100 l -h -4.04600 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14000 -3.07800 1.89000 -3.20300 c -1.64000 -3.32000 1.42500 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.92900 -6.72700 1.29600 -7.07800 c -1.66000 -7.42200 2.17500 -7.59400 2.84300 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92100 -7.49600 4.04600 -7.45300 c -4.04600 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 196.03500 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 201.76200 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.05100 -0.00800 0.11300 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84300 -0.01600 c -2.60900 -4.86000 l -4.42200 -0.01600 l -4.46100 -0.00800 4.51900 0.00000 4.59300 0.00000 c -4.66400 0.00000 4.73400 0.00000 4.79700 0.00000 c -4.84700 0.00000 4.91000 0.00000 4.98400 0.00000 c -5.05400 0.00000 5.11300 -0.00800 5.15600 -0.01600 c -2.93700 -5.62500 l -2.82000 -5.64500 2.70700 -5.65700 2.59300 -5.65700 c -2.46900 -5.65700 2.34700 -5.64500 2.23400 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 207.65600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 214.05100 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 220.63300 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 229.38300 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 234.70700 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22700 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77400 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31300 -4.77700 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77400 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 240.83600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 246.84400 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 255.92600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 261.87100 560.77823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43800 -0.70000 3.34800 -0.68400 3.23400 -0.67200 c -3.12900 -0.65300 3.01600 -0.64100 2.89100 -0.64100 c -2.69200 -0.64100 2.52000 -0.66500 2.37500 -0.70400 c -2.22700 -0.74700 2.10200 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26600 -2.82500 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44200 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 269.03100 560.65323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.90700 -7.20400 m -2.21900 -7.20400 2.50800 -7.17200 2.78200 -7.11000 c -3.06300 -7.04700 3.30100 -6.94600 3.50000 -6.79700 c -3.69600 -6.64100 3.85200 -6.43800 3.96900 -6.18800 c -4.08200 -5.93800 4.14100 -5.63300 4.14100 -5.26600 c -4.14100 -4.80900 3.98900 -4.45400 3.68800 -4.20400 c -3.38300 -3.95400 2.94600 -3.82900 2.37500 -3.82900 c -2.20700 -3.82900 2.04700 -3.83600 1.89100 -3.84400 c -1.73500 -3.85600 1.57100 -3.87500 1.40700 -3.90700 c -1.32800 -3.78200 l -3.42200 -0.70400 l -0.29700 -0.70400 l -0.28500 -0.64100 0.28200 -0.58600 0.28200 -0.53200 c -0.28200 -0.48100 0.28200 -0.43000 0.28200 -0.37500 c -0.28200 -0.31300 0.28200 -0.25000 0.28200 -0.18800 c -0.28200 -0.12500 0.28500 -0.06300 0.29700 0.00000 c -4.65700 0.00000 l -4.68800 -0.09400 l -2.53200 -3.21900 l -2.56300 -3.21100 2.59800 -3.20400 2.64100 -3.20400 c -2.69200 -3.20400 2.73900 -3.20400 2.78200 -3.20400 c -3.16400 -3.20400 3.49200 -3.27400 3.76600 -3.40700 c -4.03500 -3.54300 4.25400 -3.71100 4.42200 -3.90700 c -4.59800 -4.10600 4.72300 -4.32900 4.79700 -4.57900 c -4.87900 -4.82100 4.92200 -5.04700 4.92200 -5.26600 c -4.92200 -5.74700 4.83600 -6.15300 4.67200 -6.48500 c -4.50400 -6.82100 4.28200 -7.09400 4.00000 -7.31300 c -3.72700 -7.52400 3.41000 -7.68000 3.04700 -7.78200 c -2.68000 -7.87500 2.30100 -7.92200 1.90700 -7.92200 c -1.75000 -7.92200 1.58200 -7.91800 1.40700 -7.90700 c -1.23900 -7.88700 1.06700 -7.86000 0.89100 -7.82900 c -0.72300 -7.79000 0.56300 -7.74700 0.40700 -7.70400 c -0.25000 -7.65300 0.11400 -7.60200 0.00000 -7.54700 c -0.06300 -7.32900 0.16000 -7.10600 0.29700 -6.87500 c -0.49200 -6.98100 0.72700 -7.06300 1.00000 -7.12500 c -1.27000 -7.18000 1.57100 -7.20400 1.90700 -7.20400 c -h -f -Q -Q -Q -q -1 0 0 1 278.47700 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09700 0.00000 0.17100 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.52300 0.00000 0.60900 0.00000 c -0.69100 0.00000 0.75400 -0.00800 0.79600 -0.01600 c -2.03100 -4.78200 l -3.42100 -0.01600 l -3.48400 -0.00800 3.54600 0.00000 3.60900 0.00000 c -3.67900 0.00000 3.75700 0.00000 3.84300 0.00000 c -3.90600 0.00000 3.96800 0.00000 4.03100 0.00000 c -4.09300 0.00000 4.14800 -0.00800 4.20300 -0.01600 c -5.59300 -4.71900 l -6.82800 -0.01600 l -6.87800 -0.00800 6.93700 0.00000 7.00000 0.00000 c -7.06200 0.00000 7.11700 0.00000 7.17100 0.00000 c -7.23400 0.00000 7.30000 0.00000 7.37500 0.00000 c -7.44500 0.00000 7.50400 -0.00800 7.54600 -0.01600 c -5.93700 -5.62500 l -5.80000 -5.64500 5.67100 -5.65700 5.54600 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81200 -0.98500 l -2.39000 -5.62500 l -2.25400 -5.64500 2.12500 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73800 -5.64500 1.62500 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 286.85200 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 292.93400 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 299.32400 560.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.31700 -8.12500 0.25400 -8.12500 0.17200 -8.12500 c -0.09800 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -1.18800 -5.21900 m -3.20300 -2.50000 l -3.31700 -2.48000 3.44200 -2.46900 3.57800 -2.46900 c -3.74200 -2.46900 3.89900 -2.48000 4.04700 -2.50000 c -2.04700 -5.14100 l -4.40700 -8.10900 l -4.28100 -8.12900 4.14900 -8.14100 4.01600 -8.14100 c -3.84800 -8.14100 3.69200 -8.12900 3.54700 -8.10900 c -1.18800 -5.21900 l -h -f -Q -Q -Q -q -1 0 0 1 304.48800 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 309.16800 553.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.59400 -0.01600 m -0.65600 -0.00800 0.71900 0.00000 0.78100 0.00000 c -0.84400 0.00000 0.90600 0.00000 0.96900 0.00000 c -1.03100 0.00000 1.09400 0.00000 1.15600 0.00000 c -1.21900 0.00000 1.28500 -0.00800 1.35900 -0.01600 c -0.76600 -2.20300 l -0.69100 -2.21100 0.62500 -2.21900 0.56300 -2.21900 c -0.50000 -2.21900 0.43700 -2.21900 0.37500 -2.21900 c -0.31300 -2.21900 0.25000 -2.21900 0.18700 -2.21900 c -0.12500 -2.21900 0.06300 -2.21100 0.00000 -2.20300 c -0.59400 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 314.80500 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 320.81300 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00300 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96000 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09300 -1.45300 0.96000 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 326.31300 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37800 -5.64100 2.30000 -5.64100 2.21800 -5.64100 c -2.13200 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42100 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80000 -0.00800 0.84300 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62800 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84300 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09300 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01600 c -2.81200 -7.28200 l -2.67500 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00700 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92100 -8.32800 c -0.76500 -8.29700 0.63200 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58500 -7.81300 0.70300 -7.62500 c -0.75300 -7.64500 0.83500 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21000 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 332.29700 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 338.92600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 344.90600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 354.00800 560.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 357.40600 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 362.96900 559.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 367.12900 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 373.52000 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17100 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05000 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17100 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 376.88300 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 382.91400 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 387.50400 559.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 391.66400 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 397.77300 560.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16100 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02300 4.78200 -0.03100 c -4.78200 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23900 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82900 -7.62500 c -0.57900 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07100 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91400 1.28200 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39800 3.46900 -2.43700 c -3.70800 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03200 -3.01600 2.78200 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95800 -4.14800 0.87500 -4.43700 c -0.79000 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66100 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53200 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 406.86700 559.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 411.02700 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 420.75400 560.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 423.51200 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 429.54700 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 435.55500 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05000 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 439.40200 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 448.93800 560.65323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76500 -4.23500 m -0.83500 -4.24700 0.89800 -4.25800 0.95300 -4.26600 c -1.00300 -4.26600 1.05400 -4.27400 1.10900 -4.28200 c -1.17100 -4.28200 1.23400 -4.28200 1.29600 -4.28200 c -1.36700 -4.28200 1.46000 -4.28200 1.57800 -4.28200 c -1.83500 -4.28200 2.09300 -4.26200 2.34300 -4.21900 c -2.60100 -4.18000 2.83500 -4.09000 3.04600 -3.95400 c -3.26500 -3.82100 3.43700 -3.63300 3.56200 -3.39100 c -3.68700 -3.14100 3.75000 -2.81300 3.75000 -2.40700 c -3.75000 -2.08600 3.69500 -1.81300 3.59300 -1.59400 c -3.50000 -1.37500 3.35900 -1.20400 3.17100 -1.07900 c -2.99200 -0.94600 2.76900 -0.85200 2.50000 -0.79700 c -2.23800 -0.73500 1.94500 -0.70400 1.62500 -0.70400 c -1.43700 -0.70400 1.26900 -0.71100 1.12500 -0.71900 c -0.97600 -0.73100 0.85900 -0.74300 0.76500 -0.75000 c -0.76500 -4.23500 l -h -0.00000 -0.14100 m -0.07000 -0.13300 0.17100 -0.12200 0.29600 -0.11000 c -0.42900 -0.09000 0.57800 -0.07500 0.73400 -0.06300 c -0.89800 -0.04300 1.06200 -0.02800 1.21800 -0.01600 c -1.38200 -0.00800 1.53500 0.00000 1.67100 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84300 -0.14100 c -3.19500 -0.22700 3.50000 -0.36800 3.75000 -0.56300 c -4.00700 -0.75000 4.20700 -0.99700 4.34300 -1.29700 c -4.48800 -1.60200 4.56200 -1.96900 4.56200 -2.40700 c -4.56200 -2.86800 4.47600 -3.26200 4.31200 -3.59400 c -4.15600 -3.93000 3.94100 -4.20000 3.67100 -4.40700 c -3.41000 -4.60600 3.10100 -4.75000 2.75000 -4.84400 c -2.39400 -4.93800 2.01900 -4.98500 1.62500 -4.98500 c -1.45700 -4.98500 1.31200 -4.98500 1.18700 -4.98500 c -1.06200 -4.97700 0.92100 -4.96100 0.76500 -4.93800 c -0.76500 -8.04700 l -0.71000 -8.05500 0.64800 -8.06300 0.57800 -8.06300 c -0.51500 -8.06300 0.45300 -8.06300 0.39000 -8.06300 c -0.31600 -8.06300 0.24200 -8.06300 0.17100 -8.06300 c -0.09700 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 454.10200 558.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30000 -5.64100 2.21800 -5.64100 c -2.13200 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42100 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80000 -0.00800 0.84300 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84300 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09300 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01600 c -2.81200 -7.28200 l -2.67500 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00700 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92100 -8.32800 c -0.76500 -8.29700 0.63200 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75300 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 459.83600 559.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 464.30900 560.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54600 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 470.28900 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 476.91800 558.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18700 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 68.60900 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20400 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57900 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70400 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28600 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07900 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07900 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07900 -5.23400 3.28600 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 73.84800 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 79.85900 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 88.16800 546.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 92.28100 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 98.29300 547.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.31600 -8.12500 0.25400 -8.12500 0.17200 -8.12500 c -0.09800 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -1.18800 -5.21900 m -3.20300 -2.50000 l -3.31600 -2.48000 3.44100 -2.46900 3.57800 -2.46900 c -3.74200 -2.46900 3.89800 -2.48000 4.04700 -2.50000 c -2.04700 -5.14100 l -4.40600 -8.10900 l -4.28100 -8.12900 4.14800 -8.14100 4.01600 -8.14100 c -3.84800 -8.14100 3.69100 -8.12900 3.54700 -8.10900 c -1.18800 -5.21900 l -h -f -Q -Q -Q -q -1 0 0 1 103.28500 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 112.38300 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26500 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 118.74600 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22700 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48500 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77400 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31300 -4.77700 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39900 -8.35900 0.35900 -8.35900 c -0.31700 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77400 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 127.25000 546.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 131.72300 547.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 137.62500 547.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 140.66400 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 148.42600 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 153.53900 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 160.12100 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.77000 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.36000 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 166.48400 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 169.84000 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 174.85200 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 183.60200 547.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13200 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29600 -0.03100 c -1.29600 -0.08600 1.29600 -0.15600 1.29600 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29600 -0.71900 c -1.29600 -0.81200 1.29600 -0.89000 1.29600 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 187.00000 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 190.84800 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05000 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 194.20700 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 200.24200 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19600 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 205.56300 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09300 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42100 -0.10900 0.48400 -0.10900 c -0.55400 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71800 -0.89100 l -0.87500 -0.66400 1.09700 -0.46100 1.39000 -0.28100 c -1.67900 -0.09400 2.05400 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17100 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55400 -1.17200 4.67100 -1.51600 c -4.78500 -1.85900 4.84300 -2.27300 4.84300 -2.75000 c -4.84300 -3.24200 4.77300 -3.68000 4.64000 -4.06200 c -4.50300 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75700 -5.78900 2.33500 -5.85900 1.85900 -5.85900 c -1.67900 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71800 -5.68700 c -0.71800 -8.32800 l -0.67500 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25300 -8.35200 0.17100 -8.34400 c -0.09700 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71800 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42500 -5.20300 1.66400 -5.21900 1.96800 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64000 -4.44500 3.78500 -4.19500 3.89000 -3.89100 c -4.00300 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46800 -0.64100 c -2.28900 -0.64100 2.09700 -0.67200 1.89000 -0.73400 c -1.67900 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00300 -1.36700 0.89000 -1.59400 c -0.77300 -1.82400 0.71800 -2.11700 0.71800 -2.46900 c -0.71800 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 211.73800 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 217.82000 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 222.68400 546.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 226.76600 547.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13200 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 229.47700 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.05000 -0.00800 0.11300 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42100 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80000 -0.00800 0.84300 -0.01600 c -2.60900 -4.86000 l -4.42100 -0.01600 l -4.46100 -0.00800 4.51900 0.00000 4.59300 0.00000 c -4.66400 0.00000 4.73400 0.00000 4.79600 0.00000 c -4.84700 0.00000 4.91000 0.00000 4.98400 0.00000 c -5.05400 0.00000 5.11300 -0.00800 5.15600 -0.01600 c -2.93700 -5.62500 l -2.82000 -5.64500 2.70700 -5.65700 2.59300 -5.65700 c -2.46800 -5.65700 2.34700 -5.64500 2.23400 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 235.37100 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 244.20300 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 250.14500 547.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96800 -3.17200 m -0.01500 -3.17200 l -0.00300 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00300 -2.59400 0.01500 -2.56300 c -0.96800 -2.56300 l -0.96800 -2.06300 l -0.96800 -1.37500 1.11700 -0.86000 1.42100 -0.51600 c -1.73400 -0.17200 2.21800 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17100 -0.01200 3.29600 -0.03200 c -3.42900 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59700 -0.34400 3.57800 -0.43800 c -3.55400 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43700 -0.70000 3.34700 -0.68400 3.23400 -0.67200 c -3.12800 -0.65300 3.01500 -0.64100 2.89000 -0.64100 c -2.69100 -0.64100 2.51900 -0.66500 2.37500 -0.70400 c -2.22600 -0.74700 2.10100 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72600 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25700 -2.76600 3.26500 -2.82500 3.26500 -2.87500 c -3.26500 -2.93800 3.25700 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59700 -8.18800 1.51500 -8.18800 c -1.44100 -8.18800 1.38200 -8.18800 1.34300 -8.18800 c -1.30000 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.01900 -8.18000 0.96800 -8.17200 c -0.96800 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 256.58600 546.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 261.05900 547.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54600 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 267.03900 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 273.04300 547.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 276.44100 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.04000 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 282.67600 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 288.37500 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 293.61300 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 299.34000 547.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26500 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 305.75400 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 312.14800 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69600 -0.78900 0.70400 -0.94900 0.70400 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95400 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61800 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40700 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95400 -0.07800 c -3.11000 -0.12100 3.24300 -0.18700 3.36000 -0.28100 c -3.47300 -0.37500 3.56700 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.86000 -1.03100 c -3.94200 -0.90600 4.03600 -0.78100 4.14100 -0.65600 c -4.24300 -0.53100 4.36000 -0.42200 4.48500 -0.32800 c -4.61800 -0.22700 4.77000 -0.14800 4.93800 -0.09400 c -5.11400 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32100 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11400 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91100 -5.75000 6.82900 -5.75000 c -6.74300 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.54000 -1.37500 6.34400 -1.09400 c -6.15700 -0.80500 5.86800 -0.65600 5.48500 -0.65600 c -5.24300 -0.65600 5.03600 -0.71100 4.86000 -0.81200 c -4.68000 -0.90600 4.53600 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15700 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73900 -5.75000 3.68800 -5.75000 c -3.65700 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36800 -5.74200 3.32900 -5.73400 c -3.32900 -2.26600 l -3.32900 -1.70300 3.23900 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28200 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65700 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15700 -1.26600 c -1.02000 -1.46500 0.91100 -1.70300 0.82900 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.04000 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 320.95300 547.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 324.03900 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 332.38700 547.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71800 -7.43700 m -0.89400 -7.50000 1.07800 -7.54700 1.26500 -7.57800 c -1.45300 -7.60200 1.64800 -7.60900 1.85900 -7.60900 c -2.14800 -7.60900 2.42600 -7.56200 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39000 -7.01600 c -3.59700 -6.82000 3.75800 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98400 3.68700 -3.60900 c -3.43700 -3.22700 3.03100 -3.03100 2.46800 -3.03100 c -2.28900 -3.03100 2.09700 -3.06200 1.89000 -3.12500 c -1.67900 -3.18000 1.48800 -3.27700 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89000 -3.96900 c -0.77300 -4.19900 0.71800 -4.49200 0.71800 -4.84400 c -0.71800 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71800 -0.03100 c -0.71800 -3.28100 l -0.87500 -3.04300 1.09700 -2.83600 1.39000 -2.65600 c -1.67900 -2.46900 2.05400 -2.37500 2.51500 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55400 -3.54700 4.67200 -3.89100 c -4.78500 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23400 1.71800 -8.23400 c -1.38300 -8.23400 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 338.51600 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 344.21100 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 349.80900 547.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.31600 -8.12500 0.25400 -8.12500 0.17200 -8.12500 c -0.09700 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -1.18700 -5.21900 m -3.20300 -2.50000 l -3.31600 -2.48000 3.44100 -2.46900 3.57800 -2.46900 c -3.74200 -2.46900 3.89800 -2.48000 4.04600 -2.50000 c -2.04600 -5.14100 l -4.40600 -8.10900 l -4.28100 -8.12900 4.14800 -8.14100 4.01500 -8.14100 c -3.84700 -8.14100 3.69100 -8.12900 3.54600 -8.10900 c -1.18700 -5.21900 l -h -f -Q -Q -Q -q -1 0 0 1 354.69100 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06700 -5.19500 4.52400 -5.32800 4.79700 -5.57800 c -5.07900 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12900 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11400 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07100 -8.42200 2.67600 -8.46900 2.25000 -8.46900 c -1.92600 -8.46900 1.62500 -8.44100 1.34400 -8.39100 c -1.07100 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42600 -8.03500 0.27000 -7.89100 0.15700 -7.70300 c -0.05100 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73400 0.07900 -6.46100 0.23500 -6.20300 c -0.39900 -5.95300 0.61400 -5.76600 0.87500 -5.64100 c -0.72700 -5.54700 0.61000 -5.43400 0.51600 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44200 -4.28100 0.57900 -4.09400 c -0.71100 -3.89800 0.89500 -3.71900 1.12500 -3.56200 c -0.86400 -3.40600 0.65700 -3.19500 0.50000 -2.92200 c -0.35200 -2.65200 0.28200 -2.32800 0.28200 -1.95300 c -0.28200 -1.68400 0.32100 -1.43000 0.40700 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82900 -0.56200 c -1.01600 -0.38700 1.23900 -0.25000 1.50000 -0.15600 c -1.77000 -0.05500 2.08200 0.00000 2.43800 0.00000 c -2.73900 0.00000 3.00400 -0.03900 3.23500 -0.10900 c -3.47300 -0.18400 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34400 4.12500 -0.31200 c -4.23900 -0.27300 4.36000 -0.24200 4.48500 -0.21900 c -4.61800 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03600 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32900 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63300 5.32900 -0.75800 5.29700 -0.85900 c -4.26600 -0.85900 l -4.36000 -1.02700 4.43000 -1.19900 4.48500 -1.37500 c -4.54700 -1.55500 4.57900 -1.74600 4.57900 -1.95300 c -4.57900 -2.26600 4.52000 -2.54700 4.40700 -2.79700 c -4.30100 -3.03900 4.14900 -3.24200 3.95400 -3.40600 c -3.76600 -3.56200 3.54000 -3.68700 3.28200 -3.78100 c -3.02000 -3.86700 2.73900 -3.90600 2.43800 -3.90600 c -2.11400 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72700 1.07900 -4.79700 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96900 c -1.29000 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14100 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23900 -5.92600 1.03200 -6.12500 c -0.82100 -6.32000 0.71900 -6.58600 0.71900 -6.92200 c -0.71900 -7.09800 0.75400 -7.24200 0.82900 -7.35900 c -0.91100 -7.47300 1.02400 -7.56200 1.17200 -7.62500 c -1.31700 -7.69500 1.48500 -7.74200 1.67200 -7.76600 c -1.86000 -7.79700 2.06300 -7.81200 2.28200 -7.81200 c -2.95700 -7.81200 3.48900 -7.69500 3.87500 -7.46900 c -4.25800 -7.23800 4.45400 -6.96100 4.45400 -6.64100 c -4.45400 -6.35900 4.35200 -6.15600 4.15700 -6.03100 c -3.96900 -5.91400 3.65700 -5.85900 3.21900 -5.85900 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15700 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29700 2.43800 -3.29700 c -2.91400 -3.29700 3.26600 -3.16800 3.48500 -2.90600 c -3.71100 -2.64800 3.82900 -2.32800 3.82900 -1.95300 c -3.82900 -1.57000 3.71100 -1.24600 3.48500 -0.98400 c -3.26600 -0.72700 2.91400 -0.59400 2.43800 -0.59400 c -1.95700 -0.59400 1.60200 -0.72700 1.37500 -0.98400 c -1.15700 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 361.10900 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 364.47300 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 371.05500 544.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84300 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55000 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26500 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55400 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71800 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 377.41800 544.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18700 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 383.43000 547.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09700 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59300 -0.01600 c -4.67500 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26500 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46800 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39000 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21800 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96800 -2.44500 2.34300 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46800 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14000 -3.07800 1.89000 -3.20300 c -1.64000 -3.32000 1.42500 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.92900 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17500 -7.59400 2.84300 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 389.81300 540.07423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00700 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00700 -0.18700 0.03100 -0.03100 c -0.18700 -0.01100 0.34300 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81200 -0.01100 0.96800 -0.03100 c -0.98800 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81200 0.96800 -0.96800 c -0.81200 -0.98800 0.66000 -1.00000 0.51500 -1.00000 c -0.34700 -1.00000 0.18700 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 68.21900 523.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.54700 -5.00000 m -0.00000 -0.03100 l -0.03900 -0.02300 0.10100 -0.01500 0.18700 -0.01500 c -0.26900 -0.00800 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.56200 -0.00800 0.65600 -0.01500 c -0.75000 -0.01500 0.82000 -0.02300 0.87500 -0.03100 c -2.93700 -4.20300 l -4.96900 -0.03100 l -5.03100 -0.02300 5.09400 -0.01500 5.15600 -0.01500 c -5.22600 -0.00800 5.29700 0.00000 5.35900 0.00000 c -5.42900 0.00000 5.50800 -0.00800 5.59400 -0.01500 c -5.67600 -0.01500 5.73800 -0.02300 5.78100 -0.03100 c -3.29700 -5.00000 l -3.29700 -7.93700 l -3.24200 -7.94500 3.17900 -7.95300 3.10900 -7.95300 c -3.04700 -7.95300 2.98400 -7.95300 2.92200 -7.95300 c -2.84700 -7.95300 2.77300 -7.95300 2.70300 -7.95300 c -2.64000 -7.95300 2.58600 -7.94500 2.54700 -7.93700 c -2.54700 -5.00000 l -h -f -Q -Q -Q -q -1 0 0 1 74.04700 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 80.62900 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 90.54700 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 95.78500 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 101.79700 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 111.96100 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22700 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77300 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77300 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 118.13700 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 124.40600 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 128.99600 522.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 136.53900 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28200 l -2.67600 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 142.52300 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95800 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95800 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 149.10500 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32900 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00800 0.73500 -0.01600 c -0.73500 -3.17200 l -0.73500 -3.57100 0.77000 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20400 -4.75000 c -1.36000 -4.88700 1.55100 -4.98500 1.78200 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20400 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70400 -4.96900 c -3.70400 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07900 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33300 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48500 l -4.16500 -5.55900 3.86400 -5.62100 3.53200 -5.67200 c -3.19600 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82900 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94600 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32100 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 155.46900 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 162.88700 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.06200 -5.70300 m -3.88300 -5.75400 3.69100 -5.78900 3.48400 -5.81200 c -3.27300 -5.84400 3.05400 -5.85900 2.82800 -5.85900 c -2.44100 -5.85900 2.07000 -5.81600 1.71800 -5.73400 c -1.37500 -5.65200 1.07000 -5.50000 0.81200 -5.28100 c -0.56200 -5.06200 0.36300 -4.77700 0.21800 -4.42200 c -0.07000 -4.07000 0.00000 -3.62500 0.00000 -3.09400 c -0.00000 -2.61700 0.06600 -2.18400 0.20300 -1.79700 c -0.34700 -1.41400 0.55100 -1.09000 0.81200 -0.82800 c -1.07000 -0.55900 1.37900 -0.35500 1.73400 -0.21900 c -2.09700 -0.07400 2.50400 0.00000 2.95300 0.00000 c -3.14800 0.00000 3.33200 -0.00800 3.50000 -0.01600 c -3.66400 -0.02700 3.81600 -0.04300 3.95300 -0.06200 c -4.09700 -0.08600 4.23800 -0.10900 4.37500 -0.14100 c -4.50800 -0.16400 4.64400 -0.19900 4.78100 -0.25000 c -4.78100 -8.32800 l -4.73800 -8.33600 4.67600 -8.34400 4.59400 -8.34400 c -4.50800 -8.35200 4.45300 -8.35900 4.42200 -8.35900 c -4.37900 -8.35900 4.31600 -8.35200 4.23400 -8.34400 c -4.16000 -8.34400 4.10100 -8.33600 4.06200 -8.32800 c -4.06200 -5.70300 l -h -4.06200 -0.73400 m -3.84400 -0.69500 3.66000 -0.66800 3.51500 -0.65600 c -3.36700 -0.63700 3.19100 -0.62500 2.98400 -0.62500 c -2.61700 -0.62500 2.28900 -0.68700 2.00000 -0.81200 c -1.71800 -0.93700 1.48400 -1.11700 1.29700 -1.34400 c -1.11700 -1.57400 0.98400 -1.84400 0.89000 -2.15600 c -0.80400 -2.46100 0.76500 -2.79700 0.76500 -3.17200 c -0.76500 -3.52700 0.81200 -3.83600 0.90600 -4.09400 c -1.00800 -4.35500 1.14800 -4.57000 1.32800 -4.73400 c -1.51500 -4.90200 1.72600 -5.02700 1.96800 -5.10900 c -2.21800 -5.19500 2.49200 -5.23400 2.79700 -5.23400 c -3.03500 -5.23400 3.26900 -5.21900 3.50000 -5.18700 c -3.72600 -5.14800 3.91400 -5.10200 4.06200 -5.04700 c -4.06200 -0.73400 l -h -f -Q -Q -Q -q -1 0 0 1 169.56300 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54600 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84300 -4.15700 c -0.92500 -4.40700 1.04600 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55000 -4.98500 1.78100 -5.04700 c -2.00700 -5.10200 2.26500 -5.12500 2.54600 -5.12500 c -2.79600 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55400 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75300 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17500 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21000 -5.59400 0.94500 -5.46900 0.71800 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 175.61300 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 182.00400 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 185.46100 523.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 188.54700 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 194.57800 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 203.72300 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84300 -4.15700 c -0.92500 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55000 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26500 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55400 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17500 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71800 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 210.08600 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 216.10200 523.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04600 -0.03100 m -4.09700 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42100 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59300 -0.01600 c -4.67500 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55000 -8.05900 4.26500 -8.11300 3.92100 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46800 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39000 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21800 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50700 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96800 -2.44500 2.34300 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46800 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04600 -2.56200 c -4.04600 -0.03100 l -h -4.04600 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14000 -3.07800 1.89000 -3.20300 c -1.64000 -3.32000 1.42500 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.92900 -6.72700 1.29600 -7.07800 c -1.66000 -7.42200 2.17500 -7.59400 2.84300 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92100 -7.49600 4.04600 -7.45300 c -4.04600 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 222.51600 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 228.90600 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 236.76200 523.65323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76500 -4.23500 m -0.83600 -4.24700 0.89800 -4.25800 0.95300 -4.26600 c -1.00400 -4.26600 1.05400 -4.27400 1.10900 -4.28200 c -1.17200 -4.28200 1.23400 -4.28200 1.29700 -4.28200 c -1.36700 -4.28200 1.46100 -4.28200 1.57800 -4.28200 c -1.83600 -4.28200 2.09300 -4.26200 2.34300 -4.21900 c -2.60100 -4.18000 2.83600 -4.09000 3.04700 -3.95400 c -3.26500 -3.82100 3.43700 -3.63300 3.56200 -3.39100 c -3.68700 -3.14100 3.75000 -2.81300 3.75000 -2.40700 c -3.75000 -2.08600 3.69500 -1.81300 3.59300 -1.59400 c -3.50000 -1.37500 3.35900 -1.20400 3.17200 -1.07900 c -2.99200 -0.94600 2.76900 -0.85200 2.50000 -0.79700 c -2.23800 -0.73500 1.94500 -0.70400 1.62500 -0.70400 c -1.43700 -0.70400 1.26900 -0.71100 1.12500 -0.71900 c -0.97600 -0.73100 0.85900 -0.74300 0.76500 -0.75000 c -0.76500 -4.23500 l -h -0.00000 -0.14100 m -0.07000 -0.13300 0.17200 -0.12200 0.29700 -0.11000 c -0.42900 -0.09000 0.57800 -0.07500 0.73400 -0.06300 c -0.89800 -0.04300 1.06200 -0.02800 1.21900 -0.01600 c -1.38300 -0.00800 1.53500 0.00000 1.67200 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84300 -0.14100 c -3.19500 -0.22700 3.50000 -0.36800 3.75000 -0.56300 c -4.00800 -0.75000 4.20700 -0.99700 4.34300 -1.29700 c -4.48800 -1.60200 4.56200 -1.96900 4.56200 -2.40700 c -4.56200 -2.86800 4.47600 -3.26200 4.31200 -3.59400 c -4.15600 -3.93000 3.94100 -4.20000 3.67200 -4.40700 c -3.41000 -4.60600 3.10100 -4.75000 2.75000 -4.84400 c -2.39400 -4.93800 2.01900 -4.98500 1.62500 -4.98500 c -1.45700 -4.98500 1.31200 -4.98500 1.18700 -4.98500 c -1.06200 -4.97700 0.92200 -4.96100 0.76500 -4.93800 c -0.76500 -8.04700 l -0.71100 -8.05500 0.64800 -8.06300 0.57800 -8.06300 c -0.51500 -8.06300 0.45300 -8.06300 0.39000 -8.06300 c -0.31600 -8.06300 0.24200 -8.06300 0.17200 -8.06300 c -0.09700 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 241.92600 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55500 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84400 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01600 c -2.81200 -7.28200 l -2.67600 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76500 -8.29700 0.63300 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 247.66000 522.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 252.13300 523.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22200 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59400 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 258.11700 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 264.74600 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.10900 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 274.55100 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 279.55900 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 285.64100 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 290.50400 522.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 294.58600 523.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 297.67200 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 304.30100 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 314.07400 523.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 317.47300 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09300 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 327.77700 523.51223 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -3.89100 0.00000 l -3.89100 -0.04300 3.89100 -0.09400 3.89100 -0.15600 c -3.89900 -0.21900 3.90700 -0.28100 3.90700 -0.34400 c -3.90700 -0.39900 3.89900 -0.46100 3.89100 -0.53100 c -3.89100 -0.59400 3.89100 -0.64900 3.89100 -0.68800 c -0.76600 -0.68800 l -0.76600 -3.35900 l -3.46900 -3.35900 l -3.47700 -3.40200 3.48500 -3.45300 3.48500 -3.51600 c -3.48500 -3.57800 3.48500 -3.64100 3.48500 -3.70300 c -3.48500 -3.75800 3.48500 -3.82000 3.48500 -3.89100 c -3.48500 -3.95300 3.47700 -4.01200 3.46900 -4.06300 c -0.76600 -4.06300 l -0.76600 -7.90600 l -0.71100 -7.91400 0.64900 -7.92200 0.57800 -7.92200 c -0.51600 -7.92200 0.45400 -7.92200 0.39100 -7.92200 c -0.31700 -7.92200 0.24300 -7.92200 0.17200 -7.92200 c -0.09800 -7.92200 0.03900 -7.91400 0.00000 -7.90600 c -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 332.89100 523.65323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.26500 -8.17200 m -2.71100 -8.17200 2.22600 -8.07100 1.81200 -7.87500 c -1.40600 -7.68000 1.06600 -7.39900 0.79700 -7.03200 c -0.53500 -6.66800 0.33600 -6.23500 0.20300 -5.73500 c -0.06600 -5.23500 0.00000 -4.68800 0.00000 -4.09400 c -0.00000 -3.50000 0.06600 -2.95400 0.20300 -2.45400 c -0.33600 -1.95400 0.53500 -1.52400 0.79700 -1.15700 c -1.06600 -0.79300 1.40600 -0.51200 1.81200 -0.31300 c -2.22600 -0.10600 2.71100 0.00000 3.26500 0.00000 c -3.81600 0.00000 4.29700 -0.10600 4.70300 -0.31300 c -5.11700 -0.51200 5.45700 -0.79300 5.71800 -1.15700 c -5.98800 -1.52400 6.19100 -1.95400 6.32800 -2.45400 c -6.46100 -2.95400 6.53100 -3.50000 6.53100 -4.09400 c -6.53100 -4.68800 6.46100 -5.23500 6.32800 -5.73500 c -6.19100 -6.23500 5.98800 -6.66800 5.71800 -7.03200 c -5.45700 -7.39900 5.11700 -7.68000 4.70300 -7.87500 c -4.29700 -8.07100 3.81600 -8.17200 3.26500 -8.17200 c -h -3.26500 -7.48500 m -3.69100 -7.48500 4.05400 -7.40300 4.35900 -7.23500 c -4.67200 -7.07100 4.92900 -6.84000 5.14000 -6.54700 c -5.34700 -6.24700 5.50000 -5.88700 5.59300 -5.46900 c -5.69500 -5.04300 5.75000 -4.58600 5.75000 -4.09400 c -5.75000 -3.59400 5.69500 -3.13700 5.59300 -2.71900 c -5.50000 -2.29300 5.34700 -1.93400 5.14000 -1.64100 c -4.92900 -1.34000 4.67200 -1.11000 4.35900 -0.95400 c -4.05400 -0.79000 3.69100 -0.70400 3.26500 -0.70400 c -2.83600 -0.70400 2.46800 -0.79000 2.15600 -0.95400 c -1.84300 -1.11000 1.58600 -1.34000 1.39000 -1.64100 c -1.19100 -1.93400 1.03900 -2.29300 0.93700 -2.71900 c -0.84300 -3.13700 0.79700 -3.59400 0.79700 -4.09400 c -0.79700 -4.58600 0.84300 -5.04300 0.93700 -5.46900 c -1.03900 -5.88700 1.19100 -6.24700 1.39000 -6.54700 c -1.58600 -6.84000 1.84300 -7.07100 2.15600 -7.23500 c -2.46800 -7.40300 2.83600 -7.48500 3.26500 -7.48500 c -h -f -Q -Q -Q -q -1 0 0 1 341.24600 523.65323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.11000 m -0.16400 -0.09000 0.30500 -0.07500 0.42200 -0.06300 c -0.54700 -0.05500 0.66400 -0.04300 0.78100 -0.03200 c -0.89500 -0.02400 1.01600 -0.01600 1.14100 -0.01600 c -1.26600 -0.00800 1.41000 0.00000 1.57800 0.00000 c -1.93000 0.00000 2.27400 -0.04000 2.60900 -0.11000 c -2.95300 -0.18400 3.25800 -0.31300 3.53100 -0.50000 c -3.80100 -0.68000 4.02000 -0.91800 4.18800 -1.21900 c -4.35200 -1.52400 4.43800 -1.90700 4.43800 -2.37500 c -4.43800 -2.65700 4.38300 -2.91800 4.28100 -3.15700 c -4.17600 -3.38700 4.03900 -3.59400 3.87500 -3.78200 c -3.70700 -3.96900 3.51600 -4.13300 3.29700 -4.26600 c -3.08600 -4.40300 2.86700 -4.51600 2.64100 -4.61000 c -2.54700 -4.64100 l -5.07800 -8.04700 l -5.00400 -8.05500 4.93000 -8.06300 4.85900 -8.06300 c -4.78500 -8.06300 4.70700 -8.06300 4.62500 -8.06300 c -4.55100 -8.06300 4.47700 -8.06300 4.40600 -8.06300 c -4.34400 -8.06300 4.27400 -8.05500 4.20300 -8.04700 c -1.43800 -4.39100 l -1.43800 -4.34400 l -1.67200 -4.28200 l -1.92200 -4.21100 2.16000 -4.12200 2.39100 -4.01600 c -2.62900 -3.91500 2.83600 -3.79000 3.01600 -3.64100 c -3.20300 -3.48500 3.34800 -3.30500 3.45300 -3.09400 c -3.56700 -2.88700 3.62500 -2.64900 3.62500 -2.37500 c -3.62500 -1.80500 3.44500 -1.37500 3.09400 -1.09400 c -2.73800 -0.80500 2.25800 -0.65700 1.65600 -0.65700 c -1.50800 -0.65700 1.36700 -0.66500 1.23500 -0.67200 c -1.09800 -0.67200 0.94200 -0.68400 0.76600 -0.70400 c -0.76600 -8.04700 l -0.71100 -8.05500 0.64900 -8.06300 0.57800 -8.06300 c -0.50400 -8.06300 0.43800 -8.06300 0.37500 -8.06300 c -0.31300 -8.06300 0.24200 -8.06300 0.17200 -8.06300 c -0.10900 -8.06300 0.05100 -8.05500 0.00000 -8.04700 c -0.00000 -0.11000 l -h -f -Q -Q -Q -q -1 0 0 1 347.62100 523.54323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.05100 -0.02300 0.11300 -0.01500 0.18800 -0.01500 c -0.25800 -0.00800 0.32800 0.00000 0.39100 0.00000 c -0.45300 0.00000 0.51600 -0.00800 0.57800 -0.01500 c -0.64900 -0.01500 0.71100 -0.02300 0.76600 -0.03100 c -0.76600 -4.79700 l -0.76600 -5.26500 0.80100 -5.66400 0.87500 -5.98400 c -0.95700 -6.29700 1.07800 -6.55800 1.23400 -6.76500 c -1.39100 -6.96500 1.58600 -7.10900 1.82800 -7.20300 c -2.07800 -7.29700 2.36700 -7.34400 2.70300 -7.34400 c -3.36700 -7.34400 3.86000 -7.15200 4.17200 -6.76500 c -4.48400 -6.37100 4.64100 -5.71500 4.64100 -4.79700 c -4.64100 -0.03100 l -4.69200 -0.02300 4.75000 -0.01500 4.81300 -0.01500 c -4.87500 -0.00800 4.94200 0.00000 5.01600 0.00000 c -5.06700 0.00000 5.12900 -0.00800 5.20300 -0.01500 c -5.28500 -0.01500 5.34800 -0.02300 5.39100 -0.03100 c -5.39100 -4.90600 l -5.39100 -5.96100 5.17200 -6.75000 4.73400 -7.28100 c -4.30500 -7.80500 3.62900 -8.06200 2.70300 -8.06200 c -1.77400 -8.06200 1.09400 -7.80500 0.65600 -7.28100 c -0.21900 -6.75000 0.00000 -5.96100 0.00000 -4.90600 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 354.99200 523.54323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.37500 -0.03100 m -0.41400 -0.02300 0.48500 -0.01500 0.57800 -0.01500 c -0.68000 -0.00800 0.77000 0.00000 0.84400 0.00000 c -0.92600 0.00000 1.01600 -0.00800 1.11000 -0.01500 c -1.21100 -0.01500 1.28500 -0.02300 1.32800 -0.03100 c -3.54700 -5.29700 l -5.73500 -0.03100 l -5.77400 -0.02300 5.84400 -0.01500 5.93800 -0.01500 c -6.03900 -0.00800 6.12900 0.00000 6.20300 0.00000 c -6.27400 0.00000 6.36000 -0.00800 6.45300 -0.01500 c -6.55500 -0.01500 6.63300 -0.02300 6.68800 -0.03100 c -7.06300 -7.93700 l -7.00800 -7.94500 6.95300 -7.95300 6.89100 -7.95300 c -6.82800 -7.95300 6.75800 -7.95300 6.68800 -7.95300 c -6.61300 -7.95300 6.53900 -7.95300 6.46900 -7.95300 c -6.40600 -7.95300 6.35200 -7.94500 6.31300 -7.93700 c -6.01600 -1.20300 l -3.82800 -6.29700 l -3.77400 -6.32000 3.72300 -6.32800 3.67200 -6.32800 c -3.61700 -6.32800 3.57100 -6.32800 3.53100 -6.32800 c -3.47700 -6.32800 3.42600 -6.32800 3.37500 -6.32800 c -3.32100 -6.32800 3.27400 -6.32000 3.23500 -6.29700 c -1.07800 -1.18700 l -0.75000 -7.93700 l -0.69600 -7.94500 0.64100 -7.95300 0.57800 -7.95300 c -0.51600 -7.95300 0.44600 -7.95300 0.37500 -7.95300 c -0.30100 -7.95300 0.22700 -7.95300 0.15600 -7.95300 c -0.09400 -7.95300 0.03900 -7.94500 0.00000 -7.93700 c -0.37500 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 363.60500 523.65323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20400 -7.17200 m -0.30500 -7.19600 0.41100 -7.22700 0.51600 -7.26600 c -0.62900 -7.30900 0.75400 -7.34400 0.89100 -7.37500 c -1.02400 -7.39900 1.17600 -7.41800 1.34400 -7.43800 c -1.52000 -7.46100 1.71900 -7.46900 1.93800 -7.46900 c -2.28200 -7.46900 2.57900 -7.43000 2.82900 -7.34400 c -3.08600 -7.26200 3.30100 -7.15300 3.46900 -7.01600 c -3.63300 -6.87200 3.75400 -6.70000 3.82900 -6.50000 c -3.91100 -6.30500 3.95400 -6.09400 3.95400 -5.87500 c -3.95400 -5.64900 3.92600 -5.45400 3.87600 -5.29700 c -3.82100 -5.14100 3.72700 -5.00000 3.59400 -4.87500 c -3.45800 -4.74300 3.27000 -4.61800 3.03200 -4.50000 c -2.79000 -4.37500 2.48900 -4.24300 2.12600 -4.09400 c -1.87600 -4.00000 1.62900 -3.90300 1.39100 -3.79700 c -1.16100 -3.68400 0.95800 -3.54700 0.78200 -3.39100 c -0.61400 -3.23500 0.47700 -3.04700 0.37600 -2.82900 c -0.27000 -2.60200 0.21900 -2.32500 0.21900 -2.00000 c -0.21900 -1.40700 0.43000 -0.93000 0.86000 -0.56300 c -1.28600 -0.18800 1.91100 0.00000 2.73500 0.00000 c -2.89900 0.00000 3.06300 -0.01200 3.21900 -0.03200 c -3.38300 -0.04300 3.54000 -0.05900 3.68800 -0.07900 c -3.83300 -0.10200 3.96100 -0.12500 4.07900 -0.15700 c -4.20400 -0.18800 4.30100 -0.21500 4.37600 -0.23500 c -4.36400 -0.35200 4.34400 -0.46500 4.31300 -0.57900 c -4.29000 -0.69600 4.25800 -0.79700 4.21900 -0.89100 c -4.04000 -0.84000 3.81300 -0.79300 3.53200 -0.75000 c -3.25800 -0.70000 2.98900 -0.67200 2.71900 -0.67200 c -2.11400 -0.67200 1.67600 -0.79700 1.40700 -1.04700 c -1.14500 -1.29000 1.01600 -1.60200 1.01600 -1.98500 c -1.01600 -2.18400 1.05500 -2.35600 1.14100 -2.50000 c -1.22300 -2.64900 1.33300 -2.77800 1.46900 -2.89100 c -1.61400 -2.99700 1.78600 -3.09400 1.98500 -3.18800 c -2.18000 -3.28200 2.39500 -3.37200 2.62600 -3.45400 c -2.93800 -3.57900 3.22300 -3.71100 3.48500 -3.84400 c -3.75400 -3.98100 3.98500 -4.13700 4.17200 -4.31300 c -4.36800 -4.49300 4.52000 -4.70000 4.62600 -4.93800 c -4.73900 -5.16800 4.79700 -5.45400 4.79700 -5.79700 c -4.79700 -6.17200 4.72700 -6.51200 4.59400 -6.81300 c -4.45800 -7.10600 4.26600 -7.35600 4.01600 -7.56300 c -3.76600 -7.76200 3.45800 -7.91500 3.09400 -8.01600 c -2.73900 -8.11800 2.33600 -8.17200 1.89100 -8.17200 c -1.45400 -8.17200 1.08600 -8.14100 0.79700 -8.07900 c -0.51600 -8.01600 0.25000 -7.95000 0.00000 -7.87500 c -0.02000 -7.76200 0.04700 -7.64100 0.07900 -7.51600 c -0.11800 -7.39100 0.16100 -7.27800 0.20400 -7.17200 c -h -f -Q -Q -Q -q -1 0 0 1 369.57400 516.57423 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03100 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65700 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98900 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66000 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 375.27700 523.51223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14100 -0.67200 m -0.01600 -0.67200 l -0.00400 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23400 0.00000 -0.17200 c -0.00000 -0.10200 0.00400 -0.04300 0.01600 0.00000 c -5.01600 0.00000 l -5.02400 -0.04300 5.03200 -0.09400 5.03200 -0.15600 c -5.03900 -0.21100 5.04700 -0.26600 5.04700 -0.32800 c -5.04700 -0.38300 5.03900 -0.44500 5.03200 -0.51600 c -5.03200 -0.57800 5.02400 -0.63300 5.01600 -0.67200 c -2.90700 -0.67200 l -2.90700 -7.90600 l -2.85200 -7.91400 2.78900 -7.92200 2.71900 -7.92200 c -2.65700 -7.92200 2.59400 -7.92200 2.53200 -7.92200 c -2.45700 -7.92200 2.38300 -7.92200 2.31300 -7.92200 c -2.23900 -7.92200 2.18000 -7.91400 2.14100 -7.90600 c -2.14100 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 381.47700 523.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42100 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92100 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62800 -3.72700 3.42100 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54600 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 387.46100 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 393.49200 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19600 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 398.50400 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 408.46900 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.06200 -5.70300 m -3.88300 -5.75400 3.69100 -5.78900 3.48400 -5.81200 c -3.27300 -5.84400 3.05400 -5.85900 2.82800 -5.85900 c -2.44100 -5.85900 2.07000 -5.81600 1.71900 -5.73400 c -1.37500 -5.65200 1.07000 -5.50000 0.81200 -5.28100 c -0.56200 -5.06200 0.36300 -4.77700 0.21900 -4.42200 c -0.07000 -4.07000 0.00000 -3.62500 0.00000 -3.09400 c -0.00000 -2.61700 0.06600 -2.18400 0.20300 -1.79700 c -0.34700 -1.41400 0.55100 -1.09000 0.81200 -0.82800 c -1.07000 -0.55900 1.37900 -0.35500 1.73400 -0.21900 c -2.09700 -0.07400 2.50400 0.00000 2.95300 0.00000 c -3.14800 0.00000 3.33200 -0.00800 3.50000 -0.01600 c -3.66400 -0.02700 3.81600 -0.04300 3.95300 -0.06200 c -4.09700 -0.08600 4.23800 -0.10900 4.37500 -0.14100 c -4.50800 -0.16400 4.64400 -0.19900 4.78100 -0.25000 c -4.78100 -8.32800 l -4.73800 -8.33600 4.67600 -8.34400 4.59400 -8.34400 c -4.50800 -8.35200 4.45300 -8.35900 4.42200 -8.35900 c -4.37900 -8.35900 4.31600 -8.35200 4.23400 -8.34400 c -4.16000 -8.34400 4.10100 -8.33600 4.06200 -8.32800 c -4.06200 -5.70300 l -h -4.06200 -0.73400 m -3.84400 -0.69500 3.66000 -0.66800 3.51500 -0.65600 c -3.36700 -0.63700 3.19100 -0.62500 2.98400 -0.62500 c -2.61700 -0.62500 2.28900 -0.68700 2.00000 -0.81200 c -1.71900 -0.93700 1.48400 -1.11700 1.29700 -1.34400 c -1.11700 -1.57400 0.98400 -1.84400 0.89000 -2.15600 c -0.80400 -2.46100 0.76500 -2.79700 0.76500 -3.17200 c -0.76500 -3.52700 0.81200 -3.83600 0.90600 -4.09400 c -1.00800 -4.35500 1.14800 -4.57000 1.32800 -4.73400 c -1.51500 -4.90200 1.72600 -5.02700 1.96900 -5.10900 c -2.21900 -5.19500 2.49200 -5.23400 2.79700 -5.23400 c -3.03500 -5.23400 3.26900 -5.21900 3.50000 -5.18700 c -3.72600 -5.14800 3.91400 -5.10200 4.06200 -5.04700 c -4.06200 -0.73400 l -h -f -Q -Q -Q -q -1 0 0 1 415.14500 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54600 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84300 -4.15700 c -0.92500 -4.40700 1.04600 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55000 -4.98500 1.78100 -5.04700 c -2.00700 -5.10200 2.26500 -5.12500 2.54600 -5.12500 c -2.79600 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55400 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75300 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17500 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21000 -5.59400 0.94500 -5.46900 0.71800 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 421.19500 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 427.58600 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 431.04300 523.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 434.12900 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 440.16000 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 448.74200 521.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09800 0.00000 0.17200 0.00000 c -0.24200 0.00000 0.31700 0.00000 0.39100 0.00000 c -0.45300 0.00000 0.52400 0.00000 0.61000 0.00000 c -0.69200 0.00000 0.75400 -0.00800 0.79700 -0.01600 c -2.03100 -4.78200 l -3.42200 -0.01600 l -3.48500 -0.00800 3.54700 0.00000 3.61000 0.00000 c -3.68000 0.00000 3.75800 0.00000 3.84400 0.00000 c -3.90600 0.00000 3.96900 0.00000 4.03100 0.00000 c -4.09400 0.00000 4.14900 -0.00800 4.20300 -0.01600 c -5.59400 -4.71900 l -6.82800 -0.01600 l -6.87900 -0.00800 6.93800 0.00000 7.00000 0.00000 c -7.06300 0.00000 7.11700 0.00000 7.17200 0.00000 c -7.23500 0.00000 7.30100 0.00000 7.37500 0.00000 c -7.44600 0.00000 7.50400 -0.00800 7.54700 -0.01600 c -5.93800 -5.62500 l -5.80100 -5.64500 5.67200 -5.65700 5.54700 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81300 -0.98500 l -2.39100 -5.62500 l -2.25400 -5.64500 2.12500 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73900 -5.64500 1.62500 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 457.23400 523.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45400 -2.32800 l -1.45400 -7.93700 l -1.41100 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70400 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91100 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91100 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70400 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 460.63300 523.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55500 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 463.70300 523.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 470.64500 523.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71800 -7.43700 m -0.89400 -7.50000 1.07800 -7.54700 1.26500 -7.57800 c -1.45300 -7.60200 1.64800 -7.60900 1.85900 -7.60900 c -2.14800 -7.60900 2.42500 -7.56200 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39000 -7.01600 c -3.59700 -6.82000 3.75700 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98400 3.68700 -3.60900 c -3.43700 -3.22700 3.03100 -3.03100 2.46800 -3.03100 c -2.28900 -3.03100 2.09700 -3.06200 1.89000 -3.12500 c -1.67900 -3.18000 1.48800 -3.27700 1.31200 -3.42200 c -1.14400 -3.55900 1.00300 -3.74200 0.89000 -3.96900 c -0.77300 -4.19900 0.71800 -4.49200 0.71800 -4.84400 c -0.71800 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.28100 l -0.87500 -3.04300 1.09700 -2.83600 1.39000 -2.65600 c -1.67900 -2.46900 2.05400 -2.37500 2.51500 -2.37500 c -2.85900 -2.37500 3.17100 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55400 -3.54700 4.67100 -3.89100 c -4.78500 -4.23400 4.84300 -4.64800 4.84300 -5.12500 c -4.84300 -6.10500 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23400 1.71800 -8.23400 c -1.38200 -8.23400 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 476.82000 521.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 68.56300 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17100 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87800 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33500 -1.18700 3.10900 -0.96900 c -2.87800 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29600 -0.68700 c -1.05400 -0.73000 0.83500 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83500 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 74.57400 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 80.50800 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97300 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 85.22300 507.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09700 0.00000 0.17200 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.52300 0.00000 0.60900 0.00000 c -0.69100 0.00000 0.75400 -0.00800 0.79700 -0.01600 c -2.03100 -4.78200 l -3.42200 -0.01600 l -3.48400 -0.00800 3.54700 0.00000 3.60900 0.00000 c -3.67900 0.00000 3.75800 0.00000 3.84300 0.00000 c -3.90600 0.00000 3.96800 0.00000 4.03100 0.00000 c -4.09300 0.00000 4.14800 -0.00800 4.20300 -0.01600 c -5.59300 -4.71900 l -6.82800 -0.01600 l -6.87900 -0.00800 6.93700 0.00000 7.00000 0.00000 c -7.06200 0.00000 7.11700 0.00000 7.17200 0.00000 c -7.23400 0.00000 7.30000 0.00000 7.37500 0.00000 c -7.44500 0.00000 7.50400 -0.00800 7.54700 -0.01600 c -5.93700 -5.62500 l -5.80000 -5.64500 5.67200 -5.65700 5.54700 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81200 -0.98500 l -2.39000 -5.62500 l -2.25400 -5.64500 2.12500 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73800 -5.64500 1.62500 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 93.59800 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 99.98800 507.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 103.35200 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 109.46100 510.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 118.93800 510.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71800 -7.43700 m -0.89400 -7.50000 1.07800 -7.54700 1.26500 -7.57800 c -1.45300 -7.60200 1.64800 -7.60900 1.85900 -7.60900 c -2.14800 -7.60900 2.42500 -7.56200 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39000 -7.01600 c -3.59700 -6.82000 3.75700 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98400 3.68700 -3.60900 c -3.43700 -3.22700 3.03100 -3.03100 2.46800 -3.03100 c -2.28900 -3.03100 2.09700 -3.06200 1.89000 -3.12500 c -1.67900 -3.18000 1.48800 -3.27700 1.31200 -3.42200 c -1.14400 -3.55900 1.00300 -3.74200 0.89000 -3.96900 c -0.77300 -4.19900 0.71800 -4.49200 0.71800 -4.84400 c -0.71800 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.28100 l -0.87500 -3.04300 1.09700 -2.83600 1.39000 -2.65600 c -1.67900 -2.46900 2.05400 -2.37500 2.51500 -2.37500 c -2.85900 -2.37500 3.17100 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55400 -3.54700 4.67100 -3.89100 c -4.78500 -4.23400 4.84300 -4.64800 4.84300 -5.12500 c -4.84300 -6.10500 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23400 1.71800 -8.23400 c -1.38200 -8.23400 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 124.52300 507.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65700 -5.64100 m -2.45400 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07100 -5.63300 2.03200 -5.62500 c -0.00000 -0.01600 l -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70400 -5.46900 l -4.53200 -0.01600 l -4.57100 -0.00800 4.62900 0.00000 4.70400 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90700 0.00000 c -4.95800 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16500 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28200 l -2.67600 -7.68800 2.48900 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07900 -8.36000 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.27000 0.53200 -8.25000 c -0.53200 -8.02000 0.58600 -7.81300 0.70400 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95400 -7.68800 c -1.07900 -7.71900 1.21100 -7.73500 1.36000 -7.73500 c -1.56700 -7.73500 1.73500 -7.68000 1.86000 -7.57800 c -1.99300 -7.47300 2.11000 -7.28500 2.20400 -7.01600 c -2.65700 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 133.88300 510.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -3.89000 0.00000 l -3.89000 -0.04300 3.89000 -0.09400 3.89000 -0.15600 c -3.89800 -0.21900 3.90600 -0.28100 3.90600 -0.34400 c -3.90600 -0.39900 3.89800 -0.46100 3.89000 -0.53100 c -3.89000 -0.59400 3.89000 -0.64900 3.89000 -0.68800 c -0.76500 -0.68800 l -0.76500 -3.35900 l -3.46900 -3.35900 l -3.47600 -3.40200 3.48400 -3.45300 3.48400 -3.51600 c -3.48400 -3.57800 3.48400 -3.64100 3.48400 -3.70300 c -3.48400 -3.75800 3.48400 -3.82000 3.48400 -3.89100 c -3.48400 -3.95300 3.47600 -4.01200 3.46900 -4.06300 c -0.76500 -4.06300 l -0.76500 -7.90600 l -0.71100 -7.91400 0.64800 -7.92200 0.57800 -7.92200 c -0.51500 -7.92200 0.45300 -7.92200 0.39000 -7.92200 c -0.31600 -7.92200 0.24200 -7.92200 0.17200 -7.92200 c -0.09800 -7.92200 0.03900 -7.91400 0.00000 -7.90600 c -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 138.99600 510.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.26600 -8.17200 m -2.71100 -8.17200 2.22700 -8.07100 1.81300 -7.87500 c -1.40600 -7.68000 1.06700 -7.39900 0.79700 -7.03200 c -0.53500 -6.66800 0.33600 -6.23500 0.20300 -5.73500 c -0.06700 -5.23500 0.00000 -4.68800 0.00000 -4.09400 c -0.00000 -3.50000 0.06700 -2.95400 0.20300 -2.45400 c -0.33600 -1.95400 0.53500 -1.52400 0.79700 -1.15700 c -1.06700 -0.79300 1.40600 -0.51200 1.81300 -0.31300 c -2.22700 -0.10600 2.71100 0.00000 3.26600 0.00000 c -3.81700 0.00000 4.29700 -0.10600 4.70300 -0.31300 c -5.11700 -0.51200 5.45700 -0.79300 5.71900 -1.15700 c -5.98800 -1.52400 6.19200 -1.95400 6.32800 -2.45400 c -6.46100 -2.95400 6.53100 -3.50000 6.53100 -4.09400 c -6.53100 -4.68800 6.46100 -5.23500 6.32800 -5.73500 c -6.19200 -6.23500 5.98800 -6.66800 5.71900 -7.03200 c -5.45700 -7.39900 5.11700 -7.68000 4.70300 -7.87500 c -4.29700 -8.07100 3.81700 -8.17200 3.26600 -8.17200 c -h -3.26600 -7.48500 m -3.69200 -7.48500 4.05500 -7.40300 4.35900 -7.23500 c -4.67200 -7.07100 4.93000 -6.84000 5.14100 -6.54700 c -5.34800 -6.24700 5.50000 -5.88700 5.59400 -5.46900 c -5.69500 -5.04300 5.75000 -4.58600 5.75000 -4.09400 c -5.75000 -3.59400 5.69500 -3.13700 5.59400 -2.71900 c -5.50000 -2.29300 5.34800 -1.93400 5.14100 -1.64100 c -4.93000 -1.34000 4.67200 -1.11000 4.35900 -0.95400 c -4.05500 -0.79000 3.69200 -0.70400 3.26600 -0.70400 c -2.83600 -0.70400 2.46900 -0.79000 2.15600 -0.95400 c -1.84400 -1.11000 1.58600 -1.34000 1.39100 -1.64100 c -1.19200 -1.93400 1.03900 -2.29300 0.93800 -2.71900 c -0.84400 -3.13700 0.79700 -3.59400 0.79700 -4.09400 c -0.79700 -4.58600 0.84400 -5.04300 0.93800 -5.46900 c -1.03900 -5.88700 1.19200 -6.24700 1.39100 -6.54700 c -1.58600 -6.84000 1.84400 -7.07100 2.15600 -7.23500 c -2.46900 -7.40300 2.83600 -7.48500 3.26600 -7.48500 c -h -f -Q -Q -Q -q -1 0 0 1 146.85200 510.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -7.17200 m -0.30400 -7.19600 0.41000 -7.22700 0.51500 -7.26600 c -0.62900 -7.30900 0.75300 -7.34400 0.89000 -7.37500 c -1.02300 -7.39900 1.17500 -7.41800 1.34300 -7.43800 c -1.51900 -7.46100 1.71800 -7.46900 1.93700 -7.46900 c -2.28100 -7.46900 2.57800 -7.43000 2.82800 -7.34400 c -3.08600 -7.26200 3.30000 -7.15300 3.46800 -7.01600 c -3.63200 -6.87200 3.75300 -6.70000 3.82800 -6.50000 c -3.91000 -6.30500 3.95300 -6.09400 3.95300 -5.87500 c -3.95300 -5.64900 3.92500 -5.45400 3.87500 -5.29700 c -3.82000 -5.14100 3.72600 -5.00000 3.59300 -4.87500 c -3.45700 -4.74300 3.26900 -4.61800 3.03100 -4.50000 c -2.78900 -4.37500 2.48800 -4.24300 2.12500 -4.09400 c -1.87500 -4.00000 1.62900 -3.90300 1.39000 -3.79700 c -1.16000 -3.68400 0.95700 -3.54700 0.78100 -3.39100 c -0.61300 -3.23500 0.47600 -3.04700 0.37500 -2.82900 c -0.26900 -2.60200 0.21800 -2.32500 0.21800 -2.00000 c -0.21800 -1.40700 0.42900 -0.93000 0.85900 -0.56300 c -1.28500 -0.18800 1.91000 0.00000 2.73400 0.00000 c -2.89800 0.00000 3.06200 -0.01200 3.21800 -0.03200 c -3.38200 -0.04300 3.53900 -0.05900 3.68700 -0.07900 c -3.83200 -0.10200 3.96100 -0.12500 4.07800 -0.15700 c -4.20300 -0.18800 4.30000 -0.21500 4.37500 -0.23500 c -4.36300 -0.35200 4.34300 -0.46500 4.31200 -0.57900 c -4.28900 -0.69600 4.25700 -0.79700 4.21800 -0.89100 c -4.03900 -0.84000 3.81200 -0.79300 3.53100 -0.75000 c -3.25700 -0.70000 2.98800 -0.67200 2.71800 -0.67200 c -2.11300 -0.67200 1.67500 -0.79700 1.40600 -1.04700 c -1.14400 -1.29000 1.01500 -1.60200 1.01500 -1.98500 c -1.01500 -2.18400 1.05400 -2.35600 1.14000 -2.50000 c -1.22200 -2.64900 1.33200 -2.77800 1.46800 -2.89100 c -1.61300 -2.99700 1.78500 -3.09400 1.98400 -3.18800 c -2.17900 -3.28200 2.39400 -3.37200 2.62500 -3.45400 c -2.93700 -3.57900 3.22200 -3.71100 3.48400 -3.84400 c -3.75300 -3.98100 3.98400 -4.13700 4.17100 -4.31300 c -4.36700 -4.49300 4.51900 -4.70000 4.62500 -4.93800 c -4.73800 -5.16800 4.79600 -5.45400 4.79600 -5.79700 c -4.79600 -6.17200 4.72600 -6.51200 4.59300 -6.81300 c -4.45700 -7.10600 4.26500 -7.35600 4.01500 -7.56300 c -3.76500 -7.76200 3.45700 -7.91500 3.09300 -8.01600 c -2.73800 -8.11800 2.33600 -8.17200 1.89000 -8.17200 c -1.45300 -8.17200 1.08600 -8.14100 0.79600 -8.07900 c -0.51500 -8.01600 0.25000 -7.95000 0.00000 -7.87500 c -0.01900 -7.76200 0.04600 -7.64100 0.07800 -7.51600 c -0.11700 -7.39100 0.16000 -7.27800 0.20300 -7.17200 c -h -f -Q -Q -Q -q -1 0 0 1 152.48100 510.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -7.17200 m -0.30400 -7.19600 0.41000 -7.22700 0.51500 -7.26600 c -0.62800 -7.30900 0.75300 -7.34400 0.89000 -7.37500 c -1.02300 -7.39900 1.17500 -7.41800 1.34300 -7.43800 c -1.51900 -7.46100 1.71800 -7.46900 1.93700 -7.46900 c -2.28100 -7.46900 2.57800 -7.43000 2.82800 -7.34400 c -3.08500 -7.26200 3.30000 -7.15300 3.46800 -7.01600 c -3.63200 -6.87200 3.75300 -6.70000 3.82800 -6.50000 c -3.91000 -6.30500 3.95300 -6.09400 3.95300 -5.87500 c -3.95300 -5.64900 3.92500 -5.45400 3.87400 -5.29700 c -3.82000 -5.14100 3.72600 -5.00000 3.59300 -4.87500 c -3.45700 -4.74300 3.26900 -4.61800 3.03100 -4.50000 c -2.78900 -4.37500 2.48800 -4.24300 2.12400 -4.09400 c -1.87400 -4.00000 1.62800 -3.90300 1.39000 -3.79700 c -1.16000 -3.68400 0.95700 -3.54700 0.78100 -3.39100 c -0.61300 -3.23500 0.47600 -3.04700 0.37400 -2.82900 c -0.26900 -2.60200 0.21800 -2.32500 0.21800 -2.00000 c -0.21800 -1.40700 0.42900 -0.93000 0.85900 -0.56300 c -1.28500 -0.18800 1.91000 0.00000 2.73400 0.00000 c -2.89800 0.00000 3.06200 -0.01200 3.21800 -0.03200 c -3.38200 -0.04300 3.53900 -0.05900 3.68700 -0.07900 c -3.83200 -0.10200 3.96000 -0.12500 4.07800 -0.15700 c -4.20300 -0.18800 4.30000 -0.21500 4.37400 -0.23500 c -4.36300 -0.35200 4.34300 -0.46500 4.31200 -0.57900 c -4.28900 -0.69600 4.25700 -0.79700 4.21800 -0.89100 c -4.03900 -0.84000 3.81200 -0.79300 3.53100 -0.75000 c -3.25700 -0.70000 2.98800 -0.67200 2.71800 -0.67200 c -2.11300 -0.67200 1.67500 -0.79700 1.40600 -1.04700 c -1.14400 -1.29000 1.01500 -1.60200 1.01500 -1.98500 c -1.01500 -2.18400 1.05400 -2.35600 1.14000 -2.50000 c -1.22200 -2.64900 1.33200 -2.77800 1.46800 -2.89100 c -1.61300 -2.99700 1.78500 -3.09400 1.98400 -3.18800 c -2.17900 -3.28200 2.39400 -3.37200 2.62400 -3.45400 c -2.93700 -3.57900 3.22200 -3.71100 3.48400 -3.84400 c -3.75300 -3.98100 3.98400 -4.13700 4.17100 -4.31300 c -4.36700 -4.49300 4.51900 -4.70000 4.62400 -4.93800 c -4.73800 -5.16800 4.79600 -5.45400 4.79600 -5.79700 c -4.79600 -6.17200 4.72600 -6.51200 4.59300 -6.81300 c -4.45700 -7.10600 4.26500 -7.35600 4.01500 -7.56300 c -3.76500 -7.76200 3.45700 -7.91500 3.09300 -8.01600 c -2.73800 -8.11800 2.33500 -8.17200 1.89000 -8.17200 c -1.45300 -8.17200 1.08500 -8.14100 0.79600 -8.07900 c -0.51500 -8.01600 0.25000 -7.95000 0.00000 -7.87500 c -0.01900 -7.76200 0.04600 -7.64100 0.07800 -7.51600 c -0.11700 -7.39100 0.16000 -7.27800 0.20300 -7.17200 c -h -f -Q -Q -Q -q -1 0 0 1 158.93400 510.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -4.23400 0.00000 l -4.24200 -0.04300 4.25000 -0.09400 4.25000 -0.15600 c -4.25700 -0.21900 4.26500 -0.28100 4.26500 -0.34400 c -4.26500 -0.39900 4.25700 -0.46100 4.25000 -0.53100 c -4.25000 -0.59400 4.24200 -0.64900 4.23400 -0.68800 c -0.76500 -0.68800 l -0.76500 -3.35900 l -3.54700 -3.35900 l -3.55400 -3.40200 3.56200 -3.45300 3.56200 -3.51600 c -3.57000 -3.57800 3.57800 -3.64100 3.57800 -3.70300 c -3.57800 -3.75800 3.57000 -3.82000 3.56200 -3.89100 c -3.56200 -3.95300 3.55400 -4.01200 3.54700 -4.06300 c -0.76500 -4.06300 l -0.76500 -7.21900 l -4.32800 -7.21900 l -4.33600 -7.26200 4.34300 -7.31300 4.34300 -7.37500 c -4.35100 -7.43800 4.35900 -7.49600 4.35900 -7.54700 c -4.35900 -7.60200 4.35100 -7.66400 4.34300 -7.73400 c -4.34300 -7.80900 4.33600 -7.86700 4.32800 -7.90600 c -0.00000 -7.90600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 164.86300 510.01223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -4.23500 0.00000 l -4.24200 -0.04300 4.25000 -0.09400 4.25000 -0.15600 c -4.25800 -0.21900 4.26600 -0.28100 4.26600 -0.34400 c -4.26600 -0.39900 4.25800 -0.46100 4.25000 -0.53100 c -4.25000 -0.59400 4.24200 -0.64900 4.23500 -0.68800 c -0.76600 -0.68800 l -0.76600 -3.35900 l -3.54700 -3.35900 l -3.55500 -3.40200 3.56300 -3.45300 3.56300 -3.51600 c -3.57100 -3.57800 3.57800 -3.64100 3.57800 -3.70300 c -3.57800 -3.75800 3.57100 -3.82000 3.56300 -3.89100 c -3.56300 -3.95300 3.55500 -4.01200 3.54700 -4.06300 c -0.76600 -4.06300 l -0.76600 -7.21900 l -4.32800 -7.21900 l -4.33600 -7.26200 4.34400 -7.31300 4.34400 -7.37500 c -4.35200 -7.43800 4.36000 -7.49600 4.36000 -7.54700 c -4.36000 -7.60200 4.35200 -7.66400 4.34400 -7.73400 c -4.34400 -7.80900 4.33600 -7.86700 4.32800 -7.90600 c -0.00000 -7.90600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 170.23100 510.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.59300 -0.03100 m -0.66400 -0.02300 0.73400 -0.01500 0.79600 -0.01500 c -0.85900 -0.00800 0.91400 0.00000 0.96800 0.00000 c -1.03100 0.00000 1.09300 -0.00800 1.15600 -0.01500 c -1.21800 -0.01500 1.28500 -0.02300 1.35900 -0.03100 c -0.76500 -2.20300 l -0.69100 -2.22600 0.62400 -2.23400 0.56200 -2.23400 c -0.50000 -2.23400 0.43700 -2.23400 0.37400 -2.23400 c -0.31200 -2.23400 0.25000 -2.23400 0.18700 -2.23400 c -0.12400 -2.23400 0.06200 -2.22600 0.00000 -2.20300 c -0.59300 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 172.74200 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19600 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 180.81300 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09300 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42100 -0.10900 0.48400 -0.10900 c -0.55400 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71800 -0.89100 l -0.87500 -0.66400 1.09700 -0.46100 1.39000 -0.28100 c -1.67900 -0.09400 2.05400 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17100 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55400 -1.17200 4.67100 -1.51600 c -4.78500 -1.85900 4.84300 -2.27300 4.84300 -2.75000 c -4.84300 -3.24200 4.77300 -3.68000 4.64000 -4.06200 c -4.50300 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75700 -5.78900 2.33500 -5.85900 1.85900 -5.85900 c -1.67900 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71800 -5.68700 c -0.71800 -8.32800 l -0.67500 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25300 -8.35200 0.17100 -8.34400 c -0.09700 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71800 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42500 -5.20300 1.66400 -5.21900 1.96800 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64000 -4.44500 3.78500 -4.19500 3.89000 -3.89100 c -4.00300 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46800 -0.64100 c -2.28900 -0.64100 2.09700 -0.67200 1.89000 -0.73400 c -1.67900 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00300 -1.36700 0.89000 -1.59400 c -0.77300 -1.82400 0.71800 -2.11700 0.71800 -2.46900 c -0.71800 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 186.39800 507.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65700 -5.64100 m -2.45400 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07100 -5.63300 2.03200 -5.62500 c -0.00000 -0.01600 l -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70400 -5.46900 l -4.53200 -0.01600 l -4.57100 -0.00800 4.62900 0.00000 4.70400 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90700 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16500 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28200 l -2.67600 -7.68800 2.48900 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07900 -8.36000 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.27000 0.53200 -8.25000 c -0.53200 -8.02000 0.58600 -7.81300 0.70400 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95400 -7.68800 c -1.07900 -7.71900 1.21100 -7.73500 1.36000 -7.73500 c -1.56700 -7.73500 1.73500 -7.68000 1.86000 -7.57800 c -1.99300 -7.47300 2.11000 -7.28500 2.20400 -7.01600 c -2.65700 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 192.13300 509.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 196.60500 510.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.04000 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45800 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.79000 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12600 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57900 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57900 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20800 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78600 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28600 -3.03100 2.04000 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07900 -3.79700 0.95400 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45800 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32900 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.04000 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 202.58600 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18700 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18700 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 209.21500 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 217.94900 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 223.48400 507.74623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.67200 -2.71800 m -0.20400 -0.03100 l -0.32900 -0.01100 0.45400 0.00000 0.57900 0.00000 c -0.72300 0.00000 0.87500 -0.01100 1.03200 -0.03100 c -2.43800 -2.71800 l -0.79700 -5.64000 l -0.68000 -5.66000 0.56300 -5.67200 0.43800 -5.67200 c -0.28200 -5.67200 0.13300 -5.66000 0.00000 -5.64000 c -1.67200 -2.71800 l -h -2.51600 -2.71800 m -3.92200 -0.03100 l -4.07900 -0.01100 4.22300 0.00000 4.36000 0.00000 c -4.47300 0.00000 4.59800 -0.01100 4.73500 -0.03100 c -3.29700 -2.65600 l -4.95400 -5.64000 l -4.80500 -5.66000 4.66100 -5.67200 4.51600 -5.67200 c -4.39100 -5.67200 4.26600 -5.66000 4.14100 -5.64000 c -2.51600 -2.71800 l -h -f -Q -Q -Q -q -1 0 0 1 229.62500 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22700 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77300 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31300 -4.77700 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77300 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 235.80100 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 242.19500 507.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 245.30500 509.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 249.41800 507.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18700 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 254.39800 503.07423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03200 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03200 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65700 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98900 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66100 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03200 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 69.06300 486.65323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76500 -4.23500 m -0.83500 -4.24700 0.89800 -4.25800 0.95300 -4.26600 c -1.00300 -4.26600 1.05400 -4.27400 1.10900 -4.28200 c -1.17100 -4.28200 1.23400 -4.28200 1.29600 -4.28200 c -1.36700 -4.28200 1.46000 -4.28200 1.57800 -4.28200 c -1.83500 -4.28200 2.09300 -4.26200 2.34300 -4.21900 c -2.60100 -4.18000 2.83500 -4.09000 3.04600 -3.95400 c -3.26500 -3.82100 3.43700 -3.63300 3.56200 -3.39100 c -3.68700 -3.14100 3.75000 -2.81300 3.75000 -2.40700 c -3.75000 -2.08600 3.69500 -1.81300 3.59300 -1.59400 c -3.50000 -1.37500 3.35900 -1.20400 3.17100 -1.07900 c -2.99200 -0.94600 2.76900 -0.85200 2.50000 -0.79700 c -2.23800 -0.73500 1.94500 -0.70400 1.62500 -0.70400 c -1.43700 -0.70400 1.26900 -0.71100 1.12500 -0.71900 c -0.97600 -0.73100 0.85900 -0.74300 0.76500 -0.75000 c -0.76500 -4.23500 l -h -0.00000 -0.14100 m -0.07000 -0.13300 0.17100 -0.12200 0.29600 -0.11000 c -0.42900 -0.09000 0.57800 -0.07500 0.73400 -0.06300 c -0.89800 -0.04300 1.06200 -0.02800 1.21800 -0.01600 c -1.38200 -0.00800 1.53500 0.00000 1.67100 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84300 -0.14100 c -3.19500 -0.22700 3.50000 -0.36800 3.75000 -0.56300 c -4.00700 -0.75000 4.20700 -0.99700 4.34300 -1.29700 c -4.48800 -1.60200 4.56200 -1.96900 4.56200 -2.40700 c -4.56200 -2.86800 4.47600 -3.26200 4.31200 -3.59400 c -4.15600 -3.93000 3.94100 -4.20000 3.67100 -4.40700 c -3.41000 -4.60600 3.10100 -4.75000 2.75000 -4.84400 c -2.39400 -4.93800 2.01900 -4.98500 1.62500 -4.98500 c -1.45700 -4.98500 1.31200 -4.98500 1.18700 -4.98500 c -1.06200 -4.97700 0.92100 -4.96100 0.76500 -4.93800 c -0.76500 -8.04700 l -0.71000 -8.05500 0.64800 -8.06300 0.57800 -8.06300 c -0.51500 -8.06300 0.45300 -8.06300 0.39000 -8.06300 c -0.31600 -8.06300 0.24200 -8.06300 0.17100 -8.06300 c -0.09700 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 74.44900 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 80.46100 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18700 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 83.57000 485.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 87.65200 486.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41100 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91100 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91100 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 90.73800 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 95.94500 486.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 99.34400 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55400 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09700 -0.46100 1.39000 -0.28100 c -1.67900 -0.09400 2.05400 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55400 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77300 -3.68000 4.64000 -4.06200 c -4.50400 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.67900 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09700 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64000 -4.44500 3.78500 -4.19500 3.89000 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09700 -0.67200 1.89000 -0.73400 c -1.67900 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89000 -1.59400 c -0.77300 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 105.47300 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 111.48400 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 117.04300 485.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 121.15600 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 129.31300 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09700 0.00000 0.17100 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.52300 0.00000 0.60900 0.00000 c -0.69100 0.00000 0.75300 -0.00800 0.79600 -0.01600 c -2.03100 -4.78200 l -3.42100 -0.01600 l -3.48400 -0.00800 3.54600 0.00000 3.60900 0.00000 c -3.67900 0.00000 3.75700 0.00000 3.84300 0.00000 c -3.90600 0.00000 3.96800 0.00000 4.03100 0.00000 c -4.09300 0.00000 4.14800 -0.00800 4.20300 -0.01600 c -5.59300 -4.71900 l -6.82800 -0.01600 l -6.87800 -0.00800 6.93700 0.00000 7.00000 0.00000 c -7.06200 0.00000 7.11700 0.00000 7.17100 0.00000 c -7.23400 0.00000 7.30000 0.00000 7.37500 0.00000 c -7.44500 0.00000 7.50300 -0.00800 7.54600 -0.01600 c -5.93700 -5.62500 l -5.80000 -5.64500 5.67100 -5.65700 5.54600 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81200 -0.98500 l -2.39000 -5.62500 l -2.25300 -5.64500 2.12500 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73800 -5.64500 1.62500 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 138.19500 486.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78600 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28600 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 144.17600 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 154.24600 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95300 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47300 -0.37500 3.56700 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94200 -0.90600 4.03500 -0.78100 4.14100 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48500 -0.32800 c -4.61700 -0.22700 4.77000 -0.14800 4.93800 -0.09400 c -5.11300 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48500 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68800 -5.75000 c -3.65600 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.02000 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 163.12900 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 169.21100 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 174.86700 485.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 182.04700 485.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 186.52000 486.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42100 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00300 -8.12500 3.92100 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62800 -3.72700 3.42100 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54600 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 192.50400 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 202.02700 484.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20400 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70400 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28600 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28600 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 207.62500 484.23123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 211.07800 486.54323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 213.74200 485.94923 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 217.90200 484.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 224.29700 484.23123 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 227.75000 486.54323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 230.78900 484.34023 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 239.63300 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09800 0.00000 0.17200 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.52300 0.00000 0.60900 0.00000 c -0.69100 0.00000 0.75400 -0.00800 0.79700 -0.01600 c -2.03100 -4.78200 l -3.42200 -0.01600 l -3.48400 -0.00800 3.54700 0.00000 3.60900 0.00000 c -3.68000 0.00000 3.75800 0.00000 3.84400 0.00000 c -3.90600 0.00000 3.96900 0.00000 4.03100 0.00000 c -4.09400 0.00000 4.14800 -0.00800 4.20300 -0.01600 c -5.59400 -4.71900 l -6.82800 -0.01600 l -6.87900 -0.00800 6.93700 0.00000 7.00000 0.00000 c -7.06200 0.00000 7.11700 0.00000 7.17200 0.00000 c -7.23400 0.00000 7.30100 0.00000 7.37500 0.00000 c -7.44500 0.00000 7.50400 -0.00800 7.54700 -0.01600 c -5.93700 -5.62500 l -5.80100 -5.64500 5.67200 -5.65700 5.54700 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81200 -0.98500 l -2.39000 -5.62500 l -2.25400 -5.64500 2.12500 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73800 -5.64500 1.62500 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 248.12100 486.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 251.52000 486.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -6.81200 l -0.71800 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17100 -7.57800 c -1.25300 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92500 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02700 1.98400 -8.10900 c -1.87800 -8.14800 1.75700 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38200 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96800 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 254.59400 486.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 261.10500 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58300 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62600 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62600 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41500 -0.70300 2.37600 -0.70300 c -1.87600 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45800 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.04000 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 264.46900 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 270.54700 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 275.66000 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 281.66400 486.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 284.37500 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.05100 -0.00800 0.11300 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.60900 -4.86000 l -4.42200 -0.01600 l -4.46100 -0.00800 4.52000 0.00000 4.59400 0.00000 c -4.66400 0.00000 4.73400 0.00000 4.79700 0.00000 c -4.84800 0.00000 4.91000 0.00000 4.98400 0.00000 c -5.05500 0.00000 5.11300 -0.00800 5.15600 -0.01600 c -2.93800 -5.62500 l -2.82000 -5.64500 2.70700 -5.65700 2.59400 -5.65700 c -2.46900 -5.65700 2.34800 -5.64500 2.23400 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 290.27000 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37800 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87800 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58500 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 299.79300 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 305.68800 482.10623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.92100 0.00000 m -2.92900 -0.04300 2.93700 -0.10200 2.93700 -0.17200 c -2.93700 -0.24600 2.93700 -0.31300 2.93700 -0.37500 c -2.93700 -0.43800 2.93700 -0.50800 2.93700 -0.57800 c -2.93700 -0.65300 2.92900 -0.70300 2.92100 -0.73500 c -0.03100 -0.73500 l -0.01900 -0.70300 0.00700 -0.65300 0.00000 -0.57800 c -0.00000 -0.50800 0.00000 -0.43800 0.00000 -0.37500 c -0.00000 -0.31300 0.00000 -0.24600 0.00000 -0.17200 c -0.00700 -0.10200 0.01900 -0.04300 0.03100 0.00000 c -2.92100 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 309.76200 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 314.87500 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 321.27000 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17100 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05000 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17100 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 324.37900 485.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 328.46100 486.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 331.28100 486.77823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.14900 -0.86000 1.51600 -0.51600 c -1.87900 -0.17200 2.41400 0.00000 3.12500 0.00000 c -3.25000 0.00000 3.36000 -0.00800 3.45300 -0.01600 c -3.55500 -0.01600 3.66000 -0.02800 3.76600 -0.04700 c -3.86700 -0.05900 3.97700 -0.07900 4.09400 -0.11000 c -4.20700 -0.14100 4.34400 -0.18400 4.50000 -0.23500 c -4.50000 -0.34000 4.47700 -0.45000 4.43800 -0.56300 c -4.40700 -0.66800 4.36400 -0.76600 4.31300 -0.86000 c -4.20700 -0.82100 4.11400 -0.79000 4.03200 -0.76600 c -3.94600 -0.73500 3.86000 -0.71100 3.76600 -0.68800 c -3.68000 -0.66800 3.59400 -0.65300 3.50000 -0.64100 c -3.40700 -0.63300 3.28900 -0.62500 3.15700 -0.62500 c -2.92600 -0.62500 2.71900 -0.64900 2.53200 -0.68800 c -2.35200 -0.73100 2.20300 -0.80900 2.07800 -0.92200 c -1.95300 -1.02800 1.86000 -1.18000 1.79700 -1.37500 c -1.73500 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -5.03200 -2.56300 l -5.03200 -8.17200 l -4.98900 -8.18000 4.92600 -8.18800 4.84400 -8.18800 c -4.77000 -8.18800 4.71100 -8.18800 4.67200 -8.18800 c -4.62900 -8.18800 4.56700 -8.18800 4.48500 -8.18800 c -4.41000 -8.18800 4.35200 -8.18000 4.31300 -8.17200 c -4.31300 -3.17200 l -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44200 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23900 -8.18800 1.15700 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 337.93000 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38300 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 343.16800 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 348.44100 485.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.79000 -6.82800 3.01600 -6.79600 3.20400 -6.73400 c -3.25400 -6.92100 3.29000 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 352.60200 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 358.63700 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 366.78900 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09800 0.00000 0.17200 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39100 0.00000 c -0.45300 0.00000 0.52400 0.00000 0.60900 0.00000 c -0.69200 0.00000 0.75400 -0.00800 0.79700 -0.01600 c -2.03100 -4.78200 l -3.42200 -0.01600 l -3.48400 -0.00800 3.54700 0.00000 3.60900 0.00000 c -3.68000 0.00000 3.75800 0.00000 3.84400 0.00000 c -3.90600 0.00000 3.96900 0.00000 4.03100 0.00000 c -4.09400 0.00000 4.14900 -0.00800 4.20300 -0.01600 c -5.59400 -4.71900 l -6.82800 -0.01600 l -6.87900 -0.00800 6.93800 0.00000 7.00000 0.00000 c -7.06300 0.00000 7.11700 0.00000 7.17200 0.00000 c -7.23400 0.00000 7.30100 0.00000 7.37500 0.00000 c -7.44500 0.00000 7.50400 -0.00800 7.54700 -0.01600 c -5.93800 -5.62500 l -5.80100 -5.64500 5.67200 -5.65700 5.54700 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81300 -0.98500 l -2.39100 -5.62500 l -2.25400 -5.64500 2.12500 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73800 -5.64500 1.62500 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 375.28100 486.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 377.94500 485.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 382.41800 486.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18700 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 388.32000 486.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41100 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91100 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91100 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 391.71900 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 401.70700 486.43423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.03100 -7.15600 m -2.03100 -1.07800 l -0.29700 -1.92200 l -0.23400 -1.85200 0.17600 -1.76600 0.12500 -1.67200 c -0.08200 -1.57800 0.04700 -1.48100 0.01600 -1.37500 c -2.70300 0.00000 l -2.78100 0.00000 l -2.78100 -7.15600 l -4.64100 -7.15600 l -4.64100 -7.21900 4.64100 -7.27800 4.64100 -7.32800 c -4.64800 -7.38300 4.65600 -7.43800 4.65600 -7.50000 c -4.65600 -7.56300 4.64800 -7.62100 4.64100 -7.67200 c -4.64100 -7.71500 4.64100 -7.76600 4.64100 -7.82800 c -0.03100 -7.82800 l -0.00800 -7.76600 0.00000 -7.71500 0.00000 -7.67200 c -0.00000 -7.62100 0.00000 -7.56300 0.00000 -7.50000 c -0.00000 -7.43800 0.00000 -7.38300 0.00000 -7.32800 c -0.00000 -7.27800 0.00800 -7.21900 0.03100 -7.15600 c -2.03100 -7.15600 l -h -f -Q -Q -Q -q -1 0 0 1 407.87900 486.65323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.71900 -5.26600 m -4.71900 -5.74700 4.63300 -6.15300 4.46900 -6.48500 c -4.30100 -6.82100 4.07800 -7.09400 3.79700 -7.31300 c -3.52300 -7.52400 3.20700 -7.68000 2.84400 -7.78200 c -2.48800 -7.87500 2.11300 -7.92200 1.71900 -7.92200 c -1.36300 -7.92200 1.03900 -7.89900 0.75000 -7.84400 c -0.46900 -7.78200 0.21900 -7.70400 0.00000 -7.61000 c -0.03100 -7.49700 0.06200 -7.38700 0.09400 -7.28200 c -0.13300 -7.18000 0.19100 -7.07100 0.26600 -6.95400 c -0.46100 -7.02800 0.67200 -7.09000 0.89100 -7.14100 c -1.10900 -7.18400 1.39100 -7.20400 1.73400 -7.20400 c -2.03500 -7.20400 2.31600 -7.17200 2.57800 -7.11000 c -2.84800 -7.04700 3.07800 -6.94600 3.26600 -6.79700 c -3.46100 -6.65300 3.61700 -6.46100 3.73400 -6.21900 c -3.84800 -5.96900 3.90600 -5.65700 3.90600 -5.28200 c -3.90600 -5.06300 3.87500 -4.85600 3.81200 -4.65700 c -3.75800 -4.45000 3.66000 -4.26600 3.51600 -4.11000 c -3.36700 -3.94600 3.17200 -3.81300 2.92200 -3.71900 c -2.67200 -3.61800 2.35900 -3.56300 1.98400 -3.56300 c -1.75400 -3.56300 1.51900 -3.58600 1.28100 -3.62500 c -1.05100 -3.65700 0.86700 -3.68400 0.73400 -3.70400 c -0.65600 -3.62500 l -0.79700 0.00000 l -4.39100 0.00000 l -4.39800 -0.06300 4.40600 -0.12200 4.40600 -0.17200 c -4.40600 -0.22700 4.40600 -0.28200 4.40600 -0.34400 c -4.40600 -0.39900 4.40600 -0.45400 4.40600 -0.51600 c -4.40600 -0.57900 4.39800 -0.64100 4.39100 -0.70400 c -1.48400 -0.70400 l -1.40600 -2.95400 l -1.55100 -2.92200 1.71100 -2.90700 1.89100 -2.90700 c -2.06600 -2.89900 2.18000 -2.89100 2.23400 -2.89100 c -2.60900 -2.89100 2.94500 -2.95000 3.25000 -3.06300 c -3.55100 -3.16800 3.80500 -3.32500 4.01600 -3.53200 c -4.23400 -3.73100 4.40600 -3.97700 4.53100 -4.26600 c -4.65600 -4.55900 4.71900 -4.89100 4.71900 -5.26600 c -h -f -Q -Q -Q -q -1 0 0 1 417.48100 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09700 0.00000 0.17100 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.52300 0.00000 0.60900 0.00000 c -0.69100 0.00000 0.75300 -0.00800 0.79600 -0.01600 c -2.03100 -4.78200 l -3.42100 -0.01600 l -3.48400 -0.00800 3.54600 0.00000 3.60900 0.00000 c -3.67900 0.00000 3.75700 0.00000 3.84300 0.00000 c -3.90600 0.00000 3.96800 0.00000 4.03100 0.00000 c -4.09300 0.00000 4.14800 -0.00800 4.20300 -0.01600 c -5.59300 -4.71900 l -6.82800 -0.01600 l -6.87800 -0.00800 6.93700 0.00000 7.00000 0.00000 c -7.06200 0.00000 7.11700 0.00000 7.17100 0.00000 c -7.23400 0.00000 7.30000 0.00000 7.37400 0.00000 c -7.44500 0.00000 7.50300 -0.00800 7.54600 -0.01600 c -5.93700 -5.62500 l -5.80000 -5.64500 5.67100 -5.65700 5.54600 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81200 -0.98500 l -2.39000 -5.62500 l -2.25300 -5.64500 2.12400 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73800 -5.64500 1.62400 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 425.85500 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08300 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08300 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08300 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08300 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37600 -0.84400 c -4.58300 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95800 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95800 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58300 -4.76200 4.37600 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 432.48400 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 436.32800 486.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.31700 -8.12500 0.25400 -8.12500 0.17200 -8.12500 c -0.09800 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -1.18800 -5.21900 m -3.20300 -2.50000 l -3.31700 -2.48000 3.44200 -2.46900 3.57800 -2.46900 c -3.74200 -2.46900 3.89900 -2.48000 4.04700 -2.50000 c -2.04700 -5.14100 l -4.40600 -8.10900 l -4.28100 -8.12900 4.14900 -8.14100 4.01600 -8.14100 c -3.84800 -8.14100 3.69200 -8.12900 3.54700 -8.10900 c -1.18800 -5.21900 l -h -f -Q -Q -Q -q -1 0 0 1 441.46100 486.54323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 444.85900 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 450.62100 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06700 -5.19500 4.52400 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12900 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07000 -8.42200 2.67600 -8.46900 2.25000 -8.46900 c -1.92600 -8.46900 1.62500 -8.44100 1.34400 -8.39100 c -1.07000 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42600 -8.03500 0.27000 -7.89100 0.15600 -7.70300 c -0.05100 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73400 0.07800 -6.46100 0.23400 -6.20300 c -0.39900 -5.95300 0.61300 -5.76600 0.87500 -5.64100 c -0.72700 -5.54700 0.61000 -5.43400 0.51600 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44200 -4.28100 0.57800 -4.09400 c -0.71100 -3.89800 0.89500 -3.71900 1.12500 -3.56200 c -0.86300 -3.40600 0.65600 -3.19500 0.50000 -2.92200 c -0.35200 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32000 -1.43000 0.40600 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82800 -0.56200 c -1.01600 -0.38700 1.23800 -0.25000 1.50000 -0.15600 c -1.77000 -0.05500 2.08200 0.00000 2.43800 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23400 -0.10900 c -3.47300 -0.18400 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34400 4.12500 -0.31200 c -4.23800 -0.27300 4.36000 -0.24200 4.48400 -0.21900 c -4.61700 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63300 5.32800 -0.75800 5.29700 -0.85900 c -4.26600 -0.85900 l -4.36000 -1.02700 4.43000 -1.19900 4.48400 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.52000 -2.54700 4.40600 -2.79700 c -4.30100 -3.03900 4.14900 -3.24200 3.95300 -3.40600 c -3.76600 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.02000 -3.86700 2.73800 -3.90600 2.43800 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72700 1.07800 -4.79700 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96900 c -1.28900 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14100 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23800 -5.92600 1.03100 -6.12500 c -0.82000 -6.32000 0.71900 -6.58600 0.71900 -6.92200 c -0.71900 -7.09800 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47300 1.02400 -7.56200 1.17200 -7.62500 c -1.31700 -7.69500 1.48400 -7.74200 1.67200 -7.76600 c -1.86000 -7.79700 2.06300 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48800 -7.69500 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.35900 4.35200 -6.15600 4.15600 -6.03100 c -3.96900 -5.91400 3.65600 -5.85900 3.21900 -5.85900 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29700 2.43800 -3.29700 c -2.91400 -3.29700 3.26600 -3.16800 3.48400 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48400 -0.98400 c -3.26600 -0.72700 2.91400 -0.59400 2.43800 -0.59400 c -1.95700 -0.59400 1.60200 -0.72700 1.37500 -0.98400 c -1.15600 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 460.20300 486.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 466.57000 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 471.78100 484.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65700 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07100 -5.63300 2.03200 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53200 -0.01600 l -4.57100 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90700 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28200 l -2.67600 -7.68800 2.48900 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.27000 0.53200 -8.25000 c -0.53200 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.36000 -7.73500 c -1.56700 -7.73500 1.73500 -7.68000 1.86000 -7.57800 c -1.99200 -7.47300 2.11000 -7.28500 2.20300 -7.01600 c -2.65700 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 477.89100 484.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 68.34400 473.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01500 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01500 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.42900 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59700 -0.34400 3.57800 -0.43800 c -3.55400 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43700 -0.70000 3.34700 -0.68400 3.23400 -0.67200 c -3.12900 -0.65300 3.01500 -0.64100 2.89000 -0.64100 c -2.69100 -0.64100 2.51900 -0.66500 2.37500 -0.70400 c -2.22600 -0.74700 2.10100 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72600 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26500 -2.82500 3.26500 -2.87500 c -3.26500 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59700 -8.18800 1.51500 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.01900 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 72.77000 470.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17100 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05000 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17100 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 76.12900 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 82.75800 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.42200 0.68700 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47300 -0.37500 3.56600 -0.48400 3.64000 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14800 4.93700 -0.09400 c -5.11300 -0.03100 5.30500 0.00000 5.51500 0.00000 c -6.17200 0.00000 6.64400 -0.18700 6.93700 -0.56200 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64000 -5.73400 c -6.64000 -2.40600 l -6.64000 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09400 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73400 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06200 -0.60900 1.85100 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 96.55100 472.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 101.02300 473.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.04000 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45800 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.79000 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57900 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57900 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20800 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78600 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28600 -3.03100 2.04000 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07900 -3.79700 0.95400 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45800 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32900 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.04000 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 107.00400 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 118.44500 473.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02300 4.78200 -0.03100 c -4.78200 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23900 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07100 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91400 1.28200 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03200 -3.01600 2.78200 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53200 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 124.81300 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17100 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87800 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33500 -1.18700 3.10900 -0.96900 c -2.87800 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29600 -0.68700 c -1.05400 -0.73000 0.83500 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83500 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 130.02300 470.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65700 -5.64100 m -2.45400 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07100 -5.63300 2.03200 -5.62500 c -0.00000 -0.01600 l -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70400 -5.46900 l -4.53200 -0.01600 l -4.57100 -0.00800 4.62900 0.00000 4.70400 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90700 0.00000 c -4.95800 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16500 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28200 l -2.67600 -7.68800 2.48900 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07900 -8.36000 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.27000 0.53200 -8.25000 c -0.53200 -8.02000 0.58600 -7.81300 0.70400 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95400 -7.68800 c -1.07900 -7.71900 1.21100 -7.73500 1.36000 -7.73500 c -1.56700 -7.73500 1.73500 -7.68000 1.86000 -7.57800 c -1.99300 -7.47300 2.11000 -7.28500 2.20400 -7.01600 c -2.65700 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 141.50800 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 147.45300 473.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73500 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43800 -0.70000 3.34800 -0.68400 3.23500 -0.67200 c -3.12900 -0.65300 3.01600 -0.64100 2.89100 -0.64100 c -2.69200 -0.64100 2.52000 -0.66500 2.37500 -0.70400 c -2.22700 -0.74700 2.10200 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23500 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26600 -2.82500 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23500 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44200 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 156.89100 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 162.00400 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 168.58600 470.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 174.94900 470.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 178.30900 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29600 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04600 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04600 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 183.31600 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70400 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 194.72700 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79600 -5.85900 c -1.87800 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17100 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 199.84000 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 206.46900 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.42200 0.68700 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68700 c -1.05400 -0.55500 1.17600 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97200 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48400 3.64000 -0.60900 c -3.72200 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14800 4.93700 -0.09400 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17200 0.00000 6.64400 -0.18700 6.93700 -0.56200 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74200 6.64000 -5.73400 c -6.64000 -2.40600 l -6.64000 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.67900 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30400 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09400 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73400 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06200 -0.60900 1.85100 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 215.66400 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22700 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77400 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31300 -4.77700 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39900 -8.35900 0.35900 -8.35900 c -0.31700 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77400 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 222.15200 473.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73900 -7.15200 0.78200 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32900 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55500 1.87500 -7.53100 c -1.90700 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28200 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65700 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03600 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 224.91400 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 230.57000 472.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 234.65200 473.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41100 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91100 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91100 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 237.73800 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 244.36700 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 250.32000 466.07423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03200 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03200 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65700 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98900 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66100 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03200 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 257.98100 473.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -5.32800 -7.14100 m -5.39000 -7.25800 5.44100 -7.36800 5.48400 -7.46900 c -5.53500 -7.57500 5.57000 -7.68000 5.59300 -7.78200 c -5.34300 -7.90700 5.04600 -8.00000 4.70300 -8.06300 c -4.35900 -8.13300 3.99200 -8.17200 3.60900 -8.17200 c -3.07800 -8.17200 2.58500 -8.08600 2.14000 -7.92200 c -1.69100 -7.74700 1.31200 -7.49300 1.00000 -7.15700 c -0.68700 -6.81300 0.44100 -6.39100 0.26500 -5.89100 c -0.08500 -5.39100 0.00000 -4.82100 0.00000 -4.17200 c -0.00000 -3.51600 0.08200 -2.93400 0.25000 -2.42200 c -0.42500 -1.90300 0.67100 -1.46500 0.98400 -1.11000 c -1.29600 -0.74700 1.67100 -0.46900 2.10900 -0.28200 c -2.55400 -0.09400 3.05400 0.00000 3.60900 0.00000 c -4.06600 0.00000 4.44500 -0.04000 4.75000 -0.11000 c -5.06200 -0.17200 5.28900 -0.22700 5.43700 -0.26600 c -5.41400 -0.40300 5.39000 -0.51600 5.35900 -0.61000 c -5.33500 -0.69600 5.30400 -0.79700 5.26500 -0.92200 c -5.16000 -0.89100 5.05400 -0.86000 4.95300 -0.82900 c -4.85900 -0.79700 4.75000 -0.77400 4.62400 -0.75000 c -4.50000 -0.73100 4.35100 -0.71500 4.18700 -0.70400 c -4.03100 -0.68400 3.84300 -0.67200 3.62400 -0.67200 c -3.18700 -0.67200 2.79600 -0.75800 2.45300 -0.92200 c -2.10900 -1.07900 1.81200 -1.30900 1.56200 -1.61000 c -1.32000 -1.90300 1.13200 -2.26600 1.00000 -2.70400 c -0.87400 -3.13300 0.81200 -3.62200 0.81200 -4.17200 c -0.81200 -4.73500 0.88200 -5.23100 1.03100 -5.65700 c -1.17500 -6.07500 1.37800 -6.41800 1.64000 -6.68800 c -1.89800 -6.96100 2.20300 -7.16500 2.54600 -7.29700 c -2.89800 -7.43400 3.28100 -7.50000 3.68700 -7.50000 c -4.03100 -7.50000 4.34300 -7.46900 4.62400 -7.40700 c -4.90600 -7.33600 5.14000 -7.24700 5.32800 -7.14100 c -h -f -Q -Q -Q -q -1 0 0 1 264.50800 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 270.90200 470.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 274.01200 472.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 278.09400 473.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 280.91400 473.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.14900 -0.86000 1.51600 -0.51600 c -1.87900 -0.17200 2.41400 0.00000 3.12500 0.00000 c -3.25000 0.00000 3.35900 -0.00800 3.45300 -0.01600 c -3.55500 -0.01600 3.66000 -0.02800 3.76600 -0.04700 c -3.86700 -0.05900 3.97700 -0.07900 4.09400 -0.11000 c -4.20700 -0.14100 4.34400 -0.18400 4.50000 -0.23500 c -4.50000 -0.34000 4.47700 -0.45000 4.43800 -0.56300 c -4.40600 -0.66800 4.36300 -0.76600 4.31300 -0.86000 c -4.20700 -0.82100 4.11300 -0.79000 4.03100 -0.76600 c -3.94500 -0.73500 3.85900 -0.71100 3.76600 -0.68800 c -3.68000 -0.66800 3.59400 -0.65300 3.50000 -0.64100 c -3.40600 -0.63300 3.28900 -0.62500 3.15600 -0.62500 c -2.92600 -0.62500 2.71900 -0.64900 2.53100 -0.68800 c -2.35200 -0.73100 2.20300 -0.80900 2.07800 -0.92200 c -1.95300 -1.02800 1.85900 -1.18000 1.79700 -1.37500 c -1.73400 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -5.03100 -2.56300 l -5.03100 -8.17200 l -4.98800 -8.18000 4.92600 -8.18800 4.84400 -8.18800 c -4.77000 -8.18800 4.71100 -8.18800 4.67200 -8.18800 c -4.62900 -8.18800 4.56700 -8.18800 4.48400 -8.18800 c -4.41000 -8.18800 4.35200 -8.18000 4.31300 -8.17200 c -4.31300 -3.17200 l -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 287.56300 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08500 -5.85900 2.79600 -5.85900 c -1.87800 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17100 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21000 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 292.80100 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 298.07400 472.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 302.23400 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70400 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 308.27000 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08500 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29600 -3.22700 2.14000 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75300 -2.63300 0.60900 -2.51600 c -0.47200 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25300 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17100 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63300 0.92100 -1.75800 0.98400 -1.85900 c -1.04600 -1.95300 1.12800 -2.03900 1.23400 -2.10900 c -1.34700 -2.17200 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04600 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64000 -2.64100 c -2.83500 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59300 -4.85900 c -3.48800 -5.07000 3.33500 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92100 -5.85900 1.60900 -5.85900 c -1.25300 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 318.30900 470.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.09700 0.00000 0.17200 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.52300 0.00000 0.60900 0.00000 c -0.69100 0.00000 0.75400 -0.00800 0.79600 -0.01600 c -2.03100 -4.78200 l -3.42200 -0.01600 l -3.48400 -0.00800 3.54600 0.00000 3.60900 0.00000 c -3.67900 0.00000 3.75700 0.00000 3.84300 0.00000 c -3.90600 0.00000 3.96800 0.00000 4.03100 0.00000 c -4.09300 0.00000 4.14800 -0.00800 4.20300 -0.01600 c -5.59300 -4.71900 l -6.82800 -0.01600 l -6.87900 -0.00800 6.93700 0.00000 7.00000 0.00000 c -7.06200 0.00000 7.11700 0.00000 7.17200 0.00000 c -7.23400 0.00000 7.30000 0.00000 7.37500 0.00000 c -7.44500 0.00000 7.50400 -0.00800 7.54600 -0.01600 c -5.93700 -5.62500 l -5.80000 -5.64500 5.67200 -5.65700 5.54600 -5.65700 c -5.41000 -5.65700 5.28100 -5.64500 5.15600 -5.62500 c -3.81200 -0.98500 l -2.39000 -5.62500 l -2.25400 -5.64500 2.12500 -5.65700 2.00000 -5.65700 c -1.86300 -5.65700 1.73800 -5.64500 1.62500 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 326.80100 473.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 330.19900 473.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73900 -7.15200 0.78200 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28200 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 333.27000 473.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -6.81200 l -0.71800 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17100 -7.57800 c -1.25300 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92500 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02700 1.98400 -8.10900 c -1.87800 -8.14800 1.75700 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38200 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96800 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 341.67200 473.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43700 m -0.89400 -7.50000 1.07800 -7.54700 1.26600 -7.57800 c -1.45300 -7.60200 1.64800 -7.60900 1.85900 -7.60900 c -2.14800 -7.60900 2.42600 -7.56200 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39100 -7.01600 c -3.59800 -6.82000 3.75800 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98400 3.68700 -3.60900 c -3.43700 -3.22700 3.03100 -3.03100 2.46900 -3.03100 c -2.28900 -3.03100 2.09800 -3.06200 1.89100 -3.12500 c -1.68000 -3.18000 1.48800 -3.27700 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89100 -3.96900 c -0.77300 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09800 -2.83600 1.39100 -2.65600 c -1.68000 -2.46900 2.05500 -2.37500 2.51600 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55500 -3.54700 4.67200 -3.89100 c -4.78500 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23400 1.71900 -8.23400 c -1.38300 -8.23400 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 347.84800 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 359.21100 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18700 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 364.21900 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 370.61300 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 376.17200 472.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 385.23800 472.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 389.39800 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08300 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08300 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08300 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08300 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37500 -0.84400 c -4.58300 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58300 -4.76200 4.37500 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 401.35900 470.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 404.71900 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 410.47300 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06600 -5.19500 4.52300 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21800 -6.16000 5.21800 -6.57800 c -5.21800 -6.86700 5.14400 -7.12900 5.00000 -7.35900 c -4.85100 -7.58600 4.64400 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80000 -8.24200 3.43700 -8.32800 c -3.07000 -8.42200 2.67500 -8.46900 2.25000 -8.46900 c -1.92500 -8.46900 1.62500 -8.44100 1.34300 -8.39100 c -1.07000 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42500 -8.03500 0.26900 -7.89100 0.15600 -7.70300 c -0.05000 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73400 0.07800 -6.46100 0.23400 -6.20300 c -0.39800 -5.95300 0.61300 -5.76600 0.87500 -5.64100 c -0.72600 -5.54700 0.60900 -5.43400 0.51500 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44100 -4.28100 0.57800 -4.09400 c -0.71100 -3.89800 0.89400 -3.71900 1.12500 -3.56200 c -0.86300 -3.40600 0.65600 -3.19500 0.50000 -2.92200 c -0.35100 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32000 -1.43000 0.40600 -1.18700 c -0.50000 -0.94900 0.64000 -0.74200 0.82800 -0.56200 c -1.01500 -0.38700 1.23800 -0.25000 1.50000 -0.15600 c -1.76900 -0.05500 2.08200 0.00000 2.43700 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23400 -0.10900 c -3.47200 -0.18400 3.67900 -0.28100 3.85900 -0.40600 c -3.92900 -0.37500 4.01900 -0.34400 4.12500 -0.31200 c -4.23800 -0.27300 4.35900 -0.24200 4.48400 -0.21900 c -4.61700 -0.18700 4.75400 -0.16800 4.89000 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34300 -0.35900 5.34300 -0.48400 c -5.34300 -0.63300 5.32800 -0.75800 5.29700 -0.85900 c -4.26500 -0.85900 l -4.35900 -1.02700 4.42900 -1.19900 4.48400 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.51900 -2.54700 4.40600 -2.79700 c -4.30000 -3.03900 4.14800 -3.24200 3.95300 -3.40600 c -3.76500 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.01900 -3.86700 2.73800 -3.90600 2.43700 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.60900 -3.78100 c -1.39800 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65200 1.05400 -4.72700 1.07800 -4.79700 c -1.09700 -4.85900 1.14400 -4.91800 1.21800 -4.96900 c -1.28900 -5.02300 1.39000 -5.07000 1.51500 -5.10900 c -1.64000 -5.14100 1.80000 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.85900 -5.82800 m -1.51500 -5.82800 1.23800 -5.92600 1.03100 -6.12500 c -0.82000 -6.32000 0.71800 -6.58600 0.71800 -6.92200 c -0.71800 -7.09800 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47300 1.02300 -7.56200 1.17200 -7.62500 c -1.31600 -7.69500 1.48400 -7.74200 1.67200 -7.76600 c -1.85900 -7.79700 2.06200 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48800 -7.69500 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.35900 4.35100 -6.15600 4.15600 -6.03100 c -3.96800 -5.91400 3.65600 -5.85900 3.21800 -5.85900 c -1.85900 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60100 -3.16800 1.95700 -3.29700 2.43700 -3.29700 c -2.91400 -3.29700 3.26500 -3.16800 3.48400 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48400 -0.98400 c -3.26500 -0.72700 2.91400 -0.59400 2.43700 -0.59400 c -1.95700 -0.59400 1.60100 -0.72700 1.37500 -0.98400 c -1.15600 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 416.50000 473.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 419.53900 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 424.12900 472.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 428.28900 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 434.68000 470.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 438.04300 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 444.15200 473.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16100 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02300 4.78200 -0.03100 c -4.78200 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23900 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82900 -7.62500 c -0.57900 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07100 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91400 1.28200 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03200 -3.01600 2.78200 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66100 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53200 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 455.89500 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37800 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87800 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 462.28900 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95300 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47300 -0.37500 3.56600 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94200 -0.90600 4.03500 -0.78100 4.14100 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.77000 -0.14800 4.93800 -0.09400 c -5.11300 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68800 -5.75000 c -3.65600 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.02000 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 471.12500 470.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 476.74200 473.04323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03100 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15600 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 480.14100 473.21523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -6.81200 l -0.71800 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92500 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75700 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38200 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96800 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 68.56300 457.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17100 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87800 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33500 -1.18700 3.10900 -0.96900 c -2.87800 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29600 -0.68700 c -1.05400 -0.73000 0.83500 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83500 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 74.29300 459.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 80.73800 459.71523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02300 4.78200 -0.03100 c -4.78200 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23900 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07100 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91400 1.28200 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03200 -3.01600 2.78200 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53200 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 87.46500 457.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 90.82400 457.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 96.85900 457.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20400 -4.96900 m -0.36800 -5.03100 0.57900 -5.09000 0.82900 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86800 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57900 -0.44500 3.52400 -0.65200 3.45400 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95400 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20400 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 101.50000 457.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 106.47700 452.57423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00700 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00700 -0.18700 0.03100 -0.03100 c -0.18700 -0.01100 0.34300 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81200 -0.01100 0.96800 -0.03100 c -0.98800 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81200 0.96800 -0.96800 c -0.81200 -0.98800 0.66000 -1.00000 0.51500 -1.00000 c -0.34700 -1.00000 0.18700 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 25.03500 703.38323 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.20300 -12.04700 m -4.51600 -12.04700 l -4.17200 -12.98400 3.81700 -13.97700 3.45300 -15.01600 c -3.09800 -16.04700 2.75400 -17.02700 2.42200 -17.95300 c -0.00000 -17.95300 l -6.31300 0.00000 l -8.29700 0.00000 l -14.73500 -17.95300 l -12.31300 -17.95300 l -10.20300 -12.04700 l -h -9.37500 -9.73400 m -9.17600 -9.19500 9.00000 -8.71100 8.84400 -8.28100 c -8.68800 -7.85500 8.53100 -7.43000 8.37500 -7.00000 c -8.21900 -6.57400 8.05500 -6.13300 7.89100 -5.67200 c -7.72300 -5.21500 7.52400 -4.68000 7.29700 -4.06200 c -7.14100 -4.54300 6.97700 -5.01200 6.81300 -5.46900 c -6.64500 -5.91800 6.48500 -6.37100 6.32800 -6.82800 c -6.17200 -7.27700 6.00400 -7.74200 5.82800 -8.21900 c -5.66000 -8.68700 5.48500 -9.19500 5.29700 -9.73400 c -9.37500 -9.73400 l -h -f -Q -Q -Q -q -1 0 0 1 41.25400 705.27423 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -11.15600 -12.95300 m -11.17600 -13.13300 11.17600 -13.30500 11.15600 -13.46900 c -11.15600 -13.57500 11.15600 -13.65700 11.15600 -13.71900 c -11.15600 -13.77400 11.14400 -13.84400 11.12500 -13.93800 c -11.12500 -13.90700 l -10.92600 -15.98100 10.17200 -17.57800 8.85900 -18.70300 c -8.25400 -19.22700 7.58600 -19.60600 6.85900 -19.84400 c -6.14100 -20.08200 5.37500 -20.18800 4.56200 -20.15700 c -4.00800 -20.14500 3.34400 -20.11000 2.56200 -20.04700 c -1.78100 -19.98500 0.92600 -19.89900 0.00000 -19.79700 c -0.00000 0.00000 l -2.25000 0.00000 l -2.25000 -6.79700 l -2.72700 -6.76600 3.16400 -6.74300 3.56200 -6.71900 c -3.95700 -6.68800 4.30500 -6.67200 4.60900 -6.67200 c -4.95300 -6.67200 5.26900 -6.68400 5.56200 -6.70300 c -5.85100 -6.71500 6.11700 -6.73500 6.35900 -6.76600 c -7.82800 -6.99600 8.98800 -7.68000 9.84400 -8.81300 c -10.66400 -9.83600 11.10100 -11.11800 11.15600 -12.65700 c -11.15600 -12.95300 l -h -8.90600 -12.81300 m -8.78100 -11.49300 8.36300 -10.48500 7.65600 -9.79700 c -6.95700 -9.11000 6.02300 -8.80500 4.85900 -8.87500 c -4.64800 -8.87500 4.45300 -8.88300 4.26600 -8.89100 c -4.08600 -8.90300 3.89800 -8.91400 3.70300 -8.92200 c -3.51600 -8.92200 3.30100 -8.93400 3.06200 -8.95300 c -2.83200 -8.96500 2.56200 -8.98500 2.25000 -9.01600 c -2.25000 -17.79700 l -2.92600 -17.86000 3.48800 -17.90300 3.93700 -17.92200 c -4.38300 -17.94600 4.69100 -17.95300 4.85900 -17.95300 c -5.82800 -18.00800 6.69500 -17.68000 7.46900 -16.96900 c -7.81200 -16.70000 8.09400 -16.29700 8.31200 -15.76600 c -8.53900 -15.23500 8.71100 -14.61800 8.82800 -13.90700 c -8.84800 -13.83600 8.85900 -13.74600 8.85900 -13.64100 c -8.86700 -13.52800 8.88300 -13.43800 8.90600 -13.37500 c -8.90600 -12.81300 l -h -f -Q -Q -Q -q -1 0 0 1 54.33200 698.66423 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -6.01600 0.00000 m -7.62900 0.00000 9.04700 -0.67200 10.26600 -2.01500 c -11.44100 -3.37100 12.03100 -4.95300 12.03100 -6.76500 c -12.03100 -7.82800 11.89500 -8.77700 11.62500 -9.60900 c -11.36300 -10.44500 10.97300 -11.15200 10.45300 -11.73400 c -9.93000 -12.32000 9.29700 -12.76500 8.54700 -13.07800 c -7.80500 -13.37900 6.96100 -13.53100 6.01600 -13.53100 c -4.23400 -13.53100 2.77300 -12.90600 1.64100 -11.65600 c -0.54700 -10.46100 0.00000 -8.82800 0.00000 -6.76500 c -0.00000 -4.93300 0.59800 -3.35100 1.79700 -2.01500 c -3.00400 -0.67200 4.41000 0.00000 6.01600 0.00000 c -h -6.03100 -11.28100 m -7.12500 -11.28100 8.03100 -10.89000 8.75000 -10.10900 c -8.73400 -10.10900 l -9.07800 -9.67200 9.34400 -9.18300 9.53100 -8.64000 c -9.71900 -8.09000 9.81300 -7.46500 9.81300 -6.76500 c -9.81300 -5.54700 9.41400 -4.48400 8.62500 -3.57800 c -7.87500 -2.69500 7.00800 -2.25000 6.03100 -2.25000 c -5.07000 -2.25000 4.21100 -2.69500 3.45300 -3.57800 c -2.67200 -4.48400 2.28100 -5.54700 2.28100 -6.76500 c -2.28100 -8.17200 2.63300 -9.28900 3.34400 -10.10900 c -4.02000 -10.89000 4.91400 -11.28100 6.03100 -11.28100 c -h -f -Q -Q -Q -q -1 0 0 1 68.82000 698.39923 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.42200 0.00000 m -10.42200 -12.96900 l -8.18800 -12.96900 l -8.18800 -12.39100 l -7.31300 -13.02400 6.31300 -13.34400 5.18800 -13.34400 c -5.03200 -13.34400 4.89500 -13.33600 4.78200 -13.32800 c -4.67600 -13.32800 4.56300 -13.32100 4.43800 -13.31300 c -2.65700 -13.07100 1.43800 -12.32800 0.78200 -11.07800 c -0.25800 -10.05900 0.00000 -8.69600 0.00000 -6.98500 c -0.00000 0.00000 l -2.28200 0.00000 l -2.28200 -7.01600 l -2.30100 -7.60200 2.35200 -8.13300 2.43800 -8.61000 c -2.53200 -9.09000 2.64900 -9.50000 2.79700 -9.84400 c -3.20300 -10.70000 3.97300 -11.12500 5.11000 -11.12500 c -5.47300 -11.12500 5.84800 -11.03200 6.23500 -10.84400 c -6.62900 -10.65700 7.01600 -10.41400 7.39100 -10.11000 c -7.73500 -9.82100 8.00000 -9.43800 8.18800 -8.96900 c -8.18800 0.00000 l -10.42200 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 81.84000 700.39923 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.51500 -12.81300 m -4.67200 -12.96100 5.46100 -13.01600 6.89100 -12.98500 c -6.89100 -15.11000 l -6.24200 -15.11000 5.73800 -15.10200 5.37500 -15.09400 c -5.01900 -15.08200 4.78500 -15.07800 4.67200 -15.07800 c -3.89100 -15.00400 3.30500 -14.78900 2.92200 -14.42200 c -2.31600 -13.92200 1.94100 -13.11800 1.79700 -12.00000 c -1.76500 -11.82500 1.74200 -11.44600 1.73400 -10.86000 c -1.72300 -10.27800 1.71100 -9.57800 1.70300 -8.76600 c -1.68000 -8.38300 1.67200 -7.95000 1.67200 -7.46900 c -1.67200 -6.99300 1.67200 -6.56300 1.67200 -6.18800 c -1.67200 -5.98100 1.67200 -5.80500 1.67200 -5.65700 c -1.67200 -5.50000 1.67200 -5.35600 1.67200 -5.21900 c -1.67200 -5.07500 1.67200 -4.93000 1.67200 -4.78200 c -1.67200 -4.62500 1.67200 -4.44600 1.67200 -4.23500 c -0.00000 -4.23500 l -0.00000 -1.98500 l -1.70300 -1.98500 l -1.70300 0.00000 l -3.92200 0.00000 l -3.92200 -1.98500 l -6.54700 -1.98500 l -6.54700 -4.23500 l -3.90600 -4.23500 l -3.90600 -6.15700 l -3.90600 -6.59400 3.90600 -7.02400 3.90600 -7.43800 c -3.90600 -7.84400 3.91000 -8.25800 3.92200 -8.67200 c -3.94100 -10.21500 3.96900 -11.12100 4.00000 -11.39100 c -4.08200 -12.11000 4.25400 -12.59000 4.51500 -12.82800 c -4.51500 -12.81300 l -h -f -Q -Q -Q -q -1 0 0 1 100.33200 703.58623 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -7.84400 -2.26500 m -6.57000 -2.26500 5.56600 -2.53100 4.82800 -3.06200 c -4.45300 -3.33600 4.14100 -3.60500 3.89100 -3.87500 c -3.64900 -4.13700 3.45700 -4.39800 3.31300 -4.65600 c -2.80100 -5.61700 2.47700 -6.97600 2.34400 -8.73400 c -2.34400 -9.70300 l -2.44500 -11.48400 2.77000 -12.84400 3.31300 -13.78100 c -3.59400 -14.30500 4.09800 -14.84000 4.82800 -15.39000 c -5.19100 -15.65200 5.62900 -15.85100 6.14100 -15.98400 c -6.64900 -16.10900 7.21900 -16.17200 7.84400 -16.17200 c -8.23800 -16.17200 8.75000 -16.15200 9.37500 -16.10900 c -10.00000 -16.07000 10.77000 -15.99600 11.68800 -15.89000 c -11.68800 -18.20300 l -10.80100 -18.27300 10.06300 -18.33200 9.46900 -18.37500 c -8.88300 -18.42600 8.42200 -18.45300 8.07800 -18.45300 c -7.06600 -18.45300 6.15600 -18.34400 5.34400 -18.12500 c -4.53900 -17.90600 3.85200 -17.59400 3.28100 -17.18700 c -2.82000 -16.84400 2.41400 -16.48400 2.06300 -16.10900 c -1.70700 -15.72600 1.41400 -15.34400 1.18800 -14.96900 c -0.84400 -14.35500 0.57000 -13.63300 0.37500 -12.79700 c -0.18800 -11.95300 0.06300 -11.00800 0.00000 -9.95300 c -0.00000 -9.23400 l -0.03100 -8.50000 l -0.07000 -7.41800 0.18800 -6.46500 0.37500 -5.64000 c -0.56300 -4.82000 0.83200 -4.10100 1.18800 -3.48400 c -1.41400 -3.10100 1.69500 -2.72600 2.03100 -2.35900 c -2.37500 -1.98400 2.78900 -1.60900 3.28100 -1.23400 c -4.44500 -0.41400 6.04700 0.00000 8.07800 0.00000 c -8.25400 0.00000 8.47700 -0.01200 8.75000 -0.03100 c -9.03100 -0.04300 9.33200 -0.05800 9.65600 -0.07800 c -9.97700 -0.09000 10.31300 -0.10900 10.65600 -0.14000 c -11.00800 -0.17200 11.35200 -0.19500 11.68800 -0.20300 c -11.68800 -2.54700 l -10.77000 -2.44500 10.00000 -2.37100 9.37500 -2.32800 c -8.75000 -2.28900 8.23800 -2.26500 7.84400 -2.26500 c -h -f -Q -Q -Q -q -1 0 0 1 113.92600 698.66423 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -6.01500 0.00000 m -7.62900 0.00000 9.04700 -0.67200 10.26500 -2.01500 c -11.44100 -3.37100 12.03100 -4.95300 12.03100 -6.76500 c -12.03100 -7.82800 11.89400 -8.77700 11.62500 -9.60900 c -11.36300 -10.44500 10.97200 -11.15200 10.45300 -11.73400 c -9.92900 -12.32000 9.29700 -12.76500 8.54700 -13.07800 c -7.80500 -13.37900 6.96100 -13.53100 6.01500 -13.53100 c -4.23400 -13.53100 2.77300 -12.90600 1.64000 -11.65600 c -0.54700 -10.46100 0.00000 -8.82800 0.00000 -6.76500 c -0.00000 -4.93300 0.59700 -3.35100 1.79700 -2.01500 c -3.00400 -0.67200 4.41000 0.00000 6.01500 0.00000 c -h -6.03100 -11.28100 m -7.12500 -11.28100 8.03100 -10.89000 8.75000 -10.10900 c -8.73400 -10.10900 l -9.07800 -9.67200 9.34400 -9.18300 9.53100 -8.64000 c -9.71900 -8.09000 9.81200 -7.46500 9.81200 -6.76500 c -9.81200 -5.54700 9.41400 -4.48400 8.62500 -3.57800 c -7.87500 -2.69500 7.00800 -2.25000 6.03100 -2.25000 c -5.07000 -2.25000 4.21100 -2.69500 3.45300 -3.57800 c -2.67200 -4.48400 2.28100 -5.54700 2.28100 -6.76500 c -2.28100 -8.17200 2.63300 -9.28900 3.34400 -10.10900 c -4.01900 -10.89000 4.91400 -11.28100 6.03100 -11.28100 c -h -f -Q -Q -Q -q -1 0 0 1 128.41400 698.39923 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.42200 0.00000 m -10.42200 -12.96900 l -8.18800 -12.96900 l -8.18800 -12.39100 l -7.31300 -13.02400 6.31300 -13.34400 5.18800 -13.34400 c -5.03100 -13.34400 4.89500 -13.33600 4.78100 -13.32800 c -4.67600 -13.32800 4.56300 -13.32100 4.43800 -13.31300 c -2.65600 -13.07100 1.43800 -12.32800 0.78100 -11.07800 c -0.25800 -10.05900 0.00000 -8.69600 0.00000 -6.98500 c -0.00000 0.00000 l -2.28100 0.00000 l -2.28100 -7.01600 l -2.30100 -7.60200 2.35200 -8.13300 2.43800 -8.61000 c -2.53100 -9.09000 2.64900 -9.50000 2.79700 -9.84400 c -3.20300 -10.70000 3.97300 -11.12500 5.10900 -11.12500 c -5.47300 -11.12500 5.84800 -11.03200 6.23400 -10.84400 c -6.62900 -10.65700 7.01600 -10.41400 7.39100 -10.11000 c -7.73400 -9.82100 8.00000 -9.43800 8.18800 -8.96900 c -8.18800 0.00000 l -10.42200 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 142.35500 698.64923 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.46900 -1.43800 m -3.13300 -0.85600 4.16100 -0.37500 5.54700 0.00000 c -5.54700 -2.29700 l -4.83600 -2.52800 4.27400 -2.82100 3.86000 -3.17200 c -3.07900 -3.82800 2.57900 -4.85600 2.36000 -6.25000 c -2.30500 -6.51200 2.27000 -6.70300 2.25000 -6.82800 c -2.23900 -6.95300 2.23500 -7.03200 2.23500 -7.06300 c -2.23500 -13.21900 l -0.00000 -13.21900 l -0.00000 -0.23500 l -2.23500 -0.23500 l -2.23500 -1.67200 l -2.31700 -1.57100 2.39500 -1.49300 2.46900 -1.43800 c -h -f -Q -Q -Q -q -1 0 0 1 148.98100 698.57123 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.01500 -5.34400 m -5.31600 -6.13700 6.22200 -6.84000 6.73400 -7.45400 c -7.03500 -7.79000 7.25300 -8.13700 7.39000 -8.50000 c -7.52300 -8.86800 7.59300 -9.24700 7.59300 -9.64100 c -7.59300 -9.92200 7.56200 -10.23500 7.50000 -10.57900 c -7.28900 -11.57900 6.81200 -12.32900 6.06200 -12.82900 c -5.38200 -13.31700 4.57800 -13.56300 3.64000 -13.56300 c -3.47200 -13.56300 3.30400 -13.55100 3.14000 -13.53200 c -2.97200 -13.50800 2.78900 -13.48500 2.59300 -13.45400 c -2.13200 -13.34800 1.68700 -13.20400 1.25000 -13.01600 c -0.81200 -12.82900 0.40600 -12.59400 0.03100 -12.31300 c -0.07800 -9.54700 l -1.50300 -10.84000 2.69500 -11.48500 3.65600 -11.48500 c -4.09300 -11.48500 4.43700 -11.36000 4.68700 -11.11000 c -4.94500 -10.85200 5.12800 -10.48100 5.23400 -10.00000 c -5.26500 -9.84400 5.28100 -9.75000 5.28100 -9.71900 c -5.28100 -9.21900 4.90600 -8.68800 4.15600 -8.12500 c -4.17100 -8.15700 l -3.34700 -7.60600 2.51500 -7.04700 1.67100 -6.48500 c -0.55400 -5.57900 0.00000 -4.58600 0.00000 -3.50000 c -0.00000 -3.25000 0.01900 -3.01200 0.06200 -2.78200 c -0.41400 -0.93000 1.58200 0.00000 3.56200 0.00000 c -5.10100 0.00000 6.39400 -0.53200 7.43700 -1.59400 c -7.23400 -4.17200 l -6.24200 -3.17200 5.60100 -2.60600 5.31200 -2.46900 c -5.09300 -2.34400 4.76500 -2.26200 4.32800 -2.21900 c -4.07800 -2.18000 3.89000 -2.15700 3.76500 -2.15700 c -2.96000 -2.15700 2.48400 -2.54000 2.32800 -3.29700 c -2.31600 -3.37200 2.30400 -3.43400 2.29600 -3.48500 c -2.28500 -3.52800 2.28100 -3.57100 2.28100 -3.61000 c -2.28100 -4.04700 2.85900 -4.62200 4.01500 -5.32900 c -4.01500 -5.34400 l -h -f -Q -Q -Q -q -1 0 0 1 157.91400 698.61723 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.31300 -7.29600 m -2.56300 -8.72600 3.01600 -9.71800 3.67200 -10.28100 c -4.04700 -10.60500 4.45700 -10.85500 4.90600 -11.03100 c -5.36300 -11.21100 5.83600 -11.29600 6.32800 -11.29600 c -7.07800 -11.35100 7.76600 -11.29300 8.39100 -11.12500 c -8.45300 -11.10500 8.57800 -11.07000 8.76600 -11.01500 c -8.95300 -10.96400 9.16000 -10.91400 9.39100 -10.85900 c -9.62900 -10.79600 9.87900 -10.73000 10.14100 -10.65600 c -10.39900 -10.57400 10.64500 -10.50700 10.87500 -10.45300 c -10.87500 -12.71800 l -9.72700 -13.06200 8.65600 -13.28900 7.65600 -13.40600 c -7.47700 -13.43700 7.29700 -13.45700 7.10900 -13.46800 c -6.92200 -13.47600 6.73800 -13.48800 6.56300 -13.50000 c -4.85200 -13.50000 3.42600 -13.01500 2.28100 -12.04600 c -1.65600 -11.48400 1.14900 -10.80800 0.76600 -10.01500 c -0.39100 -9.21400 0.14100 -8.29300 0.01600 -7.25000 c -0.01600 -6.31200 l -0.01600 -6.24200 0.00800 -6.18300 0.00000 -6.14000 c -0.00000 -6.08900 0.01600 -6.02700 0.04700 -5.95300 c -0.12900 -5.05800 0.36700 -4.22600 0.76600 -3.45300 c -1.16000 -2.68300 1.68000 -2.00000 2.32800 -1.40600 c -2.85900 -0.96100 3.42600 -0.61700 4.03100 -0.37500 c -4.64500 -0.12500 5.28900 0.00000 5.96900 0.00000 c -6.25000 0.00000 6.52000 -0.02300 6.78100 -0.06200 c -8.28900 -0.33600 9.48800 -1.15600 10.37500 -2.53100 c -11.13300 -3.78100 11.48800 -5.37100 11.43800 -7.29600 c -2.31300 -7.29600 l -h -6.03100 -2.26500 m -5.23800 -2.26500 4.45300 -2.59300 3.67200 -3.25000 c -3.37900 -3.51100 3.13300 -3.79600 2.93800 -4.10900 c -2.73800 -4.41400 2.58200 -4.73400 2.46900 -5.07800 c -9.04700 -5.07800 l -8.93000 -4.67100 8.78100 -4.32800 8.59400 -4.04600 c -7.92600 -2.85900 7.07000 -2.26500 6.03100 -2.26500 c -h -f -Q -Q -Q -q -1 0 0 1 172.25400 698.41423 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -10.32800 m -2.65600 -10.32800 l -2.65600 -12.98400 l -0.00000 -12.98400 l -0.00000 -10.32800 l -h -0.00000 0.00000 m -2.65600 0.00000 l -2.65600 -2.65600 l -0.00000 -2.65600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 0.00000 180.47323 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -11.43000 0.00000 m -252.11700 0.00000 l -258.44900 0.00000 263.54700 -5.09800 263.54700 -11.43000 c -263.54700 -130.05100 l -263.54700 -136.38300 258.44900 -141.48500 252.11700 -141.48500 c -11.43000 -141.48500 l -5.09800 -141.48500 0.00000 -136.38300 0.00000 -130.05100 c -0.00000 -11.43000 l -0.00000 -5.09800 5.09800 0.00000 11.43000 0.00000 c -h -f -Q -Q -Q -q -1 0 0 1 49.29700 135.00000 cm -q -0.31765 0.07843 0.03137 0.00000 k -0.00000 0.00000 0.00000 0.00000 K -1.00000 w -[] 0 d -0 J -0 j -q -10.86700 0.00000 m -432.85900 0.00000 l -438.87900 0.00000 443.72600 -4.84700 443.72600 -10.87100 c -443.72600 -123.63200 l -443.72600 -129.65200 438.87900 -134.50000 432.85900 -134.50000 c -10.86700 -134.50000 l -4.84800 -134.50000 0.00000 -129.65200 0.00000 -123.63200 c -0.00000 -10.87100 l -0.00000 -4.84700 4.84800 0.00000 10.86700 0.00000 c -h -f -Q -10.86700 0.00000 m -432.85900 0.00000 l -438.87900 0.00000 443.72600 -4.84700 443.72600 -10.87100 c -443.72600 -123.63200 l -443.72600 -129.65200 438.87900 -134.50000 432.85900 -134.50000 c -10.86700 -134.50000 l -4.84800 -134.50000 0.00000 -129.65200 0.00000 -123.63200 c -0.00000 -10.87100 l -0.00000 -4.84700 4.84800 0.00000 10.86700 0.00000 c -h -S -Q -Q -q -1 0 0 1 68.03100 113.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14100 -0.67200 m -0.01600 -0.67200 l -0.00400 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23500 0.00000 -0.17200 c -0.00000 -0.10200 0.00400 -0.04300 0.01600 0.00000 c -5.01600 0.00000 l -5.02400 -0.04300 5.03200 -0.09400 5.03200 -0.15700 c -5.03900 -0.21100 5.04700 -0.26600 5.04700 -0.32800 c -5.04700 -0.38300 5.03900 -0.44600 5.03200 -0.51600 c -5.03200 -0.57800 5.02400 -0.63300 5.01600 -0.67200 c -2.90700 -0.67200 l -2.90700 -7.90700 l -2.85200 -7.91400 2.78900 -7.92200 2.71900 -7.92200 c -2.65700 -7.92200 2.59400 -7.92200 2.53200 -7.92200 c -2.45700 -7.92200 2.38300 -7.92200 2.31300 -7.92200 c -2.23900 -7.92200 2.18000 -7.91400 2.14100 -7.90700 c -2.14100 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 74.23400 113.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23100 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73500 c -1.57900 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57900 -2.37500 c -3.22300 -2.37500 3.69600 -2.57100 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56300 c -4.46900 -8.11000 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78600 -8.11700 3.73500 -8.11000 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28600 -3.03100 2.03900 -3.08600 1.81300 -3.18800 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.61000 c -1.07900 -3.79700 0.95400 -4.03100 0.86000 -4.31300 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.11000 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32900 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.11000 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 80.21500 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 89.09400 113.87123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -5.32800 -7.14000 m -5.39000 -7.25800 5.44100 -7.36700 5.48400 -7.46800 c -5.53500 -7.57400 5.57000 -7.67900 5.59400 -7.78100 c -5.34400 -7.90600 5.04700 -8.00000 4.70300 -8.06200 c -4.35900 -8.13300 3.99200 -8.17200 3.60900 -8.17200 c -3.07800 -8.17200 2.58600 -8.08600 2.14000 -7.92200 c -1.69100 -7.74600 1.31200 -7.49200 1.00000 -7.15600 c -0.68700 -6.81200 0.44100 -6.39000 0.26500 -5.89000 c -0.08600 -5.39000 0.00000 -4.82000 0.00000 -4.17200 c -0.00000 -3.51500 0.08200 -2.93300 0.25000 -2.42200 c -0.42600 -1.90200 0.67200 -1.46500 0.98400 -1.10900 c -1.29700 -0.74600 1.67200 -0.46800 2.10900 -0.28100 c -2.55400 -0.09300 3.05400 0.00000 3.60900 0.00000 c -4.06600 0.00000 4.44500 -0.03900 4.75000 -0.10900 c -5.06200 -0.17200 5.28900 -0.22600 5.43700 -0.26500 c -5.41400 -0.40200 5.39000 -0.51500 5.35900 -0.60900 c -5.33600 -0.69500 5.30400 -0.79700 5.26500 -0.92200 c -5.16000 -0.89000 5.05400 -0.85900 4.95300 -0.82800 c -4.85900 -0.79700 4.75000 -0.77300 4.62500 -0.75000 c -4.50000 -0.73000 4.35100 -0.71500 4.18700 -0.70300 c -4.03100 -0.68300 3.84400 -0.67200 3.62500 -0.67200 c -3.18700 -0.67200 2.79700 -0.75800 2.45300 -0.92200 c -2.10900 -1.07800 1.81200 -1.30800 1.56200 -1.60900 c -1.32000 -1.90200 1.13300 -2.26500 1.00000 -2.70300 c -0.87500 -3.13300 0.81200 -3.62100 0.81200 -4.17200 c -0.81200 -4.73400 0.88300 -5.23000 1.03100 -5.65600 c -1.17600 -6.07400 1.37900 -6.41800 1.64000 -6.68700 c -1.89800 -6.96100 2.20300 -7.16400 2.54700 -7.29700 c -2.89800 -7.43300 3.28100 -7.50000 3.68700 -7.50000 c -4.03100 -7.50000 4.34400 -7.46800 4.62500 -7.40600 c -4.90600 -7.33600 5.14000 -7.24600 5.32800 -7.14000 c -h -f -Q -Q -Q -q -1 0 0 1 95.62100 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10600 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 102.20300 111.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00700 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00700 0.73500 -0.01500 c -0.73500 -3.17100 l -0.73500 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.36000 -4.88600 1.55100 -4.98400 1.78100 -5.04600 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09300 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96800 c -3.70300 -0.01500 l -3.75400 -0.00700 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00700 4.43800 -0.01500 c -4.43800 -5.48400 l -4.16400 -5.55800 3.86300 -5.62100 3.53100 -5.67100 c -3.19500 -5.72200 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71800 1.51600 -5.65600 c -1.21100 -5.59300 0.94500 -5.46800 0.71900 -5.28100 c -0.50000 -5.09300 0.32000 -4.83900 0.18800 -4.51500 c -0.06300 -4.18300 0.00000 -3.75000 0.00000 -3.21800 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 108.56600 111.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06300 -0.00700 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00700 0.65700 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69600 -0.66400 0.70400 -0.82400 0.70400 -0.96800 c -0.84800 -0.69900 1.05100 -0.46800 1.31300 -0.28100 c -1.58200 -0.09300 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00700 2.62500 -0.01500 c -2.64500 -0.14000 2.65700 -0.25700 2.65700 -0.35900 c -2.65700 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41500 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17100 c -0.86800 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61400 -5.64000 0.53200 -5.64000 c -0.45700 -5.64000 0.39900 -5.64000 0.36000 -5.64000 c -0.32900 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 111.92200 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64100 -0.42200 c -0.97300 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02800 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23500 0.89100 -1.48500 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.11000 c -1.34800 -2.17200 1.47300 -2.23100 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.01900 -2.81300 3.18700 -2.93800 c -3.35100 -3.06300 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59400 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 116.93400 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 125.68400 113.76223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13200 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95300 m -0.36300 -0.89100 0.35100 -0.81300 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02400 0.51500 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 128.72300 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02800 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63200 -0.65300 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23500 0.89000 -1.48500 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.11000 c -1.34700 -2.17200 1.47200 -2.23100 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81300 3.18700 -2.93800 c -3.35100 -3.06300 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59300 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 136.43800 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17100 -3.23500 c -0.86700 -3.44600 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87800 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33500 -1.18800 3.10900 -0.96900 c -2.87800 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64900 1.29600 -0.68800 c -1.05400 -0.73100 0.83500 -0.78100 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69600 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.36000 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83500 -2.61000 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 142.44500 113.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43800 m -0.89500 -7.50000 1.07800 -7.54700 1.26600 -7.57800 c -1.45300 -7.60200 1.64900 -7.61000 1.86000 -7.61000 c -2.14900 -7.61000 2.42600 -7.56300 2.68800 -7.46900 c -2.95700 -7.36700 3.19200 -7.21500 3.39100 -7.01600 c -3.59800 -6.82100 3.75800 -6.57100 3.87500 -6.26600 c -4.00000 -5.96500 4.06300 -5.60200 4.06300 -5.17200 c -4.06300 -4.50800 3.93800 -3.98500 3.68800 -3.61000 c -3.43800 -3.22700 3.03200 -3.03100 2.46900 -3.03100 c -2.28900 -3.03100 2.09800 -3.06300 1.89100 -3.12500 c -1.68000 -3.18000 1.48900 -3.27800 1.31300 -3.42200 c -1.14500 -3.55900 1.00400 -3.74200 0.89100 -3.96900 c -0.77400 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43800 l -h -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09800 -2.83600 1.39100 -2.65600 c -1.68000 -2.46900 2.05500 -2.37500 2.51600 -2.37500 c -2.86000 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74300 -2.63700 3.98900 -2.80500 4.18800 -3.03100 c -4.39500 -3.26200 4.55500 -3.54700 4.67200 -3.89100 c -4.78600 -4.23500 4.84400 -4.64900 4.84400 -5.12500 c -4.84400 -6.10600 4.57100 -6.87100 4.03200 -7.42200 c -3.50000 -7.96500 2.72700 -8.23500 1.71900 -8.23500 c -1.38300 -8.23500 1.06300 -8.20300 0.75000 -8.14100 c -0.44600 -8.07800 0.19600 -8.01200 0.00000 -7.93800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 148.57400 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.11000 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.11000 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40300 0.36400 -2.26600 0.28100 -2.11000 c -0.19600 -1.94600 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69600 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02800 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23500 c -3.57800 -0.44600 3.52400 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23500 0.89100 -1.48500 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.11000 c -1.34800 -2.17200 1.47300 -2.23100 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81300 3.18800 -2.93800 c -3.35200 -3.06300 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69600 -4.64100 3.59400 -4.86000 c -3.48900 -5.07100 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.61000 -5.86000 c -1.25400 -5.86000 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 153.58600 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03100 3.81200 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18700 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18700 -4.62500 c -1.47700 -5.03100 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 160.21500 113.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -6.81300 l -0.71900 -7.00000 0.73800 -7.15300 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57100 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64000 -7.57800 c -1.73400 -7.57100 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97300 -8.02800 1.98400 -8.11000 c -1.87900 -8.14900 1.75800 -8.17600 1.62500 -8.18800 c -1.50000 -8.19600 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18800 0.81200 -8.15600 c -0.65600 -8.12500 0.51600 -8.06300 0.39000 -7.96900 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59400 c -0.03500 -7.43800 0.00000 -7.23100 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 163.23800 111.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00700 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00700 0.73500 -0.01500 c -0.73500 -3.17100 l -0.73500 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.36000 -4.88600 1.55100 -4.98400 1.78200 -5.04600 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09300 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96800 c -3.70300 -0.01500 l -3.75400 -0.00700 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00700 4.43800 -0.01500 c -4.43800 -5.48400 l -4.16400 -5.55800 3.86400 -5.62100 3.53200 -5.67100 c -3.19600 -5.72200 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82800 -5.71800 1.51600 -5.65600 c -1.21100 -5.59300 0.94600 -5.46800 0.71900 -5.28100 c -0.50000 -5.09300 0.32100 -4.83900 0.18800 -4.51500 c -0.06300 -4.18300 0.00000 -3.75000 0.00000 -3.21800 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 168.86700 113.16823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03100 -2.34400 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23500 -2.21900 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79700 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 173.02700 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56300 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65700 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06300 3.48500 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74300 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70400 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 179.42200 113.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -6.81300 l -0.71900 -7.00000 0.73800 -7.15300 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57100 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73400 -7.57100 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97300 -8.02800 1.98400 -8.11000 c -1.87900 -8.14900 1.75800 -8.17600 1.62500 -8.18800 c -1.50000 -8.19600 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18800 0.81200 -8.15600 c -0.65600 -8.12500 0.51600 -8.06300 0.39100 -7.96900 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59400 c -0.03500 -7.43800 0.00000 -7.23100 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 181.69500 111.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65700 -5.64000 m -2.45300 -5.64000 l -2.37900 -5.64000 2.30100 -5.64000 2.21900 -5.64000 c -2.13300 -5.64000 2.07100 -5.63200 2.03200 -5.62500 c -0.00000 -0.01500 l -0.03900 -0.00700 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00700 0.84400 -0.01500 c -2.70300 -5.46800 l -4.53200 -0.01500 l -4.57100 -0.00700 4.62900 0.00000 4.70300 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90700 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00700 5.26600 -0.01500 c -2.81300 -7.28100 l -2.67600 -7.68700 2.48900 -7.96800 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07800 -8.35900 0.92200 -8.32800 c -0.76600 -8.29600 0.63300 -8.26900 0.53200 -8.25000 c -0.53200 -8.01900 0.58600 -7.81200 0.70300 -7.62500 c -0.75400 -7.64400 0.83600 -7.66400 0.95300 -7.68700 c -1.07800 -7.71800 1.21100 -7.73400 1.36000 -7.73400 c -1.56700 -7.73400 1.73500 -7.67900 1.86000 -7.57800 c -1.99300 -7.47200 2.11000 -7.28500 2.20300 -7.01500 c -2.65700 -5.64000 l -h -f -Q -Q -Q -q -1 0 0 1 190.33600 113.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14000 0.00000 -3.10100 0.00000 -3.04700 c -0.00000 -2.99600 0.00000 -2.93700 0.00000 -2.87500 c -0.00000 -2.82400 0.00000 -2.76500 0.00000 -2.70300 c -0.00000 -2.64000 0.00400 -2.59300 0.01600 -2.56200 c -0.96900 -2.56200 l -0.96900 -2.06200 l -0.96900 -1.37500 1.11700 -0.85900 1.42200 -0.51500 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01100 3.29700 -0.03100 c -3.43000 -0.04300 3.53900 -0.06200 3.62500 -0.09300 c -3.61300 -0.23000 3.59800 -0.34300 3.57800 -0.43700 c -3.55500 -0.52300 3.53100 -0.61700 3.50000 -0.71800 c -3.43700 -0.69900 3.34800 -0.68300 3.23400 -0.67200 c -3.12900 -0.65200 3.01600 -0.64000 2.89100 -0.64000 c -2.69100 -0.64000 2.51900 -0.66400 2.37500 -0.70300 c -2.22700 -0.74600 2.10200 -0.82000 2.00000 -0.92200 c -1.90600 -1.02700 1.83200 -1.17900 1.78100 -1.37500 c -1.72700 -1.56200 1.70300 -1.80400 1.70300 -2.09300 c -1.70300 -2.56200 l -3.23400 -2.56200 l -3.24200 -2.59300 3.25000 -2.64000 3.25000 -2.70300 c -3.25800 -2.76500 3.26600 -2.82400 3.26600 -2.87500 c -3.26600 -2.93700 3.25800 -2.99600 3.25000 -3.04700 c -3.25000 -3.10100 3.24200 -3.14000 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.17900 1.59800 -8.18700 1.51600 -8.18700 c -1.44100 -8.18700 1.38300 -8.18700 1.34400 -8.18700 c -1.30100 -8.18700 1.23800 -8.18700 1.15600 -8.18700 c -1.08200 -8.18700 1.01900 -8.17900 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 194.76200 111.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00700 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00700 0.65600 -0.01500 c -0.67600 -0.15200 0.68700 -0.30800 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84700 -0.69900 1.05100 -0.46800 1.31200 -0.28100 c -1.58200 -0.09300 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00700 2.62500 -0.01500 c -2.64400 -0.14000 2.65600 -0.25700 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17200 -1.17100 c -0.86700 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.26900 -5.64000 0.18700 -5.64000 c -0.10100 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 198.12100 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 204.20300 111.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56300 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48500 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 68.93800 90.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -3.89000 0.00000 l -3.89000 -0.04300 3.89000 -0.09400 3.89000 -0.15700 c -3.89800 -0.21900 3.90600 -0.28200 3.90600 -0.34400 c -3.90600 -0.39900 3.89800 -0.46100 3.89000 -0.53200 c -3.89000 -0.59400 3.89000 -0.64900 3.89000 -0.68800 c -0.76500 -0.68800 l -0.76500 -3.36000 l -3.46800 -3.36000 l -3.47600 -3.40300 3.48400 -3.45300 3.48400 -3.51600 c -3.48400 -3.57800 3.48400 -3.64100 3.48400 -3.70300 c -3.48400 -3.75800 3.48400 -3.82100 3.48400 -3.89100 c -3.48400 -3.95300 3.47600 -4.01200 3.46800 -4.06300 c -0.76500 -4.06300 l -0.76500 -7.90700 l -0.71000 -7.91400 0.64800 -7.92200 0.57800 -7.92200 c -0.51500 -7.92200 0.45300 -7.92200 0.39000 -7.92200 c -0.31600 -7.92200 0.24200 -7.92200 0.17100 -7.92200 c -0.09700 -7.92200 0.03900 -7.91400 0.00000 -7.90700 c -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 74.32000 90.43423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -6.81300 l -0.71900 -7.00000 0.73900 -7.15300 0.78200 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57100 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57100 1.81300 -7.55500 1.87500 -7.53100 c -1.90700 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02800 1.98500 -8.11000 c -1.87900 -8.14900 1.75800 -8.17600 1.62500 -8.18800 c -1.50000 -8.19600 1.38300 -8.20300 1.28200 -8.20300 c -1.12500 -8.20300 0.96900 -8.18800 0.81300 -8.15600 c -0.65700 -8.12500 0.51600 -8.06300 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43800 0.00000 -7.23100 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 77.07800 88.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56300 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48500 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 82.61300 87.96523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.67200 -2.71900 m -0.20300 -0.03100 l -0.32800 -0.01200 0.45300 0.00000 0.57800 0.00000 c -0.72300 0.00000 0.87500 -0.01200 1.03200 -0.03100 c -2.43800 -2.71900 l -0.79700 -5.64100 l -0.68000 -5.66000 0.56300 -5.67200 0.43800 -5.67200 c -0.28200 -5.67200 0.13300 -5.66000 0.00000 -5.64100 c -1.67200 -2.71900 l -h -2.51600 -2.71900 m -3.92200 -0.03100 l -4.07800 -0.01200 4.22300 0.00000 4.36000 0.00000 c -4.47300 0.00000 4.59800 -0.01200 4.73500 -0.03100 c -3.29700 -2.65600 l -4.95300 -5.64100 l -4.80500 -5.66000 4.66000 -5.67200 4.51600 -5.67200 c -4.39100 -5.67200 4.26600 -5.66000 4.14100 -5.64100 c -2.51600 -2.71900 l -h -f -Q -Q -Q -q -1 0 0 1 88.36700 90.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93800 m -0.03100 -2.93800 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93800 c -0.73500 -2.93800 l -h -0.37500 -0.95300 m -0.36400 -0.89100 0.35200 -0.81300 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02400 0.51600 -0.01600 0.61000 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01600 c -1.15600 -0.01600 1.23500 -0.02400 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95300 c -1.23500 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 91.76600 90.43423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71800 -7.43800 m -0.89400 -7.50000 1.07800 -7.54700 1.26500 -7.57800 c -1.45300 -7.60200 1.64800 -7.61000 1.85900 -7.61000 c -2.14800 -7.61000 2.42500 -7.56300 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39000 -7.01600 c -3.59700 -6.82100 3.75700 -6.57100 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98500 3.68700 -3.61000 c -3.43700 -3.22700 3.03100 -3.03100 2.46800 -3.03100 c -2.28900 -3.03100 2.09700 -3.06300 1.89000 -3.12500 c -1.67900 -3.18000 1.48800 -3.27800 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89000 -3.96900 c -0.77300 -4.19900 0.71800 -4.49200 0.71800 -4.84400 c -0.71800 -7.43800 l -h -0.00000 -0.03100 m -0.03900 -0.02400 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02400 0.71800 -0.03100 c -0.71800 -3.28100 l -0.87500 -3.04300 1.09700 -2.83600 1.39000 -2.65600 c -1.67900 -2.46900 2.05400 -2.37500 2.51500 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55400 -3.54700 4.67200 -3.89100 c -4.78500 -4.23500 4.84300 -4.64900 4.84300 -5.12500 c -4.84300 -6.10600 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23500 1.71800 -8.23500 c -1.38200 -8.23500 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 98.25400 90.43423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -6.81300 l -0.71900 -7.00000 0.73800 -7.15300 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57100 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73400 -7.57100 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97300 -8.02800 1.98400 -8.11000 c -1.87900 -8.14900 1.75800 -8.17600 1.62500 -8.18800 c -1.50000 -8.19600 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18800 0.81200 -8.15600 c -0.65600 -8.12500 0.51600 -8.06300 0.39100 -7.96900 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59400 c -0.03500 -7.43800 0.00000 -7.23100 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 101.01200 88.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 109.39100 90.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14000 -0.67200 m -0.01500 -0.67200 l -0.00400 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23500 0.00000 -0.17200 c -0.00000 -0.10200 0.00400 -0.04300 0.01500 0.00000 c -5.01500 0.00000 l -5.02300 -0.04300 5.03100 -0.09400 5.03100 -0.15700 c -5.03900 -0.21100 5.04700 -0.26600 5.04700 -0.32800 c -5.04700 -0.38300 5.03900 -0.44600 5.03100 -0.51600 c -5.03100 -0.57800 5.02300 -0.63300 5.01500 -0.67200 c -2.90600 -0.67200 l -2.90600 -7.90700 l -2.85100 -7.91400 2.78900 -7.92200 2.71800 -7.92200 c -2.65600 -7.92200 2.59300 -7.92200 2.53100 -7.92200 c -2.45700 -7.92200 2.38200 -7.92200 2.31200 -7.92200 c -2.23800 -7.92200 2.17900 -7.91400 2.14000 -7.90700 c -2.14000 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 115.19900 90.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93800 m -0.03200 -2.93800 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93800 c -0.73500 -2.93800 l -h -0.37500 -0.95300 m -0.36400 -0.89100 0.35200 -0.81300 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02400 0.51600 -0.01600 0.61000 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01600 c -1.15600 -0.01600 1.23500 -0.02400 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95300 c -1.23500 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 118.59800 88.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55000 -0.11000 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.42200 0.68700 -0.61000 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68800 c -1.05400 -0.55500 1.17500 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14900 1.79700 -0.09400 c -1.97200 -0.03100 2.17500 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02800 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18800 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48500 3.64000 -0.61000 c -3.72200 -0.73500 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14900 4.93700 -0.09400 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17200 0.00000 6.64400 -0.18800 6.93700 -0.56300 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73500 l -7.32000 -5.74200 7.25700 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05000 -5.75000 7.00000 -5.75000 c -6.96800 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74200 6.64000 -5.73500 c -6.64000 -2.40600 l -6.64000 -1.81300 6.53900 -1.37500 6.34300 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81300 c -4.67900 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30400 -1.36000 4.21800 -1.54700 4.15600 -1.76600 c -4.09300 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73500 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80000 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74200 3.32800 -5.73500 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88300 -0.74600 2.62500 -0.61000 2.28100 -0.61000 c -2.06200 -0.61000 1.85100 -0.66800 1.65600 -0.78100 c -1.46800 -0.89900 1.30000 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98500 c -0.75400 -2.26600 0.71800 -2.57800 0.71800 -2.92200 c -0.71800 -5.73500 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 127.40200 90.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93800 m -0.03200 -2.93800 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41100 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93800 c -0.73500 -2.93800 l -h -0.37500 -0.95300 m -0.36400 -0.89100 0.35200 -0.81300 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02400 0.51600 -0.01600 0.61000 -0.01600 c -0.70300 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91100 0.00000 0.97700 -0.00800 1.06300 -0.01600 c -1.15700 -0.01600 1.23500 -0.02400 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91100 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 130.80100 88.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19600 4.01500 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73500 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69600 0.85900 -1.98500 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 136.56600 88.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06700 -5.19600 4.52400 -5.32800 4.79700 -5.57800 c -5.07900 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12900 5.00000 -7.36000 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11400 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07100 -8.42200 2.67600 -8.46900 2.25000 -8.46900 c -1.92600 -8.46900 1.62500 -8.44200 1.34400 -8.39100 c -1.07100 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42600 -8.03500 0.27000 -7.89100 0.15700 -7.70300 c -0.05100 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73500 0.07900 -6.46100 0.23500 -6.20300 c -0.39900 -5.95300 0.61400 -5.76600 0.87500 -5.64100 c -0.72700 -5.54700 0.61000 -5.43400 0.51600 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44200 -4.28100 0.57900 -4.09400 c -0.71100 -3.89900 0.89500 -3.71900 1.12500 -3.56300 c -0.86400 -3.40600 0.65700 -3.19600 0.50000 -2.92200 c -0.35200 -2.65300 0.28200 -2.32800 0.28200 -1.95300 c -0.28200 -1.68400 0.32100 -1.43000 0.40700 -1.18800 c -0.50000 -0.94900 0.64100 -0.74200 0.82900 -0.56300 c -1.01600 -0.38700 1.23900 -0.25000 1.50000 -0.15600 c -1.77000 -0.05500 2.08200 0.00000 2.43800 0.00000 c -2.73900 0.00000 3.00400 -0.03900 3.23500 -0.11000 c -3.47300 -0.18400 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34400 4.12500 -0.31300 c -4.23900 -0.27400 4.36000 -0.24200 4.48500 -0.21900 c -4.61800 -0.18800 4.75400 -0.16800 4.89100 -0.15600 c -5.03600 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32900 -0.24200 5.34400 -0.36000 5.34400 -0.48500 c -5.34400 -0.63300 5.32900 -0.75800 5.29700 -0.86000 c -4.26600 -0.86000 l -4.36000 -1.02800 4.43000 -1.19900 4.48500 -1.37500 c -4.54700 -1.55500 4.57900 -1.74600 4.57900 -1.95300 c -4.57900 -2.26600 4.52000 -2.54700 4.40700 -2.79700 c -4.30100 -3.03900 4.14900 -3.24200 3.95400 -3.40600 c -3.76600 -3.56300 3.53900 -3.68800 3.28200 -3.78100 c -3.02000 -3.86700 2.73900 -3.90600 2.43800 -3.90600 c -2.11400 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65300 1.05500 -4.72700 1.07900 -4.79700 c -1.09800 -4.86000 1.14500 -4.91800 1.21900 -4.96900 c -1.28900 -5.02400 1.39100 -5.07100 1.51600 -5.11000 c -1.64100 -5.14100 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23900 -5.92600 1.03200 -6.12500 c -0.82100 -6.32100 0.71900 -6.58600 0.71900 -6.92200 c -0.71900 -7.09800 0.75400 -7.24200 0.82900 -7.36000 c -0.91100 -7.47300 1.02400 -7.56300 1.17200 -7.62500 c -1.31700 -7.69600 1.48500 -7.74200 1.67200 -7.76600 c -1.86000 -7.79700 2.06300 -7.81300 2.28200 -7.81300 c -2.95700 -7.81300 3.48900 -7.69600 3.87500 -7.46900 c -4.25800 -7.23800 4.45400 -6.96100 4.45400 -6.64100 c -4.45400 -6.36000 4.35200 -6.15600 4.15700 -6.03100 c -3.96900 -5.91400 3.65700 -5.86000 3.21900 -5.86000 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15700 -2.64900 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29700 2.43800 -3.29700 c -2.91500 -3.29700 3.26600 -3.16800 3.48500 -2.90600 c -3.71100 -2.64900 3.82900 -2.32800 3.82900 -1.95300 c -3.82900 -1.57100 3.71100 -1.24600 3.48500 -0.98500 c -3.26600 -0.72700 2.91500 -0.59400 2.43800 -0.59400 c -1.95700 -0.59400 1.60200 -0.72700 1.37500 -0.98500 c -1.15700 -1.24600 1.04700 -1.57100 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 68.53100 66.87123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -5.32800 -7.14000 m -5.39100 -7.25800 5.44200 -7.36700 5.48500 -7.46800 c -5.53500 -7.57400 5.57100 -7.67900 5.59400 -7.78100 c -5.34400 -7.90600 5.04700 -8.00000 4.70300 -8.06200 c -4.36000 -8.13300 3.99200 -8.17200 3.61000 -8.17200 c -3.07800 -8.17200 2.58600 -8.08600 2.14100 -7.92200 c -1.69200 -7.74600 1.31300 -7.49200 1.00000 -7.15600 c -0.68800 -6.81200 0.44200 -6.39000 0.26600 -5.89000 c -0.08600 -5.39000 0.00000 -4.82000 0.00000 -4.17200 c -0.00000 -3.51500 0.08200 -2.93300 0.25000 -2.42200 c -0.42600 -1.90200 0.67200 -1.46500 0.98500 -1.10900 c -1.29700 -0.74600 1.67200 -0.46800 2.11000 -0.28100 c -2.55500 -0.09300 3.05500 0.00000 3.61000 0.00000 c -4.06700 0.00000 4.44600 -0.03900 4.75000 -0.10900 c -5.06300 -0.17200 5.28900 -0.22600 5.43800 -0.26500 c -5.41400 -0.40200 5.39100 -0.51500 5.36000 -0.60900 c -5.33600 -0.69500 5.30500 -0.79700 5.26600 -0.92200 c -5.16000 -0.89000 5.05500 -0.85900 4.95300 -0.82800 c -4.86000 -0.79700 4.75000 -0.77300 4.62500 -0.75000 c -4.50000 -0.73000 4.35200 -0.71500 4.18800 -0.70300 c -4.03200 -0.68300 3.84400 -0.67200 3.62500 -0.67200 c -3.18800 -0.67200 2.79700 -0.75800 2.45300 -0.92200 c -2.11000 -1.07800 1.81300 -1.30800 1.56300 -1.60900 c -1.32100 -1.90200 1.13300 -2.26500 1.00000 -2.70300 c -0.87500 -3.13300 0.81300 -3.62100 0.81300 -4.17200 c -0.81300 -4.73400 0.88300 -5.23000 1.03200 -5.65600 c -1.17600 -6.07400 1.37900 -6.41800 1.64100 -6.68700 c -1.89900 -6.96100 2.20300 -7.16400 2.54700 -7.29700 c -2.89900 -7.43300 3.28200 -7.50000 3.68800 -7.50000 c -4.03200 -7.50000 4.34400 -7.46800 4.62500 -7.40600 c -4.90700 -7.33600 5.14100 -7.24600 5.32800 -7.14000 c -h -f -Q -Q -Q -q -1 0 0 1 75.05900 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04600 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73100 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 81.64100 64.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00700 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.67900 -0.00700 0.73400 -0.01500 c -0.73400 -3.17100 l -0.73400 -3.57000 0.76900 -3.89800 0.84300 -4.15600 c -0.92500 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.35900 -4.88600 1.55000 -4.98400 1.78100 -5.04600 c -2.00700 -5.10100 2.26500 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01500 -5.11700 3.20300 -5.09300 c -3.39000 -5.06200 3.55400 -5.02300 3.70300 -4.96800 c -3.70300 -0.01500 l -3.75400 -0.00700 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17500 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00700 4.43700 -0.01500 c -4.43700 -5.48400 l -4.16400 -5.55800 3.86300 -5.62100 3.53100 -5.67100 c -3.19500 -5.72200 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71800 1.51500 -5.65600 c -1.21100 -5.59300 0.94500 -5.46800 0.71800 -5.28100 c -0.50000 -5.09300 0.32000 -4.83900 0.18700 -4.51500 c -0.06200 -4.18300 0.00000 -3.75000 0.00000 -3.21800 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 88.00400 64.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00700 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00700 0.65600 -0.01500 c -0.67600 -0.15200 0.68700 -0.30800 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84800 -0.69900 1.05100 -0.46800 1.31200 -0.28100 c -1.58200 -0.09300 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00700 2.62500 -0.01500 c -2.64400 -0.14000 2.65600 -0.25700 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17100 c -0.86700 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.26900 -5.64000 0.18700 -5.64000 c -0.10100 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 91.36300 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36800 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.11000 2.61000 -4.92200 c -2.86800 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.11000 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93800 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40300 0.36400 -2.26600 0.28200 -2.11000 c -0.19600 -1.94600 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69600 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02800 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23500 c -3.57800 -0.44600 3.52400 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23500 0.89100 -1.48500 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.11000 c -1.34800 -2.17200 1.47300 -2.23100 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81300 3.18800 -2.93800 c -3.35200 -3.06300 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69600 -4.64100 3.59400 -4.86000 c -3.48900 -5.07100 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.61000 -5.86000 c -1.25400 -5.86000 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 96.37100 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 105.20300 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10600 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70300 -5.11000 c -0.23500 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10600 0.68800 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81300 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31300 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.86000 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48500 -5.18800 c -3.68000 -5.14900 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 110.31600 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10600 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 116.94500 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27400 -0.11000 0.32800 -0.11000 c -0.39100 -0.11000 0.44600 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73500 c -1.11000 -0.60200 1.25000 -0.48100 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.11000 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73500 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81300 c -1.61400 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69600 0.86000 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 122.50400 66.16823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79700 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 126.66400 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 133.05900 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55000 -0.11000 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19600 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18800 c -4.46800 -5.73500 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73500 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09300 -1.45300 0.96100 -1.69600 0.85900 -1.98500 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73500 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 138.61700 66.16823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03100 -2.34400 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23500 -2.21900 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79700 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 145.55900 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04600 -0.03100 m -4.09700 -0.02400 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59300 -0.01600 c -4.67500 -0.01600 4.73800 -0.02400 4.78100 -0.03100 c -4.78100 -7.98500 l -4.55000 -8.05900 4.26500 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23500 2.87500 -8.23500 c -2.46800 -8.23500 2.08600 -8.18800 1.73400 -8.09400 c -1.39000 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21800 -6.76600 c -0.07000 -6.40300 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94600 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50700 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96800 -2.44600 2.34300 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39900 3.46800 -2.43800 c -3.70700 -2.46900 3.89800 -2.51200 4.04600 -2.56300 c -4.04600 -0.03100 l -h -4.04600 -3.25000 m -3.89800 -3.18800 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14000 -3.07800 1.89000 -3.20300 c -1.64000 -3.32100 1.42500 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.92900 -6.72700 1.29600 -7.07800 c -1.66000 -7.42200 2.17500 -7.59400 2.84300 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56300 c -3.75000 -7.53100 3.92200 -7.49600 4.04600 -7.45300 c -4.04600 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 151.97300 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 158.00800 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64000 -0.42200 c -0.97300 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02800 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23500 0.89000 -1.48500 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.11000 c -1.34700 -2.17200 1.47300 -2.23100 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81300 3.18700 -2.93800 c -3.35100 -3.06300 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59400 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 162.93800 66.76223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13200 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95300 m -0.36300 -0.89100 0.35100 -0.81300 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02400 0.51500 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29600 -0.03100 c -1.29600 -0.08600 1.29600 -0.15600 1.29600 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29600 -0.71900 c -1.29600 -0.81300 1.29600 -0.89100 1.29600 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 165.80500 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06600 -5.19600 4.52300 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21800 -6.16000 5.21800 -6.57800 c -5.21800 -6.86700 5.14400 -7.12900 5.00000 -7.36000 c -4.85100 -7.58600 4.64400 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80000 -8.24200 3.43700 -8.32800 c -3.07000 -8.42200 2.67600 -8.46900 2.25000 -8.46900 c -1.92600 -8.46900 1.62500 -8.44200 1.34300 -8.39100 c -1.07000 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42600 -8.03500 0.26900 -7.89100 0.15600 -7.70300 c -0.05000 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73500 0.07800 -6.46100 0.23400 -6.20300 c -0.39800 -5.95300 0.61300 -5.76600 0.87500 -5.64100 c -0.72600 -5.54700 0.60900 -5.43400 0.51500 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44100 -4.28100 0.57800 -4.09400 c -0.71100 -3.89900 0.89400 -3.71900 1.12500 -3.56300 c -0.86300 -3.40600 0.65600 -3.19600 0.50000 -2.92200 c -0.35100 -2.65300 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32000 -1.43000 0.40600 -1.18800 c -0.50000 -0.94900 0.64000 -0.74200 0.82800 -0.56300 c -1.01500 -0.38700 1.23800 -0.25000 1.50000 -0.15600 c -1.76900 -0.05500 2.08200 0.00000 2.43700 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23400 -0.11000 c -3.47200 -0.18400 3.67900 -0.28100 3.85900 -0.40600 c -3.92900 -0.37500 4.01900 -0.34400 4.12500 -0.31300 c -4.23800 -0.27400 4.35900 -0.24200 4.48400 -0.21900 c -4.61700 -0.18800 4.75400 -0.16800 4.89000 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34300 -0.36000 5.34300 -0.48500 c -5.34300 -0.63300 5.32800 -0.75800 5.29700 -0.86000 c -4.26500 -0.86000 l -4.35900 -1.02800 4.42900 -1.19900 4.48400 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.51900 -2.54700 4.40600 -2.79700 c -4.30000 -3.03900 4.14800 -3.24200 3.95300 -3.40600 c -3.76500 -3.56300 3.53900 -3.68800 3.28100 -3.78100 c -3.01900 -3.86700 2.73800 -3.90600 2.43700 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.60900 -3.78100 c -1.39800 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65300 1.05400 -4.72700 1.07800 -4.79700 c -1.09700 -4.86000 1.14400 -4.91800 1.21800 -4.96900 c -1.28900 -5.02400 1.39000 -5.07100 1.51500 -5.11000 c -1.64000 -5.14100 1.80000 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.85900 -5.82800 m -1.51500 -5.82800 1.23800 -5.92600 1.03100 -6.12500 c -0.82000 -6.32100 0.71800 -6.58600 0.71800 -6.92200 c -0.71800 -7.09800 0.75400 -7.24200 0.82800 -7.36000 c -0.91000 -7.47300 1.02300 -7.56300 1.17200 -7.62500 c -1.31600 -7.69600 1.48400 -7.74200 1.67200 -7.76600 c -1.85900 -7.79700 2.06200 -7.81300 2.28100 -7.81300 c -2.95700 -7.81300 3.48800 -7.69600 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.36000 4.35100 -6.15600 4.15600 -6.03100 c -3.96800 -5.91400 3.65600 -5.86000 3.21800 -5.86000 c -1.85900 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64900 1.37500 -2.90600 c -1.60100 -3.16800 1.95700 -3.29700 2.43700 -3.29700 c -2.91400 -3.29700 3.26500 -3.16800 3.48400 -2.90600 c -3.71100 -2.64900 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57100 3.71100 -1.24600 3.48400 -0.98500 c -3.26500 -0.72700 2.91400 -0.59400 2.43700 -0.59400 c -1.95700 -0.59400 1.60100 -0.72700 1.37500 -0.98500 c -1.15600 -1.24600 1.04700 -1.57100 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 172.22300 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55000 -0.11000 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19600 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18800 c -4.46800 -5.73500 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73500 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09300 -1.45300 0.96100 -1.69600 0.85900 -1.98500 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73500 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 178.20700 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 184.31600 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02400 4.16100 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02400 4.78200 -0.03100 c -4.78200 -7.98500 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23900 -8.23500 2.87500 -8.23500 c -2.46900 -8.23500 2.08600 -8.18800 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82900 -7.62500 c -0.57900 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07100 -6.40300 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94600 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91400 1.28200 -2.71500 1.62500 -2.57800 c -1.96900 -2.44600 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39900 3.46900 -2.43800 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56300 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18800 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03200 -3.01600 2.78200 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32100 1.42600 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66100 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53200 -7.56300 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 193.43400 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17100 -3.23500 c -0.86700 -3.44600 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05400 -0.73100 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69600 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.36000 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 199.44500 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27400 -0.11000 0.32800 -0.11000 c -0.39100 -0.11000 0.44600 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73500 c -1.11000 -0.60200 1.25000 -0.48100 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.11000 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73500 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81300 c -1.61400 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69600 0.86000 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 205.45700 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02400 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02400 4.78100 -0.03100 c -4.78100 -7.98500 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23500 2.87500 -8.23500 c -2.46900 -8.23500 2.08600 -8.18800 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40300 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94600 0.06300 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44600 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39900 3.46900 -2.43800 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56300 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18800 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32100 1.42600 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56300 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 214.62100 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10600 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70300 -5.11000 c -0.23400 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10600 0.68800 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81300 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31300 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.86000 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48400 -5.18800 c -3.68000 -5.14900 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 220.21900 64.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00700 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00700 0.65600 -0.01500 c -0.67600 -0.15200 0.68700 -0.30800 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84700 -0.69900 1.05100 -0.46800 1.31200 -0.28100 c -1.58200 -0.09300 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00700 2.62500 -0.01500 c -2.64400 -0.14000 2.65600 -0.25700 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17200 -1.17100 c -0.86700 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.26900 -5.64000 0.18700 -5.64000 c -0.10100 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 223.58200 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 229.61300 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02800 1.17200 -3.23500 c -0.86800 -3.44600 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23500 2.23500 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05500 -0.73100 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.86000 2.20300 -5.86000 c -1.51600 -5.86000 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.36000 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 234.89100 66.16823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34400 c -1.71800 -2.34400 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79700 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05000 -7.42600 2.74200 -7.46900 2.39000 -7.46900 c -1.97200 -7.46900 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 239.05100 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 245.16000 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02400 4.16000 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02400 4.78100 -0.03100 c -4.78100 -7.98500 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23500 2.87500 -8.23500 c -2.46900 -8.23500 2.08600 -8.18800 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07100 -6.40300 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94600 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44600 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39900 3.46900 -2.43800 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56300 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18800 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32100 1.42600 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56300 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 254.63700 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71800 -7.43800 m -0.89400 -7.50000 1.07800 -7.54700 1.26500 -7.57800 c -1.45300 -7.60200 1.64800 -7.61000 1.85900 -7.61000 c -2.14800 -7.61000 2.42600 -7.56300 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39000 -7.01600 c -3.59700 -6.82100 3.75800 -6.57100 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98500 3.68700 -3.61000 c -3.43700 -3.22700 3.03100 -3.03100 2.46800 -3.03100 c -2.28900 -3.03100 2.09700 -3.06300 1.89000 -3.12500 c -1.67900 -3.18000 1.48800 -3.27800 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89000 -3.96900 c -0.77300 -4.19900 0.71800 -4.49200 0.71800 -4.84400 c -0.71800 -7.43800 l -h -0.00000 -0.03100 m -0.03900 -0.02400 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71800 -0.03100 c -0.71800 -3.28100 l -0.87500 -3.04300 1.09700 -2.83600 1.39000 -2.65600 c -1.67900 -2.46900 2.05400 -2.37500 2.51500 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55400 -3.54700 4.67200 -3.89100 c -4.78500 -4.23500 4.84400 -4.64900 4.84400 -5.12500 c -4.84400 -6.10600 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23500 1.71800 -8.23500 c -1.38300 -8.23500 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 260.22300 64.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64000 m -2.45300 -5.64000 l -2.37900 -5.64000 2.30000 -5.64000 2.21800 -5.64000 c -2.13200 -5.64000 2.07000 -5.63200 2.03100 -5.62500 c -0.00000 -0.01500 l -0.03900 -0.00700 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80000 -0.00700 0.84300 -0.01500 c -2.70300 -5.46800 l -4.53100 -0.01500 l -4.57000 -0.00700 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84300 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09300 0.00000 c -5.16400 0.00000 5.22200 -0.00700 5.26500 -0.01500 c -2.81200 -7.28100 l -2.67500 -7.68700 2.48800 -7.96800 2.25000 -8.12500 c -2.00800 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.35900 0.92200 -8.32800 c -0.76500 -8.29600 0.63200 -8.26900 0.53100 -8.25000 c -0.53100 -8.01900 0.58600 -7.81200 0.70300 -7.62500 c -0.75400 -7.64400 0.83600 -7.66400 0.95300 -7.68700 c -1.07800 -7.71800 1.21100 -7.73400 1.35900 -7.73400 c -1.56600 -7.73400 1.73400 -7.67900 1.85900 -7.57800 c -1.99200 -7.47200 2.10900 -7.28500 2.20300 -7.01500 c -2.65600 -5.64000 l -h -f -Q -Q -Q -q -1 0 0 1 269.58200 66.87123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76600 -4.23400 m -0.83600 -4.24600 0.89900 -4.25800 0.95300 -4.26500 c -1.00400 -4.26500 1.05500 -4.27300 1.10900 -4.28100 c -1.17200 -4.28100 1.23400 -4.28100 1.29700 -4.28100 c -1.36700 -4.28100 1.46100 -4.28100 1.57800 -4.28100 c -1.83600 -4.28100 2.09400 -4.26100 2.34400 -4.21800 c -2.60200 -4.17900 2.83600 -4.09000 3.04700 -3.95300 c -3.26600 -3.82000 3.43800 -3.63300 3.56300 -3.39000 c -3.68800 -3.14000 3.75000 -2.81200 3.75000 -2.40600 c -3.75000 -2.08600 3.69500 -1.81200 3.59400 -1.59300 c -3.50000 -1.37500 3.35900 -1.20300 3.17200 -1.07800 c -2.99200 -0.94500 2.77000 -0.85100 2.50000 -0.79700 c -2.23800 -0.73400 1.94500 -0.70300 1.62500 -0.70300 c -1.43800 -0.70300 1.27000 -0.71100 1.12500 -0.71800 c -0.97700 -0.73000 0.85900 -0.74200 0.76600 -0.75000 c -0.76600 -4.23400 l -h -0.00000 -0.14000 m -0.07000 -0.13300 0.17200 -0.12100 0.29700 -0.10900 c -0.43000 -0.09000 0.57800 -0.07400 0.73400 -0.06200 c -0.89900 -0.04300 1.06300 -0.02700 1.21900 -0.01500 c -1.38300 -0.00800 1.53500 0.00000 1.67200 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84400 -0.14000 c -3.19500 -0.22600 3.50000 -0.36700 3.75000 -0.56200 c -4.00800 -0.75000 4.20700 -0.99600 4.34400 -1.29700 c -4.48800 -1.60100 4.56300 -1.96800 4.56300 -2.40600 c -4.56300 -2.86700 4.47700 -3.26100 4.31300 -3.59300 c -4.15600 -3.92900 3.94100 -4.19900 3.67200 -4.40600 c -3.41000 -4.60500 3.10200 -4.75000 2.75000 -4.84300 c -2.39500 -4.93700 2.02000 -4.98400 1.62500 -4.98400 c -1.45700 -4.98400 1.31300 -4.98400 1.18800 -4.98400 c -1.06300 -4.97600 0.92200 -4.96100 0.76600 -4.93700 c -0.76600 -8.04700 l -0.71100 -8.05400 0.64900 -8.06200 0.57800 -8.06200 c -0.51600 -8.06200 0.45300 -8.06200 0.39100 -8.06200 c -0.31600 -8.06200 0.24200 -8.06200 0.17200 -8.06200 c -0.09800 -8.06200 0.03900 -8.05400 0.00000 -8.04700 c -0.00000 -0.14000 l -h -f -Q -Q -Q -q -1 0 0 1 275.54300 64.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00700 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00700 0.65600 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84800 -0.69900 1.05100 -0.46800 1.31200 -0.28100 c -1.58200 -0.09300 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00700 2.62500 -0.01500 c -2.64500 -0.14000 2.65600 -0.25700 2.65600 -0.35900 c -2.65600 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17100 c -0.86700 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 278.90200 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10600 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 284.84800 66.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96800 -3.17200 m -0.01500 -3.17200 l -0.00400 -3.14000 0.00000 -3.10100 0.00000 -3.04700 c -0.00000 -2.99600 0.00000 -2.93700 0.00000 -2.87500 c -0.00000 -2.82400 0.00000 -2.76500 0.00000 -2.70300 c -0.00000 -2.64000 0.00400 -2.59300 0.01500 -2.56200 c -0.96800 -2.56200 l -0.96800 -2.06200 l -0.96800 -1.37500 1.11700 -0.85900 1.42200 -0.51500 c -1.73400 -0.17200 2.21800 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01100 3.29700 -0.03100 c -3.42900 -0.04300 3.53900 -0.06200 3.62500 -0.09300 c -3.61300 -0.23000 3.59700 -0.34300 3.57800 -0.43700 c -3.55400 -0.52300 3.53100 -0.61700 3.50000 -0.71800 c -3.43700 -0.69900 3.34700 -0.68300 3.23400 -0.67200 c -3.12900 -0.65200 3.01500 -0.64000 2.89000 -0.64000 c -2.69100 -0.64000 2.51900 -0.66400 2.37500 -0.70300 c -2.22600 -0.74600 2.10100 -0.82000 2.00000 -0.92200 c -1.90600 -1.02700 1.83200 -1.17900 1.78100 -1.37500 c -1.72600 -1.56200 1.70300 -1.80400 1.70300 -2.09300 c -1.70300 -2.56200 l -3.23400 -2.56200 l -3.24200 -2.59300 3.25000 -2.64000 3.25000 -2.70300 c -3.25700 -2.76500 3.26500 -2.82400 3.26500 -2.87500 c -3.26500 -2.93700 3.25700 -2.99600 3.25000 -3.04700 c -3.25000 -3.10100 3.24200 -3.14000 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.17900 1.59700 -8.18700 1.51500 -8.18700 c -1.44100 -8.18700 1.38300 -8.18700 1.34300 -8.18700 c -1.30000 -8.18700 1.23800 -8.18700 1.15600 -8.18700 c -1.08200 -8.18700 1.01900 -8.17900 0.96800 -8.17200 c -0.96800 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 288.92600 59.79323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96900 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34400 0.00800 -0.18700 0.03100 -0.03100 c -0.18700 -0.01200 0.34400 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81200 -0.01200 0.96900 -0.03100 c -0.98800 -0.18700 1.00000 -0.34400 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81200 0.96900 -0.96900 c -0.81200 -0.98800 0.66000 -1.00000 0.51500 -1.00000 c -0.34700 -1.00000 0.18700 -0.98800 0.03100 -0.96900 c -h -f -Q -Q -Q -q -1 0 0 1 294.41800 66.87123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76600 -4.23400 m -0.83600 -4.24600 0.89800 -4.25800 0.95300 -4.26500 c -1.00400 -4.26500 1.05500 -4.27300 1.10900 -4.28100 c -1.17200 -4.28100 1.23400 -4.28100 1.29700 -4.28100 c -1.36700 -4.28100 1.46100 -4.28100 1.57800 -4.28100 c -1.83600 -4.28100 2.09400 -4.26100 2.34400 -4.21800 c -2.60200 -4.17900 2.83600 -4.09000 3.04700 -3.95300 c -3.26600 -3.82000 3.43700 -3.63300 3.56300 -3.39000 c -3.68700 -3.14000 3.75000 -2.81200 3.75000 -2.40600 c -3.75000 -2.08600 3.69500 -1.81200 3.59400 -1.59300 c -3.50000 -1.37500 3.35900 -1.20300 3.17200 -1.07800 c -2.99200 -0.94500 2.77000 -0.85100 2.50000 -0.79700 c -2.23800 -0.73400 1.94500 -0.70300 1.62500 -0.70300 c -1.43700 -0.70300 1.27000 -0.71100 1.12500 -0.71800 c -0.97700 -0.73000 0.85900 -0.74200 0.76600 -0.75000 c -0.76600 -4.23400 l -h -0.00000 -0.14000 m -0.07000 -0.13300 0.17200 -0.12100 0.29700 -0.10900 c -0.43000 -0.09000 0.57800 -0.07400 0.73400 -0.06200 c -0.89800 -0.04300 1.06300 -0.02700 1.21900 -0.01500 c -1.38300 -0.00800 1.53500 0.00000 1.67200 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84400 -0.14000 c -3.19500 -0.22600 3.50000 -0.36700 3.75000 -0.56200 c -4.00800 -0.75000 4.20700 -0.99600 4.34400 -1.29700 c -4.48800 -1.60100 4.56300 -1.96800 4.56300 -2.40600 c -4.56300 -2.86700 4.47700 -3.26100 4.31300 -3.59300 c -4.15600 -3.92900 3.94100 -4.19900 3.67200 -4.40600 c -3.41000 -4.60500 3.10200 -4.75000 2.75000 -4.84300 c -2.39500 -4.93700 2.02000 -4.98400 1.62500 -4.98400 c -1.45700 -4.98400 1.31300 -4.98400 1.18700 -4.98400 c -1.06300 -4.97600 0.92200 -4.96100 0.76600 -4.93700 c -0.76600 -8.04700 l -0.71100 -8.05400 0.64800 -8.06200 0.57800 -8.06200 c -0.51600 -8.06200 0.45300 -8.06200 0.39100 -8.06200 c -0.31600 -8.06200 0.24200 -8.06200 0.17200 -8.06200 c -0.09800 -8.06200 0.03900 -8.05400 0.00000 -8.04700 c -0.00000 -0.14000 l -h -f -Q -Q -Q -q -1 0 0 1 300.37900 64.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00700 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00700 0.65600 -0.01500 c -0.67600 -0.15200 0.68700 -0.30800 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84800 -0.69900 1.05100 -0.46800 1.31200 -0.28100 c -1.58200 -0.09300 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00700 2.62500 -0.01500 c -2.64400 -0.14000 2.65600 -0.25700 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17100 c -0.86700 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.26900 -5.64000 0.18700 -5.64000 c -0.10200 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 303.75800 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05500 -0.73100 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.36000 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 309.76600 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71800 -7.43800 m -0.89400 -7.50000 1.07800 -7.54700 1.26500 -7.57800 c -1.45300 -7.60200 1.64800 -7.61000 1.85900 -7.61000 c -2.14800 -7.61000 2.42500 -7.56300 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39000 -7.01600 c -3.59700 -6.82100 3.75700 -6.57100 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98500 3.68700 -3.61000 c -3.43700 -3.22700 3.03100 -3.03100 2.46800 -3.03100 c -2.28900 -3.03100 2.09700 -3.06300 1.89000 -3.12500 c -1.67900 -3.18000 1.48800 -3.27800 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89000 -3.96900 c -0.77300 -4.19900 0.71800 -4.49200 0.71800 -4.84400 c -0.71800 -7.43800 l -h -0.00000 -0.03100 m -0.03900 -0.02400 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02400 0.71800 -0.03100 c -0.71800 -3.28100 l -0.87500 -3.04300 1.09700 -2.83600 1.39000 -2.65600 c -1.67900 -2.46900 2.05400 -2.37500 2.51500 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55400 -3.54700 4.67200 -3.89100 c -4.78500 -4.23500 4.84300 -4.64900 4.84300 -5.12500 c -4.84300 -6.10600 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23500 1.71800 -8.23500 c -1.38200 -8.23500 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 316.25400 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23100 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73500 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69500 -2.57100 4.00000 -2.95300 c -4.31200 -3.32800 4.46900 -3.86700 4.46900 -4.56300 c -4.46900 -8.11000 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73400 -8.11000 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18800 c -1.59400 -3.28100 1.39800 -3.42200 1.23400 -3.61000 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31300 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.11000 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.11000 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 322.50400 64.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00700 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00700 0.73400 -0.01500 c -0.73400 -3.17100 l -0.73400 -3.57000 0.76900 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.35900 -4.88600 1.55100 -4.98400 1.78100 -5.04600 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09300 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96800 c -3.70300 -0.01500 l -3.75400 -0.00700 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00700 4.43700 -0.01500 c -4.43700 -5.48400 l -4.16400 -5.55800 3.86300 -5.62100 3.53100 -5.67100 c -3.19500 -5.72200 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71800 1.51600 -5.65600 c -1.21100 -5.59300 0.94500 -5.46800 0.71900 -5.28100 c -0.50000 -5.09300 0.32000 -4.83900 0.18700 -4.51500 c -0.06200 -4.18300 0.00000 -3.75000 0.00000 -3.21800 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 331.75800 66.87123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.10900 m -0.16400 -0.09000 0.30500 -0.07400 0.42200 -0.06200 c -0.54700 -0.05400 0.66400 -0.04300 0.78100 -0.03100 c -0.89400 -0.02300 1.01500 -0.01500 1.14000 -0.01500 c -1.26500 -0.00800 1.41000 0.00000 1.57800 0.00000 c -1.93000 0.00000 2.27300 -0.03900 2.60900 -0.10900 c -2.95300 -0.18300 3.25800 -0.31200 3.53100 -0.50000 c -3.80100 -0.67900 4.01900 -0.91800 4.18700 -1.21800 c -4.35100 -1.52300 4.43700 -1.90600 4.43700 -2.37500 c -4.43700 -2.65600 4.38300 -2.91800 4.28100 -3.15600 c -4.17600 -3.38600 4.03900 -3.59300 3.87500 -3.78100 c -3.70700 -3.96800 3.51500 -4.13300 3.29700 -4.26500 c -3.08600 -4.40200 2.86700 -4.51500 2.64000 -4.60900 c -2.54700 -4.64000 l -5.07800 -8.04700 l -5.00400 -8.05400 4.93000 -8.06200 4.85900 -8.06200 c -4.78500 -8.06200 4.70700 -8.06200 4.62500 -8.06200 c -4.55100 -8.06200 4.47600 -8.06200 4.40600 -8.06200 c -4.34400 -8.06200 4.27300 -8.05400 4.20300 -8.04700 c -1.43700 -4.39000 l -1.43700 -4.34300 l -1.67200 -4.28100 l -1.92200 -4.21100 2.16000 -4.12100 2.39000 -4.01500 c -2.62900 -3.91400 2.83600 -3.78900 3.01500 -3.64000 c -3.20300 -3.48400 3.34700 -3.30400 3.45300 -3.09300 c -3.56600 -2.88600 3.62500 -2.64800 3.62500 -2.37500 c -3.62500 -1.80400 3.44500 -1.37500 3.09400 -1.09300 c -2.73800 -0.80400 2.25800 -0.65600 1.65600 -0.65600 c -1.50800 -0.65600 1.36700 -0.66400 1.23400 -0.67200 c -1.09700 -0.67200 0.94100 -0.68300 0.76500 -0.70300 c -0.76500 -8.04700 l -0.71100 -8.05400 0.64800 -8.06200 0.57800 -8.06200 c -0.50400 -8.06200 0.43700 -8.06200 0.37500 -8.06200 c -0.31200 -8.06200 0.24200 -8.06200 0.17200 -8.06200 c -0.10900 -8.06200 0.05100 -8.05400 0.00000 -8.04700 c -0.00000 -0.10900 l -h -f -Q -Q -Q -q -1 0 0 1 337.72300 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05400 -0.73100 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.36000 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 343.73400 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27400 -0.11000 0.32900 -0.11000 c -0.39100 -0.11000 0.44600 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.61000 c -0.69600 -0.78900 0.70400 -0.94900 0.70400 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95400 -0.68800 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61800 -0.14900 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40700 0.00000 c -2.62500 0.00000 2.80500 -0.02800 2.95400 -0.07800 c -3.11000 -0.12100 3.24300 -0.18800 3.36000 -0.28100 c -3.47300 -0.37500 3.56700 -0.48500 3.64100 -0.61000 c -3.72300 -0.73500 3.79700 -0.87500 3.86000 -1.03100 c -3.94200 -0.90600 4.03600 -0.78100 4.14100 -0.65600 c -4.24300 -0.53100 4.36000 -0.42200 4.48500 -0.32800 c -4.61800 -0.22700 4.77000 -0.14900 4.93800 -0.09400 c -5.11400 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18800 6.93800 -0.56300 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73500 l -7.32100 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11400 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91100 -5.75000 6.82900 -5.75000 c -6.74300 -5.75000 6.68000 -5.74200 6.64100 -5.73500 c -6.64100 -2.40600 l -6.64100 -1.81300 6.53900 -1.37500 6.34400 -1.09400 c -6.15700 -0.80500 5.86800 -0.65600 5.48500 -0.65600 c -5.24300 -0.65600 5.03600 -0.71100 4.86000 -0.81300 c -4.68000 -0.90600 4.53600 -1.03900 4.42200 -1.20300 c -4.30500 -1.36000 4.21900 -1.54700 4.15700 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73500 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73900 -5.75000 3.68800 -5.75000 c -3.65700 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36800 -5.74200 3.32900 -5.73500 c -3.32900 -2.26600 l -3.32900 -1.70300 3.23900 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.61000 2.28200 -0.61000 c -2.06300 -0.61000 1.85200 -0.66800 1.65700 -0.78100 c -1.46900 -0.89900 1.30100 -1.05900 1.15700 -1.26600 c -1.02000 -1.46500 0.91100 -1.70300 0.82900 -1.98500 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 352.57000 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02800 1.17200 -3.23500 c -0.86800 -3.44600 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23500 2.23500 -5.23500 c -2.45300 -5.23500 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05500 -0.73100 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.86000 2.20300 -5.86000 c -1.51600 -5.86000 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.36000 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 358.26600 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10600 4.09300 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.17900 -5.61000 0.70300 -5.11000 c -0.23400 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10600 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02400 3.51500 -0.06300 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18800 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74200 4.00000 -0.81300 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68800 c -3.21800 -0.64900 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31300 1.31200 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.85900 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48400 -5.18800 c -3.67900 -5.14900 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 363.86300 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23100 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73500 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69600 -2.57100 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56300 c -4.46900 -8.11000 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73500 -8.11000 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18800 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.61000 c -1.07800 -3.79700 0.95300 -4.03100 0.86000 -4.31300 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.11000 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.11000 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 369.80100 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05400 -0.73100 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.36000 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 375.80900 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55000 -0.11000 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19600 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18800 c -4.46800 -5.73500 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73500 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09300 -1.45300 0.96100 -1.69600 0.85900 -1.98500 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73500 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 381.82400 66.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02400 4.16000 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02400 4.78100 -0.03100 c -4.78100 -7.98500 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23900 -8.23500 2.87500 -8.23500 c -2.46900 -8.23500 2.08600 -8.18800 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07100 -6.40300 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94600 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44600 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39900 3.46900 -2.43800 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56300 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18800 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32100 1.42600 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56300 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 388.55100 64.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00700 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00700 0.65600 -0.01500 c -0.67600 -0.15200 0.68700 -0.30800 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84700 -0.69900 1.05100 -0.46800 1.31200 -0.28100 c -1.58200 -0.09300 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00700 2.62500 -0.01500 c -2.64400 -0.14000 2.65600 -0.25700 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17200 -1.17100 c -0.86700 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.26900 -5.64000 0.18700 -5.64000 c -0.10100 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 391.93000 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05400 -0.73100 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.36000 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 397.93800 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17100 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55000 -0.11000 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19600 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18800 c -4.46800 -5.73500 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00300 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73500 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96000 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09300 -1.45300 0.96000 -1.69600 0.85900 -1.98500 c -0.76500 -2.26600 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73500 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 406.56300 67.38723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.09300 -10.40600 m -2.03100 -10.40600 1.96000 -10.40600 1.89000 -10.40600 c -1.81600 -10.41400 1.75000 -10.42200 1.68700 -10.42200 c -1.63200 -10.42200 1.58200 -10.41400 1.53100 -10.40600 c -1.47600 -10.40600 1.42500 -10.40600 1.37500 -10.40600 c -1.21800 -10.15600 1.05400 -9.84800 0.89000 -9.48400 c -0.72200 -9.12900 0.57000 -8.72700 0.43700 -8.28100 c -0.31200 -7.83600 0.20700 -7.35200 0.12500 -6.82800 c -0.03900 -6.30900 0.00000 -5.77400 0.00000 -5.21900 c -0.00000 -4.66800 0.03900 -4.13300 0.12500 -3.60900 c -0.20700 -3.09000 0.31200 -2.60600 0.43700 -2.15600 c -0.57000 -1.71100 0.72200 -1.30500 0.89000 -0.93800 c -1.05400 -0.57400 1.21800 -0.27400 1.37500 -0.03100 c -1.43700 -0.02400 1.49200 -0.01600 1.54600 -0.01600 c -1.59700 -0.00800 1.65600 0.00000 1.71800 0.00000 c -1.78100 0.00000 1.84300 -0.00800 1.90600 -0.01600 c -1.96800 -0.01600 2.03100 -0.02400 2.09300 -0.03100 c -2.00700 -0.18800 1.89000 -0.41800 1.73400 -0.71900 c -1.57800 -1.02400 1.42500 -1.39100 1.28100 -1.82800 c -1.13200 -2.26600 1.00300 -2.77400 0.89000 -3.34400 c -0.78500 -3.90600 0.73400 -4.53100 0.73400 -5.21900 c -0.73400 -5.90600 0.78500 -6.53900 0.89000 -7.10900 c -1.00300 -7.67200 1.13200 -8.16800 1.28100 -8.59400 c -1.42500 -9.03100 1.57800 -9.39900 1.73400 -9.70300 c -1.89000 -10.00400 2.00700 -10.23800 2.09300 -10.40600 c -h -f -Q -Q -Q -q -1 0 0 1 410.30500 66.85623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.10100 -0.10600 0.22600 -0.09000 0.37500 -0.07800 c -0.53100 -0.07100 0.69100 -0.05900 0.85900 -0.04700 c -1.02300 -0.02800 1.19100 -0.01600 1.35900 -0.01600 c -1.53500 -0.00800 1.69100 0.00000 1.82800 0.00000 c -2.51500 0.00000 3.11300 -0.09400 3.62500 -0.28200 c -4.13300 -0.46900 4.55400 -0.74300 4.89000 -1.09400 c -5.22200 -1.43800 5.46800 -1.86000 5.62500 -2.36000 c -5.78900 -2.86000 5.87500 -3.43000 5.87500 -4.06300 c -5.87500 -6.79300 4.52300 -8.15700 1.82800 -8.15700 c -1.67200 -8.15700 1.50400 -8.14900 1.32800 -8.14100 c -1.14800 -8.14100 0.97600 -8.13300 0.81200 -8.12500 c -0.65600 -8.11400 0.50400 -8.09800 0.35900 -8.07800 c -0.21100 -8.05500 0.09300 -8.03900 0.00000 -8.03200 c -0.00000 -0.12500 l -h -0.76500 -7.37500 m -0.89000 -7.38700 1.03900 -7.40300 1.21800 -7.42200 c -1.40600 -7.43400 1.59300 -7.43800 1.78100 -7.43800 c -2.28900 -7.43800 2.75000 -7.38700 3.15600 -7.28200 c -3.56200 -7.16800 3.90600 -6.98100 4.18700 -6.71900 c -4.47600 -6.45000 4.69500 -6.09400 4.84300 -5.65700 c -5.00000 -5.21900 5.07800 -4.68000 5.07800 -4.03200 c -5.07800 -2.89900 4.78500 -2.06300 4.20300 -1.53200 c -3.61700 -1.00000 2.81200 -0.73500 1.78100 -0.73500 c -1.61300 -0.73500 1.42900 -0.74300 1.23400 -0.75000 c -1.04700 -0.75000 0.89000 -0.76200 0.76500 -0.78200 c -0.76500 -7.37500 l -h -f -Q -Q -Q -q -1 0 0 1 417.54300 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 423.93400 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09300 -0.11000 0.15600 -0.11000 c -0.22600 -0.11000 0.28500 -0.11000 0.32800 -0.11000 c -0.36700 -0.11000 0.42100 -0.11000 0.48400 -0.11000 c -0.55400 -0.11000 0.61300 -0.11700 0.65600 -0.12500 c -0.71800 -0.89100 l -0.87500 -0.66400 1.09700 -0.46100 1.39000 -0.28100 c -1.67900 -0.09400 2.05400 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17100 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55400 -1.17200 4.67100 -1.51600 c -4.78500 -1.86000 4.84300 -2.27400 4.84300 -2.75000 c -4.84300 -3.24200 4.77300 -3.68000 4.64000 -4.06300 c -4.50400 -4.44900 4.31200 -4.77800 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75700 -5.78900 2.33600 -5.86000 1.85900 -5.86000 c -1.67900 -5.86000 1.48800 -5.84400 1.28100 -5.81300 c -1.08200 -5.78900 0.89400 -5.75000 0.71800 -5.68800 c -0.71800 -8.32800 l -0.67500 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.36000 0.35900 -8.36000 c -0.31600 -8.36000 0.25400 -8.35200 0.17100 -8.34400 c -0.09700 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71800 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42500 -5.20300 1.66400 -5.21900 1.96800 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98500 3.26500 -4.84000 3.45300 -4.64100 c -3.64000 -4.44600 3.78500 -4.19600 3.89000 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46800 -0.64100 c -2.28900 -0.64100 2.09700 -0.67200 1.89000 -0.73500 c -1.67900 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89000 -1.59400 c -0.77300 -1.82400 0.71800 -2.11700 0.71800 -2.46900 c -0.71800 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 429.68800 66.16823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34400 c -1.71800 -2.34400 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79700 c -2.33500 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79700 3.20300 -6.73400 c -3.25300 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05000 -7.42600 2.74200 -7.46900 2.39000 -7.46900 c -1.97200 -7.46900 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 433.81600 59.79323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03200 -0.96900 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34400 0.00800 -0.18700 0.03200 -0.03100 c -0.18800 -0.01200 0.34400 0.00000 0.50000 0.00000 c -0.65700 0.00000 0.81300 -0.01200 0.96900 -0.03100 c -0.98900 -0.18700 1.00000 -0.34400 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81200 0.96900 -0.96900 c -0.81300 -0.98800 0.66100 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03200 -0.96900 c -h -f -Q -Q -Q -q -1 0 0 1 438.85500 64.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08300 -5.23500 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08300 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08300 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10600 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08300 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37600 -0.84400 c -4.58300 -1.10600 4.73900 -1.41800 4.84400 -1.78100 c -4.95800 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95800 -3.73100 4.84400 -4.09400 c -4.73900 -4.44900 4.58300 -4.76200 4.37600 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 444.79700 66.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14000 0.00000 -3.10100 0.00000 -3.04700 c -0.00000 -2.99600 0.00000 -2.93700 0.00000 -2.87500 c -0.00000 -2.82400 0.00000 -2.76500 0.00000 -2.70300 c -0.00000 -2.64000 0.00400 -2.59300 0.01600 -2.56200 c -0.96900 -2.56200 l -0.96900 -2.06200 l -0.96900 -1.37500 1.11700 -0.85900 1.42200 -0.51500 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01100 3.29700 -0.03100 c -3.43000 -0.04300 3.53900 -0.06200 3.62500 -0.09300 c -3.61300 -0.23000 3.59800 -0.34300 3.57800 -0.43700 c -3.55500 -0.52300 3.53100 -0.61700 3.50000 -0.71800 c -3.43700 -0.69900 3.34800 -0.68300 3.23400 -0.67200 c -3.12900 -0.65200 3.01600 -0.64000 2.89100 -0.64000 c -2.69100 -0.64000 2.51900 -0.66400 2.37500 -0.70300 c -2.22600 -0.74600 2.10100 -0.82000 2.00000 -0.92200 c -1.90600 -1.02700 1.83200 -1.17900 1.78100 -1.37500 c -1.72600 -1.56200 1.70300 -1.80400 1.70300 -2.09300 c -1.70300 -2.56200 l -3.23400 -2.56200 l -3.24200 -2.59300 3.25000 -2.64000 3.25000 -2.70300 c -3.25800 -2.76500 3.26600 -2.82400 3.26600 -2.87500 c -3.26600 -2.93700 3.25800 -2.99600 3.25000 -3.04700 c -3.25000 -3.10100 3.24200 -3.14000 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.17900 1.59800 -8.18700 1.51600 -8.18700 c -1.44100 -8.18700 1.38300 -8.18700 1.34400 -8.18700 c -1.30100 -8.18700 1.23800 -8.18700 1.15600 -8.18700 c -1.08200 -8.18700 1.01900 -8.17900 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 68.04700 53.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.64100 -0.03100 m -2.69100 -0.02400 2.75800 -0.01600 2.84400 -0.01600 c -2.93700 -0.00800 3.01900 0.00000 3.09400 0.00000 c -3.17600 0.00000 3.25800 -0.00800 3.34400 -0.01600 c -3.42600 -0.01600 3.49200 -0.02400 3.54700 -0.03100 c -6.18700 -7.93800 l -6.14400 -7.94500 6.08200 -7.95300 6.00000 -7.95300 c -5.91400 -7.95300 5.83600 -7.95300 5.76600 -7.95300 c -5.70300 -7.95300 5.63300 -7.95300 5.56200 -7.95300 c -5.48800 -7.95300 5.42600 -7.94500 5.37500 -7.93800 c -4.70300 -5.92200 l -1.45300 -5.92200 l -0.82800 -7.93800 l -0.76600 -7.94500 0.69100 -7.95300 0.60900 -7.95300 c -0.53500 -7.95300 0.46900 -7.95300 0.40600 -7.95300 c -0.33200 -7.95300 0.25400 -7.95300 0.17200 -7.95300 c -0.09800 -7.95300 0.03900 -7.94500 0.00000 -7.93800 c -2.64100 -0.03100 l -h -4.48400 -5.21900 m -3.06200 -0.82800 l -1.67200 -5.21900 l -4.48400 -5.21900 l -h -f -Q -Q -Q -q -1 0 0 1 75.10200 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79600 -2.15300 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04600 -1.98500 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 81.49600 50.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06300 -0.00700 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00700 0.65600 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84800 -0.69900 1.05100 -0.46800 1.31300 -0.28100 c -1.58200 -0.09300 1.93000 0.00000 2.35900 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57000 -0.00700 2.62500 -0.01500 c -2.64500 -0.14000 2.65600 -0.25700 2.65600 -0.35900 c -2.65600 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17100 c -0.86700 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39900 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 84.85500 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08300 -5.23500 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08300 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08300 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10600 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08300 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37600 -0.84400 c -4.58300 -1.10600 4.73900 -1.41800 4.84400 -1.78100 c -4.95800 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95800 -3.73100 4.84400 -4.09400 c -4.73900 -4.44900 4.58300 -4.76200 4.37600 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 91.12500 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02800 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23500 0.89100 -1.48500 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.11000 c -1.34800 -2.17200 1.47300 -2.23100 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81300 3.18800 -2.93800 c -3.35200 -3.06300 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59400 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 96.44900 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.11000 0.15600 -0.11000 c -0.22700 -0.11000 0.28500 -0.11000 0.32800 -0.11000 c -0.36700 -0.11000 0.42200 -0.11000 0.48500 -0.11000 c -0.55500 -0.11000 0.61400 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.86000 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98900 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.86000 4.84400 -2.27400 4.84400 -2.75000 c -4.84400 -3.24200 4.77400 -3.68000 4.64100 -4.06300 c -4.50400 -4.44900 4.31300 -4.77800 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.86000 1.86000 -5.86000 c -1.68000 -5.86000 1.48900 -5.84400 1.28200 -5.81300 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68800 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61400 -8.34400 0.53200 -8.34400 c -0.45700 -8.35200 0.39900 -8.36000 0.36000 -8.36000 c -0.31700 -8.36000 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07100 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78200 -5.07800 c -3.03900 -4.98500 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44600 3.78500 -4.19600 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03200 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73500 c -1.68000 -0.78900 1.48900 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77400 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 102.57800 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23500 2.23500 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05500 -0.73100 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.86000 2.20300 -5.86000 c -1.51600 -5.86000 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.36000 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 108.27300 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10600 4.09400 -5.20300 4.12500 -5.32800 c -4.16500 -5.45300 4.19200 -5.55900 4.20400 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57900 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70400 -5.11000 c -0.23500 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28600 -1.41400 0.45800 -1.10600 0.68800 -0.84400 c -0.91500 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28100 4.11000 -0.39100 4.07900 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81300 c -3.85200 -0.76200 3.66500 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07900 -1.49200 0.95800 -1.73500 0.87500 -2.01600 c -0.79000 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31300 -4.68800 c -1.69600 -5.05500 2.21100 -5.23500 2.86000 -5.23500 c -3.07900 -5.23500 3.28600 -5.21900 3.48500 -5.18800 c -3.68000 -5.14900 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 113.38700 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 122.67200 53.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -4.23400 0.00000 l -4.24200 -0.04300 4.25000 -0.09400 4.25000 -0.15700 c -4.25800 -0.21900 4.26600 -0.28200 4.26600 -0.34400 c -4.26600 -0.39900 4.25800 -0.46100 4.25000 -0.53200 c -4.25000 -0.59400 4.24200 -0.64900 4.23400 -0.68800 c -0.76600 -0.68800 l -0.76600 -3.36000 l -3.54700 -3.36000 l -3.55500 -3.40300 3.56200 -3.45300 3.56200 -3.51600 c -3.57000 -3.57800 3.57800 -3.64100 3.57800 -3.70300 c -3.57800 -3.75800 3.57000 -3.82100 3.56200 -3.89100 c -3.56200 -3.95300 3.55500 -4.01200 3.54700 -4.06300 c -0.76600 -4.06300 l -0.76600 -7.21900 l -4.32800 -7.21900 l -4.33600 -7.26200 4.34400 -7.31300 4.34400 -7.37500 c -4.35100 -7.43800 4.35900 -7.49600 4.35900 -7.54700 c -4.35900 -7.60200 4.35100 -7.66400 4.34400 -7.73500 c -4.34400 -7.80900 4.33600 -7.86800 4.32800 -7.90700 c -0.00000 -7.90700 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 128.46100 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39100 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73500 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69600 0.85900 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18700 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 134.22300 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06600 -5.19600 4.52300 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21800 -6.16000 5.21800 -6.57800 c -5.21800 -6.86700 5.14400 -7.12900 5.00000 -7.36000 c -4.85100 -7.58600 4.64400 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80000 -8.24200 3.43700 -8.32800 c -3.07000 -8.42200 2.67500 -8.46900 2.25000 -8.46900 c -1.92500 -8.46900 1.62500 -8.44200 1.34300 -8.39100 c -1.07000 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42500 -8.03500 0.26900 -7.89100 0.15600 -7.70300 c -0.05000 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73500 0.07800 -6.46100 0.23400 -6.20300 c -0.39800 -5.95300 0.61300 -5.76600 0.87500 -5.64100 c -0.72600 -5.54700 0.60900 -5.43400 0.51500 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44100 -4.28100 0.57800 -4.09400 c -0.71100 -3.89900 0.89400 -3.71900 1.12500 -3.56300 c -0.86300 -3.40600 0.65600 -3.19600 0.50000 -2.92200 c -0.35100 -2.65300 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32000 -1.43000 0.40600 -1.18800 c -0.50000 -0.94900 0.64000 -0.74200 0.82800 -0.56300 c -1.01500 -0.38700 1.23800 -0.25000 1.50000 -0.15600 c -1.76900 -0.05500 2.08200 0.00000 2.43700 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23400 -0.11000 c -3.47200 -0.18400 3.67900 -0.28100 3.85900 -0.40600 c -3.92900 -0.37500 4.01900 -0.34400 4.12500 -0.31300 c -4.23800 -0.27400 4.35900 -0.24200 4.48400 -0.21900 c -4.61700 -0.18800 4.75400 -0.16800 4.89000 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34300 -0.36000 5.34300 -0.48500 c -5.34300 -0.63300 5.32800 -0.75800 5.29700 -0.86000 c -4.26500 -0.86000 l -4.35900 -1.02800 4.42900 -1.19900 4.48400 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.51900 -2.54700 4.40600 -2.79700 c -4.30000 -3.03900 4.14800 -3.24200 3.95300 -3.40600 c -3.76500 -3.56300 3.53900 -3.68800 3.28100 -3.78100 c -3.01900 -3.86700 2.73800 -3.90600 2.43700 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.60900 -3.78100 c -1.39800 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65300 1.05400 -4.72700 1.07800 -4.79700 c -1.09700 -4.86000 1.14400 -4.91800 1.21800 -4.96900 c -1.28900 -5.02400 1.39000 -5.07100 1.51500 -5.11000 c -1.64000 -5.14100 1.80000 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.85900 -5.82800 m -1.51500 -5.82800 1.23800 -5.92600 1.03100 -6.12500 c -0.82000 -6.32100 0.71800 -6.58600 0.71800 -6.92200 c -0.71800 -7.09800 0.75400 -7.24200 0.82800 -7.36000 c -0.91000 -7.47300 1.02300 -7.56300 1.17200 -7.62500 c -1.31600 -7.69600 1.48400 -7.74200 1.67200 -7.76600 c -1.85900 -7.79700 2.06200 -7.81300 2.28100 -7.81300 c -2.95700 -7.81300 3.48800 -7.69600 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.36000 4.35100 -6.15600 4.15600 -6.03100 c -3.96800 -5.91400 3.65600 -5.86000 3.21800 -5.86000 c -1.85900 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64900 1.37500 -2.90600 c -1.60100 -3.16800 1.95700 -3.29700 2.43700 -3.29700 c -2.91400 -3.29700 3.26500 -3.16800 3.48400 -2.90600 c -3.71100 -2.64900 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57100 3.71100 -1.24600 3.48400 -0.98500 c -3.26500 -0.72700 2.91400 -0.59400 2.43700 -0.59400 c -1.95700 -0.59400 1.60100 -0.72700 1.37500 -0.98500 c -1.15600 -1.24600 1.04700 -1.57100 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 140.25000 53.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95300 m -0.36300 -0.89100 0.35200 -0.81300 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02400 0.51600 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 143.64800 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27400 -0.11000 0.32900 -0.11000 c -0.39100 -0.11000 0.44600 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73500 c -1.11000 -0.60200 1.25000 -0.48100 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.11000 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73500 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81300 c -1.61400 -0.91800 1.41500 -1.07100 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69600 0.86000 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.04000 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 149.63300 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 155.71100 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 162.10500 50.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06300 -0.00700 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00700 0.65700 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69600 -0.66400 0.70400 -0.82400 0.70400 -0.96800 c -0.84800 -0.69900 1.05100 -0.46800 1.31300 -0.28100 c -1.58300 -0.09300 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00700 2.62600 -0.01500 c -2.64500 -0.14000 2.65700 -0.25700 2.65700 -0.35900 c -2.65700 -0.48400 2.64500 -0.60100 2.62600 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41500 -0.70300 2.37600 -0.70300 c -1.87600 -0.70300 1.47300 -0.85900 1.17200 -1.17100 c -0.86800 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61400 -5.64000 0.53200 -5.64000 c -0.45800 -5.64000 0.39900 -5.64000 0.36000 -5.64000 c -0.32900 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.04000 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 165.55900 53.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13200 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95300 m -0.36300 -0.89100 0.35100 -0.81300 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02400 0.51500 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29600 -0.03100 c -1.29600 -0.08600 1.29600 -0.15600 1.29600 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29600 -0.71900 c -1.29600 -0.81300 1.29600 -0.89100 1.29600 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 168.95700 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27400 -0.11000 0.32800 -0.11000 c -0.39100 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.11000 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73500 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69600 0.85900 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 174.72300 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17200 m -4.06600 -5.19600 4.52300 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21800 -6.16000 5.21800 -6.57800 c -5.21800 -6.86700 5.14400 -7.12900 5.00000 -7.36000 c -4.85100 -7.58600 4.64400 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80000 -8.24200 3.43700 -8.32800 c -3.07000 -8.42200 2.67500 -8.46900 2.25000 -8.46900 c -1.92500 -8.46900 1.62500 -8.44200 1.34300 -8.39100 c -1.07000 -8.33600 0.83200 -8.25400 0.62500 -8.14100 c -0.42500 -8.03500 0.26900 -7.89100 0.15600 -7.70300 c -0.05000 -7.51600 0.00000 -7.28500 0.00000 -7.01600 c -0.00000 -6.73500 0.07800 -6.46100 0.23400 -6.20300 c -0.39800 -5.95300 0.61300 -5.76600 0.87500 -5.64100 c -0.72600 -5.54700 0.60900 -5.43400 0.51500 -5.29700 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79700 c -0.37500 -4.51600 0.44100 -4.28100 0.57800 -4.09400 c -0.71100 -3.89900 0.89400 -3.71900 1.12500 -3.56300 c -0.86300 -3.40600 0.65600 -3.19600 0.50000 -2.92200 c -0.35100 -2.65300 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68400 0.32000 -1.43000 0.40600 -1.18800 c -0.50000 -0.94900 0.64000 -0.74200 0.82800 -0.56300 c -1.01500 -0.38700 1.23800 -0.25000 1.50000 -0.15600 c -1.76900 -0.05500 2.08200 0.00000 2.43700 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23400 -0.11000 c -3.47200 -0.18400 3.67900 -0.28100 3.85900 -0.40600 c -3.92900 -0.37500 4.01900 -0.34400 4.12500 -0.31300 c -4.23800 -0.27400 4.35900 -0.24200 4.48400 -0.21900 c -4.61700 -0.18800 4.75400 -0.16800 4.89000 -0.15600 c -5.03500 -0.13700 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34300 -0.36000 5.34300 -0.48500 c -5.34300 -0.63300 5.32800 -0.75800 5.29700 -0.86000 c -4.26500 -0.86000 l -4.35900 -1.02800 4.42900 -1.19900 4.48400 -1.37500 c -4.54700 -1.55500 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26600 4.51900 -2.54700 4.40600 -2.79700 c -4.30000 -3.03900 4.14800 -3.24200 3.95300 -3.40600 c -3.76500 -3.56300 3.53900 -3.68800 3.28100 -3.78100 c -3.01900 -3.86700 2.73800 -3.90600 2.43700 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.60900 -3.78100 c -1.39800 -3.91800 1.25400 -4.04700 1.17200 -4.17200 c -1.08600 -4.28900 1.04700 -4.42200 1.04700 -4.57800 c -1.04700 -4.65300 1.05400 -4.72700 1.07800 -4.79700 c -1.09700 -4.86000 1.14400 -4.91800 1.21800 -4.96900 c -1.28900 -5.02400 1.39000 -5.07100 1.51500 -5.11000 c -1.64000 -5.14100 1.80000 -5.15600 2.00000 -5.15600 c -3.42200 -5.17200 l -h -1.85900 -5.82800 m -1.51500 -5.82800 1.23800 -5.92600 1.03100 -6.12500 c -0.82000 -6.32100 0.71800 -6.58600 0.71800 -6.92200 c -0.71800 -7.09800 0.75400 -7.24200 0.82800 -7.36000 c -0.91000 -7.47300 1.02300 -7.56300 1.17200 -7.62500 c -1.31600 -7.69600 1.48400 -7.74200 1.67200 -7.76600 c -1.85900 -7.79700 2.06200 -7.81300 2.28100 -7.81300 c -2.95700 -7.81300 3.48800 -7.69600 3.87500 -7.46900 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64100 c -4.45300 -6.36000 4.35100 -6.15600 4.15600 -6.03100 c -3.96800 -5.91400 3.65600 -5.86000 3.21800 -5.86000 c -1.85900 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64900 1.37500 -2.90600 c -1.60100 -3.16800 1.95700 -3.29700 2.43700 -3.29700 c -2.91400 -3.29700 3.26500 -3.16800 3.48400 -2.90600 c -3.71100 -2.64900 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57100 3.71100 -1.24600 3.48400 -0.98500 c -3.26500 -0.72700 2.91400 -0.59400 2.43700 -0.59400 c -1.95700 -0.59400 1.60100 -0.72700 1.37500 -0.98500 c -1.15600 -1.24600 1.04700 -1.57100 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 180.39100 46.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.59300 -0.01600 m -0.65600 -0.00800 0.71800 0.00000 0.78100 0.00000 c -0.84300 0.00000 0.90600 0.00000 0.96800 0.00000 c -1.03100 0.00000 1.09300 0.00000 1.15600 0.00000 c -1.21800 0.00000 1.28500 -0.00800 1.35900 -0.01600 c -0.76500 -2.20400 l -0.69100 -2.21100 0.62500 -2.21900 0.56200 -2.21900 c -0.50000 -2.21900 0.43700 -2.21900 0.37500 -2.21900 c -0.31200 -2.21900 0.25000 -2.21900 0.18700 -2.21900 c -0.12500 -2.21900 0.06200 -2.21100 0.00000 -2.20400 c -0.59300 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 186.18000 53.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.05100 -0.02400 0.11300 -0.01600 0.18700 -0.01600 c -0.25800 -0.00800 0.32800 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.51500 -0.00800 0.57800 -0.01600 c -0.64800 -0.01600 0.71100 -0.02400 0.76500 -0.03100 c -0.76500 -7.93800 l -0.71100 -7.94500 0.64800 -7.95300 0.57800 -7.95300 c -0.51500 -7.95300 0.45300 -7.95300 0.39000 -7.95300 c -0.31600 -7.95300 0.24200 -7.95300 0.17200 -7.95300 c -0.09700 -7.95300 0.03900 -7.94500 0.00000 -7.93800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 189.16400 53.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.05100 -0.02400 0.11300 -0.01600 0.18800 -0.01600 c -0.25800 -0.00800 0.32800 0.00000 0.39100 0.00000 c -0.45300 0.00000 0.51600 -0.00800 0.57800 -0.01600 c -0.64900 -0.01600 0.71100 -0.02400 0.76600 -0.03100 c -0.76600 -7.93800 l -0.71100 -7.94500 0.64900 -7.95300 0.57800 -7.95300 c -0.51600 -7.95300 0.45300 -7.95300 0.39100 -7.95300 c -0.31700 -7.95300 0.24200 -7.95300 0.17200 -7.95300 c -0.09800 -7.95300 0.03900 -7.94500 0.00000 -7.93800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 191.24600 53.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.14100 -0.67200 m -0.01600 -0.67200 l -0.00400 -0.63300 0.00000 -0.57800 0.00000 -0.51600 c -0.00000 -0.45300 0.00000 -0.39900 0.00000 -0.34400 c -0.00000 -0.29300 0.00000 -0.23500 0.00000 -0.17200 c -0.00000 -0.10200 0.00400 -0.04300 0.01600 0.00000 c -5.01600 0.00000 l -5.02400 -0.04300 5.03100 -0.09400 5.03100 -0.15700 c -5.03900 -0.21100 5.04700 -0.26600 5.04700 -0.32800 c -5.04700 -0.38300 5.03900 -0.44600 5.03100 -0.51600 c -5.03100 -0.57800 5.02400 -0.63300 5.01600 -0.67200 c -2.90600 -0.67200 l -2.90600 -7.90700 l -2.85200 -7.91400 2.78900 -7.92200 2.71900 -7.92200 c -2.65600 -7.92200 2.59400 -7.92200 2.53100 -7.92200 c -2.45700 -7.92200 2.38300 -7.92200 2.31300 -7.92200 c -2.23800 -7.92200 2.18000 -7.91400 2.14100 -7.90700 c -2.14100 -0.67200 l -h -f -Q -Q -Q -q -1 0 0 1 200.33600 53.35623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.07000 -0.11800 0.17600 -0.10600 0.31200 -0.09400 c -0.44500 -0.07500 0.59400 -0.05900 0.75000 -0.04700 c -0.90600 -0.02800 1.06200 -0.01600 1.21900 -0.01600 c -1.37500 -0.00800 1.51600 0.00000 1.64100 0.00000 c -2.50400 0.00000 3.16400 -0.16800 3.62500 -0.50000 c -4.09400 -0.83600 4.32800 -1.35600 4.32800 -2.06300 c -4.32800 -2.29300 4.28900 -2.50000 4.21900 -2.68800 c -4.14500 -2.86800 4.05100 -3.03200 3.93700 -3.18800 c -3.82000 -3.33600 3.68700 -3.46100 3.53100 -3.56300 c -3.37500 -3.66800 3.20700 -3.74600 3.03100 -3.79700 c -3.25800 -3.82800 3.47700 -3.89100 3.68700 -3.98500 c -3.90600 -4.07100 4.09800 -4.19600 4.26600 -4.36000 c -4.43000 -4.52800 4.56200 -4.73500 4.65600 -4.98500 c -4.75800 -5.22700 4.81200 -5.51600 4.81200 -5.86000 c -4.81200 -6.25800 4.72700 -6.60200 4.56200 -6.89100 c -4.40600 -7.17200 4.18700 -7.41400 3.90600 -7.61000 c -3.62500 -7.79700 3.28900 -7.93800 2.90600 -8.03200 c -2.51900 -8.11400 2.10200 -8.15700 1.65600 -8.15700 c -1.53100 -8.15700 1.39500 -8.14900 1.25000 -8.14100 c -1.10200 -8.14100 0.95300 -8.13300 0.79700 -8.12500 c -0.64800 -8.11400 0.50400 -8.09800 0.35900 -8.07800 c -0.22300 -8.05500 0.10200 -8.03900 0.00000 -8.03200 c -0.00000 -0.12500 l -h -1.81200 -3.48500 m -2.40600 -3.48500 2.83600 -3.35600 3.10900 -3.09400 c -3.37900 -2.83600 3.51600 -2.49300 3.51600 -2.06300 c -3.51600 -1.66800 3.36700 -1.33600 3.07800 -1.06300 c -2.79700 -0.79300 2.34400 -0.65700 1.71900 -0.65700 c -1.53100 -0.65700 1.34800 -0.66800 1.17200 -0.68800 c -1.00400 -0.70000 0.86700 -0.71500 0.76600 -0.73500 c -0.76600 -3.48500 l -1.81200 -3.48500 l -h -0.76600 -7.42200 m -0.86700 -7.43400 1.00400 -7.44600 1.17200 -7.45300 c -1.34800 -7.46500 1.53100 -7.46900 1.71900 -7.46900 c -2.00000 -7.46900 2.27300 -7.44600 2.54700 -7.39100 c -2.82800 -7.34000 3.07000 -7.25000 3.28100 -7.12500 c -3.50000 -7.00000 3.67200 -6.84000 3.79700 -6.64100 c -3.93000 -6.43400 4.00000 -6.17200 4.00000 -5.86000 c -4.00000 -5.55900 3.94100 -5.30500 3.82800 -5.09400 c -3.72300 -4.88700 3.57000 -4.71500 3.37500 -4.57800 c -3.18700 -4.44600 2.96100 -4.35200 2.70300 -4.29700 c -2.45300 -4.23500 2.17600 -4.20300 1.87500 -4.20300 c -0.76600 -4.20300 l -0.76600 -7.42200 l -h -f -Q -Q -Q -q -1 0 0 1 206.35200 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04600 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73100 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 212.98100 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17100 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55000 -0.11000 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.42200 0.68700 -0.61000 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68800 c -1.05400 -0.55500 1.17500 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14900 1.79600 -0.09400 c -1.97200 -0.03100 2.17500 0.00000 2.40600 0.00000 c -2.62400 0.00000 2.80400 -0.02800 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18800 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48500 3.64000 -0.61000 c -3.72200 -0.73500 3.79600 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14900 4.93700 -0.09400 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17100 0.00000 6.64400 -0.18800 6.93700 -0.56300 c -7.22600 -0.93000 7.37400 -1.46100 7.37400 -2.15600 c -7.37400 -5.73500 l -7.32000 -5.74200 7.25700 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05000 -5.75000 7.00000 -5.75000 c -6.96800 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74200 6.64000 -5.73500 c -6.64000 -2.40600 l -6.64000 -1.81300 6.53900 -1.37500 6.34300 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81300 c -4.67900 -0.90600 4.53500 -1.03900 4.42100 -1.20300 c -4.30400 -1.36000 4.21800 -1.54700 4.15600 -1.76600 c -4.09300 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73500 l -4.01900 -5.74200 3.95700 -5.75000 3.87400 -5.75000 c -3.80000 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74200 3.32800 -5.73500 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88200 -0.74600 2.62400 -0.61000 2.28100 -0.61000 c -2.06200 -0.61000 1.85100 -0.66800 1.65600 -0.78100 c -1.46800 -0.89900 1.30000 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98500 c -0.75300 -2.26600 0.71800 -2.57800 0.71800 -2.92200 c -0.71800 -5.73500 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 222.17600 53.43423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43800 m -0.89400 -7.50000 1.07800 -7.54700 1.26500 -7.57800 c -1.45300 -7.60200 1.64800 -7.61000 1.85900 -7.61000 c -2.14800 -7.61000 2.42600 -7.56300 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39000 -7.01600 c -3.59700 -6.82100 3.75800 -6.57100 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98500 3.68700 -3.61000 c -3.43700 -3.22700 3.03100 -3.03100 2.46900 -3.03100 c -2.28900 -3.03100 2.09700 -3.06300 1.89000 -3.12500 c -1.67900 -3.18000 1.48800 -3.27800 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89000 -3.96900 c -0.77300 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43800 l -h -0.00000 -0.03100 m -0.03900 -0.02400 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09700 -2.83600 1.39000 -2.65600 c -1.67900 -2.46900 2.05500 -2.37500 2.51500 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55500 -3.54700 4.67200 -3.89100 c -4.78500 -4.23500 4.84400 -4.64900 4.84400 -5.12500 c -4.84400 -6.10600 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72600 -8.23500 1.71900 -8.23500 c -1.38300 -8.23500 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 228.30500 51.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05400 -0.73100 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.36000 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 233.51600 50.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64000 m -2.45300 -5.64000 l -2.37900 -5.64000 2.30000 -5.64000 2.21800 -5.64000 c -2.13200 -5.64000 2.07000 -5.63200 2.03100 -5.62500 c -0.00000 -0.01500 l -0.03900 -0.00700 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80000 -0.00700 0.84300 -0.01500 c -2.70300 -5.46800 l -4.53100 -0.01500 l -4.57000 -0.00700 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84300 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09300 0.00000 c -5.16400 0.00000 5.22200 -0.00700 5.26500 -0.01500 c -2.81200 -7.28100 l -2.67500 -7.68700 2.48800 -7.96800 2.25000 -8.12500 c -2.00700 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.35900 0.92200 -8.32800 c -0.76500 -8.29600 0.63200 -8.26900 0.53100 -8.25000 c -0.53100 -8.01900 0.58600 -7.81200 0.70300 -7.62500 c -0.75400 -7.64400 0.83600 -7.66400 0.95300 -7.68700 c -1.07800 -7.71800 1.21100 -7.73400 1.35900 -7.73400 c -1.56600 -7.73400 1.73400 -7.67900 1.85900 -7.57800 c -1.99200 -7.47200 2.10900 -7.28500 2.20300 -7.01500 c -2.65600 -5.64000 l -h -f -Q -Q -Q -q -1 0 0 1 239.56300 53.88723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -10.40600 m -0.09300 -10.23800 0.21000 -10.00400 0.35900 -9.70300 c -0.51500 -9.39900 0.66400 -9.03100 0.81200 -8.59400 c -0.95700 -8.16800 1.08200 -7.67200 1.18700 -7.10900 c -1.30000 -6.53900 1.35900 -5.90600 1.35900 -5.21900 c -1.35900 -4.53100 1.30000 -3.90600 1.18700 -3.34400 c -1.08200 -2.77400 0.95700 -2.26600 0.81200 -1.82800 c -0.66400 -1.39100 0.51500 -1.02400 0.35900 -0.71900 c -0.21000 -0.41800 0.09300 -0.18800 0.00000 -0.03100 c -0.07000 -0.02400 0.13200 -0.01600 0.18700 -0.01600 c -0.25000 -0.00800 0.31200 0.00000 0.37500 0.00000 c -0.43700 0.00000 0.49200 -0.00800 0.54600 -0.01600 c -0.59700 -0.01600 0.65600 -0.02400 0.71800 -0.03100 c -0.87500 -0.27400 1.03500 -0.57400 1.20300 -0.93800 c -1.36700 -1.30500 1.51500 -1.71100 1.64000 -2.15600 c -1.77300 -2.60600 1.88200 -3.09000 1.96800 -3.60900 c -2.05000 -4.13300 2.09300 -4.66800 2.09300 -5.21900 c -2.09300 -5.77400 2.05000 -6.30900 1.96800 -6.82800 c -1.88200 -7.35200 1.77300 -7.83600 1.64000 -8.28100 c -1.51500 -8.72700 1.36700 -9.12900 1.20300 -9.48400 c -1.03500 -9.84800 0.87500 -10.15600 0.71800 -10.40600 c -0.66400 -10.40600 0.61300 -10.40600 0.56200 -10.40600 c -0.50700 -10.41400 0.45700 -10.42200 0.40600 -10.42200 c -0.34300 -10.42200 0.27300 -10.41400 0.20300 -10.40600 c -0.12800 -10.40600 0.06200 -10.40600 0.00000 -10.40600 c -h -f -Q -Q -Q -q -1 0 0 1 68.53100 29.87123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -5.32800 -7.14000 m -5.39100 -7.25800 5.44200 -7.36700 5.48500 -7.46800 c -5.53500 -7.57400 5.57100 -7.67900 5.59400 -7.78100 c -5.34400 -7.90600 5.04700 -8.00000 4.70300 -8.06200 c -4.36000 -8.13300 3.99200 -8.17200 3.61000 -8.17200 c -3.07800 -8.17200 2.58600 -8.08600 2.14100 -7.92200 c -1.69200 -7.74600 1.31300 -7.49200 1.00000 -7.15600 c -0.68800 -6.81200 0.44200 -6.39000 0.26600 -5.89000 c -0.08600 -5.39000 0.00000 -4.82000 0.00000 -4.17200 c -0.00000 -3.51500 0.08200 -2.93300 0.25000 -2.42200 c -0.42600 -1.90200 0.67200 -1.46500 0.98500 -1.10900 c -1.29700 -0.74600 1.67200 -0.46800 2.11000 -0.28100 c -2.55500 -0.09300 3.05500 0.00000 3.61000 0.00000 c -4.06700 0.00000 4.44600 -0.03900 4.75000 -0.10900 c -5.06300 -0.17200 5.28900 -0.22600 5.43800 -0.26500 c -5.41400 -0.40200 5.39100 -0.51500 5.36000 -0.60900 c -5.33600 -0.69500 5.30500 -0.79700 5.26600 -0.92200 c -5.16000 -0.89000 5.05500 -0.85900 4.95300 -0.82800 c -4.86000 -0.79700 4.75000 -0.77300 4.62500 -0.75000 c -4.50000 -0.73000 4.35200 -0.71500 4.18800 -0.70300 c -4.03200 -0.68300 3.84400 -0.67200 3.62500 -0.67200 c -3.18800 -0.67200 2.79700 -0.75800 2.45300 -0.92200 c -2.11000 -1.07800 1.81300 -1.30800 1.56300 -1.60900 c -1.32100 -1.90200 1.13300 -2.26500 1.00000 -2.70300 c -0.87500 -3.13300 0.81300 -3.62100 0.81300 -4.17200 c -0.81300 -4.73400 0.88300 -5.23000 1.03200 -5.65600 c -1.17600 -6.07400 1.37900 -6.41800 1.64100 -6.68700 c -1.89900 -6.96100 2.20300 -7.16400 2.54700 -7.29700 c -2.89900 -7.43300 3.28200 -7.50000 3.68800 -7.50000 c -4.03200 -7.50000 4.34400 -7.46800 4.62500 -7.40600 c -4.90700 -7.33600 5.14100 -7.24600 5.32800 -7.14000 c -h -f -Q -Q -Q -q -1 0 0 1 75.05900 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81300 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79600 -2.15300 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04600 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 81.45300 27.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06300 -0.00700 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00700 0.65600 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84800 -0.69900 1.05100 -0.46800 1.31300 -0.28100 c -1.58200 -0.09300 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57000 -0.00700 2.62500 -0.01500 c -2.64500 -0.14000 2.65600 -0.25700 2.65600 -0.35900 c -2.65600 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17100 c -0.86700 -1.48400 0.71900 -2.01100 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63200 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39900 -5.64000 0.36000 -5.64000 c -0.32800 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.03900 -5.63200 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 84.56300 29.16823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34400 c -1.71800 -2.34400 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79700 c -2.33500 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79700 3.20300 -6.73400 c -3.25300 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05000 -7.42600 2.74200 -7.46900 2.39000 -7.46900 c -1.97200 -7.46900 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 88.64500 29.76223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13200 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95300 m -0.36300 -0.89100 0.35100 -0.81300 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02400 0.51500 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29600 -0.03100 c -1.29600 -0.08600 1.29600 -0.15600 1.29600 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29600 -0.71900 c -1.29600 -0.81300 1.29600 -0.89100 1.29600 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 91.46500 29.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14000 0.00000 -3.10100 0.00000 -3.04700 c -0.00000 -2.99600 0.00000 -2.93700 0.00000 -2.87500 c -0.00000 -2.82400 0.00000 -2.76500 0.00000 -2.70300 c -0.00000 -2.64000 0.00400 -2.59300 0.01600 -2.56200 c -0.96900 -2.56200 l -0.96900 -2.06200 l -0.96900 -1.37500 1.14800 -0.85900 1.51600 -0.51500 c -1.87900 -0.17200 2.41400 0.00000 3.12500 0.00000 c -3.25000 0.00000 3.35900 -0.00800 3.45300 -0.01500 c -3.55500 -0.01500 3.66000 -0.02700 3.76600 -0.04700 c -3.86700 -0.05800 3.97600 -0.07800 4.09400 -0.10900 c -4.20700 -0.14000 4.34400 -0.18300 4.50000 -0.23400 c -4.50000 -0.34000 4.47600 -0.44900 4.43700 -0.56200 c -4.40600 -0.66800 4.36300 -0.76500 4.31200 -0.85900 c -4.20700 -0.82000 4.11300 -0.78900 4.03100 -0.76500 c -3.94500 -0.73400 3.85900 -0.71100 3.76600 -0.68700 c -3.68000 -0.66800 3.59400 -0.65200 3.50000 -0.64000 c -3.40600 -0.63300 3.28900 -0.62500 3.15600 -0.62500 c -2.92600 -0.62500 2.71900 -0.64800 2.53100 -0.68700 c -2.35100 -0.73000 2.20300 -0.80800 2.07800 -0.92200 c -1.95300 -1.02700 1.85900 -1.17900 1.79700 -1.37500 c -1.73400 -1.56200 1.70300 -1.80400 1.70300 -2.09300 c -1.70300 -2.56200 l -5.03100 -2.56200 l -5.03100 -8.17200 l -4.98800 -8.17900 4.92600 -8.18700 4.84400 -8.18700 c -4.76900 -8.18700 4.71100 -8.18700 4.67200 -8.18700 c -4.62900 -8.18700 4.56600 -8.18700 4.48400 -8.18700 c -4.41000 -8.18700 4.35100 -8.17900 4.31200 -8.17200 c -4.31200 -3.17200 l -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.17900 1.59800 -8.18700 1.51600 -8.18700 c -1.44100 -8.18700 1.38300 -8.18700 1.34400 -8.18700 c -1.30100 -8.18700 1.23800 -8.18700 1.15600 -8.18700 c -1.08200 -8.18700 1.01900 -8.17900 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 98.11300 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10600 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70300 -5.11000 c -0.23500 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10600 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81300 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31300 -4.68800 c -1.69600 -5.05500 2.21100 -5.23500 2.86000 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48500 -5.18800 c -3.68000 -5.14900 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 103.35200 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17100 -3.23500 c -0.86700 -3.44600 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64900 1.29600 -0.68800 c -1.05400 -0.73100 0.83600 -0.78100 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77400 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69600 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.36000 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 108.62500 29.16823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79700 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 112.78500 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56300 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48500 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03100 -1.42200 0.86000 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 121.61700 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10600 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 128.24600 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27400 -0.11000 0.32800 -0.11000 c -0.39100 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.11000 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.10900 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73500 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69600 0.85900 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 136.93000 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02800 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23500 0.89000 -1.48500 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.11000 c -1.34700 -2.17200 1.47200 -2.23100 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81300 3.18700 -2.93800 c -3.35100 -3.06300 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59300 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 142.20700 27.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00700 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00700 0.73400 -0.01500 c -0.73400 -3.17100 l -0.73400 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.35900 -4.88600 1.55100 -4.98400 1.78100 -5.04600 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09300 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96800 c -3.70300 -0.01500 l -3.75400 -0.00700 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00700 4.43800 -0.01500 c -4.43800 -5.48400 l -4.16400 -5.55800 3.86300 -5.62100 3.53100 -5.67100 c -3.19500 -5.72200 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71800 1.51600 -5.65600 c -1.21100 -5.59300 0.94500 -5.46800 0.71900 -5.28100 c -0.50000 -5.09300 0.32000 -4.83900 0.18800 -4.51500 c -0.06300 -4.18300 0.00000 -3.75000 0.00000 -3.21800 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 148.25800 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10600 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70300 -5.11000 c -0.23400 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10600 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26500 -0.02400 3.51500 -0.06300 c -3.76500 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81300 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68800 c -3.21900 -0.64900 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31300 1.31200 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.85900 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48400 -5.18800 c -3.68000 -5.14900 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 153.37100 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10600 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70300 -5.11000 c -0.23400 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10600 0.68800 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28100 4.11000 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81300 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31300 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.86000 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48400 -5.18800 c -3.68000 -5.14900 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 158.48400 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95400 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45400 -5.56300 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65700 -5.06300 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06300 3.48500 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70300 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74300 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43800 m -4.07900 -2.21100 4.04700 -1.98500 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35600 3.70400 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.11000 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43800 c -4.07900 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 164.51600 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02800 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63200 -0.65300 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23500 0.89000 -1.48500 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.11000 c -1.34700 -2.17200 1.47200 -2.23100 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81300 3.18700 -2.93800 c -3.35100 -3.06300 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59300 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46800 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93700 -5.83600 0.65600 -5.79700 c -0.38200 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 169.15600 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.11000 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.11000 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93800 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40300 0.36400 -2.26600 0.28200 -2.11000 c -0.19600 -1.94600 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69600 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02800 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23500 c -3.57800 -0.44600 3.52400 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23500 0.89100 -1.48500 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.11000 c -1.34800 -2.17200 1.47300 -2.23100 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81300 3.18800 -2.93800 c -3.35200 -3.06300 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69600 -4.64100 3.59400 -4.86000 c -3.48900 -5.07100 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.61000 -5.86000 c -1.25400 -5.86000 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 173.90200 29.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14000 0.00000 -3.10100 0.00000 -3.04700 c -0.00000 -2.99600 0.00000 -2.93700 0.00000 -2.87500 c -0.00000 -2.82400 0.00000 -2.76500 0.00000 -2.70300 c -0.00000 -2.64000 0.00400 -2.59300 0.01600 -2.56200 c -0.96900 -2.56200 l -0.96900 -2.06200 l -0.96900 -1.37500 1.11800 -0.85900 1.42200 -0.51500 c -1.73500 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03200 0.00000 3.17200 -0.01100 3.29700 -0.03100 c -3.43000 -0.04300 3.53900 -0.06200 3.62500 -0.09300 c -3.61400 -0.23000 3.59800 -0.34300 3.57900 -0.43700 c -3.55500 -0.52300 3.53200 -0.61700 3.50000 -0.71800 c -3.43800 -0.69900 3.34800 -0.68300 3.23500 -0.67200 c -3.12900 -0.65200 3.01600 -0.64000 2.89100 -0.64000 c -2.69200 -0.64000 2.52000 -0.66400 2.37500 -0.70300 c -2.22700 -0.74600 2.10200 -0.82000 2.00000 -0.92200 c -1.90700 -1.02700 1.83200 -1.17900 1.78200 -1.37500 c -1.72700 -1.56200 1.70300 -1.80400 1.70300 -2.09300 c -1.70300 -2.56200 l -3.23500 -2.56200 l -3.24300 -2.59300 3.25000 -2.64000 3.25000 -2.70300 c -3.25800 -2.76500 3.26600 -2.82400 3.26600 -2.87500 c -3.26600 -2.93700 3.25800 -2.99600 3.25000 -3.04700 c -3.25000 -3.10100 3.24300 -3.14000 3.23500 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66100 -8.17900 1.59800 -8.18700 1.51600 -8.18700 c -1.44200 -8.18700 1.38300 -8.18700 1.34400 -8.18700 c -1.30100 -8.18700 1.23900 -8.18700 1.15700 -8.18700 c -1.08200 -8.18700 1.02000 -8.17900 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 178.27700 27.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00700 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00700 0.73500 -0.01500 c -0.73500 -3.17100 l -0.73500 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20400 -4.75000 c -1.36000 -4.88600 1.55100 -4.98400 1.78200 -5.04600 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20400 -5.09300 c -3.39100 -5.06200 3.55500 -5.02300 3.70400 -4.96800 c -3.70400 -0.01500 l -3.75400 -0.00700 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07800 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00700 4.43800 -0.01500 c -4.43800 -5.48400 l -4.16400 -5.55800 3.86400 -5.62100 3.53200 -5.67100 c -3.19600 -5.72200 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82800 -5.71800 1.51600 -5.65600 c -1.21100 -5.59300 0.94600 -5.46800 0.71900 -5.28100 c -0.50000 -5.09300 0.32100 -4.83900 0.18800 -4.51500 c -0.06300 -4.18300 0.00000 -3.75000 0.00000 -3.21800 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 184.64100 29.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02400 0.71800 -0.03100 c -0.71800 -6.81300 l -0.71800 -7.00000 0.73800 -7.15300 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57100 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57100 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92500 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02800 1.98400 -8.11000 c -1.87900 -8.14900 1.75700 -8.17600 1.62500 -8.18800 c -1.50000 -8.19600 1.38200 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96800 -8.18800 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06300 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43800 0.00000 -7.23100 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 190.15200 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10600 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57900 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70300 -5.11000 c -0.23500 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28600 -1.41400 0.45700 -1.10600 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28100 4.11000 -0.39100 4.07900 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81300 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07900 -1.49200 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31300 -4.68800 c -1.69600 -5.05500 2.21100 -5.23500 2.86000 -5.23500 c -3.07900 -5.23500 3.28600 -5.21900 3.48500 -5.18800 c -3.68000 -5.14900 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 195.26600 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73100 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 201.89500 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17100 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55000 -0.11000 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.42200 0.68700 -0.61000 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68800 c -1.05400 -0.55500 1.17500 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14900 1.79600 -0.09400 c -1.97200 -0.03100 2.17500 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02800 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18800 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48500 3.64000 -0.61000 c -3.72200 -0.73500 3.79600 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14900 4.93700 -0.09400 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17100 0.00000 6.64400 -0.18800 6.93700 -0.56300 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73500 l -7.32000 -5.74200 7.25700 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05000 -5.75000 7.00000 -5.75000 c -6.96800 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74200 6.64000 -5.73500 c -6.64000 -2.40600 l -6.64000 -1.81300 6.53900 -1.37500 6.34300 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81300 c -4.67900 -0.90600 4.53500 -1.03900 4.42100 -1.20300 c -4.30400 -1.36000 4.21800 -1.54700 4.15600 -1.76600 c -4.09300 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73500 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80000 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74200 3.32800 -5.73500 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88200 -0.74600 2.62500 -0.61000 2.28100 -0.61000 c -2.06200 -0.61000 1.85100 -0.66800 1.65600 -0.78100 c -1.46800 -0.89900 1.30000 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98500 c -0.75300 -2.26600 0.71800 -2.57800 0.71800 -2.92200 c -0.71800 -5.73500 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 211.09000 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.11000 0.15600 -0.11000 c -0.22600 -0.11000 0.28500 -0.11000 0.32800 -0.11000 c -0.36700 -0.11000 0.42200 -0.11000 0.48400 -0.11000 c -0.55500 -0.11000 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.86000 4.84400 -2.27400 4.84400 -2.75000 c -4.84400 -3.24200 4.77300 -3.68000 4.64100 -4.06300 c -4.50400 -4.44900 4.31200 -4.77800 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.86000 1.85900 -5.86000 c -1.68000 -5.86000 1.48800 -5.84400 1.28100 -5.81300 c -1.08200 -5.78900 0.89400 -5.75000 0.71900 -5.68800 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.36000 0.35900 -8.36000 c -0.31600 -8.36000 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98500 3.26500 -4.84000 3.45300 -4.64100 c -3.64100 -4.44600 3.78500 -4.19600 3.89100 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73500 c -1.68000 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77300 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 217.57800 29.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71900 -0.03100 c -0.71900 -6.81300 l -0.71900 -7.00000 0.73800 -7.15300 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57100 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57100 1.81300 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02800 1.98500 -8.11000 c -1.87900 -8.14900 1.75800 -8.17600 1.62500 -8.18800 c -1.50000 -8.19600 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18800 0.81300 -8.15600 c -0.65600 -8.12500 0.51600 -8.06300 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43800 0.00000 -7.23100 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 220.33600 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 225.99600 29.16823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03100 -2.34400 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23500 -2.21900 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79700 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 230.07800 29.76223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93800 m -0.03100 -2.93800 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93800 c -0.73500 -2.93800 l -h -0.37500 -0.95300 m -0.36300 -0.89100 0.35200 -0.81300 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43800 -0.02400 0.51600 -0.01600 0.61000 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01600 c -1.15600 -0.01600 1.23500 -0.02400 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95300 c -1.23500 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 233.16400 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.60900 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10600 0.60900 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 239.79300 27.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39100 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93800 -0.11000 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73500 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69600 0.85900 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 58.07400 89.25423 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77300 m -5.54700 -4.30800 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30800 0.00000 -2.77300 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77300 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 65.73823 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77700 m -5.54700 -4.30800 4.30500 -5.55000 2.77400 -5.55000 c -1.24200 -5.55000 0.00000 -4.30800 0.00000 -2.77700 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77700 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 28.41023 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77300 m -5.54700 -4.30400 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30400 0.00000 -2.77300 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77300 c -h -f -Q -Q -Q -q -1 0 0 1 25.03500 168.55923 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -11.42200 -12.26600 m -11.49200 -14.04700 11.14100 -15.43400 10.36000 -16.42200 c -9.32800 -17.68400 7.53500 -18.34800 4.98500 -18.42200 c -4.23500 -18.43000 3.45300 -18.40600 2.64100 -18.34400 c -1.82800 -18.28900 0.94600 -18.18800 0.00000 -18.03100 c -0.01600 -0.23500 l -0.61000 -0.16400 1.20300 -0.10600 1.79700 -0.06300 c -2.39900 -0.02400 3.01600 0.00000 3.64100 0.00000 c -3.84800 0.00000 4.05100 0.00000 4.25000 0.00000 c -4.45700 0.00000 4.66400 -0.00800 4.87500 -0.01600 c -5.44600 -0.04700 6.00000 -0.15300 6.53100 -0.32800 c -7.07000 -0.49600 7.58200 -0.73500 8.06300 -1.04700 c -9.21900 -1.87100 9.84400 -2.91800 9.93800 -4.18800 c -9.97700 -5.03100 9.89100 -5.78900 9.67200 -6.45300 c -9.45300 -7.11000 9.11300 -7.65300 8.65600 -8.07800 c -8.94600 -8.23500 9.20700 -8.40300 9.43800 -8.57800 c -9.67600 -8.74600 9.91000 -8.93800 10.14100 -9.15600 c -10.52400 -9.56300 10.82800 -10.03100 11.04700 -10.56300 c -11.26600 -11.08600 11.39100 -11.65300 11.42200 -12.26600 c -h -4.29700 -2.18800 m -4.08600 -2.18800 3.89100 -2.18800 3.70300 -2.18800 c -3.52400 -2.18000 3.35200 -2.17200 3.18800 -2.17200 c -3.05100 -2.17200 2.94600 -2.17200 2.87500 -2.17200 c -2.81300 -2.17200 2.75800 -2.17200 2.71900 -2.17200 c -2.67600 -2.17200 2.62500 -2.17200 2.56300 -2.17200 c -2.50000 -2.17200 2.41000 -2.17200 2.29700 -2.17200 c -2.29700 -7.25000 l -3.89100 -7.25000 l -6.50400 -7.25000 7.77000 -6.29300 7.68800 -4.37500 c -7.65600 -3.76200 7.28100 -3.25000 6.56300 -2.84400 c -5.91400 -2.43800 5.16000 -2.21900 4.29700 -2.18800 c -h -4.56300 -16.11000 m -6.53900 -16.02800 7.86300 -15.62100 8.53100 -14.89100 c -8.77000 -14.62100 8.94600 -14.28100 9.06300 -13.87500 c -9.18800 -13.46100 9.23800 -12.96100 9.21900 -12.37500 c -9.21900 -12.39100 l -9.13300 -11.52800 8.69600 -10.82400 7.90600 -10.28100 c -7.93800 -10.28100 l -7.16400 -9.79300 6.32800 -9.54700 5.42200 -9.54700 c -2.29700 -9.54700 l -2.29700 -16.03100 l -3.18000 -16.09400 3.93800 -16.12100 4.56300 -16.11000 c -h -f -Q -Q -Q -q -1 0 0 1 37.97300 163.62123 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.31200 -7.29700 m -2.56200 -8.72600 3.01500 -9.71800 3.67200 -10.28100 c -4.04700 -10.60500 4.45700 -10.85500 4.90600 -11.03100 c -5.36300 -11.21100 5.83600 -11.29700 6.32800 -11.29700 c -7.07800 -11.35100 7.76500 -11.29300 8.39000 -11.12500 c -8.45300 -11.10500 8.57800 -11.07000 8.76500 -11.01500 c -8.95300 -10.96500 9.16000 -10.91400 9.39000 -10.85900 c -9.62900 -10.79700 9.87900 -10.73000 10.14000 -10.65600 c -10.39800 -10.57400 10.64400 -10.50800 10.87500 -10.45300 c -10.87500 -12.71800 l -9.72600 -13.06200 8.65600 -13.28900 7.65600 -13.40600 c -7.47600 -13.43700 7.29700 -13.45700 7.10900 -13.46800 c -6.92200 -13.47600 6.73800 -13.48800 6.56200 -13.50000 c -4.85100 -13.50000 3.42500 -13.01500 2.28100 -12.04700 c -1.65600 -11.48400 1.14800 -10.80800 0.76500 -10.01500 c -0.39000 -9.21500 0.14000 -8.29300 0.01500 -7.25000 c -0.01500 -6.31200 l -0.01500 -6.24200 0.00800 -6.18300 0.00000 -6.14000 c -0.00000 -6.09000 0.01500 -6.02700 0.04700 -5.95300 c -0.12900 -5.05800 0.36700 -4.22600 0.76500 -3.45300 c -1.16000 -2.68300 1.67900 -2.00000 2.32800 -1.40600 c -2.85900 -0.96100 3.42500 -0.61700 4.03100 -0.37500 c -4.64400 -0.12500 5.28900 0.00000 5.96800 0.00000 c -6.25000 0.00000 6.51900 -0.02300 6.78100 -0.06200 c -8.28900 -0.33600 9.48800 -1.15600 10.37500 -2.53100 c -11.13200 -3.78100 11.48800 -5.37100 11.43700 -7.29700 c -2.31200 -7.29700 l -h -6.03100 -2.26500 m -5.23800 -2.26500 4.45300 -2.59300 3.67200 -3.25000 c -3.37900 -3.51100 3.13200 -3.79700 2.93700 -4.10900 c -2.73800 -4.41400 2.58200 -4.73400 2.46800 -5.07800 c -9.04700 -5.07800 l -8.92900 -4.67200 8.78100 -4.32800 8.59300 -4.04700 c -7.92500 -2.85900 7.07000 -2.26500 6.03100 -2.26500 c -h -f -Q -Q -Q -q -1 0 0 1 52.45700 163.76223 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.67200 -2.51600 m -11.21100 -3.44500 11.48400 -4.72700 11.48400 -6.35900 c -11.48400 -13.32800 l -9.20300 -13.32800 l -9.20300 -6.35900 l -9.20300 -5.79700 9.15600 -5.29700 9.06300 -4.85900 c -8.96900 -4.41400 8.83600 -4.03900 8.67200 -3.73400 c -8.41000 -3.26600 8.11700 -2.93400 7.79700 -2.73400 c -7.48400 -2.53900 7.02000 -2.38700 6.40600 -2.28100 c -6.42200 -2.28100 l -6.34800 -2.26200 6.27400 -2.25000 6.20300 -2.25000 c -6.12900 -2.24200 6.07800 -2.23400 6.04700 -2.23400 c -5.64100 -2.23400 5.22700 -2.32400 4.81300 -2.50000 c -4.40600 -2.68000 4.01600 -2.92200 3.64100 -3.23400 c -3.20300 -3.64100 2.85900 -4.10600 2.60900 -4.62500 c -2.36700 -5.13700 2.25000 -5.69500 2.25000 -6.29700 c -2.25000 -13.32800 l -0.00000 -13.32800 l -0.00000 -0.34400 l -2.25000 -0.34400 l -2.25000 -1.43800 l -3.28900 -0.48100 4.53100 0.00000 5.96900 0.00000 c -6.13300 0.00000 6.27400 -0.00800 6.39100 -0.01600 c -6.51600 -0.02700 6.64100 -0.03900 6.76600 -0.04700 c -7.27400 -0.14100 7.71900 -0.25000 8.09400 -0.37500 c -8.47700 -0.49200 8.82000 -0.64900 9.12500 -0.84400 c -9.43800 -1.03100 9.71100 -1.26600 9.95300 -1.54700 c -10.20300 -1.82000 10.44100 -2.14100 10.67200 -2.51600 c -h -f -Q -Q -Q -q -1 0 0 1 66.41000 163.62123 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.31300 -7.29700 m -2.56300 -8.72600 3.01600 -9.71800 3.67200 -10.28100 c -4.04700 -10.60500 4.45700 -10.85500 4.90600 -11.03100 c -5.36300 -11.21100 5.83600 -11.29700 6.32800 -11.29700 c -7.07800 -11.35100 7.76600 -11.29300 8.39100 -11.12500 c -8.45300 -11.10500 8.57800 -11.07000 8.76600 -11.01500 c -8.95300 -10.96500 9.16000 -10.91400 9.39100 -10.85900 c -9.62900 -10.79700 9.87900 -10.73000 10.14100 -10.65600 c -10.39900 -10.57400 10.64500 -10.50800 10.87500 -10.45300 c -10.87500 -12.71800 l -9.72700 -13.06200 8.65600 -13.28900 7.65600 -13.40600 c -7.47700 -13.43700 7.29700 -13.45700 7.11000 -13.46800 c -6.92200 -13.47600 6.73800 -13.48800 6.56300 -13.50000 c -4.85200 -13.50000 3.42600 -13.01500 2.28100 -12.04700 c -1.65600 -11.48400 1.14900 -10.80800 0.76600 -10.01500 c -0.39100 -9.21500 0.14100 -8.29300 0.01600 -7.25000 c -0.01600 -6.31200 l -0.01600 -6.24200 0.00800 -6.18300 0.00000 -6.14000 c -0.00000 -6.09000 0.01600 -6.02700 0.04700 -5.95300 c -0.12900 -5.05800 0.36700 -4.22600 0.76600 -3.45300 c -1.16000 -2.68300 1.68000 -2.00000 2.32800 -1.40600 c -2.86000 -0.96100 3.42600 -0.61700 4.03100 -0.37500 c -4.64500 -0.12500 5.28900 0.00000 5.96900 0.00000 c -6.25000 0.00000 6.52000 -0.02300 6.78100 -0.06200 c -8.28900 -0.33600 9.48800 -1.15600 10.37500 -2.53100 c -11.13300 -3.78100 11.48800 -5.37100 11.43800 -7.29700 c -2.31300 -7.29700 l -h -6.03100 -2.26500 m -5.23800 -2.26500 4.45300 -2.59300 3.67200 -3.25000 c -3.37900 -3.51100 3.13300 -3.79700 2.93800 -4.10900 c -2.73800 -4.41400 2.58200 -4.73400 2.46900 -5.07800 c -9.04700 -5.07800 l -8.93000 -4.67200 8.78100 -4.32800 8.59400 -4.04700 c -7.92600 -2.85900 7.07100 -2.26500 6.03100 -2.26500 c -h -f -Q -Q -Q -q -1 0 0 1 79.90600 170.43423 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.87500 -2.65600 m -4.30100 -3.18000 3.98500 -4.53100 3.92200 -6.71900 c -3.92200 -6.98500 l -6.57800 -6.98500 l -6.57800 -9.23500 l -3.92200 -9.23500 l -3.92200 -20.01600 l -1.70300 -20.01600 l -1.70300 -9.23500 l -0.00000 -9.23500 l -0.00000 -6.98500 l -1.70300 -6.98500 l -1.70300 -6.65600 l -1.73500 -5.93800 1.77000 -5.30900 1.81300 -4.76600 c -1.85200 -4.22700 1.92200 -3.76600 2.01600 -3.39100 c -2.24200 -2.38300 2.65700 -1.62100 3.25000 -1.11000 c -3.93800 -0.47700 5.09400 -0.10600 6.71900 0.00000 c -6.71900 -2.14100 l -5.81300 -2.21500 5.19600 -2.39100 4.87500 -2.67200 c -4.87500 -2.65600 l -h -f -Q -Q -Q -q -1 0 0 1 89.04300 166.43423 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.25000 -2.98500 m -2.25000 -16.01600 l -0.00000 -16.01600 l -0.00000 -2.98500 l -2.25000 -2.98500 l -h -2.25000 -2.25000 m -0.00000 -2.25000 l -0.00000 0.00000 l -2.25000 0.00000 l -2.25000 -2.25000 l -h -f -Q -Q -Q -q -1 0 0 1 93.37100 165.40323 cm -q -0.00000 0.00000 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.51600 -12.81300 m -4.67200 -12.96100 5.46100 -13.01600 6.89100 -12.98500 c -6.89100 -15.11000 l -6.24200 -15.11000 5.73800 -15.10200 5.37500 -15.09400 c -5.02000 -15.08200 4.78500 -15.07900 4.67200 -15.07900 c -3.89100 -15.00400 3.30500 -14.79000 2.92200 -14.42200 c -2.31700 -13.92200 1.94200 -13.11800 1.79700 -12.00000 c -1.76600 -11.82500 1.74200 -11.44600 1.73400 -10.86000 c -1.72300 -10.27800 1.71100 -9.57900 1.70300 -8.76600 c -1.68000 -8.38300 1.67200 -7.95000 1.67200 -7.46900 c -1.67200 -6.99300 1.67200 -6.56300 1.67200 -6.18800 c -1.67200 -5.98100 1.67200 -5.80500 1.67200 -5.65700 c -1.67200 -5.50000 1.67200 -5.35600 1.67200 -5.21900 c -1.67200 -5.07500 1.67200 -4.93000 1.67200 -4.78200 c -1.67200 -4.62500 1.67200 -4.44600 1.67200 -4.23500 c -0.00000 -4.23500 l -0.00000 -1.98500 l -1.70300 -1.98500 l -1.70300 0.00000 l -3.92200 0.00000 l -3.92200 -1.98500 l -6.54700 -1.98500 l -6.54700 -4.23500 l -3.90600 -4.23500 l -3.90600 -6.15700 l -3.90600 -6.59400 3.90600 -7.02400 3.90600 -7.43800 c -3.90600 -7.84400 3.91000 -8.25800 3.92200 -8.67200 c -3.94200 -10.21500 3.96900 -11.12200 4.00000 -11.39100 c -4.08200 -12.11000 4.25400 -12.59000 4.51600 -12.82900 c -4.51600 -12.81300 l -h -f -Q -Q -Q -q -1 0 0 1 0.00000 424.35623 cm -q -0.01176 0.38431 0.53725 0.00392 k -0.00000 w -[] 0 d -0 J -0 j -q -16.55900 0.00000 m -246.18400 0.00000 l -255.35500 0.00000 262.74200 -7.38700 262.74200 -16.55900 c -262.74200 -188.38300 l -262.74200 -197.55900 255.35500 -204.94600 246.18400 -204.94600 c -16.55900 -204.94600 l -7.38300 -204.94600 0.00000 -197.55900 0.00000 -188.38300 c -0.00000 -16.55900 l -0.00000 -7.38700 7.38300 0.00000 16.55900 0.00000 c -h -f -Q -Q -Q -q -1 0 0 1 49.29700 387.53200 cm -q -0.03137 0.12157 0.18039 0.00392 k -0.00000 0.00000 0.00000 0.00000 K -1.00000 w -[] 0 d -0 J -0 j -q -15.94900 0.00000 m -260.76600 0.00000 l -269.60100 0.00000 276.71500 -7.11400 276.71500 -15.95000 c -276.71500 -181.41400 l -276.71500 -190.25000 269.60100 -197.36400 260.76600 -197.36400 c -15.94900 -197.36400 l -7.11300 -197.36400 0.00000 -190.25000 0.00000 -181.41400 c -0.00000 -15.95000 l -0.00000 -7.11400 7.11300 0.00000 15.94900 0.00000 c -h -f -Q -15.94900 0.00000 m -260.76600 0.00000 l -269.60100 0.00000 276.71500 -7.11400 276.71500 -15.95000 c -276.71500 -181.41400 l -276.71500 -190.25000 269.60100 -197.36400 260.76600 -197.36400 c -15.94900 -197.36400 l -7.11300 -197.36400 0.00000 -190.25000 0.00000 -181.41400 c -0.00000 -15.95000 l -0.00000 -7.11400 7.11300 0.00000 15.94900 0.00000 c -h -S -Q -Q -q -1 0 0 1 68.65200 363.76223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -5.14100 -3.96900 m -5.19200 -3.96100 5.25400 -3.95300 5.32900 -3.95300 c -5.39900 -3.94500 5.46900 -3.93800 5.53200 -3.93800 c -5.59400 -3.93800 5.65700 -3.94500 5.71900 -3.95300 c -5.78900 -3.95300 5.85200 -3.96100 5.90700 -3.96900 c -5.90700 -7.81300 l -5.78200 -7.88700 5.62900 -7.94500 5.45300 -7.98400 c -5.28600 -8.02700 5.10200 -8.06300 4.90700 -8.09400 c -4.70700 -8.12500 4.50400 -8.14500 4.29700 -8.15600 c -4.09800 -8.16400 3.89900 -8.17200 3.70300 -8.17200 c -3.17200 -8.17200 2.67600 -8.08600 2.21900 -7.92200 c -1.77000 -7.75800 1.37900 -7.50800 1.04700 -7.17200 c -0.72300 -6.82800 0.46900 -6.41400 0.28200 -5.92200 c -0.09400 -5.42200 0.00000 -4.84000 0.00000 -4.17200 c -0.00000 -3.51600 0.08600 -2.93400 0.26600 -2.42200 c -0.45300 -1.90200 0.70700 -1.46500 1.03200 -1.10900 c -1.36400 -0.74600 1.75000 -0.46900 2.18800 -0.28100 c -2.63300 -0.09400 3.11800 0.00000 3.64100 0.00000 c -4.09800 0.00000 4.47700 -0.03100 4.78200 -0.09400 c -5.09400 -0.15600 5.34800 -0.21900 5.54700 -0.28100 c -5.52400 -0.41800 5.50000 -0.53100 5.46900 -0.62500 c -5.44600 -0.71900 5.41100 -0.82800 5.36000 -0.95300 c -5.20300 -0.89100 4.98900 -0.82800 4.71900 -0.76600 c -4.44600 -0.70300 4.10200 -0.67200 3.68800 -0.67200 c -3.25800 -0.67200 2.86800 -0.75800 2.51600 -0.92200 c -2.17200 -1.07800 1.86800 -1.30900 1.61000 -1.60900 c -1.36000 -1.90200 1.16100 -2.26600 1.01600 -2.70300 c -0.87900 -3.13300 0.81300 -3.62100 0.81300 -4.17200 c -0.81300 -4.73400 0.88300 -5.22700 1.03200 -5.64100 c -1.18800 -6.05900 1.39500 -6.40200 1.65700 -6.67200 c -1.92600 -6.94500 2.23900 -7.14900 2.59400 -7.28100 c -2.94600 -7.40600 3.32900 -7.46900 3.73500 -7.46900 c -4.06700 -7.46900 4.34400 -7.46100 4.56300 -7.43800 c -4.78900 -7.40600 4.98500 -7.36700 5.14100 -7.31300 c -5.14100 -3.96900 l -h -f -Q -Q -Q -q -1 0 0 1 76.17200 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64000 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76100 0.24200 -4.44900 0.14100 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84300 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21800 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13600 5.01600 -2.51500 5.01600 -2.92100 c -5.01600 -3.33900 4.95700 -3.73000 4.84400 -4.09300 c -4.73800 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 84.81600 363.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03200 -2.34400 l -0.02000 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.86000 c -0.00800 -1.80900 0.02000 -1.76600 0.03200 -1.73500 c -0.98500 -1.73500 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73500 l -3.23500 -1.73500 l -3.23500 -1.76600 3.23500 -1.80900 3.23500 -1.86000 c -3.24300 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24300 -2.15600 3.23500 -2.21900 c -3.23500 -2.27400 3.23500 -2.31300 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73900 -6.33600 1.78200 -6.43800 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68800 c -2.05100 -6.74200 2.14100 -6.77800 2.23500 -6.79700 c -2.33600 -6.82100 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20400 -6.73500 c -3.25400 -6.92200 3.28900 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74300 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.36000 1.37500 -7.14100 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 88.97700 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64000 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76100 0.24200 -4.44900 0.14000 -4.09300 c -0.04600 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04600 -2.13600 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84300 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21800 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13600 5.01500 -2.51500 5.01500 -2.92100 c -5.01500 -3.33900 4.95700 -3.73000 4.84300 -4.09300 c -4.73800 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 97.65200 363.65323 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.54700 -5.00000 m -0.00000 -0.03200 l -0.03900 -0.02400 0.10200 -0.01600 0.18800 -0.01600 c -0.27000 -0.00800 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.56300 -0.00800 0.65700 -0.01600 c -0.75000 -0.01600 0.82100 -0.02400 0.87500 -0.03200 c -2.93800 -4.20400 l -4.96900 -0.03200 l -5.03200 -0.02400 5.09400 -0.01600 5.15700 -0.01600 c -5.22700 -0.00800 5.29700 0.00000 5.36000 0.00000 c -5.43000 0.00000 5.50800 -0.00800 5.59400 -0.01600 c -5.67600 -0.01600 5.73900 -0.02400 5.78200 -0.03200 c -3.29700 -5.00000 l -3.29700 -7.93800 l -3.24300 -7.94600 3.18000 -7.95400 3.11000 -7.95400 c -3.04700 -7.95400 2.98500 -7.95400 2.92200 -7.95400 c -2.84800 -7.95400 2.77400 -7.95400 2.70300 -7.95400 c -2.64100 -7.95400 2.58600 -7.94600 2.54700 -7.93800 c -2.54700 -5.00000 l -h -f -Q -Q -Q -q -1 0 0 1 103.53900 361.44923 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97600 2.98400 -2.95300 c -2.79700 -2.93300 2.61700 -2.92100 2.45300 -2.92100 c -1.89900 -2.92100 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55800 0.85900 -4.70300 c -0.95300 -4.85100 1.07000 -4.96400 1.21900 -5.04600 c -1.36300 -5.12100 1.52400 -5.17100 1.70300 -5.20300 c -1.87900 -5.22600 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22600 2.85900 -5.20300 c -3.05500 -5.17100 3.25400 -5.14000 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96800 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84300 c -0.60900 -0.77300 0.57800 -0.67100 0.54700 -0.54600 c -0.52400 -0.42100 0.51600 -0.30800 0.51600 -0.20300 c -0.70300 -0.14000 0.93800 -0.09300 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46800 c -4.00000 -0.77300 4.17200 -1.25700 4.17200 -1.92100 c -4.17200 -5.64000 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72600 0.57800 -5.45300 c -0.19200 -5.18300 0.00000 -4.74600 0.00000 -4.14000 c -0.00000 -3.85100 0.05500 -3.58900 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92100 0.64100 -2.76500 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42100 c -1.64100 -2.33900 1.95300 -2.29600 2.29700 -2.29600 c -2.55500 -2.29600 2.78100 -2.30800 2.96900 -2.32800 c -3.16400 -2.33900 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 109.55100 363.82423 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00700 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.31600 -8.12500 0.25400 -8.12500 0.17200 -8.12500 c -0.09700 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -1.18700 -5.21800 m -3.20300 -2.50000 l -3.31600 -2.48000 3.44100 -2.46800 3.57800 -2.46800 c -3.74200 -2.46800 3.89800 -2.48000 4.04700 -2.50000 c -2.04700 -5.14000 l -4.40600 -8.10900 l -4.28100 -8.12800 4.14800 -8.14000 4.01500 -8.14000 c -3.84700 -8.14000 3.69100 -8.12800 3.54700 -8.10900 c -1.18700 -5.21800 l -h -f -Q -Q -Q -q -1 0 0 1 114.71100 361.44923 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96800 m -0.36700 -5.03100 0.57800 -5.08900 0.82800 -5.14000 c -1.08600 -5.18300 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92100 c -2.86700 -4.72600 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47600 2.56200 -3.39000 c -2.43700 -3.29600 2.29700 -3.22600 2.14100 -3.17100 c -1.98400 -3.10900 1.81600 -3.05400 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79600 c -0.91400 -2.72600 0.75400 -2.63200 0.60900 -2.51500 c -0.47300 -2.40200 0.36300 -2.26500 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05400 0.31600 -0.69500 0.64100 -0.42100 c -0.97300 -0.14000 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17100 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80800 3.11300 -0.75700 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63200 0.92200 -1.75700 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17100 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38200 2.04700 -2.42100 c -2.24200 -2.48400 2.44100 -2.55800 2.64100 -2.64000 c -2.83600 -2.71400 3.02000 -2.81200 3.18700 -2.93700 c -3.35200 -3.06200 3.48800 -3.22600 3.59400 -3.42100 c -3.69500 -3.60900 3.75000 -3.84300 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64000 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55400 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79600 c -0.38300 -5.75300 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96800 c -h -f -Q -Q -Q -q -1 0 0 1 120.03500 363.82423 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00700 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09300 c -1.12500 -2.96100 1.26600 -2.83900 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46800 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72600 3.42200 -3.45300 c -3.22300 -3.17100 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42100 1.23500 -3.60900 c -1.07800 -3.79600 0.95300 -4.03100 0.86000 -4.31200 c -0.76600 -4.59300 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 125.68800 356.66823 cm -q -0.98431 0.74510 0.00000 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.59300 -0.01500 m -0.65600 -0.00800 0.71800 0.00000 0.78100 0.00000 c -0.84300 0.00000 0.90600 0.00000 0.96800 0.00000 c -1.03100 0.00000 1.09300 0.00000 1.15600 0.00000 c -1.21800 0.00000 1.28500 -0.00800 1.35900 -0.01500 c -0.76500 -2.20300 l -0.69100 -2.21100 0.62500 -2.21900 0.56200 -2.21900 c -0.50000 -2.21900 0.43700 -2.21900 0.37500 -2.21900 c -0.31200 -2.21900 0.25000 -2.21900 0.18700 -2.21900 c -0.12500 -2.21900 0.06200 -2.21100 0.00000 -2.20300 c -0.59300 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 131.33600 361.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15200 0.68700 -0.30900 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64500 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 134.69500 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04600 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21800 2.84400 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13600 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46800 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51100 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80400 0.27000 -4.49600 0.15700 -4.14000 c -0.05100 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13200 0.59400 -0.85900 c -0.80100 -0.58900 1.06300 -0.38200 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30400 4.01600 -0.47600 4.20300 -0.70300 c -4.39900 -0.92100 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96400 4.78200 -3.04600 c -0.78200 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88600 3.23500 -0.78100 c -3.03600 -0.67900 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42100 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 140.44900 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17100 m -4.06700 -5.19500 4.52400 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12800 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11400 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07100 -8.42100 2.67600 -8.46800 2.25000 -8.46800 c -1.92600 -8.46800 1.62500 -8.44100 1.34400 -8.39000 c -1.07100 -8.33600 0.83200 -8.25300 0.62500 -8.14000 c -0.42600 -8.03500 0.27000 -7.89000 0.15600 -7.70300 c -0.05100 -7.51500 0.00000 -7.28500 0.00000 -7.01500 c -0.00000 -6.73400 0.07800 -6.46100 0.23500 -6.20300 c -0.39900 -5.95300 0.61400 -5.76500 0.87500 -5.64000 c -0.72700 -5.54600 0.61000 -5.43300 0.51600 -5.29600 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79600 c -0.37500 -4.51500 0.44200 -4.28100 0.57800 -4.09300 c -0.71100 -3.89800 0.89500 -3.71800 1.12500 -3.56200 c -0.86400 -3.40600 0.65600 -3.19500 0.50000 -2.92100 c -0.35200 -2.65200 0.28200 -2.32800 0.28200 -1.95300 c -0.28200 -1.68300 0.32100 -1.42900 0.40600 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82800 -0.56200 c -1.01600 -0.38600 1.23900 -0.25000 1.50000 -0.15600 c -1.77000 -0.05400 2.08200 0.00000 2.43800 0.00000 c -2.73900 0.00000 3.00400 -0.03900 3.23500 -0.10900 c -3.47300 -0.18300 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34300 4.12500 -0.31200 c -4.23900 -0.27300 4.36000 -0.24200 4.48500 -0.21800 c -4.61700 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03500 -0.13600 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63200 5.32800 -0.75700 5.29700 -0.85900 c -4.26600 -0.85900 l -4.36000 -1.02700 4.43000 -1.19900 4.48500 -1.37500 c -4.54700 -1.55400 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26500 4.52000 -2.54600 4.40600 -2.79600 c -4.30100 -3.03900 4.14900 -3.24200 3.95300 -3.40600 c -3.76600 -3.56200 3.53900 -3.68700 3.28200 -3.78100 c -3.02000 -3.86700 2.73900 -3.90600 2.43800 -3.90600 c -2.11400 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04600 1.17200 -4.17100 c -1.08600 -4.28900 1.04700 -4.42100 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72600 1.07800 -4.79600 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96800 c -1.28900 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14000 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17100 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23900 -5.92500 1.03200 -6.12500 c -0.82100 -6.32000 0.71900 -6.58600 0.71900 -6.92100 c -0.71900 -7.09700 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47200 1.02400 -7.56200 1.17200 -7.62500 c -1.31700 -7.69500 1.48500 -7.74200 1.67200 -7.76500 c -1.86000 -7.79600 2.06300 -7.81200 2.28200 -7.81200 c -2.95700 -7.81200 3.48900 -7.69500 3.87500 -7.46800 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64000 c -4.45300 -6.35900 4.35200 -6.15600 4.15600 -6.03100 c -3.96900 -5.91400 3.65600 -5.85900 3.21900 -5.85900 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29600 2.43800 -3.29600 c -2.91400 -3.29600 3.26600 -3.16800 3.48500 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48500 -0.98400 c -3.26600 -0.72600 2.91400 -0.59300 2.43800 -0.59300 c -1.95700 -0.59300 1.60200 -0.72600 1.37500 -0.98400 c -1.15600 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 146.47700 363.65323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.01900 -2.90700 0.00700 -2.86800 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70400 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53200 0.00000 -2.46900 c -0.00700 -2.40700 0.01900 -2.36000 0.03100 -2.32900 c -1.45300 -2.32900 l -1.45300 -7.93800 l -1.41000 -7.94600 1.34700 -7.95400 1.26500 -7.95400 c -1.19100 -7.95400 1.13200 -7.95400 1.09300 -7.95400 c -1.05000 -7.95400 0.98800 -7.95400 0.90600 -7.95400 c -0.83200 -7.95400 0.77300 -7.94600 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95400 m -0.36300 -0.89100 0.35100 -0.81300 0.34300 -0.71900 c -0.34300 -0.61800 0.34300 -0.53200 0.34300 -0.46900 c -0.34300 -0.40700 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15700 0.36300 -0.08600 0.37500 -0.03200 c -0.43700 -0.02400 0.51500 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29600 -0.03200 c -1.29600 -0.08600 1.29600 -0.15700 1.29600 -0.25000 c -1.30400 -0.33600 1.31200 -0.40700 1.31200 -0.46900 c -1.31200 -0.53200 1.30400 -0.61800 1.29600 -0.71900 c -1.29600 -0.81300 1.29600 -0.89100 1.29600 -0.95400 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95400 c -h -f -Q -Q -Q -q -1 0 0 1 149.51600 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96800 m -0.36700 -5.03100 0.57800 -5.08900 0.82800 -5.14000 c -1.08600 -5.18300 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92100 c -2.86700 -4.72600 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47600 2.56200 -3.39000 c -2.43700 -3.29600 2.29700 -3.22600 2.14000 -3.17100 c -1.98400 -3.10900 1.81600 -3.05400 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79600 c -0.91400 -2.72600 0.75400 -2.63200 0.60900 -2.51500 c -0.47200 -2.40200 0.36300 -2.26500 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05400 0.31600 -0.69500 0.64000 -0.42100 c -0.97200 -0.14000 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17100 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80800 3.11300 -0.75700 2.87500 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63200 0.92200 -1.75700 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17100 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38200 2.04700 -2.42100 c -2.24200 -2.48400 2.44100 -2.55800 2.64000 -2.64000 c -2.83600 -2.71400 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22600 3.59300 -3.42100 c -3.69500 -3.60900 3.75000 -3.84300 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64000 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55400 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79600 c -0.38200 -5.75300 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96800 c -h -f -Q -Q -Q -q -1 0 0 1 154.10500 363.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03200 -2.34400 l -0.02000 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.86000 c -0.00800 -1.80900 0.02000 -1.76600 0.03200 -1.73500 c -0.98500 -1.73500 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73500 l -3.23500 -1.73500 l -3.23500 -1.76600 3.23500 -1.80900 3.23500 -1.86000 c -3.24300 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24300 -2.15600 3.23500 -2.21900 c -3.23500 -2.27400 3.23500 -2.31300 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73900 -6.33600 1.78200 -6.43800 c -1.83300 -6.54300 1.89500 -6.62500 1.96900 -6.68800 c -2.05100 -6.74200 2.14100 -6.77800 2.23500 -6.79700 c -2.33600 -6.82100 2.43800 -6.82800 2.53200 -6.82800 c -2.79000 -6.82800 3.01600 -6.79700 3.20400 -6.73500 c -3.25400 -6.92200 3.29000 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74300 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.36000 1.37600 -7.14100 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 158.26600 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21800 2.84300 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13600 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51100 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80400 0.26900 -4.49600 0.15600 -4.14000 c -0.05000 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13200 0.59300 -0.85900 c -0.80000 -0.58900 1.06200 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01500 -0.47600 4.20300 -0.70300 c -4.39800 -0.92100 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 164.65600 361.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15200 0.68800 -0.30900 0.68800 -0.48400 c -0.69600 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.35900 c -2.65700 -0.48400 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 170.89500 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97600 2.98400 -2.95300 c -2.79600 -2.93300 2.61700 -2.92100 2.45300 -2.92100 c -1.89800 -2.92100 1.47200 -3.02700 1.17100 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55800 0.85900 -4.70300 c -0.95300 -4.85100 1.07000 -4.96400 1.21800 -5.04600 c -1.36300 -5.12100 1.52300 -5.17100 1.70300 -5.20300 c -1.87800 -5.22600 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22600 2.85900 -5.20300 c -3.05400 -5.17100 3.25300 -5.14000 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96800 c -2.87800 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29600 -0.68700 c -1.05400 -0.73000 0.83600 -0.78100 0.64000 -0.84300 c -0.60900 -0.77300 0.57800 -0.67100 0.54600 -0.54600 c -0.52300 -0.42100 0.51500 -0.30800 0.51500 -0.20300 c -0.70300 -0.14000 0.93700 -0.09300 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46800 c -4.00000 -0.77300 4.17100 -1.25700 4.17100 -1.92100 c -4.17100 -5.64000 l -3.92100 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72600 0.57800 -5.45300 c -0.19100 -5.18300 0.00000 -4.74600 0.00000 -4.14000 c -0.00000 -3.85100 0.05400 -3.58900 0.17100 -3.35900 c -0.28500 -3.12100 0.44100 -2.92100 0.64000 -2.76500 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42100 c -1.64000 -2.33900 1.95300 -2.29600 2.29600 -2.29600 c -2.55400 -2.29600 2.78100 -2.30800 2.96800 -2.32800 c -3.16400 -2.33900 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 176.90200 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26100 0.68800 -0.42900 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14000 c -0.77400 -1.00700 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60100 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26100 1.73900 -0.17100 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35100 3.43800 -1.07800 c -3.25000 -0.79600 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26500 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26500 0.71900 -2.59300 0.71900 -2.96800 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 182.91800 363.82423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01500 4.23400 -0.01500 c -4.31600 -0.00700 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00700 4.59400 -0.01500 c -4.67600 -0.01500 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05800 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09300 c -1.39100 -8.00000 1.08600 -7.84300 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76500 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42100 c -0.00000 -4.94500 0.06300 -4.51500 0.18700 -4.14000 c -0.32000 -3.75700 0.50800 -3.43300 0.75000 -3.17100 c -0.98800 -2.91400 1.28100 -2.71400 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46800 3.89800 -2.51100 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13600 3.48400 -3.09300 c -3.26600 -3.04300 3.03100 -3.01500 2.78100 -3.01500 c -2.43700 -3.01500 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05400 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72600 1.29700 -7.07800 c -1.66000 -7.42100 2.17600 -7.59300 2.84400 -7.59300 c -3.08200 -7.59300 3.31300 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 192.08200 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21800 2.84400 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13600 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51100 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80400 0.27000 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13200 0.59400 -0.85900 c -0.80100 -0.58900 1.06300 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01600 -0.47600 4.20300 -0.70300 c -4.39900 -0.92100 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 198.47300 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26100 0.68700 -0.42900 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14000 c -0.77300 -1.00700 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60100 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26100 1.73800 -0.17100 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35100 3.43700 -1.07800 c -3.25000 -0.79600 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26500 c -1.09300 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26500 0.71800 -2.59300 0.71800 -2.96800 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 204.77000 361.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17100 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15200 0.68700 -0.30900 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84700 -0.69900 1.05000 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17100 -1.17200 c -0.86700 -1.48400 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 208.12900 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10200 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10200 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64000 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76100 0.24200 -4.44900 0.14100 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84300 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21800 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13600 5.01600 -2.51500 5.01600 -2.92100 c -5.01600 -3.33900 4.95700 -3.73000 4.84400 -4.09300 c -4.73800 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 214.75800 363.82423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00700 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26500 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17200 -7.57800 c -1.25400 -7.58900 1.32800 -7.59300 1.39000 -7.59300 c -1.47300 -7.59300 1.55500 -7.58900 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55400 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72600 1.93700 -7.82800 c -1.95700 -7.93300 1.97300 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17500 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96800 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59300 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 217.83200 363.82423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31600 0.00000 0.35900 0.00000 c -0.39900 0.00000 0.45700 -0.00700 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26500 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.58900 1.32800 -7.59300 1.39100 -7.59300 c -1.47300 -7.59300 1.55500 -7.58900 1.64100 -7.57800 c -1.73400 -7.57000 1.81300 -7.55400 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72600 1.93800 -7.82800 c -1.95700 -7.93300 1.97300 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17500 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96800 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59300 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 223.07400 363.88723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99600 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82400 0.00000 -2.76600 0.00000 -2.70300 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.85900 1.42200 -0.51600 c -1.73500 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03100 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61400 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61700 3.50000 -0.71900 c -3.43800 -0.69900 3.34800 -0.68400 3.23500 -0.67200 c -3.12900 -0.65200 3.01600 -0.64100 2.89100 -0.64100 c -2.69200 -0.64100 2.52000 -0.66400 2.37500 -0.70300 c -2.22700 -0.74600 2.10200 -0.82000 2.00000 -0.92200 c -1.90700 -1.02700 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23500 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70300 c -3.25800 -2.76600 3.26600 -2.82400 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99600 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23500 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44200 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23900 -8.18800 1.15700 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 226.97300 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64000 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76100 0.24200 -4.44900 0.14000 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84300 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21800 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13600 5.01500 -2.51500 5.01500 -2.92100 c -5.01500 -3.33900 4.95700 -3.73000 4.84300 -4.09300 c -4.73800 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 233.60200 361.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17100 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15200 0.68700 -0.30900 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84700 -0.69900 1.05000 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17100 -1.17200 c -0.86700 -1.48400 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 239.46100 363.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.02000 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.86000 c -0.00800 -1.80900 0.02000 -1.76600 0.03100 -1.73500 c -0.98400 -1.73500 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73500 l -3.23400 -1.73500 l -3.23400 -1.76600 3.23400 -1.80900 3.23400 -1.86000 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27400 3.23400 -2.31300 3.23400 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73800 -6.33600 1.78100 -6.43800 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68800 c -2.05100 -6.74200 2.14100 -6.77800 2.23400 -6.79700 c -2.33600 -6.82100 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73500 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.36000 1.37500 -7.14100 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 243.93400 363.82423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01500 0.17100 -0.01500 c -0.25400 -0.00700 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00700 0.53100 -0.01500 c -0.61300 -0.01500 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88200 -3.23000 1.00000 -3.09300 c -1.12500 -2.96100 1.26500 -2.83900 1.42100 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46800 c -2.13200 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42500 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92100 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72600 3.42100 -3.45300 c -3.22200 -3.17100 2.92900 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42100 1.23400 -3.60900 c -1.07800 -3.79600 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59300 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67500 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 249.91800 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21800 2.84400 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13600 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51100 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80400 0.27000 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13200 0.59400 -0.85900 c -0.80100 -0.58900 1.06300 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01600 -0.47600 4.20300 -0.70300 c -4.39800 -0.92100 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 258.74600 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55800 4.20300 -5.64000 c -4.02400 -5.70300 3.81700 -5.75300 3.57800 -5.79600 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88200 0.00000 -2.92100 c -0.00000 -2.50700 0.05500 -2.12100 0.17200 -1.76500 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84300 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21800 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09300 3.96900 -0.13600 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39000 4.07800 -0.51500 c -4.05500 -0.64000 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76100 3.66400 -0.71800 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68300 1.84400 -0.79600 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01500 c -0.78900 -2.28900 0.75000 -2.58900 0.75000 -2.92100 c -0.75000 -3.72600 0.93800 -4.31200 1.31300 -4.68700 c -1.69500 -5.05400 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21800 3.48500 -5.18700 c -3.68000 -5.14800 3.86300 -5.09300 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 263.85900 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64000 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76100 0.24300 -4.44900 0.14100 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84300 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28200 -0.07400 3.59400 -0.21800 c -3.90700 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13600 5.01600 -2.51500 5.01600 -2.92100 c -5.01600 -3.33900 4.95700 -3.73000 4.84400 -4.09300 c -4.73900 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90700 -5.49600 3.59400 -5.64000 c -3.28200 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 270.44100 361.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32900 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00800 0.73500 -0.01600 c -0.73500 -3.17200 l -0.73500 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20400 -4.75000 c -1.36000 -4.88700 1.55100 -4.98400 1.78200 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20400 -5.09400 c -3.39100 -5.06200 3.55500 -5.02300 3.70400 -4.96900 c -3.70400 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07900 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48400 l -4.16400 -5.55900 3.86400 -5.62100 3.53200 -5.67200 c -3.19600 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82900 -5.71900 1.51600 -5.65600 c -1.21100 -5.59400 0.94600 -5.46900 0.71900 -5.28100 c -0.50000 -5.09400 0.32100 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 276.80500 361.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15200 0.68700 -0.30900 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84700 -0.69900 1.05000 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 280.16400 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96800 m -0.36700 -5.03100 0.57800 -5.08900 0.82800 -5.14000 c -1.08600 -5.18300 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92100 c -2.86700 -4.72600 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47600 2.56300 -3.39000 c -2.43800 -3.29600 2.29700 -3.22600 2.14100 -3.17100 c -1.98400 -3.10900 1.81700 -3.05400 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79600 c -0.91400 -2.72600 0.75400 -2.63200 0.60900 -2.51500 c -0.47300 -2.40200 0.36300 -2.26500 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05400 0.31700 -0.69500 0.64100 -0.42100 c -0.97300 -0.14000 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17100 3.60900 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80800 3.11300 -0.75700 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63200 0.92200 -1.75700 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17100 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38200 2.04700 -2.42100 c -2.24200 -2.48400 2.44100 -2.55800 2.64100 -2.64000 c -2.83600 -2.71400 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22600 3.59400 -3.42100 c -3.69500 -3.60900 3.75000 -3.84300 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64000 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55400 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79600 c -0.38300 -5.75300 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96800 c -h -f -Q -Q -Q -q -1 0 0 1 285.17200 361.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21800 2.84400 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13600 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51100 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80400 0.26900 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39400 -1.13200 0.59400 -0.85900 c -0.80100 -0.58900 1.06200 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01600 -0.47600 4.20300 -0.70300 c -4.39800 -0.92100 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 68.59000 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55800 4.20300 -5.64000 c -4.02300 -5.70300 3.81600 -5.75300 3.57800 -5.79600 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88200 0.00000 -2.92100 c -0.00000 -2.50700 0.05500 -2.12100 0.17200 -1.76500 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84300 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21800 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09300 3.96900 -0.13600 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39000 4.07800 -0.51500 c -4.05500 -0.64000 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76100 3.66400 -0.71800 3.43700 -0.68700 c -3.21900 -0.64800 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68300 1.84400 -0.79600 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01500 c -0.78900 -2.28900 0.75000 -2.58900 0.75000 -2.92100 c -0.75000 -3.72600 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05400 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21800 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09300 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 73.82800 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97600 2.98500 -2.95300 c -2.79700 -2.93300 2.61700 -2.92100 2.45300 -2.92100 c -1.89900 -2.92100 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55800 0.86000 -4.70300 c -0.95300 -4.85100 1.07000 -4.96400 1.21900 -5.04600 c -1.36300 -5.12100 1.52400 -5.17100 1.70300 -5.20300 c -1.87900 -5.22600 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22600 2.86000 -5.20300 c -3.05500 -5.17100 3.25400 -5.14000 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96800 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84300 c -0.61000 -0.77300 0.57800 -0.67100 0.54700 -0.54600 c -0.52400 -0.42100 0.51600 -0.30800 0.51600 -0.20300 c -0.70300 -0.14000 0.93800 -0.09300 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46800 c -4.00000 -0.77300 4.17200 -1.25700 4.17200 -1.92100 c -4.17200 -5.64000 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72600 0.57800 -5.45300 c -0.19200 -5.18300 0.00000 -4.74600 0.00000 -4.14000 c -0.00000 -3.85100 0.05500 -3.58900 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92100 0.64100 -2.76500 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42100 c -1.64100 -2.33900 1.95300 -2.29600 2.29700 -2.29600 c -2.55500 -2.29600 2.78100 -2.30800 2.96900 -2.32800 c -3.16400 -2.33900 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 79.83600 350.32423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00700 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26500 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.58900 1.32800 -7.59300 1.39100 -7.59300 c -1.47300 -7.59300 1.55500 -7.58900 1.64100 -7.57800 c -1.73400 -7.57000 1.81200 -7.55400 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72600 1.93700 -7.82800 c -1.95700 -7.93300 1.97300 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17500 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96800 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59300 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 82.91000 350.32423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00700 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26500 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.58900 1.32800 -7.59300 1.39100 -7.59300 c -1.47300 -7.59300 1.55500 -7.58900 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55400 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72600 1.93800 -7.82800 c -1.95700 -7.93300 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17500 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96800 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59300 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96800 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 85.66800 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21800 2.84400 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13600 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51100 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80400 0.27000 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13200 0.59400 -0.85900 c -0.80100 -0.58900 1.06300 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01600 -0.47600 4.20300 -0.70300 c -4.39800 -0.92100 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 91.78100 350.32423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01500 4.23500 -0.01500 c -4.31700 -0.00700 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00700 4.59400 -0.01500 c -4.67600 -0.01500 4.73900 -0.02300 4.78200 -0.03100 c -4.78200 -7.98400 l -4.55100 -8.05800 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23900 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09300 c -1.39100 -8.00000 1.08600 -7.84300 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76500 c -0.07100 -6.40200 0.00000 -5.95300 0.00000 -5.42100 c -0.00000 -4.94500 0.06300 -4.51500 0.18800 -4.14000 c -0.32100 -3.75700 0.50800 -3.43300 0.75000 -3.17100 c -0.98900 -2.91400 1.28200 -2.71400 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39800 3.46900 -2.43700 c -3.70700 -2.46800 3.89900 -2.51100 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13600 3.48500 -3.09300 c -3.26600 -3.04300 3.03200 -3.01500 2.78200 -3.01500 c -2.43800 -3.01500 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05400 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72600 1.29700 -7.07800 c -1.66000 -7.42100 2.17600 -7.59300 2.84400 -7.59300 c -3.08200 -7.59300 3.31300 -7.58600 3.53200 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 101.39800 350.24623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.07100 -0.11700 0.17600 -0.10500 0.31300 -0.09300 c -0.44600 -0.07400 0.59400 -0.05800 0.75000 -0.04700 c -0.90700 -0.02700 1.06300 -0.01500 1.21900 -0.01500 c -1.37500 -0.00800 1.51600 0.00000 1.64100 0.00000 c -2.50400 0.00000 3.16500 -0.16800 3.62500 -0.50000 c -4.09400 -0.83600 4.32900 -1.35500 4.32900 -2.06200 c -4.32900 -2.29300 4.29000 -2.50000 4.21900 -2.68700 c -4.14500 -2.86700 4.05100 -3.03100 3.93800 -3.18700 c -3.82100 -3.33600 3.68800 -3.46100 3.53200 -3.56200 c -3.37500 -3.66800 3.20700 -3.74600 3.03200 -3.79700 c -3.25800 -3.82800 3.47700 -3.89000 3.68800 -3.98400 c -3.90700 -4.07000 4.09800 -4.19500 4.26600 -4.35900 c -4.43000 -4.52700 4.56300 -4.73400 4.65700 -4.98400 c -4.75800 -5.22600 4.81300 -5.51500 4.81300 -5.85900 c -4.81300 -6.25800 4.72700 -6.60100 4.56300 -6.89000 c -4.40700 -7.17200 4.18800 -7.41400 3.90700 -7.60900 c -3.62500 -7.79700 3.29000 -7.93700 2.90700 -8.03100 c -2.52000 -8.11300 2.10200 -8.15600 1.65700 -8.15600 c -1.53200 -8.15600 1.39500 -8.14800 1.25000 -8.14000 c -1.10200 -8.14000 0.95400 -8.13300 0.79700 -8.12500 c -0.64900 -8.11300 0.50400 -8.09700 0.36000 -8.07800 c -0.22300 -8.05400 0.10200 -8.03900 0.00000 -8.03100 c -0.00000 -0.12500 l -h -1.81300 -3.48400 m -2.40700 -3.48400 2.83600 -3.35500 3.11000 -3.09300 c -3.37900 -2.83600 3.51600 -2.49200 3.51600 -2.06200 c -3.51600 -1.66800 3.36800 -1.33600 3.07900 -1.06200 c -2.79700 -0.79300 2.34400 -0.65600 1.71900 -0.65600 c -1.53200 -0.65600 1.34800 -0.66800 1.17200 -0.68700 c -1.00400 -0.69900 0.86800 -0.71500 0.76600 -0.73400 c -0.76600 -3.48400 l -1.81300 -3.48400 l -h -0.76600 -7.42200 m -0.86800 -7.43300 1.00400 -7.44500 1.17200 -7.45300 c -1.34800 -7.46500 1.53200 -7.46800 1.71900 -7.46800 c -2.00000 -7.46800 2.27400 -7.44500 2.54700 -7.39000 c -2.82900 -7.34000 3.07100 -7.25000 3.28200 -7.12500 c -3.50000 -7.00000 3.67200 -6.84000 3.79700 -6.64000 c -3.93000 -6.43300 4.00000 -6.17200 4.00000 -5.85900 c -4.00000 -5.55800 3.94200 -5.30400 3.82900 -5.09300 c -3.72300 -4.88600 3.57100 -4.71500 3.37500 -4.57800 c -3.18800 -4.44500 2.96100 -4.35100 2.70400 -4.29700 c -2.45400 -4.23400 2.17600 -4.20300 1.87500 -4.20300 c -0.76600 -4.20300 l -0.76600 -7.42200 l -h -f -Q -Q -Q -q -1 0 0 1 107.36300 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97600 2.98500 -2.95300 c -2.79700 -2.93300 2.61800 -2.92100 2.45300 -2.92100 c -1.89900 -2.92100 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55800 0.86000 -4.70300 c -0.95300 -4.85100 1.07100 -4.96400 1.21900 -5.04600 c -1.36400 -5.12100 1.52400 -5.17100 1.70300 -5.20300 c -1.87900 -5.22600 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22600 2.86000 -5.20300 c -3.05500 -5.17100 3.25400 -5.14000 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96800 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84300 c -0.61000 -0.77300 0.57800 -0.67100 0.54700 -0.54600 c -0.52400 -0.42100 0.51600 -0.30800 0.51600 -0.20300 c -0.70300 -0.14000 0.93800 -0.09300 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46800 c -4.00000 -0.77300 4.17200 -1.25700 4.17200 -1.92100 c -4.17200 -5.64000 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72600 0.57800 -5.45300 c -0.19200 -5.18300 0.00000 -4.74600 0.00000 -4.14000 c -0.00000 -3.85100 0.05500 -3.58900 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92100 0.64100 -2.76500 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42100 c -1.64100 -2.33900 1.95300 -2.29600 2.29700 -2.29600 c -2.55500 -2.29600 2.78200 -2.30800 2.96900 -2.32800 c -3.16400 -2.33900 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 113.01600 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96800 m -0.36700 -5.03100 0.57800 -5.08900 0.82800 -5.14000 c -1.08600 -5.18300 1.33200 -5.20300 1.56200 -5.20300 c -2.00700 -5.20300 2.35900 -5.10900 2.60900 -4.92100 c -2.86700 -4.72600 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80000 -3.57800 2.69500 -3.47600 2.56200 -3.39000 c -2.43700 -3.29600 2.29700 -3.22600 2.14000 -3.17100 c -1.98400 -3.10900 1.81600 -3.05400 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09300 -2.79600 c -0.91400 -2.72600 0.75400 -2.63200 0.60900 -2.51500 c -0.47200 -2.40200 0.36300 -2.26500 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05400 0.31600 -0.69500 0.64000 -0.42100 c -0.97200 -0.14000 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17100 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30400 -0.80800 3.11300 -0.75700 2.87500 -0.70300 c -2.63200 -0.65200 2.38200 -0.62500 2.12500 -0.62500 c -1.67500 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63200 0.92200 -1.75700 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17100 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38200 2.04700 -2.42100 c -2.24200 -2.48400 2.44100 -2.55800 2.64000 -2.64000 c -2.83600 -2.71400 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22600 3.59300 -3.42100 c -3.69500 -3.60900 3.75000 -3.84300 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64000 3.59300 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55400 2.72600 -5.66400 2.46800 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79600 c -0.38200 -5.75300 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96800 c -h -f -Q -Q -Q -q -1 0 0 1 117.94500 350.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93800 m -0.03200 -2.93800 l -0.02000 -2.90700 0.00800 -2.86800 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70400 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53200 0.00000 -2.46900 c -0.00800 -2.40700 0.02000 -2.36000 0.03200 -2.32900 c -1.45300 -2.32900 l -1.45300 -7.93800 l -1.41000 -7.94600 1.34800 -7.95400 1.26600 -7.95400 c -1.19200 -7.95400 1.13300 -7.95400 1.09400 -7.95400 c -1.05100 -7.95400 0.98900 -7.95400 0.90700 -7.95400 c -0.83200 -7.95400 0.77400 -7.94600 0.73500 -7.93800 c -0.73500 -2.93800 l -h -0.37500 -0.95400 m -0.36400 -0.89100 0.35200 -0.81300 0.34400 -0.71900 c -0.34400 -0.61800 0.34400 -0.53200 0.34400 -0.46900 c -0.34400 -0.40700 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15700 0.36400 -0.08600 0.37500 -0.03200 c -0.43800 -0.02400 0.51600 -0.01600 0.61000 -0.01600 c -0.70300 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01600 c -1.15700 -0.01600 1.23500 -0.02400 1.29700 -0.03200 c -1.29700 -0.08600 1.29700 -0.15700 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40700 1.31300 -0.46900 c -1.31300 -0.53200 1.30500 -0.61800 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95400 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70300 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95400 c -h -f -Q -Q -Q -q -1 0 0 1 121.03100 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55800 4.20300 -5.64000 c -4.02400 -5.70300 3.81700 -5.75300 3.57800 -5.79600 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88200 0.00000 -2.92100 c -0.00000 -2.50700 0.05500 -2.12100 0.17200 -1.76500 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84300 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21800 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09300 3.96900 -0.13600 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39000 4.07800 -0.51500 c -4.05500 -0.64000 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76100 3.66400 -0.71800 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68300 1.84400 -0.79600 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01500 c -0.78900 -2.28900 0.75000 -2.58900 0.75000 -2.92100 c -0.75000 -3.72600 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05400 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28500 -5.21800 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09300 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 129.52000 350.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76500 -4.23400 m -0.83500 -4.24600 0.89800 -4.25800 0.95300 -4.26600 c -1.00300 -4.26600 1.05400 -4.27400 1.10900 -4.28100 c -1.17100 -4.28100 1.23400 -4.28100 1.29600 -4.28100 c -1.36700 -4.28100 1.46100 -4.28100 1.57800 -4.28100 c -1.83500 -4.28100 2.09300 -4.26200 2.34300 -4.21900 c -2.60100 -4.18000 2.83500 -4.09000 3.04600 -3.95300 c -3.26500 -3.82000 3.43700 -3.63300 3.56200 -3.39100 c -3.68700 -3.14100 3.75000 -2.81300 3.75000 -2.40600 c -3.75000 -2.08600 3.69500 -1.81300 3.59300 -1.59400 c -3.50000 -1.37500 3.35900 -1.20300 3.17100 -1.07800 c -2.99200 -0.94500 2.76900 -0.85200 2.50000 -0.79700 c -2.23800 -0.73400 1.94500 -0.70300 1.62500 -0.70300 c -1.43700 -0.70300 1.26900 -0.71100 1.12500 -0.71900 c -0.97600 -0.73100 0.85900 -0.74200 0.76500 -0.75000 c -0.76500 -4.23400 l -h -0.00000 -0.14100 m -0.07000 -0.13300 0.17100 -0.12100 0.29600 -0.10900 c -0.42900 -0.09000 0.57800 -0.07400 0.73400 -0.06300 c -0.89800 -0.04300 1.06200 -0.02700 1.21800 -0.01600 c -1.38200 -0.00800 1.53500 0.00000 1.67100 0.00000 c -2.10900 0.00000 2.50000 -0.04700 2.84300 -0.14100 c -3.19500 -0.22700 3.50000 -0.36700 3.75000 -0.56300 c -4.00700 -0.75000 4.20700 -0.99600 4.34300 -1.29700 c -4.48800 -1.60200 4.56200 -1.96900 4.56200 -2.40600 c -4.56200 -2.86700 4.47600 -3.26200 4.31200 -3.59400 c -4.15600 -3.93000 3.94100 -4.19900 3.67100 -4.40600 c -3.41000 -4.60600 3.10100 -4.75000 2.75000 -4.84400 c -2.39400 -4.93800 2.01900 -4.98400 1.62500 -4.98400 c -1.45700 -4.98400 1.31200 -4.98400 1.18700 -4.98400 c -1.06200 -4.97700 0.92100 -4.96100 0.76500 -4.93800 c -0.76500 -8.04700 l -0.71100 -8.05500 0.64800 -8.06300 0.57800 -8.06300 c -0.51500 -8.06300 0.45300 -8.06300 0.39000 -8.06300 c -0.31600 -8.06300 0.24200 -8.06300 0.17100 -8.06300 c -0.09700 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 135.48100 347.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17100 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15200 0.68700 -0.30900 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84700 -0.69900 1.05000 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62400 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60200 2.62400 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37400 -0.70300 c -1.87400 -0.70300 1.47200 -0.85900 1.17100 -1.17200 c -0.86700 -1.48400 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 138.84400 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64000 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76100 0.24200 -4.44900 0.14000 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84300 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21800 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13600 5.01500 -2.51500 5.01500 -2.92100 c -5.01500 -3.33900 4.95700 -3.73000 4.84400 -4.09300 c -4.73800 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 144.83200 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17100 m -4.06600 -5.19500 4.52300 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12800 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07000 -8.42100 2.67600 -8.46800 2.25000 -8.46800 c -1.92600 -8.46800 1.62500 -8.44100 1.34400 -8.39000 c -1.07000 -8.33600 0.83200 -8.25300 0.62500 -8.14000 c -0.42600 -8.03500 0.27000 -7.89000 0.15600 -7.70300 c -0.05100 -7.51500 0.00000 -7.28500 0.00000 -7.01500 c -0.00000 -6.73400 0.07800 -6.46100 0.23400 -6.20300 c -0.39900 -5.95300 0.61300 -5.76500 0.87500 -5.64000 c -0.72700 -5.54600 0.60900 -5.43300 0.51600 -5.29600 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79600 c -0.37500 -4.51500 0.44100 -4.28100 0.57800 -4.09300 c -0.71100 -3.89800 0.89500 -3.71800 1.12500 -3.56200 c -0.86300 -3.40600 0.65600 -3.19500 0.50000 -2.92100 c -0.35200 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68300 0.32000 -1.42900 0.40600 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82800 -0.56200 c -1.01600 -0.38600 1.23800 -0.25000 1.50000 -0.15600 c -1.77000 -0.05400 2.08200 0.00000 2.43800 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23400 -0.10900 c -3.47300 -0.18300 3.68000 -0.28100 3.85900 -0.40600 c -3.93000 -0.37500 4.02000 -0.34300 4.12500 -0.31200 c -4.23800 -0.27300 4.35900 -0.24200 4.48400 -0.21800 c -4.61700 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03500 -0.13600 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63200 5.32800 -0.75700 5.29700 -0.85900 c -4.26600 -0.85900 l -4.35900 -1.02700 4.43000 -1.19900 4.48400 -1.37500 c -4.54700 -1.55400 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26500 4.52000 -2.54600 4.40600 -2.79600 c -4.30100 -3.03900 4.14900 -3.24200 3.95300 -3.40600 c -3.76600 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.02000 -3.86700 2.73800 -3.90600 2.43800 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.60900 -3.78100 c -1.39900 -3.91800 1.25400 -4.04600 1.17200 -4.17100 c -1.08600 -4.28900 1.04700 -4.42100 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72600 1.07800 -4.79600 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96800 c -1.28900 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14000 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17100 l -h -1.85900 -5.82800 m -1.51600 -5.82800 1.23800 -5.92500 1.03100 -6.12500 c -0.82000 -6.32000 0.71900 -6.58600 0.71900 -6.92100 c -0.71900 -7.09700 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47200 1.02300 -7.56200 1.17200 -7.62500 c -1.31600 -7.69500 1.48400 -7.74200 1.67200 -7.76500 c -1.85900 -7.79600 2.06300 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48800 -7.69500 3.87500 -7.46800 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64000 c -4.45300 -6.35900 4.35200 -6.15600 4.15600 -6.03100 c -3.96900 -5.91400 3.65600 -5.85900 3.21900 -5.85900 c -1.85900 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29600 2.43800 -3.29600 c -2.91400 -3.29600 3.26600 -3.16800 3.48400 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48400 -0.98400 c -3.26600 -0.72600 2.91400 -0.59300 2.43800 -0.59300 c -1.95700 -0.59300 1.60200 -0.72600 1.37500 -0.98400 c -1.15600 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 151.25000 347.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15200 0.68800 -0.30900 0.68800 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 154.62900 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97600 2.98400 -2.95300 c -2.79700 -2.93300 2.61700 -2.92100 2.45300 -2.92100 c -1.89800 -2.92100 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55800 0.85900 -4.70300 c -0.95300 -4.85100 1.07000 -4.96400 1.21900 -5.04600 c -1.36300 -5.12100 1.52300 -5.17100 1.70300 -5.20300 c -1.87900 -5.22600 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22600 2.85900 -5.20300 c -3.05500 -5.17100 3.25400 -5.14000 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96800 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84300 c -0.60900 -0.77300 0.57800 -0.67100 0.54700 -0.54600 c -0.52300 -0.42100 0.51600 -0.30800 0.51600 -0.20300 c -0.70300 -0.14000 0.93700 -0.09300 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46800 c -4.00000 -0.77300 4.17200 -1.25700 4.17200 -1.92100 c -4.17200 -5.64000 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72600 0.57800 -5.45300 c -0.19100 -5.18300 0.00000 -4.74600 0.00000 -4.14000 c -0.00000 -3.85100 0.05500 -3.58900 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92100 0.64100 -2.76500 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42100 c -1.64100 -2.33900 1.95300 -2.29600 2.29700 -2.29600 c -2.55500 -2.29600 2.78100 -2.30800 2.96900 -2.32800 c -3.16400 -2.33900 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 160.64100 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26100 0.68700 -0.42100 0.68700 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09300 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68700 c -1.05400 -0.55400 1.17500 -0.43300 1.31200 -0.32800 c -1.45700 -0.22600 1.61700 -0.14800 1.79700 -0.09300 c -1.97200 -0.03100 2.17500 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48400 3.64000 -0.60900 c -3.72200 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42100 4.48400 -0.32800 c -4.61700 -0.22600 4.76900 -0.14800 4.93700 -0.09300 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17200 0.00000 6.64400 -0.18700 6.93700 -0.56200 c -7.22600 -0.92900 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25700 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05000 -5.75000 7.00000 -5.75000 c -6.96800 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74200 6.64000 -5.73400 c -6.64000 -2.40600 l -6.64000 -1.81200 6.53900 -1.37500 6.34300 -1.09300 c -6.15600 -0.80400 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.67900 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30400 -1.35900 4.21800 -1.54600 4.15600 -1.76500 c -4.09300 -1.97600 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73400 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80000 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26500 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01500 c -2.88200 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06200 -0.60900 1.85100 -0.66800 1.65600 -0.78100 c -1.46800 -0.89800 1.30000 -1.05800 1.15600 -1.26500 c -1.01900 -1.46400 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26500 0.71800 -2.57800 0.71800 -2.92100 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 169.83600 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26100 0.68700 -0.42100 0.68700 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09300 c -0.76600 -0.96100 0.84800 -0.82400 0.95300 -0.68700 c -1.05500 -0.55400 1.17600 -0.43300 1.31200 -0.32800 c -1.45700 -0.22600 1.61700 -0.14800 1.79700 -0.09300 c -1.97300 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47300 -0.37500 3.56600 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14100 -0.65600 c -4.24200 -0.53100 4.35900 -0.42100 4.48400 -0.32800 c -4.61700 -0.22600 4.76900 -0.14800 4.93700 -0.09300 c -5.11300 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93700 -0.56200 c -7.22700 -0.92900 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09300 c -6.15600 -0.80400 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54600 4.15600 -1.76500 c -4.09400 -1.97600 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73400 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26500 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01500 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06200 -0.60900 1.85200 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05800 1.15600 -1.26500 c -1.01900 -1.46400 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26500 0.71900 -2.57800 0.71900 -2.92100 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 178.64100 350.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.01900 -2.90700 0.00700 -2.86800 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70400 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53200 0.00000 -2.46900 c -0.00700 -2.40700 0.01900 -2.36000 0.03100 -2.32900 c -1.45300 -2.32900 l -1.45300 -7.93800 l -1.41000 -7.94600 1.34700 -7.95400 1.26500 -7.95400 c -1.19100 -7.95400 1.13200 -7.95400 1.09300 -7.95400 c -1.05000 -7.95400 0.98800 -7.95400 0.90600 -7.95400 c -0.83200 -7.95400 0.77300 -7.94600 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95400 m -0.36300 -0.89100 0.35100 -0.81300 0.34300 -0.71900 c -0.34300 -0.61800 0.34300 -0.53200 0.34300 -0.46900 c -0.34300 -0.40700 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15700 0.36300 -0.08600 0.37500 -0.03200 c -0.43700 -0.02400 0.51500 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29700 -0.03200 c -1.29700 -0.08600 1.29700 -0.15700 1.29700 -0.25000 c -1.30400 -0.33600 1.31200 -0.40700 1.31200 -0.46900 c -1.31200 -0.53200 1.30400 -0.61800 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95400 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95400 c -h -f -Q -Q -Q -q -1 0 0 1 182.03900 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26100 0.68800 -0.42900 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14000 c -0.77400 -1.00700 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60100 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26100 1.73800 -0.17100 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35100 3.43800 -1.07800 c -3.25000 -0.79600 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26500 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26500 0.71900 -2.59300 0.71900 -2.96800 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 187.80100 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17100 m -4.06600 -5.19500 4.52300 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14400 -7.12800 5.00000 -7.35900 c -4.85100 -7.58600 4.64400 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80100 -8.24200 3.43700 -8.32800 c -3.07000 -8.42100 2.67600 -8.46800 2.25000 -8.46800 c -1.92600 -8.46800 1.62500 -8.44100 1.34400 -8.39000 c -1.07000 -8.33600 0.83200 -8.25300 0.62500 -8.14000 c -0.42600 -8.03500 0.26900 -7.89000 0.15600 -7.70300 c -0.05100 -7.51500 0.00000 -7.28500 0.00000 -7.01500 c -0.00000 -6.73400 0.07800 -6.46100 0.23400 -6.20300 c -0.39800 -5.95300 0.61300 -5.76500 0.87500 -5.64000 c -0.72600 -5.54600 0.60900 -5.43300 0.51500 -5.29600 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79600 c -0.37500 -4.51500 0.44100 -4.28100 0.57800 -4.09300 c -0.71100 -3.89800 0.89400 -3.71800 1.12500 -3.56200 c -0.86300 -3.40600 0.65600 -3.19500 0.50000 -2.92100 c -0.35100 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68300 0.32000 -1.42900 0.40600 -1.18700 c -0.50000 -0.94900 0.64000 -0.74200 0.82800 -0.56200 c -1.01500 -0.38600 1.23800 -0.25000 1.50000 -0.15600 c -1.76900 -0.05400 2.08200 0.00000 2.43700 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23400 -0.10900 c -3.47200 -0.18300 3.68000 -0.28100 3.85900 -0.40600 c -3.93000 -0.37500 4.01900 -0.34300 4.12500 -0.31200 c -4.23800 -0.27300 4.35900 -0.24200 4.48400 -0.21800 c -4.61700 -0.18700 4.75400 -0.16800 4.89000 -0.15600 c -5.03500 -0.13600 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63200 5.32800 -0.75700 5.29700 -0.85900 c -4.26500 -0.85900 l -4.35900 -1.02700 4.43000 -1.19900 4.48400 -1.37500 c -4.54700 -1.55400 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26500 4.51900 -2.54600 4.40600 -2.79600 c -4.30100 -3.03900 4.14800 -3.24200 3.95300 -3.40600 c -3.76500 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.01900 -3.86700 2.73800 -3.90600 2.43700 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.60900 -3.78100 c -1.39800 -3.91800 1.25400 -4.04600 1.17200 -4.17100 c -1.08600 -4.28900 1.04700 -4.42100 1.04700 -4.57800 c -1.04700 -4.65200 1.05400 -4.72600 1.07800 -4.79600 c -1.09700 -4.85900 1.14400 -4.91800 1.21900 -4.96800 c -1.28900 -5.02300 1.39000 -5.07000 1.51500 -5.10900 c -1.64000 -5.14000 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17100 l -h -1.85900 -5.82800 m -1.51500 -5.82800 1.23800 -5.92500 1.03100 -6.12500 c -0.82000 -6.32000 0.71900 -6.58600 0.71900 -6.92100 c -0.71900 -7.09700 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47200 1.02300 -7.56200 1.17200 -7.62500 c -1.31600 -7.69500 1.48400 -7.74200 1.67200 -7.76500 c -1.85900 -7.79600 2.06200 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48800 -7.69500 3.87500 -7.46800 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64000 c -4.45300 -6.35900 4.35100 -6.15600 4.15600 -6.03100 c -3.96900 -5.91400 3.65600 -5.85900 3.21900 -5.85900 c -1.85900 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60100 -3.16800 1.95700 -3.29600 2.43700 -3.29600 c -2.91400 -3.29600 3.26500 -3.16800 3.48400 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48400 -0.98400 c -3.26500 -0.72600 2.91400 -0.59300 2.43700 -0.59300 c -1.95700 -0.59300 1.60100 -0.72600 1.37500 -0.98400 c -1.15600 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 196.92200 347.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57000 0.76900 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98400 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09400 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48400 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65600 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28100 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 202.92600 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96800 m -0.36700 -5.03100 0.57800 -5.08900 0.82800 -5.14000 c -1.08600 -5.18300 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92100 c -2.86700 -4.72600 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47600 2.56200 -3.39000 c -2.43700 -3.29600 2.29700 -3.22600 2.14000 -3.17100 c -1.98400 -3.10900 1.81600 -3.05400 1.64000 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79600 c -0.91400 -2.72600 0.75400 -2.63200 0.60900 -2.51500 c -0.47200 -2.40200 0.36300 -2.26500 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05400 0.31600 -0.69500 0.64000 -0.42100 c -0.97200 -0.14000 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17100 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80800 3.11300 -0.75700 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89000 -1.23400 0.89000 -1.48400 c -0.89000 -1.63200 0.92200 -1.75700 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34700 -2.17100 1.47200 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89000 -2.38200 2.04700 -2.42100 c -2.24200 -2.48400 2.44100 -2.55800 2.64000 -2.64000 c -2.83600 -2.71400 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22600 3.59400 -3.42100 c -3.69500 -3.60900 3.75000 -3.84300 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64000 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14000 -5.40600 c -2.95300 -5.55400 2.72600 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79600 c -0.38300 -5.75300 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96800 c -h -f -Q -Q -Q -q -1 0 0 1 207.85900 350.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93800 m -0.03200 -2.93800 l -0.02000 -2.90700 0.00800 -2.86800 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70400 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53200 0.00000 -2.46900 c -0.00800 -2.40700 0.02000 -2.36000 0.03200 -2.32900 c -1.45400 -2.32900 l -1.45400 -7.93800 l -1.41100 -7.94600 1.34800 -7.95400 1.26600 -7.95400 c -1.19200 -7.95400 1.13300 -7.95400 1.09400 -7.95400 c -1.05100 -7.95400 0.98900 -7.95400 0.90700 -7.95400 c -0.83200 -7.95400 0.77400 -7.94600 0.73500 -7.93800 c -0.73500 -2.93800 l -h -0.37500 -0.95400 m -0.36400 -0.89100 0.35200 -0.81300 0.34400 -0.71900 c -0.34400 -0.61800 0.34400 -0.53200 0.34400 -0.46900 c -0.34400 -0.40700 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15700 0.36400 -0.08600 0.37500 -0.03200 c -0.43800 -0.02400 0.51600 -0.01600 0.61000 -0.01600 c -0.70400 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91100 0.00000 0.97700 -0.00800 1.06300 -0.01600 c -1.15700 -0.01600 1.23500 -0.02400 1.29700 -0.03200 c -1.29700 -0.08600 1.29700 -0.15700 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40700 1.31300 -0.46900 c -1.31300 -0.53200 1.30500 -0.61800 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95400 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91100 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70400 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95400 c -h -f -Q -Q -Q -q -1 0 0 1 211.25800 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26100 0.68700 -0.42900 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14000 c -0.77300 -1.00700 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60100 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26100 1.73800 -0.17100 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35100 3.43700 -1.07800 c -3.25000 -0.79600 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26500 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26500 0.71900 -2.59300 0.71900 -2.96800 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 217.02000 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42100 -5.17100 m -4.06600 -5.19500 4.52300 -5.32800 4.79600 -5.57800 c -5.07800 -5.82800 5.21800 -6.16000 5.21800 -6.57800 c -5.21800 -6.86700 5.14400 -7.12800 5.00000 -7.35900 c -4.85100 -7.58600 4.64400 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80000 -8.24200 3.43700 -8.32800 c -3.07000 -8.42100 2.67500 -8.46800 2.25000 -8.46800 c -1.92500 -8.46800 1.62500 -8.44100 1.34300 -8.39000 c -1.07000 -8.33600 0.83200 -8.25300 0.62500 -8.14000 c -0.42500 -8.03500 0.26900 -7.89000 0.15600 -7.70300 c -0.05000 -7.51500 0.00000 -7.28500 0.00000 -7.01500 c -0.00000 -6.73400 0.07800 -6.46100 0.23400 -6.20300 c -0.39800 -5.95300 0.61300 -5.76500 0.87500 -5.64000 c -0.72600 -5.54600 0.60900 -5.43300 0.51500 -5.29600 c -0.42100 -5.16400 0.37500 -4.99600 0.37500 -4.79600 c -0.37500 -4.51500 0.44100 -4.28100 0.57800 -4.09300 c -0.71100 -3.89800 0.89400 -3.71800 1.12500 -3.56200 c -0.86300 -3.40600 0.65600 -3.19500 0.50000 -2.92100 c -0.35100 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68300 0.32000 -1.42900 0.40600 -1.18700 c -0.50000 -0.94900 0.64000 -0.74200 0.82800 -0.56200 c -1.01500 -0.38600 1.23800 -0.25000 1.50000 -0.15600 c -1.76900 -0.05400 2.08200 0.00000 2.43700 0.00000 c -2.73800 0.00000 3.00300 -0.03900 3.23400 -0.10900 c -3.47200 -0.18300 3.67900 -0.28100 3.85900 -0.40600 c -3.92900 -0.37500 4.01900 -0.34300 4.12500 -0.31200 c -4.23800 -0.27300 4.35900 -0.24200 4.48400 -0.21800 c -4.61700 -0.18700 4.75300 -0.16800 4.89000 -0.15600 c -5.03500 -0.13600 5.17100 -0.12500 5.29600 -0.12500 c -5.32800 -0.24200 5.34300 -0.35900 5.34300 -0.48400 c -5.34300 -0.63200 5.32800 -0.75700 5.29600 -0.85900 c -4.26500 -0.85900 l -4.35900 -1.02700 4.42900 -1.19900 4.48400 -1.37500 c -4.54600 -1.55400 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26500 4.51900 -2.54600 4.40600 -2.79600 c -4.30000 -3.03900 4.14800 -3.24200 3.95300 -3.40600 c -3.76500 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.01900 -3.86700 2.73800 -3.90600 2.43700 -3.90600 c -2.11300 -3.90600 1.83500 -3.86700 1.60900 -3.78100 c -1.39800 -3.91800 1.25300 -4.04600 1.17100 -4.17100 c -1.08500 -4.28900 1.04600 -4.42100 1.04600 -4.57800 c -1.04600 -4.65200 1.05400 -4.72600 1.07800 -4.79600 c -1.09700 -4.85900 1.14400 -4.91800 1.21800 -4.96800 c -1.28900 -5.02300 1.39000 -5.07000 1.51500 -5.10900 c -1.64000 -5.14000 1.80000 -5.15600 2.00000 -5.15600 c -3.42100 -5.17100 l -h -1.85900 -5.82800 m -1.51500 -5.82800 1.23800 -5.92500 1.03100 -6.12500 c -0.82000 -6.32000 0.71800 -6.58600 0.71800 -6.92100 c -0.71800 -7.09700 0.75300 -7.24200 0.82800 -7.35900 c -0.91000 -7.47200 1.02300 -7.56200 1.17100 -7.62500 c -1.31600 -7.69500 1.48400 -7.74200 1.67100 -7.76500 c -1.85900 -7.79600 2.06200 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48800 -7.69500 3.87500 -7.46800 c -4.25700 -7.23800 4.45300 -6.96100 4.45300 -6.64000 c -4.45300 -6.35900 4.35100 -6.15600 4.15600 -6.03100 c -3.96800 -5.91400 3.65600 -5.85900 3.21800 -5.85900 c -1.85900 -5.82800 l -h -1.04600 -1.95300 m -1.04600 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60100 -3.16800 1.95700 -3.29600 2.43700 -3.29600 c -2.91400 -3.29600 3.26500 -3.16800 3.48400 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48400 -0.98400 c -3.26500 -0.72600 2.91400 -0.59300 2.43700 -0.59300 c -1.95700 -0.59300 1.60100 -0.72600 1.37500 -0.98400 c -1.15600 -1.24600 1.04600 -1.57000 1.04600 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 226.32800 350.26223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.76600 -4.23400 m -0.83600 -4.24600 0.89900 -4.25800 0.95300 -4.26600 c -1.00400 -4.26600 1.05500 -4.27400 1.11000 -4.28100 c -1.17200 -4.28100 1.23500 -4.28100 1.29700 -4.28100 c -1.36700 -4.28100 1.46100 -4.28100 1.57800 -4.28100 c -1.83600 -4.28100 2.09400 -4.26200 2.34400 -4.21900 c -2.60200 -4.18000 2.83600 -4.09000 3.04700 -3.95300 c -3.26600 -3.82000 3.43800 -3.63300 3.56300 -3.39100 c -3.68800 -3.14100 3.75000 -2.81300 3.75000 -2.40600 c -3.75000 -2.08600 3.69500 -1.81300 3.59400 -1.59400 c -3.50000 -1.37500 3.36000 -1.20300 3.17200 -1.07800 c -2.99200 -0.94500 2.77000 -0.85200 2.50000 -0.79700 c -2.23800 -0.73400 1.94500 -0.70300 1.62500 -0.70300 c -1.43800 -0.70300 1.27000 -0.71100 1.12500 -0.71900 c -0.97700 -0.73100 0.86000 -0.74200 0.76600 -0.75000 c -0.76600 -4.23400 l -h -0.00000 -0.14100 m -0.07000 -0.13300 0.17200 -0.12100 0.29700 -0.10900 c -0.43000 -0.09000 0.57800 -0.07400 0.73500 -0.06300 c -0.89900 -0.04300 1.06300 -0.02700 1.21900 -0.01600 c -1.38300 -0.00800 1.53500 0.00000 1.67200 0.00000 c -2.11000 0.00000 2.50000 -0.04700 2.84400 -0.14100 c -3.19500 -0.22700 3.50000 -0.36700 3.75000 -0.56300 c -4.00800 -0.75000 4.20700 -0.99600 4.34400 -1.29700 c -4.48800 -1.60200 4.56300 -1.96900 4.56300 -2.40600 c -4.56300 -2.86700 4.47700 -3.26200 4.31300 -3.59400 c -4.15600 -3.93000 3.94200 -4.19900 3.67200 -4.40600 c -3.41000 -4.60600 3.10200 -4.75000 2.75000 -4.84400 c -2.39500 -4.93800 2.02000 -4.98400 1.62500 -4.98400 c -1.45700 -4.98400 1.31300 -4.98400 1.18800 -4.98400 c -1.06300 -4.97700 0.92200 -4.96100 0.76600 -4.93800 c -0.76600 -8.04700 l -0.71100 -8.05500 0.64900 -8.06300 0.57800 -8.06300 c -0.51600 -8.06300 0.45300 -8.06300 0.39100 -8.06300 c -0.31700 -8.06300 0.24200 -8.06300 0.17200 -8.06300 c -0.09800 -8.06300 0.03900 -8.05500 0.00000 -8.04700 c -0.00000 -0.14100 l -h -f -Q -Q -Q -q -1 0 0 1 231.49200 347.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07100 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57100 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28100 l -2.67600 -7.68700 2.48900 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07800 -8.35900 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.26900 0.53100 -8.25000 c -0.53100 -8.01900 0.58600 -7.81200 0.70300 -7.62500 c -0.75400 -7.64400 0.83600 -7.66400 0.95300 -7.68700 c -1.07800 -7.71900 1.21100 -7.73400 1.36000 -7.73400 c -1.56700 -7.73400 1.73500 -7.68000 1.86000 -7.57800 c -1.99200 -7.47300 2.11000 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 237.22700 349.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31300 0.00700 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.86000 c -0.00700 -1.80900 0.01900 -1.76600 0.03100 -1.73500 c -0.98400 -1.73500 l -0.98400 -0.67200 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73500 l -3.23400 -1.73500 l -3.23400 -1.76600 3.23400 -1.80900 3.23400 -1.86000 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27400 3.23400 -2.31300 3.23400 -2.34400 c -1.71800 -2.34400 l -1.71800 -6.00000 l -1.71800 -6.18800 1.73800 -6.33600 1.78100 -6.43800 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68800 c -2.05000 -6.74200 2.14000 -6.77800 2.23400 -6.79700 c -2.33600 -6.82100 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79700 3.20300 -6.73500 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05000 -7.42600 2.74200 -7.46900 2.39000 -7.46900 c -1.97200 -7.46900 1.63200 -7.36000 1.37500 -7.14100 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 241.69900 350.32423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00700 0.53200 -0.01500 c -0.61400 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09300 c -1.12500 -2.96100 1.26600 -2.83900 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46800 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72600 3.42200 -3.45300 c -3.22300 -3.17100 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42100 1.23500 -3.60900 c -1.07800 -3.79600 0.95300 -4.03100 0.86000 -4.31200 c -0.76600 -4.59300 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 247.68400 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64000 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76100 0.24200 -4.44900 0.14000 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84300 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21800 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13600 5.01500 -2.51500 5.01500 -2.92100 c -5.01500 -3.33900 4.95700 -3.73000 4.84300 -4.09300 c -4.73800 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 254.31300 347.94923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26100 0.68700 -0.42900 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14000 c -0.77300 -1.00700 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60100 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26100 1.73800 -0.17100 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00300 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35100 3.43700 -1.07800 c -3.25000 -0.79600 2.96000 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26500 c -1.09300 -1.45300 0.96000 -1.69500 0.85900 -1.98400 c -0.76500 -2.26500 0.71800 -2.59300 0.71800 -2.96800 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 263.35500 350.32423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43700 m -0.89500 -7.50000 1.07900 -7.54600 1.26600 -7.57800 c -1.45400 -7.60100 1.64900 -7.60900 1.86000 -7.60900 c -2.14900 -7.60900 2.42600 -7.56200 2.68800 -7.46800 c -2.95800 -7.36700 3.19200 -7.21400 3.39100 -7.01500 c -3.59800 -6.82000 3.75800 -6.57000 3.87600 -6.26500 c -4.00000 -5.96400 4.06300 -5.60100 4.06300 -5.17100 c -4.06300 -4.50700 3.93800 -3.98400 3.68800 -3.60900 c -3.43800 -3.22600 3.03200 -3.03100 2.46900 -3.03100 c -2.29000 -3.03100 2.09800 -3.06200 1.89100 -3.12500 c -1.68000 -3.17900 1.48900 -3.27700 1.31300 -3.42100 c -1.14500 -3.55800 1.00400 -3.74200 0.89100 -3.96800 c -0.77400 -4.19900 0.71900 -4.49200 0.71900 -4.84300 c -0.71900 -7.43700 l -h -0.00000 -0.03100 m -0.04000 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45800 -0.00700 0.53200 -0.01500 c -0.61400 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87600 -3.04300 1.09800 -2.83600 1.39100 -2.65600 c -1.68000 -2.46800 2.05500 -2.37500 2.51600 -2.37500 c -2.86000 -2.37500 3.17200 -2.42900 3.45400 -2.53100 c -3.74300 -2.63600 3.98900 -2.80400 4.18800 -3.03100 c -4.39500 -3.26100 4.55500 -3.54600 4.67200 -3.89000 c -4.78600 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57100 -6.87100 4.03200 -7.42100 c -3.50000 -7.96400 2.72700 -8.23400 1.71900 -8.23400 c -1.38300 -8.23400 1.06300 -8.20300 0.75000 -8.14000 c -0.44600 -8.07800 0.19600 -8.01100 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 268.94100 347.84023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65700 -5.64100 m -2.45400 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07100 -5.63300 2.03200 -5.62500 c -0.00000 -0.01600 l -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70400 -5.46900 l -4.53200 -0.01600 l -4.57100 -0.00800 4.62900 0.00000 4.70400 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90700 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28100 l -2.67600 -7.68700 2.48900 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07900 -8.35900 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.26900 0.53200 -8.25000 c -0.53200 -8.01900 0.58600 -7.81200 0.70400 -7.62500 c -0.75400 -7.64400 0.83600 -7.66400 0.95400 -7.68700 c -1.07900 -7.71900 1.21100 -7.73400 1.36000 -7.73400 c -1.56700 -7.73400 1.73500 -7.68000 1.86000 -7.57800 c -1.99300 -7.47300 2.11000 -7.28500 2.20400 -7.01600 c -2.65700 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 68.54300 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96800 m -0.36700 -5.03100 0.57800 -5.08900 0.82800 -5.14000 c -1.08600 -5.18300 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92100 c -2.86700 -4.72600 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47600 2.56200 -3.39000 c -2.43800 -3.29600 2.29700 -3.22600 2.14100 -3.17100 c -1.98400 -3.10900 1.81600 -3.05400 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79600 c -0.91400 -2.72600 0.75400 -2.63200 0.60900 -2.51500 c -0.47300 -2.40200 0.36300 -2.26500 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05400 0.31600 -0.69500 0.64100 -0.42100 c -0.97300 -0.14000 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17100 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80800 3.11300 -0.75700 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63200 0.92200 -1.75700 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17100 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38200 2.04700 -2.42100 c -2.24200 -2.48400 2.44100 -2.55800 2.64100 -2.64000 c -2.83600 -2.71400 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22600 3.59400 -3.42100 c -3.69500 -3.60900 3.75000 -3.84300 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64000 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55400 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79600 c -0.38300 -5.75300 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96800 c -h -f -Q -Q -Q -q -1 0 0 1 73.55100 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21800 2.84400 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13600 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51100 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80400 0.26900 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13200 0.59400 -0.85900 c -0.80100 -0.58900 1.06200 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01500 -0.47600 4.20300 -0.70300 c -4.39800 -0.92100 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 79.58600 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97600 2.98400 -2.95300 c -2.79700 -2.93300 2.61700 -2.92100 2.45300 -2.92100 c -1.89800 -2.92100 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55800 0.85900 -4.70300 c -0.95300 -4.85100 1.07000 -4.96400 1.21900 -5.04600 c -1.36300 -5.12100 1.52300 -5.17100 1.70300 -5.20300 c -1.87900 -5.22600 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22600 2.85900 -5.20300 c -3.05500 -5.17100 3.25400 -5.14000 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96800 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84300 c -0.60900 -0.77300 0.57800 -0.67100 0.54700 -0.54600 c -0.52300 -0.42100 0.51600 -0.30800 0.51600 -0.20300 c -0.70300 -0.14000 0.93700 -0.09300 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46800 c -4.00000 -0.77300 4.17200 -1.25700 4.17200 -1.92100 c -4.17200 -5.64000 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72600 0.57800 -5.45300 c -0.19100 -5.18300 0.00000 -4.74600 0.00000 -4.14000 c -0.00000 -3.85100 0.05500 -3.58900 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92100 0.64100 -2.76500 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42100 c -1.64100 -2.33900 1.95300 -2.29600 2.29700 -2.29600 c -2.55500 -2.29600 2.78100 -2.30800 2.96900 -2.32800 c -3.16400 -2.33900 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 85.59400 334.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15200 0.68700 -0.30900 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84700 -0.69900 1.05100 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 88.95700 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55800 4.20300 -5.64000 c -4.02400 -5.70300 3.81600 -5.75300 3.57800 -5.79600 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88200 0.00000 -2.92100 c -0.00000 -2.50700 0.05500 -2.12100 0.17200 -1.76500 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84300 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21800 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09300 3.96900 -0.13600 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39000 4.07800 -0.51500 c -4.05500 -0.64000 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76100 3.66400 -0.71800 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68300 1.84400 -0.79600 c -1.60200 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01500 c -0.78900 -2.28900 0.75000 -2.58900 0.75000 -2.92100 c -0.75000 -3.72600 0.93800 -4.31200 1.31300 -4.68700 c -1.69500 -5.05400 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21800 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09300 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 94.55500 336.82423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00700 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71800 -0.03100 c -0.71800 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09300 c -1.12500 -2.96100 1.26500 -2.83900 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46800 c -2.13300 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86700 4.46800 -4.56200 c -4.46800 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72600 3.42200 -3.45300 c -3.22200 -3.17100 2.92900 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59300 -3.28100 1.39800 -3.42100 1.23400 -3.60900 c -1.07800 -3.79600 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59300 0.71800 -4.91800 0.71800 -5.28100 c -0.71800 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 100.45700 336.65323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.02000 -2.90700 0.00800 -2.86800 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70400 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53200 0.00000 -2.46900 c -0.00800 -2.40700 0.02000 -2.36000 0.03100 -2.32900 c -1.45300 -2.32900 l -1.45300 -7.93800 l -1.41000 -7.94600 1.34800 -7.95400 1.26600 -7.95400 c -1.19100 -7.95400 1.13300 -7.95400 1.09400 -7.95400 c -1.05100 -7.95400 0.98800 -7.95400 0.90600 -7.95400 c -0.83200 -7.95400 0.77400 -7.94600 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95400 m -0.36300 -0.89100 0.35200 -0.81300 0.34400 -0.71900 c -0.34400 -0.61800 0.34400 -0.53200 0.34400 -0.46900 c -0.34400 -0.40700 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15700 0.36300 -0.08600 0.37500 -0.03200 c -0.43800 -0.02400 0.51600 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06300 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29700 -0.03200 c -1.29700 -0.08600 1.29700 -0.15700 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40700 1.31300 -0.46900 c -1.31300 -0.53200 1.30500 -0.61800 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95400 c -1.23400 -0.96500 1.15600 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95400 c -h -f -Q -Q -Q -q -1 0 0 1 103.85500 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26100 0.68800 -0.42900 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14000 c -0.77400 -1.00700 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60100 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26100 1.73900 -0.17100 1.93800 -0.10900 c -2.14500 -0.03900 2.37600 0.00000 2.62600 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20800 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35100 3.43800 -1.07800 c -3.25000 -0.79600 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41500 -1.07000 1.25000 -1.26500 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26500 0.71900 -2.59300 0.71900 -2.96800 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45800 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.04000 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 109.62100 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.42200 -5.17100 m -4.06700 -5.19500 4.52400 -5.32800 4.79700 -5.57800 c -5.07800 -5.82800 5.21900 -6.16000 5.21900 -6.57800 c -5.21900 -6.86700 5.14500 -7.12800 5.00000 -7.35900 c -4.85200 -7.58600 4.64500 -7.78500 4.37500 -7.95300 c -4.11300 -8.11700 3.80100 -8.24200 3.43800 -8.32800 c -3.07000 -8.42100 2.67600 -8.46800 2.25000 -8.46800 c -1.92600 -8.46800 1.62500 -8.44100 1.34400 -8.39000 c -1.07000 -8.33600 0.83200 -8.25300 0.62500 -8.14000 c -0.42600 -8.03500 0.27000 -7.89000 0.15600 -7.70300 c -0.05100 -7.51500 0.00000 -7.28500 0.00000 -7.01500 c -0.00000 -6.73400 0.07800 -6.46100 0.23400 -6.20300 c -0.39900 -5.95300 0.61300 -5.76500 0.87500 -5.64000 c -0.72700 -5.54600 0.61000 -5.43300 0.51600 -5.29600 c -0.42200 -5.16400 0.37500 -4.99600 0.37500 -4.79600 c -0.37500 -4.51500 0.44200 -4.28100 0.57800 -4.09300 c -0.71100 -3.89800 0.89500 -3.71800 1.12500 -3.56200 c -0.86300 -3.40600 0.65600 -3.19500 0.50000 -2.92100 c -0.35200 -2.65200 0.28100 -2.32800 0.28100 -1.95300 c -0.28100 -1.68300 0.32000 -1.42900 0.40600 -1.18700 c -0.50000 -0.94900 0.64100 -0.74200 0.82800 -0.56200 c -1.01600 -0.38600 1.23800 -0.25000 1.50000 -0.15600 c -1.77000 -0.05400 2.08200 0.00000 2.43800 0.00000 c -2.73800 0.00000 3.00400 -0.03900 3.23400 -0.10900 c -3.47300 -0.18300 3.68000 -0.28100 3.86000 -0.40600 c -3.93000 -0.37500 4.02000 -0.34300 4.12500 -0.31200 c -4.23800 -0.27300 4.36000 -0.24200 4.48400 -0.21800 c -4.61700 -0.18700 4.75400 -0.16800 4.89100 -0.15600 c -5.03500 -0.13600 5.17200 -0.12500 5.29700 -0.12500 c -5.32800 -0.24200 5.34400 -0.35900 5.34400 -0.48400 c -5.34400 -0.63200 5.32800 -0.75700 5.29700 -0.85900 c -4.26600 -0.85900 l -4.36000 -1.02700 4.43000 -1.19900 4.48400 -1.37500 c -4.54700 -1.55400 4.57800 -1.74600 4.57800 -1.95300 c -4.57800 -2.26500 4.52000 -2.54600 4.40600 -2.79600 c -4.30100 -3.03900 4.14900 -3.24200 3.95300 -3.40600 c -3.76600 -3.56200 3.53900 -3.68700 3.28100 -3.78100 c -3.02000 -3.86700 2.73800 -3.90600 2.43800 -3.90600 c -2.11300 -3.90600 1.83600 -3.86700 1.61000 -3.78100 c -1.39900 -3.91800 1.25400 -4.04600 1.17200 -4.17100 c -1.08600 -4.28900 1.04700 -4.42100 1.04700 -4.57800 c -1.04700 -4.65200 1.05500 -4.72600 1.07800 -4.79600 c -1.09800 -4.85900 1.14500 -4.91800 1.21900 -4.96800 c -1.28900 -5.02300 1.39100 -5.07000 1.51600 -5.10900 c -1.64100 -5.14000 1.80100 -5.15600 2.00000 -5.15600 c -3.42200 -5.17100 l -h -1.86000 -5.82800 m -1.51600 -5.82800 1.23800 -5.92500 1.03100 -6.12500 c -0.82000 -6.32000 0.71900 -6.58600 0.71900 -6.92100 c -0.71900 -7.09700 0.75400 -7.24200 0.82800 -7.35900 c -0.91000 -7.47200 1.02400 -7.56200 1.17200 -7.62500 c -1.31700 -7.69500 1.48400 -7.74200 1.67200 -7.76500 c -1.86000 -7.79600 2.06300 -7.81200 2.28100 -7.81200 c -2.95700 -7.81200 3.48800 -7.69500 3.87500 -7.46800 c -4.25800 -7.23800 4.45300 -6.96100 4.45300 -6.64000 c -4.45300 -6.35900 4.35200 -6.15600 4.15600 -6.03100 c -3.96900 -5.91400 3.65600 -5.85900 3.21900 -5.85900 c -1.86000 -5.82800 l -h -1.04700 -1.95300 m -1.04700 -2.32800 1.15600 -2.64800 1.37500 -2.90600 c -1.60200 -3.16800 1.95700 -3.29600 2.43800 -3.29600 c -2.91400 -3.29600 3.26600 -3.16800 3.48400 -2.90600 c -3.71100 -2.64800 3.82800 -2.32800 3.82800 -1.95300 c -3.82800 -1.57000 3.71100 -1.24600 3.48400 -0.98400 c -3.26600 -0.72600 2.91400 -0.59300 2.43800 -0.59300 c -1.95700 -0.59300 1.60200 -0.72600 1.37500 -0.98400 c -1.15600 -1.24600 1.04700 -1.57000 1.04700 -1.95300 c -h -f -Q -Q -Q -q -1 0 0 1 118.21100 336.88723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99600 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82400 0.00000 -2.76600 0.00000 -2.70300 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.85900 1.42200 -0.51600 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03100 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61700 3.50000 -0.71900 c -3.43700 -0.69900 3.34800 -0.68400 3.23400 -0.67200 c -3.12900 -0.65200 3.01600 -0.64100 2.89100 -0.64100 c -2.69100 -0.64100 2.52000 -0.66400 2.37500 -0.70300 c -2.22700 -0.74600 2.10200 -0.82000 2.00000 -0.92200 c -1.90600 -1.02700 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70300 c -3.25800 -2.76600 3.26600 -2.82400 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99600 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 122.10500 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08300 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08300 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08300 -5.85900 1.71100 -5.78500 1.39100 -5.64000 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76100 0.24300 -4.44900 0.14100 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84300 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21800 c -1.71100 -0.07400 2.08300 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21800 c -3.90700 -0.36700 4.16500 -0.57400 4.37600 -0.84300 c -4.58300 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95800 -2.13600 5.01600 -2.51500 5.01600 -2.92100 c -5.01600 -3.33900 4.95800 -3.73000 4.84400 -4.09300 c -4.73900 -4.44900 4.58300 -4.76100 4.37600 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64000 c -3.28200 -5.78500 2.91500 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 128.73400 334.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15200 0.68800 -0.30900 0.68800 -0.48400 c -0.69600 -0.66400 0.70400 -0.82400 0.70400 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.35900 c -2.65700 -0.48400 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86800 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 134.59800 336.05923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31300 0.00700 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.86000 c -0.00700 -1.80900 0.01900 -1.76600 0.03100 -1.73500 c -0.98400 -1.73500 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71800 0.00000 l -1.71800 -1.73500 l -3.23400 -1.73500 l -3.23400 -1.76600 3.23400 -1.80900 3.23400 -1.86000 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27400 3.23400 -2.31300 3.23400 -2.34400 c -1.71800 -2.34400 l -1.71800 -6.00000 l -1.71800 -6.18800 1.73800 -6.33600 1.78100 -6.43800 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68800 c -2.05000 -6.74200 2.14000 -6.77800 2.23400 -6.79700 c -2.33600 -6.82100 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79700 3.20300 -6.73500 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05000 -7.42600 2.74200 -7.46900 2.39000 -7.46900 c -1.97200 -7.46900 1.63300 -7.36000 1.37500 -7.14100 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 139.07000 336.82423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00700 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00700 0.53200 -0.01500 c -0.61400 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09300 c -1.12500 -2.96100 1.26600 -2.83900 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46800 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72600 3.42200 -3.45300 c -3.22300 -3.17100 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42100 1.23500 -3.60900 c -1.07800 -3.79600 0.95300 -4.03100 0.86000 -4.31200 c -0.76600 -4.59300 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 145.05100 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21800 2.84400 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13600 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51100 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80400 0.26900 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13200 0.59400 -0.85900 c -0.80100 -0.58900 1.06200 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01500 -0.47600 4.20300 -0.70300 c -4.39800 -0.92100 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 153.88300 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55800 4.20300 -5.64000 c -4.02300 -5.70300 3.81600 -5.75300 3.57800 -5.79600 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88200 0.00000 -2.92100 c -0.00000 -2.50700 0.05500 -2.12100 0.17200 -1.76500 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84300 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21800 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09300 3.96900 -0.13600 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39000 4.07800 -0.51500 c -4.05500 -0.64000 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76100 3.66400 -0.71800 3.43700 -0.68700 c -3.21900 -0.64800 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68300 1.84400 -0.79600 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01500 c -0.78900 -2.28900 0.75000 -2.58900 0.75000 -2.92100 c -0.75000 -3.72600 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05400 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21800 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09300 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 158.99600 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64000 c -1.07800 -5.49600 0.81700 -5.29300 0.60900 -5.03100 c -0.39900 -4.76100 0.24200 -4.44900 0.14100 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.60900 -0.84300 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21800 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13600 5.01600 -2.51500 5.01600 -2.92100 c -5.01600 -3.33900 4.95700 -3.73000 4.84400 -4.09300 c -4.73800 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 165.57800 334.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73500 -0.01600 c -0.73500 -3.17200 l -0.73500 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.36000 -4.88700 1.55100 -4.98400 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09400 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48400 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65600 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28100 c -0.50000 -5.09400 0.32000 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 171.94100 334.34023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15200 0.68800 -0.30900 0.68800 -0.48400 c -0.69600 -0.66400 0.70400 -0.82400 0.70400 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.35900 c -2.65700 -0.48400 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86800 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.04000 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 175.29700 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96800 m -0.36700 -5.03100 0.57800 -5.08900 0.82800 -5.14000 c -1.08600 -5.18300 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92100 c -2.86700 -4.72600 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47600 2.56200 -3.39000 c -2.43700 -3.29600 2.29700 -3.22600 2.14100 -3.17100 c -1.98400 -3.10900 1.81600 -3.05400 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79600 c -0.91400 -2.72600 0.75400 -2.63200 0.60900 -2.51500 c -0.47300 -2.40200 0.36300 -2.26500 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05400 0.31600 -0.69500 0.64100 -0.42100 c -0.97300 -0.14000 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17100 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80800 3.11300 -0.75700 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63200 0.92200 -1.75700 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17100 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38200 2.04700 -2.42100 c -2.24200 -2.48400 2.44100 -2.55800 2.64100 -2.64000 c -2.83600 -2.71400 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22600 3.59400 -3.42100 c -3.69500 -3.60900 3.75000 -3.84300 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64000 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55400 2.72600 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79600 c -0.38300 -5.75300 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96800 c -h -f -Q -Q -Q -q -1 0 0 1 180.30900 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21800 2.84300 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13600 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51100 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80400 0.26900 -4.49600 0.15600 -4.14000 c -0.05000 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13200 0.59300 -0.85900 c -0.80000 -0.58900 1.06200 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01500 -0.47600 4.20300 -0.70300 c -4.39800 -0.92100 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51500 c -4.79600 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 189.13700 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55800 4.20300 -5.64000 c -4.02300 -5.70300 3.81600 -5.75300 3.57800 -5.79600 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88200 0.00000 -2.92100 c -0.00000 -2.50700 0.05400 -2.12100 0.17200 -1.76500 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84300 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21800 c -1.87500 -0.07400 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09300 3.96800 -0.13600 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39000 4.07800 -0.51500 c -4.05400 -0.64000 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76100 3.66400 -0.71800 3.43700 -0.68700 c -3.21800 -0.64800 2.97600 -0.62500 2.71800 -0.62500 c -2.38300 -0.62500 2.09400 -0.68300 1.84400 -0.79600 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01500 c -0.78900 -2.28900 0.75000 -2.58900 0.75000 -2.92100 c -0.75000 -3.72600 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05400 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21800 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09300 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 194.25000 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64000 4.25000 -2.92100 c -4.25000 -2.21400 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21400 0.75000 -2.92100 c -0.75000 -3.64000 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64000 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76100 0.24200 -4.44900 0.14100 -4.09300 c -0.04700 -3.73000 0.00000 -3.33900 0.00000 -2.92100 c -0.00000 -2.51500 0.04700 -2.13600 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84300 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21800 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21800 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84300 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13600 5.01600 -2.51500 5.01600 -2.92100 c -5.01600 -3.33900 4.95700 -3.73000 4.84400 -4.09300 c -4.73800 -4.44900 4.58200 -4.76100 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 200.59800 336.82423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09700 -0.02300 4.16000 -0.01500 4.23400 -0.01500 c -4.31600 -0.00700 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00700 4.59300 -0.01500 c -4.67500 -0.01500 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55000 -8.05800 4.26500 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46800 -8.23400 2.08600 -8.18700 1.73400 -8.09300 c -1.39000 -8.00000 1.08600 -7.84300 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21800 -6.76500 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42100 c -0.00000 -4.94500 0.06200 -4.51500 0.18700 -4.14000 c -0.32000 -3.75700 0.50700 -3.43300 0.75000 -3.17100 c -0.98800 -2.91400 1.28100 -2.71400 1.62500 -2.57800 c -1.96800 -2.44500 2.34300 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46800 -2.43700 c -3.70700 -2.46800 3.89800 -2.51100 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13600 3.48400 -3.09300 c -3.26500 -3.04300 3.03100 -3.01500 2.78100 -3.01500 c -2.43700 -3.01500 2.14000 -3.07800 1.89000 -3.20300 c -1.64000 -3.32000 1.42500 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05400 0.75000 -5.40600 c -0.75000 -6.16800 0.92900 -6.72600 1.29700 -7.07800 c -1.66000 -7.42100 2.17500 -7.59300 2.84300 -7.59300 c -3.08200 -7.59300 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 207.01200 334.44923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04600 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21800 2.84300 -5.21800 c -3.12500 -5.21800 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13600 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46800 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51100 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80400 0.26900 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38600 0.00000 -2.96800 c -0.00000 -2.55400 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13200 0.59300 -0.85900 c -0.80100 -0.58900 1.06200 -0.38200 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30400 4.01500 -0.47600 4.20300 -0.70300 c -4.39800 -0.92100 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.58900 4.78900 -2.67900 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96400 4.78100 -3.04600 c -0.78100 -3.04600 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54600 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88600 3.23400 -0.78100 c -3.03500 -0.67900 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42100 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 213.06300 334.68423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -5.96900 m -0.00700 -5.81300 0.00000 -5.65600 0.00000 -5.50000 c -0.00000 -5.34400 0.00700 -5.18800 0.03100 -5.03100 c -0.18700 -5.01200 0.34300 -5.00000 0.50000 -5.00000 c -0.65600 -5.00000 0.81200 -5.01200 0.96800 -5.03100 c -0.98800 -5.18800 1.00000 -5.34400 1.00000 -5.50000 c -1.00000 -5.65600 0.98800 -5.81300 0.96800 -5.96900 c -0.81200 -5.98800 0.66000 -6.00000 0.51500 -6.00000 c -0.34700 -6.00000 0.18700 -5.98800 0.03100 -5.96900 c -h -0.03100 -0.96900 m -0.00700 -0.81300 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34400 0.00700 -0.18800 0.03100 -0.03100 c -0.18700 -0.01200 0.34300 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81200 -0.01200 0.96800 -0.03100 c -0.98800 -0.18800 1.00000 -0.34400 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81300 0.96800 -0.96900 c -0.81200 -0.99200 0.66000 -1.00000 0.51500 -1.00000 c -0.34700 -1.00000 0.18700 -0.99200 0.03100 -0.96900 c -h -f -Q -Q -Q -q -1 0 0 1 218.23800 336.76223 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.22700 -0.09400 0.49300 -0.07000 0.79700 -0.04700 c -1.11000 -0.01600 1.50000 0.00000 1.96900 0.00000 c -2.36400 0.00000 2.73900 -0.03900 3.09400 -0.10900 c -3.45700 -0.17200 3.77400 -0.28100 4.04700 -0.43800 c -4.31700 -0.59400 4.52400 -0.80900 4.67200 -1.07800 c -4.82800 -1.34000 4.90700 -1.66800 4.90700 -2.06300 c -4.90700 -2.30500 4.86700 -2.52400 4.79700 -2.71900 c -4.73500 -2.91800 4.64100 -3.09400 4.51600 -3.25000 c -4.39900 -3.39900 4.27000 -3.52400 4.12500 -3.62500 c -3.97700 -3.71900 3.83200 -3.77700 3.68800 -3.79700 c -3.85200 -3.82000 4.03500 -3.87100 4.23500 -3.95300 c -4.44200 -4.03900 4.63300 -4.15600 4.81300 -4.31300 c -4.98900 -4.46900 5.13300 -4.67200 5.25000 -4.92200 c -5.36400 -5.17200 5.42200 -5.47700 5.42200 -5.82800 c -5.42200 -6.30900 5.33200 -6.69900 5.15700 -7.00000 c -4.97700 -7.30500 4.73900 -7.54300 4.43800 -7.71900 c -4.13300 -7.89900 3.78200 -8.01600 3.37500 -8.07800 c -2.97700 -8.14100 2.56300 -8.17200 2.12500 -8.17200 c -1.78200 -8.17200 1.44200 -8.16000 1.11000 -8.14100 c -0.78500 -8.12900 0.41400 -8.09800 0.00000 -8.04700 c -0.00000 -0.12500 l -h -1.59400 -6.84400 m -1.69600 -6.85600 1.81700 -6.86700 1.95300 -6.87500 c -2.08600 -6.87500 2.20700 -6.87500 2.31300 -6.87500 c -2.46900 -6.87500 2.62900 -6.86700 2.79700 -6.84400 c -2.96100 -6.81300 3.11700 -6.75800 3.26600 -6.67200 c -3.42200 -6.59000 3.54700 -6.47700 3.64100 -6.32800 c -3.73500 -6.17200 3.78200 -5.96900 3.78200 -5.71900 c -3.78200 -5.50000 3.74300 -5.32000 3.67200 -5.17200 c -3.59800 -5.01600 3.49300 -4.89100 3.36000 -4.79700 c -3.22300 -4.70300 3.06300 -4.64100 2.87500 -4.60900 c -2.68800 -4.57000 2.47700 -4.54700 2.25000 -4.54700 c -1.59400 -4.54700 l -1.59400 -6.84400 l -h -2.07800 -3.34400 m -2.25400 -3.34400 2.42200 -3.32800 2.57800 -3.29700 c -2.74300 -3.25800 2.88300 -3.19500 3.00000 -3.10900 c -3.11400 -3.02700 3.20300 -2.91800 3.26600 -2.78100 c -3.33600 -2.63700 3.37500 -2.45300 3.37500 -2.23400 c -3.37500 -2.01600 3.33200 -1.84000 3.25000 -1.70300 c -3.17600 -1.57000 3.07800 -1.46500 2.95300 -1.39100 c -2.83600 -1.30900 2.70300 -1.25800 2.54700 -1.23400 c -2.39900 -1.20300 2.25400 -1.18800 2.11000 -1.18800 c -1.89900 -1.18800 1.72700 -1.20300 1.59400 -1.23400 c -1.59400 -3.34400 l -2.07800 -3.34400 l -h -f -Q -Q -Q -q -1 0 0 1 224.86700 336.76223 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.10900 m -0.34400 -0.07800 0.68800 -0.05500 1.03100 -0.03100 c -1.37500 -0.01200 1.72300 0.00000 2.07800 0.00000 c -2.44200 0.00000 2.81300 -0.03900 3.18800 -0.10900 c -3.56300 -0.18400 3.89900 -0.32400 4.20300 -0.53100 c -4.51600 -0.73100 4.76600 -1.01200 4.95300 -1.37500 c -5.14100 -1.73100 5.23500 -2.19500 5.23500 -2.76600 c -5.23500 -3.34000 5.14100 -3.80500 4.95300 -4.15600 c -4.76600 -4.51200 4.52000 -4.79300 4.21900 -5.00000 c -3.91400 -5.21100 3.57800 -5.35200 3.20300 -5.42200 c -2.83600 -5.49600 2.47300 -5.53100 2.11000 -5.53100 c -2.01600 -5.53100 1.92600 -5.53100 1.84400 -5.53100 c -1.75800 -5.52400 1.68000 -5.51200 1.61000 -5.50000 c -1.61000 -8.04700 l -1.47300 -8.06600 1.33600 -8.08200 1.20300 -8.09400 c -1.06700 -8.10200 0.93800 -8.10900 0.81300 -8.10900 c -0.69600 -8.10900 0.56700 -8.10200 0.42200 -8.09400 c -0.28500 -8.08200 0.14500 -8.06600 0.00000 -8.04700 c -0.00000 -0.10900 l -h -1.61000 -4.17200 m -1.70300 -4.19500 1.78500 -4.20300 1.86000 -4.20300 c -1.93000 -4.20300 2.02400 -4.20300 2.14100 -4.20300 c -2.31700 -4.20300 2.49200 -4.18000 2.67200 -4.12500 c -2.84800 -4.07400 3.00400 -3.99600 3.14100 -3.89100 c -3.27400 -3.77700 3.38300 -3.63300 3.46900 -3.45300 c -3.55100 -3.27700 3.59400 -3.05500 3.59400 -2.78100 c -3.59400 -2.51200 3.55100 -2.28900 3.46900 -2.10900 c -3.38300 -1.92200 3.27400 -1.77400 3.14100 -1.65600 c -3.00400 -1.54300 2.84800 -1.46500 2.67200 -1.42200 c -2.49200 -1.37100 2.31700 -1.34400 2.14100 -1.34400 c -2.05500 -1.34400 1.97700 -1.34400 1.90600 -1.34400 c -1.84400 -1.34400 1.74200 -1.35600 1.61000 -1.37500 c -1.61000 -4.17200 l -h -f -Q -Q -Q -q -1 0 0 1 231.29300 336.76223 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.10900 m -0.34400 -0.07800 0.68800 -0.05500 1.03100 -0.03100 c -1.37500 -0.01200 1.72300 0.00000 2.07800 0.00000 c -2.44100 0.00000 2.81200 -0.03900 3.18800 -0.10900 c -3.56200 -0.18400 3.89800 -0.32400 4.20300 -0.53100 c -4.51600 -0.73100 4.76600 -1.01200 4.95300 -1.37500 c -5.14100 -1.73100 5.23400 -2.19500 5.23400 -2.76600 c -5.23400 -3.34000 5.14100 -3.80500 4.95300 -4.15600 c -4.76600 -4.51200 4.52000 -4.79300 4.21900 -5.00000 c -3.91400 -5.21100 3.57800 -5.35200 3.20300 -5.42200 c -2.83600 -5.49600 2.47300 -5.53100 2.10900 -5.53100 c -2.01600 -5.53100 1.92600 -5.53100 1.84400 -5.53100 c -1.75800 -5.52400 1.68000 -5.51200 1.60900 -5.50000 c -1.60900 -8.04700 l -1.47300 -8.06600 1.33600 -8.08200 1.20300 -8.09400 c -1.06600 -8.10200 0.93800 -8.10900 0.81200 -8.10900 c -0.69500 -8.10900 0.56600 -8.10200 0.42200 -8.09400 c -0.28500 -8.08200 0.14500 -8.06600 0.00000 -8.04700 c -0.00000 -0.10900 l -h -1.60900 -4.17200 m -1.70300 -4.19500 1.78500 -4.20300 1.85900 -4.20300 c -1.93000 -4.20300 2.02300 -4.20300 2.14100 -4.20300 c -2.31600 -4.20300 2.49200 -4.18000 2.67200 -4.12500 c -2.84800 -4.07400 3.00400 -3.99600 3.14100 -3.89100 c -3.27300 -3.77700 3.38300 -3.63300 3.46900 -3.45300 c -3.55100 -3.27700 3.59400 -3.05500 3.59400 -2.78100 c -3.59400 -2.51200 3.55100 -2.28900 3.46900 -2.10900 c -3.38300 -1.92200 3.27300 -1.77400 3.14100 -1.65600 c -3.00400 -1.54300 2.84800 -1.46500 2.67200 -1.42200 c -2.49200 -1.37100 2.31600 -1.34400 2.14100 -1.34400 c -2.05500 -1.34400 1.97700 -1.34400 1.90600 -1.34400 c -1.84400 -1.34400 1.74200 -1.35600 1.60900 -1.37500 c -1.60900 -4.17200 l -h -f -Q -Q -Q -q -1 0 0 1 237.05900 336.68423 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.46800 -5.14100 m -0.00000 -0.06300 l -0.31200 -0.02400 0.61700 0.00000 0.92200 0.00000 c -1.20300 0.00000 1.48400 -0.02400 1.76500 -0.06300 c -3.32800 -3.64100 l -4.85900 -0.06300 l -5.12900 -0.02400 5.41000 0.00000 5.70300 0.00000 c -5.96100 0.00000 6.24200 -0.02400 6.54600 -0.06300 c -4.07800 -5.14100 l -4.07800 -7.98500 l -3.92900 -8.00400 3.78900 -8.01600 3.65600 -8.01600 c -3.53100 -8.02400 3.39800 -8.03100 3.26500 -8.03100 c -3.14000 -8.03100 3.00700 -8.02400 2.87500 -8.01600 c -2.73800 -8.01600 2.60100 -8.00400 2.46800 -7.98500 c -2.46800 -5.14100 l -h -f -Q -Q -Q -q -1 0 0 1 68.15200 313.12123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.64100 -0.03100 m -2.69200 -0.02300 2.75800 -0.01500 2.84400 -0.01500 c -2.93800 -0.00800 3.02000 0.00000 3.09400 0.00000 c -3.17600 0.00000 3.25800 -0.00800 3.34400 -0.01500 c -3.42600 -0.01500 3.49300 -0.02300 3.54700 -0.03100 c -6.18800 -7.93700 l -6.14500 -7.94500 6.08200 -7.95300 6.00000 -7.95300 c -5.91400 -7.95300 5.83600 -7.95300 5.76600 -7.95300 c -5.70300 -7.95300 5.63300 -7.95300 5.56300 -7.95300 c -5.48900 -7.95300 5.42600 -7.94500 5.37500 -7.93700 c -4.70300 -5.92200 l -1.45300 -5.92200 l -0.82900 -7.93700 l -0.76600 -7.94500 0.69200 -7.95300 0.61000 -7.95300 c -0.53600 -7.95300 0.46900 -7.95300 0.40700 -7.95300 c -0.33200 -7.95300 0.25400 -7.95300 0.17200 -7.95300 c -0.09800 -7.95300 0.03900 -7.94500 0.00000 -7.93700 c -2.64100 -0.03100 l -h -4.48500 -5.21800 m -3.06300 -0.82800 l -1.67200 -5.21800 l -4.48500 -5.21800 l -h -f -Q -Q -Q -q -1 0 0 1 74.83200 313.35623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99600 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70300 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43800 -0.70000 3.34800 -0.68400 3.23400 -0.67200 c -3.12900 -0.65300 3.01600 -0.64100 2.89100 -0.64100 c -2.69100 -0.64100 2.52000 -0.66400 2.37500 -0.70300 c -2.22700 -0.74600 2.10200 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70300 c -3.25800 -2.76600 3.26600 -2.82500 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99600 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 78.52300 312.52823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03200 -2.34400 l -0.02000 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15700 0.00000 -2.09400 0.00000 -2.03200 c -0.00000 -1.96900 0.00000 -1.91500 0.00000 -1.86000 c -0.00800 -1.80900 0.02000 -1.76600 0.03200 -1.73500 c -0.98500 -1.73500 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73500 l -3.23500 -1.73500 l -3.23500 -1.76600 3.23500 -1.80900 3.23500 -1.86000 c -3.24300 -1.91500 3.25000 -1.96900 3.25000 -2.03200 c -3.25000 -2.09400 3.24300 -2.15700 3.23500 -2.21900 c -3.23500 -2.27400 3.23500 -2.31300 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73900 -6.33600 1.78200 -6.43800 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68800 c -2.05100 -6.74300 2.14100 -6.77800 2.23500 -6.79700 c -2.33600 -6.82100 2.43800 -6.82900 2.53200 -6.82900 c -2.79000 -6.82900 3.01600 -6.79700 3.20400 -6.73500 c -3.25400 -6.92200 3.29000 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74300 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.36000 1.37500 -7.14100 c -1.11400 -6.91500 0.98500 -6.54300 0.98500 -6.03200 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 82.68400 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14000 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47600 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 89.07400 310.80923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 94.87500 310.80923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53100 -0.01600 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84400 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28100 l -2.67600 -7.68800 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23400 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.27000 0.53100 -8.25000 c -0.53100 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.35900 -7.73500 c -1.56600 -7.73500 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01600 c -2.65600 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 100.85900 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64000 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64000 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64000 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51500 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51500 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90700 -5.49600 3.59400 -5.64000 c -3.28200 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 107.44100 310.80923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32900 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00800 0.73500 -0.01600 c -0.73500 -3.17200 l -0.73500 -3.57100 0.77000 -3.89900 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60600 1.20400 -4.75000 c -1.36000 -4.88700 1.55100 -4.98500 1.78200 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20400 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70400 -4.96900 c -3.70400 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07900 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48500 l -4.16400 -5.55900 3.86400 -5.62100 3.53200 -5.67200 c -3.19600 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82900 -5.71900 1.51600 -5.65600 c -1.21100 -5.59400 0.94600 -5.46900 0.71900 -5.28100 c -0.50000 -5.09400 0.32100 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 113.80500 310.80923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84700 -0.69900 1.05000 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 120.08600 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47600 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 126.48100 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14000 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60100 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37400 0.00000 2.62400 0.00000 c -3.25700 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00300 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35100 3.43700 -1.07800 c -3.25000 -0.79700 2.96000 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26500 c -1.09300 -1.45300 0.96000 -1.69500 0.85900 -1.98400 c -0.76500 -2.26500 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 132.77300 310.80923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82400 0.70400 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41500 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45800 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.04000 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 136.13700 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64000 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64000 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64000 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51500 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51500 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64000 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 142.76600 313.29323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01500 0.17200 -0.01500 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01500 c -0.61300 -0.01500 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -6.81200 l -0.71800 -7.00000 0.73800 -7.15200 0.78100 -7.26500 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92500 -7.72600 1.93700 -7.82800 c -1.95700 -7.93300 1.97200 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75700 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38200 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96800 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 145.83600 313.29323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26500 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72600 1.93700 -7.82800 c -1.95700 -7.93300 1.97300 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 148.91000 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95300 -0.68700 c -1.05500 -0.55500 1.17600 -0.43300 1.31300 -0.32800 c -1.45700 -0.22600 1.61700 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.11000 -0.12100 3.24200 -0.18700 3.36000 -0.28100 c -3.47300 -0.37500 3.56700 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.86000 -1.03100 c -3.94200 -0.90600 4.03500 -0.78100 4.14100 -0.65600 c -4.24200 -0.53100 4.36000 -0.42200 4.48500 -0.32800 c -4.61700 -0.22600 4.77000 -0.14800 4.93800 -0.09400 c -5.11300 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32100 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48500 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.86000 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15600 -1.76500 c -4.09400 -1.97600 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68800 -5.75000 c -3.65600 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26500 l -3.32800 -1.70300 3.23800 -1.28900 3.06300 -1.01500 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05800 1.15600 -1.26500 c -1.02000 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26500 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 157.79300 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14000 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47600 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51500 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76500 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 164.18400 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14000 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60100 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25700 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46800 -1.49200 4.46800 -2.18700 c -4.46800 -5.73400 l -4.42500 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92100 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63200 -1.35100 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84300 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26500 c -1.09300 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26500 0.71800 -2.59400 0.71800 -2.96900 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 169.74600 312.52823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03100 -2.34400 l -0.02000 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15700 0.00000 -2.09400 0.00000 -2.03200 c -0.00000 -1.96900 0.00000 -1.91500 0.00000 -1.86000 c -0.00800 -1.80900 0.02000 -1.76600 0.03100 -1.73500 c -0.98500 -1.73500 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73500 l -3.23500 -1.73500 l -3.23500 -1.76600 3.23500 -1.80900 3.23500 -1.86000 c -3.24200 -1.91500 3.25000 -1.96900 3.25000 -2.03200 c -3.25000 -2.09400 3.24200 -2.15700 3.23500 -2.21900 c -3.23500 -2.27400 3.23500 -2.31300 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73800 -6.33600 1.78100 -6.43800 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68800 c -2.05100 -6.74300 2.14100 -6.77800 2.23500 -6.79700 c -2.33600 -6.82100 2.43800 -6.82900 2.53100 -6.82900 c -2.78900 -6.82900 3.01600 -6.79700 3.20300 -6.73500 c -3.25400 -6.92200 3.28900 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.36000 1.37500 -7.14100 c -1.11300 -6.91500 0.98500 -6.54300 0.98500 -6.03200 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 173.57800 306.13723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.59400 -0.01600 m -0.65600 -0.00800 0.71900 0.00000 0.78100 0.00000 c -0.84400 0.00000 0.90600 0.00000 0.96900 0.00000 c -1.03100 0.00000 1.09400 0.00000 1.15600 0.00000 c -1.21900 0.00000 1.28500 -0.00800 1.36000 -0.01600 c -0.76600 -2.20300 l -0.69200 -2.21100 0.62500 -2.21900 0.56300 -2.21900 c -0.50000 -2.21900 0.43800 -2.21900 0.37500 -2.21900 c -0.31300 -2.21900 0.25000 -2.21900 0.18800 -2.21900 c -0.12500 -2.21900 0.06300 -2.21100 0.00000 -2.20300 c -0.59400 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 178.91000 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55800 4.20300 -5.64000 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76500 c -0.28500 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39000 4.07800 -0.51500 c -4.05500 -0.64000 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68300 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01500 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72600 0.93800 -4.31200 1.31300 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 184.50800 313.29323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01500 0.17200 -0.01500 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26500 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72600 1.93700 -7.82800 c -1.95700 -7.93300 1.97300 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 187.19100 313.12123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76100 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46800 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45400 -2.32800 l -1.45400 -7.93700 l -1.41100 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71800 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46800 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70400 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91100 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46800 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71800 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96800 1.06300 -0.96800 c -0.97700 -0.96800 0.91100 -0.96800 0.86000 -0.96800 c -0.78600 -0.96800 0.70400 -0.96800 0.61000 -0.96800 c -0.51600 -0.96800 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 190.27700 310.91823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55800 4.20400 -5.64000 c -4.02400 -5.70300 3.81700 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70400 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76500 c -0.28600 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39000 4.07800 -0.51500 c -4.05500 -0.64000 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68300 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01500 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72600 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07800 -5.23400 3.28600 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 195.87500 313.29323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01500 0.17200 -0.01500 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01500 c -0.61300 -0.01500 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.31600 -8.12500 0.25400 -8.12500 0.17200 -8.12500 c -0.09800 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -1.18800 -5.21900 m -3.20300 -2.50000 l -3.31600 -2.48000 3.44100 -2.46900 3.57800 -2.46900 c -3.74200 -2.46900 3.89800 -2.48000 4.04700 -2.50000 c -2.04700 -5.14000 l -4.40600 -8.10900 l -4.28100 -8.12900 4.14800 -8.14000 4.01600 -8.14000 c -3.84800 -8.14000 3.69100 -8.12900 3.54700 -8.10900 c -1.18800 -5.21900 l -h -f -Q -Q -Q -q -1 0 0 1 203.72300 313.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.04700 m -0.12500 -0.02800 0.23800 -0.01600 0.34300 -0.01600 c -0.45700 -0.00800 0.57800 0.00000 0.70300 0.00000 c -0.82800 0.00000 0.94500 -0.00800 1.06200 -0.01600 c -1.17500 -0.01600 1.29700 -0.02800 1.42200 -0.04700 c -1.42200 -3.14100 l -1.29700 -3.16500 1.17500 -3.18000 1.06200 -3.18800 c -0.95700 -3.18800 0.84300 -3.18800 0.71800 -3.18800 c -0.59300 -3.18800 0.47200 -3.18800 0.35900 -3.18800 c -0.24200 -3.18000 0.12500 -3.16500 0.00000 -3.14100 c -0.00000 -0.04700 l -h -2.00000 -0.04700 m -2.12500 -0.02800 2.23800 -0.01600 2.34300 -0.01600 c -2.45700 -0.00800 2.57800 0.00000 2.70300 0.00000 c -2.82800 0.00000 2.94500 -0.00800 3.06200 -0.01600 c -3.17500 -0.01600 3.29700 -0.02800 3.42200 -0.04700 c -3.42200 -3.14100 l -3.29700 -3.16500 3.17500 -3.18000 3.06200 -3.18800 c -2.95700 -3.18800 2.84300 -3.18800 2.71800 -3.18800 c -2.59300 -3.18800 2.47200 -3.18800 2.35900 -3.18800 c -2.24200 -3.18000 2.12500 -3.16500 2.00000 -3.14100 c -2.00000 -0.04700 l -h -f -Q -Q -Q -q -1 0 0 1 208.66800 313.09023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -4.50000 0.00000 l -4.53900 -0.21900 4.56300 -0.44500 4.56300 -0.67200 c -4.56300 -0.91400 4.53900 -1.14100 4.50000 -1.35900 c -1.60900 -1.35900 l -1.60900 -3.07800 l -3.89100 -3.07800 l -3.94100 -3.30900 3.96900 -3.53900 3.96900 -3.76600 c -3.96900 -3.99600 3.94100 -4.22700 3.89100 -4.45300 c -1.60900 -4.45300 l -1.60900 -6.54700 l -4.56300 -6.54700 l -4.61300 -6.76600 4.64100 -6.99200 4.64100 -7.21900 c -4.64100 -7.46100 4.61300 -7.68700 4.56300 -7.90600 c -0.00000 -7.90600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 214.51200 310.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.10100 -0.10500 0.20700 -0.09000 0.31200 -0.07800 c -0.41400 -0.07000 0.53100 -0.06200 0.65600 -0.06200 c -0.78100 -0.06200 0.89000 -0.07000 0.98400 -0.07800 c -1.07800 -0.09000 1.17600 -0.10500 1.28100 -0.12500 c -1.30100 -0.16800 1.32000 -0.22600 1.34300 -0.29700 c -1.36300 -0.35900 1.37900 -0.43300 1.39000 -0.51500 c -1.39800 -0.59000 1.41000 -0.66400 1.42200 -0.73400 c -1.44100 -0.80800 1.45300 -0.87100 1.45300 -0.92200 c -1.52300 -0.80800 1.61300 -0.69900 1.71900 -0.59300 c -1.82000 -0.48000 1.94100 -0.38300 2.07800 -0.29700 c -2.21100 -0.20300 2.36300 -0.13300 2.53100 -0.07800 c -2.69500 -0.02700 2.88300 0.00000 3.09300 0.00000 c -3.73800 0.00000 4.22200 -0.17900 4.54700 -0.53100 c -4.87900 -0.87500 5.04700 -1.42900 5.04700 -2.18700 c -5.04700 -5.81200 l -4.77300 -5.85100 4.51500 -5.87500 4.26500 -5.87500 c -4.00400 -5.87500 3.74200 -5.85100 3.48400 -5.81200 c -3.48400 -2.59300 l -3.48400 -2.19900 3.42200 -1.89800 3.29700 -1.68700 c -3.17900 -1.48000 2.97200 -1.37500 2.67200 -1.37500 c -2.54700 -1.37500 2.41400 -1.39800 2.28100 -1.43700 c -2.14400 -1.46800 2.02300 -1.53900 1.92200 -1.64000 c -1.81600 -1.74600 1.72600 -1.89800 1.65600 -2.09300 c -1.59300 -2.28100 1.56200 -2.52700 1.56200 -2.82800 c -1.56200 -5.81200 l -1.30100 -5.85100 1.03900 -5.87500 0.78100 -5.87500 c -0.53100 -5.87500 0.26900 -5.85100 0.00000 -5.81200 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 220.98100 310.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.06300 m -0.11300 -0.04300 0.21800 -0.02800 0.31200 -0.01600 c -0.41400 -0.00800 0.52300 0.00000 0.64000 0.00000 c -0.75300 0.00000 0.86300 -0.01200 0.96800 -0.03100 c -1.07000 -0.04300 1.17500 -0.05900 1.28100 -0.07800 c -1.30000 -0.11000 1.32000 -0.16400 1.34300 -0.23500 c -1.36300 -0.30900 1.37800 -0.38300 1.39000 -0.45300 c -1.39800 -0.52800 1.41000 -0.60600 1.42100 -0.68800 c -1.44100 -0.76200 1.45300 -0.82400 1.45300 -0.87500 c -1.61700 -0.64900 1.81600 -0.44600 2.04600 -0.26600 c -2.28500 -0.09000 2.58200 0.00000 2.93700 0.00000 c -3.00700 0.00000 3.09300 -0.00800 3.18700 -0.01600 c -3.28100 -0.01600 3.34700 -0.02800 3.39000 -0.04700 c -3.41000 -0.12100 3.42100 -0.20300 3.42100 -0.29700 c -3.42900 -0.39100 3.43700 -0.49200 3.43700 -0.59400 c -3.43700 -0.71900 3.42900 -0.85600 3.42100 -1.00000 c -3.41000 -1.14900 3.39000 -1.28900 3.35900 -1.42200 c -3.27300 -1.40300 3.17900 -1.39100 3.07800 -1.39100 c -2.98400 -1.39100 2.92500 -1.39100 2.90600 -1.39100 c -2.78100 -1.39100 2.64000 -1.40600 2.48400 -1.43800 c -2.33500 -1.46100 2.19100 -1.52800 2.04600 -1.64100 c -1.91000 -1.74600 1.79600 -1.91400 1.70300 -2.14100 c -1.60900 -2.36000 1.56200 -2.66800 1.56200 -3.06300 c -1.56200 -5.76600 l -1.43700 -5.78500 1.30400 -5.79700 1.17100 -5.79700 c -1.03500 -5.80500 0.90600 -5.81300 0.78100 -5.81300 c -0.65600 -5.81300 0.53100 -5.80500 0.40600 -5.79700 c -0.28100 -5.79700 0.14400 -5.78500 0.00000 -5.76600 c -0.00000 -0.06300 l -h -f -Q -Q -Q -q -1 0 0 1 224.92200 310.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.71900 -5.93700 m -2.25800 -5.93700 1.85900 -5.86300 1.51600 -5.71800 c -1.18000 -5.57400 0.89800 -5.36700 0.67200 -5.09300 c -0.45300 -4.82400 0.28500 -4.51100 0.17200 -4.15600 c -0.05500 -3.79300 0.00000 -3.40200 0.00000 -2.98400 c -0.00000 -2.57000 0.05500 -2.17900 0.17200 -1.81200 c -0.28500 -1.44900 0.45300 -1.13300 0.67200 -0.85900 c -0.89800 -0.59000 1.18000 -0.38300 1.51600 -0.23400 c -1.85900 -0.07800 2.25800 0.00000 2.71900 0.00000 c -3.18700 0.00000 3.59400 -0.07800 3.93700 -0.23400 c -4.28100 -0.38300 4.56600 -0.59000 4.79700 -0.85900 c -5.02300 -1.13300 5.19100 -1.44900 5.29700 -1.81200 c -5.41000 -2.17900 5.46900 -2.57000 5.46900 -2.98400 c -5.46900 -3.40200 5.41000 -3.79300 5.29700 -4.15600 c -5.19100 -4.51100 5.02300 -4.82400 4.79700 -5.09300 c -4.56600 -5.36700 4.28100 -5.57400 3.93700 -5.71800 c -3.59400 -5.86300 3.18700 -5.93700 2.71900 -5.93700 c -h -2.71900 -4.75000 m -3.13300 -4.75000 3.43000 -4.60100 3.60900 -4.29700 c -3.78500 -3.99600 3.87500 -3.55800 3.87500 -2.98400 c -3.87500 -2.41400 3.78500 -1.97600 3.60900 -1.67200 c -3.43000 -1.37100 3.13300 -1.21800 2.71900 -1.21800 c -2.32000 -1.21800 2.03100 -1.37100 1.84400 -1.67200 c -1.66400 -1.97600 1.57800 -2.41400 1.57800 -2.98400 c -1.57800 -3.55800 1.66400 -3.99600 1.84400 -4.29700 c -2.03100 -4.60100 2.32000 -4.75000 2.71900 -4.75000 c -h -f -Q -Q -Q -q -1 0 0 1 231.56600 313.29323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.06200 m -0.27000 -0.02300 0.53200 0.00000 0.78200 0.00000 c -1.03200 0.00000 1.28900 -0.02300 1.56300 -0.06200 c -1.56300 -5.84400 l -1.56300 -6.07400 1.57100 -6.26200 1.59400 -6.40600 c -1.62500 -6.54300 1.66500 -6.64800 1.71900 -6.71900 c -1.77000 -6.79300 1.83600 -6.84400 1.92200 -6.87500 c -2.01600 -6.90600 2.12900 -6.92200 2.26600 -6.92200 c -2.31700 -6.92200 2.37900 -6.92200 2.45400 -6.92200 c -2.52400 -6.91400 2.59400 -6.89800 2.65700 -6.87500 c -2.73900 -7.18000 2.78200 -7.46900 2.78200 -7.75000 c -2.78200 -7.81200 2.78200 -7.87100 2.78200 -7.92200 c -2.78200 -7.96500 2.77000 -8.01500 2.75000 -8.07800 c -2.63300 -8.10900 2.49300 -8.12900 2.32900 -8.14000 c -2.17200 -8.16000 2.02000 -8.17200 1.87500 -8.17200 c -1.31300 -8.17200 0.86000 -8.01500 0.51600 -7.70300 c -0.17200 -7.39000 0.00000 -6.88700 0.00000 -6.18700 c -0.00000 -0.06200 l -h -f -Q -Q -Q -q -1 0 0 1 235.13300 313.29323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.06200 m -0.26900 -0.02300 0.53100 0.00000 0.78100 0.00000 c -1.03100 0.00000 1.28900 -0.02300 1.56200 -0.06200 c -1.56200 -5.84400 l -1.56200 -6.07400 1.57000 -6.26200 1.59400 -6.40600 c -1.62500 -6.54300 1.66400 -6.64800 1.71900 -6.71900 c -1.76900 -6.79300 1.83600 -6.84400 1.92200 -6.87500 c -2.01500 -6.90600 2.12900 -6.92200 2.26500 -6.92200 c -2.31600 -6.92200 2.37900 -6.92200 2.45300 -6.92200 c -2.52300 -6.91400 2.59400 -6.89800 2.65600 -6.87500 c -2.73800 -7.18000 2.78100 -7.46900 2.78100 -7.75000 c -2.78100 -7.81200 2.78100 -7.87100 2.78100 -7.92200 c -2.78100 -7.96500 2.76900 -8.01500 2.75000 -8.07800 c -2.63300 -8.10900 2.49200 -8.12900 2.32800 -8.14000 c -2.17200 -8.16000 2.01900 -8.17200 1.87500 -8.17200 c -1.31200 -8.17200 0.85900 -8.01500 0.51500 -7.70300 c -0.17200 -7.39000 0.00000 -6.88700 0.00000 -6.18700 c -0.00000 -0.06200 l -h -f -Q -Q -Q -q -1 0 0 1 238.44900 310.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.54700 -3.45300 m -1.57800 -3.89000 1.72700 -4.21100 2.00000 -4.40600 c -2.28200 -4.60500 2.64900 -4.70300 3.11000 -4.70300 c -3.36000 -4.70300 3.61400 -4.68300 3.87500 -4.64000 c -4.13300 -4.59000 4.37900 -4.51500 4.61000 -4.42200 c -4.69200 -4.57000 4.75800 -4.74600 4.81300 -4.95300 c -4.87500 -5.16400 4.91000 -5.38300 4.92200 -5.60900 c -4.34800 -5.82800 3.70300 -5.93700 2.98500 -5.93700 c -2.45300 -5.93700 2.00000 -5.86300 1.62500 -5.71800 c -1.25000 -5.57400 0.94200 -5.37100 0.70300 -5.10900 c -0.46100 -4.85100 0.28500 -4.54300 0.17200 -4.18700 c -0.05500 -3.82400 0.00000 -3.42900 0.00000 -3.00000 c -0.00000 -2.58600 0.05500 -2.19500 0.17200 -1.82800 c -0.29700 -1.46500 0.47300 -1.14800 0.70300 -0.87500 c -0.93000 -0.60500 1.21900 -0.39000 1.56300 -0.23400 c -1.90600 -0.07800 2.30100 0.00000 2.75000 0.00000 c -3.14500 0.00000 3.49200 -0.07000 3.79700 -0.20300 c -4.11000 -0.34000 4.37500 -0.53100 4.59400 -0.78100 c -4.81300 -1.02300 4.97300 -1.30800 5.07800 -1.64000 c -5.19200 -1.97600 5.25000 -2.32800 5.25000 -2.70300 c -5.25000 -2.85100 5.24200 -2.99200 5.23500 -3.12500 c -5.22300 -3.26100 5.21100 -3.37100 5.20300 -3.45300 c -1.54700 -3.45300 l -h -3.78200 -2.35900 m -3.75800 -2.00800 3.66000 -1.72600 3.48500 -1.51500 c -3.30500 -1.29700 3.05500 -1.18700 2.73500 -1.18700 c -2.36700 -1.18700 2.08600 -1.29300 1.89100 -1.50000 c -1.70300 -1.69900 1.59400 -1.98400 1.56300 -2.35900 c -3.78200 -2.35900 l -h -f -Q -Q -Q -q -1 0 0 1 244.62100 313.27823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.73400 -0.04700 m -3.86000 -0.02800 3.98400 -0.01600 4.11000 -0.01600 c -4.24200 -0.00800 4.37500 0.00000 4.50000 0.00000 c -4.62500 0.00000 4.75000 -0.00800 4.87500 -0.01600 c -5.00800 -0.01600 5.14500 -0.02800 5.28100 -0.04700 c -5.28100 -7.90700 l -4.93800 -8.01200 4.58200 -8.09000 4.21900 -8.14100 c -3.86300 -8.19200 3.43800 -8.21900 2.93800 -8.21900 c -2.55100 -8.21900 2.17600 -8.16500 1.81300 -8.06300 c -1.45700 -7.96100 1.14500 -7.79300 0.87500 -7.56300 c -0.60200 -7.33600 0.39100 -7.04000 0.23400 -6.67200 c -0.07800 -6.29700 0.00000 -5.85200 0.00000 -5.32900 c -0.00000 -4.90300 0.06700 -4.50800 0.20300 -4.14100 c -0.33600 -3.76600 0.53100 -3.44600 0.78100 -3.17200 c -1.03100 -2.90300 1.33200 -2.68800 1.68800 -2.53200 c -2.05100 -2.37500 2.45700 -2.29700 2.90600 -2.29700 c -3.03100 -2.29700 3.16400 -2.30500 3.31300 -2.31300 c -3.45700 -2.32500 3.59800 -2.35200 3.73400 -2.39100 c -3.73400 -0.04700 l -h -3.73400 -3.57900 m -3.57800 -3.54700 3.45300 -3.52800 3.36000 -3.51600 c -3.27400 -3.50800 3.16000 -3.50000 3.01600 -3.50000 c -2.77400 -3.50000 2.56700 -3.55500 2.39100 -3.65700 c -2.21100 -3.75000 2.06300 -3.88300 1.93800 -4.04700 c -1.82000 -4.20400 1.73800 -4.39900 1.68800 -4.62500 c -1.63300 -4.84400 1.61000 -5.07900 1.61000 -5.32900 c -1.61000 -5.62200 1.64500 -5.87500 1.71900 -6.09400 c -1.78900 -6.30500 1.89100 -6.46900 2.01600 -6.59400 c -2.14100 -6.71900 2.28900 -6.80900 2.46900 -6.86000 c -2.64500 -6.91500 2.83600 -6.93800 3.04700 -6.93800 c -3.17200 -6.93800 3.28500 -6.93400 3.39100 -6.92200 c -3.49200 -6.91500 3.61000 -6.88700 3.73400 -6.84400 c -3.73400 -3.57900 l -h -f -Q -Q -Q -q -1 0 0 1 253.64100 313.23123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -5.42200 -6.54700 m -5.51500 -6.75800 5.59300 -6.96900 5.65600 -7.18800 c -5.71800 -7.40700 5.76500 -7.62500 5.79700 -7.84400 c -5.41000 -7.98100 5.06600 -8.06700 4.76500 -8.11000 c -4.46100 -8.14900 4.13200 -8.17200 3.78100 -8.17200 c -3.15600 -8.17200 2.60900 -8.07100 2.14000 -7.87500 c -1.67200 -7.68000 1.27300 -7.39900 0.95300 -7.03200 c -0.64000 -6.66800 0.39800 -6.23500 0.23400 -5.73500 c -0.07800 -5.23500 0.00000 -4.69600 0.00000 -4.11000 c -0.00000 -3.52800 0.08200 -2.98500 0.25000 -2.48500 c -0.41400 -1.97700 0.65600 -1.53900 0.96800 -1.17200 c -1.28900 -0.80900 1.68700 -0.52400 2.15600 -0.31300 c -2.62500 -0.10600 3.15600 0.00000 3.75000 0.00000 c -4.09300 0.00000 4.41000 -0.02800 4.70300 -0.07800 c -5.00400 -0.12100 5.33200 -0.21100 5.68700 -0.34400 c -5.66400 -0.56300 5.61700 -0.77800 5.54700 -0.98500 c -5.47200 -1.19600 5.39400 -1.40700 5.31200 -1.62500 c -5.05000 -1.53200 4.82000 -1.46900 4.62500 -1.43800 c -4.42500 -1.39900 4.19100 -1.37500 3.92200 -1.37500 c -3.21100 -1.37500 2.67200 -1.60600 2.29700 -2.06300 c -1.92200 -2.52400 1.73400 -3.20300 1.73400 -4.11000 c -1.73400 -5.90300 2.49200 -6.79700 4.01500 -6.79700 c -4.28500 -6.79700 4.51900 -6.78200 4.71800 -6.75000 c -4.92500 -6.71100 5.16000 -6.64100 5.42200 -6.54700 c -h -f -Q -Q -Q -q -1 0 0 1 260.19900 310.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.71900 -5.93700 m -2.25800 -5.93700 1.86000 -5.86300 1.51600 -5.71800 c -1.18000 -5.57400 0.89900 -5.36700 0.67200 -5.09300 c -0.45300 -4.82400 0.28500 -4.51100 0.17200 -4.15600 c -0.05500 -3.79300 0.00000 -3.40200 0.00000 -2.98400 c -0.00000 -2.57000 0.05500 -2.17900 0.17200 -1.81200 c -0.28500 -1.44900 0.45300 -1.13300 0.67200 -0.85900 c -0.89900 -0.59000 1.18000 -0.38300 1.51600 -0.23400 c -1.86000 -0.07800 2.25800 0.00000 2.71900 0.00000 c -3.18800 0.00000 3.59400 -0.07800 3.93800 -0.23400 c -4.28200 -0.38300 4.56700 -0.59000 4.79700 -0.85900 c -5.02400 -1.13300 5.19200 -1.44900 5.29700 -1.81200 c -5.41000 -2.17900 5.46900 -2.57000 5.46900 -2.98400 c -5.46900 -3.40200 5.41000 -3.79300 5.29700 -4.15600 c -5.19200 -4.51100 5.02400 -4.82400 4.79700 -5.09300 c -4.56700 -5.36700 4.28200 -5.57400 3.93800 -5.71800 c -3.59400 -5.86300 3.18800 -5.93700 2.71900 -5.93700 c -h -2.71900 -4.75000 m -3.13300 -4.75000 3.43000 -4.60100 3.61000 -4.29700 c -3.78500 -3.99600 3.87500 -3.55800 3.87500 -2.98400 c -3.87500 -2.41400 3.78500 -1.97600 3.61000 -1.67200 c -3.43000 -1.37100 3.13300 -1.21800 2.71900 -1.21800 c -2.32100 -1.21800 2.03200 -1.37100 1.84400 -1.67200 c -1.66400 -1.97600 1.57800 -2.41400 1.57800 -2.98400 c -1.57800 -3.55800 1.66400 -3.99600 1.84400 -4.29700 c -2.03200 -4.60100 2.32100 -4.75000 2.71900 -4.75000 c -h -f -Q -Q -Q -q -1 0 0 1 266.79700 310.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.06300 m -0.25800 -0.02400 0.51900 0.00000 0.78100 0.00000 c -1.03900 0.00000 1.30100 -0.02400 1.56200 -0.06300 c -1.56200 -3.07800 l -1.56200 -3.38300 1.58200 -3.63300 1.62500 -3.82800 c -1.67600 -4.01600 1.75000 -4.16800 1.84400 -4.28100 c -1.94500 -4.39900 2.07000 -4.48100 2.21900 -4.53100 c -2.36300 -4.57400 2.53500 -4.59400 2.73400 -4.59400 c -3.00400 -4.59400 3.23400 -4.57100 3.42200 -4.51600 c -3.42200 -0.06300 l -3.68000 -0.02400 3.93700 0.00000 4.18700 0.00000 c -4.44500 0.00000 4.70700 -0.02400 4.96900 -0.06300 c -4.96900 -5.53100 l -4.73800 -5.61700 4.43000 -5.69600 4.04700 -5.76600 c -3.66000 -5.83600 3.25800 -5.87500 2.84400 -5.87500 c -2.46900 -5.87500 2.10100 -5.84400 1.75000 -5.78100 c -1.40600 -5.73100 1.10100 -5.61000 0.84400 -5.42200 c -0.59400 -5.23500 0.39100 -4.96100 0.23400 -4.59400 c -0.07800 -4.21900 0.00000 -3.73100 0.00000 -3.12500 c -0.00000 -0.06300 l -h -f -Q -Q -Q -q -1 0 0 1 273.18800 310.93423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.06300 m -0.11300 -0.04300 0.21800 -0.02800 0.31200 -0.01600 c -0.41400 -0.00800 0.52300 0.00000 0.64000 0.00000 c -0.75300 0.00000 0.86300 -0.01200 0.96800 -0.03100 c -1.07000 -0.04300 1.17500 -0.05900 1.28100 -0.07800 c -1.30000 -0.11000 1.32000 -0.16400 1.34300 -0.23500 c -1.36300 -0.30900 1.37800 -0.38300 1.39000 -0.45300 c -1.39800 -0.52800 1.41000 -0.60600 1.42100 -0.68800 c -1.44100 -0.76200 1.45300 -0.82400 1.45300 -0.87500 c -1.61700 -0.64900 1.81600 -0.44600 2.04600 -0.26600 c -2.28500 -0.09000 2.58200 0.00000 2.93700 0.00000 c -3.00700 0.00000 3.09300 -0.00800 3.18700 -0.01600 c -3.28100 -0.01600 3.34700 -0.02800 3.39000 -0.04700 c -3.41000 -0.12100 3.42100 -0.20300 3.42100 -0.29700 c -3.42900 -0.39100 3.43700 -0.49200 3.43700 -0.59400 c -3.43700 -0.71900 3.42900 -0.85600 3.42100 -1.00000 c -3.41000 -1.14900 3.39000 -1.28900 3.35900 -1.42200 c -3.27300 -1.40300 3.17900 -1.39100 3.07800 -1.39100 c -2.98400 -1.39100 2.92500 -1.39100 2.90600 -1.39100 c -2.78100 -1.39100 2.64000 -1.40600 2.48400 -1.43800 c -2.33500 -1.46100 2.19100 -1.52800 2.04600 -1.64100 c -1.91000 -1.74600 1.79600 -1.91400 1.70300 -2.14100 c -1.60900 -2.36000 1.56200 -2.66800 1.56200 -3.06300 c -1.56200 -5.76600 l -1.43700 -5.78500 1.30400 -5.79700 1.17100 -5.79700 c -1.03500 -5.80500 0.90600 -5.81300 0.78100 -5.81300 c -0.65600 -5.81300 0.53100 -5.80500 0.40600 -5.79700 c -0.28100 -5.79700 0.14400 -5.78500 0.00000 -5.76600 c -0.00000 -0.06300 l -h -f -Q -Q -Q -q -1 0 0 1 277.15600 310.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.43800 -3.34300 m -1.02000 -3.21800 0.69600 -3.04300 0.46900 -2.81200 c -0.23900 -2.58600 0.12500 -2.24200 0.12500 -1.78100 c -0.12500 -1.21800 0.32100 -0.78100 0.71900 -0.46800 c -1.12500 -0.15600 1.67200 0.00000 2.36000 0.00000 c -2.64100 0.00000 2.92200 -0.02700 3.20300 -0.07800 c -3.48500 -0.12100 3.76600 -0.19500 4.04700 -0.29700 c -4.03500 -0.49600 4.00000 -0.69900 3.93800 -0.90600 c -3.88300 -1.10500 3.81700 -1.28100 3.73500 -1.43700 c -3.55500 -1.36700 3.36000 -1.30400 3.14100 -1.25000 c -2.93000 -1.18700 2.71100 -1.15600 2.48500 -1.15600 c -2.23500 -1.15600 2.03500 -1.19900 1.89100 -1.28100 c -1.75400 -1.35500 1.68800 -1.47600 1.68800 -1.64000 c -1.68800 -1.80800 1.73500 -1.92200 1.82800 -1.98400 c -1.93000 -2.04700 2.07100 -2.10900 2.25000 -2.17200 c -2.89100 -2.35900 l -3.08600 -2.42200 3.27000 -2.49600 3.43800 -2.57800 c -3.60200 -2.66400 3.74200 -2.76500 3.86000 -2.89000 c -3.98500 -3.01500 4.07800 -3.17200 4.14100 -3.35900 c -4.20300 -3.53900 4.23500 -3.75800 4.23500 -4.01500 c -4.23500 -4.28900 4.17600 -4.54300 4.06300 -4.78100 c -3.94600 -5.01100 3.78200 -5.21500 3.56300 -5.39000 c -3.35200 -5.55800 3.09400 -5.69500 2.78200 -5.79700 c -2.47700 -5.89000 2.12900 -5.93700 1.73500 -5.93700 c -1.55500 -5.93700 1.39500 -5.92900 1.25000 -5.92200 c -1.10200 -5.91000 0.96100 -5.89000 0.82800 -5.85900 c -0.69200 -5.83600 0.55500 -5.81200 0.42200 -5.78100 c -0.29700 -5.74200 0.15700 -5.69500 0.00000 -5.64000 c -0.02000 -5.44500 0.05500 -5.24600 0.11000 -5.04700 c -0.16000 -4.84000 0.23500 -4.64000 0.32800 -4.45300 c -0.56700 -4.54700 0.78900 -4.62100 1.00000 -4.67200 c -1.21900 -4.71500 1.44600 -4.73400 1.68800 -4.73400 c -1.78900 -4.73400 1.89900 -4.72600 2.01600 -4.70300 c -2.14100 -4.68300 2.25400 -4.65200 2.36000 -4.60900 c -2.46100 -4.55800 2.54700 -4.49600 2.61000 -4.42200 c -2.68000 -4.35100 2.71900 -4.25000 2.71900 -4.12500 c -2.71900 -3.94900 2.66400 -3.82400 2.56300 -3.75000 c -2.45700 -3.66800 2.30500 -3.59300 2.11000 -3.53100 c -1.43800 -3.34300 l -h -f -Q -Q -Q -q -1 0 0 1 282.25800 310.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.54700 -3.45300 m -1.57800 -3.89000 1.72600 -4.21100 2.00000 -4.40600 c -2.28100 -4.60500 2.64800 -4.70300 3.10900 -4.70300 c -3.35900 -4.70300 3.61300 -4.68300 3.87500 -4.64000 c -4.13300 -4.59000 4.37900 -4.51500 4.60900 -4.42200 c -4.69100 -4.57000 4.75800 -4.74600 4.81200 -4.95300 c -4.87500 -5.16400 4.91000 -5.38300 4.92200 -5.60900 c -4.34700 -5.82800 3.70300 -5.93700 2.98400 -5.93700 c -2.45300 -5.93700 2.00000 -5.86300 1.62500 -5.71800 c -1.25000 -5.57400 0.94100 -5.37100 0.70300 -5.10900 c -0.46100 -4.85100 0.28500 -4.54300 0.17200 -4.18700 c -0.05500 -3.82400 0.00000 -3.42900 0.00000 -3.00000 c -0.00000 -2.58600 0.05500 -2.19500 0.17200 -1.82800 c -0.29700 -1.46500 0.47300 -1.14800 0.70300 -0.87500 c -0.93000 -0.60500 1.21900 -0.39000 1.56200 -0.23400 c -1.90600 -0.07800 2.30100 0.00000 2.75000 0.00000 c -3.14400 0.00000 3.49200 -0.07000 3.79700 -0.20300 c -4.10900 -0.34000 4.37500 -0.53100 4.59400 -0.78100 c -4.81200 -1.02300 4.97300 -1.30800 5.07800 -1.64000 c -5.19100 -1.97600 5.25000 -2.32800 5.25000 -2.70300 c -5.25000 -2.85100 5.24200 -2.99200 5.23400 -3.12500 c -5.22300 -3.26100 5.21100 -3.37100 5.20300 -3.45300 c -1.54700 -3.45300 l -h -3.78100 -2.35900 m -3.75800 -2.00800 3.66000 -1.72600 3.48400 -1.51500 c -3.30500 -1.29700 3.05500 -1.18700 2.73400 -1.18700 c -2.36700 -1.18700 2.08600 -1.29300 1.89000 -1.50000 c -1.70300 -1.69900 1.59400 -1.98400 1.56200 -2.35900 c -3.78100 -2.35900 l -h -f -Q -Q -Q -q -1 0 0 1 288.41400 310.99623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.43800 -3.34300 m -1.02000 -3.21800 0.69500 -3.04300 0.46900 -2.81200 c -0.23800 -2.58600 0.12500 -2.24200 0.12500 -1.78100 c -0.12500 -1.21800 0.32000 -0.78100 0.71900 -0.46800 c -1.12500 -0.15600 1.67200 0.00000 2.35900 0.00000 c -2.64100 0.00000 2.92200 -0.02700 3.20300 -0.07800 c -3.48400 -0.12100 3.76600 -0.19500 4.04700 -0.29700 c -4.03500 -0.49600 4.00000 -0.69900 3.93800 -0.90600 c -3.88300 -1.10500 3.81700 -1.28100 3.73400 -1.43700 c -3.55500 -1.36700 3.35900 -1.30400 3.14100 -1.25000 c -2.93000 -1.18700 2.71100 -1.15600 2.48400 -1.15600 c -2.23400 -1.15600 2.03500 -1.19900 1.89100 -1.28100 c -1.75400 -1.35500 1.68800 -1.47600 1.68800 -1.64000 c -1.68800 -1.80800 1.73400 -1.92200 1.82800 -1.98400 c -1.93000 -2.04700 2.07000 -2.10900 2.25000 -2.17200 c -2.89100 -2.35900 l -3.08600 -2.42200 3.27000 -2.49600 3.43800 -2.57800 c -3.60200 -2.66400 3.74200 -2.76500 3.85900 -2.89000 c -3.98400 -3.01500 4.07800 -3.17200 4.14100 -3.35900 c -4.20300 -3.53900 4.23400 -3.75800 4.23400 -4.01500 c -4.23400 -4.28900 4.17600 -4.54300 4.06300 -4.78100 c -3.94500 -5.01100 3.78100 -5.21500 3.56300 -5.39000 c -3.35200 -5.55800 3.09400 -5.69500 2.78100 -5.79700 c -2.47700 -5.89000 2.12900 -5.93700 1.73400 -5.93700 c -1.55500 -5.93700 1.39500 -5.92900 1.25000 -5.92200 c -1.10200 -5.91000 0.96100 -5.89000 0.82800 -5.85900 c -0.69100 -5.83600 0.55500 -5.81200 0.42200 -5.78100 c -0.29700 -5.74200 0.15600 -5.69500 0.00000 -5.64000 c -0.02000 -5.44500 0.05500 -5.24600 0.10900 -5.04700 c -0.16000 -4.84000 0.23400 -4.64000 0.32800 -4.45300 c -0.56700 -4.54700 0.78900 -4.62100 1.00000 -4.67200 c -1.21900 -4.71500 1.44500 -4.73400 1.68800 -4.73400 c -1.78900 -4.73400 1.89900 -4.72600 2.01600 -4.70300 c -2.14100 -4.68300 2.25400 -4.65200 2.35900 -4.60900 c -2.46100 -4.55800 2.54700 -4.49600 2.60900 -4.42200 c -2.68000 -4.35100 2.71900 -4.25000 2.71900 -4.12500 c -2.71900 -3.94900 2.66400 -3.82400 2.56300 -3.75000 c -2.45700 -3.66800 2.30500 -3.59300 2.10900 -3.53100 c -1.43800 -3.34300 l -h -f -Q -Q -Q -q -1 0 0 1 293.59400 313.15323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.04700 m -0.12500 -0.02800 0.23800 -0.01600 0.34400 -0.01600 c -0.45700 -0.00800 0.57800 0.00000 0.70300 0.00000 c -0.82800 0.00000 0.94500 -0.00800 1.06200 -0.01600 c -1.17600 -0.01600 1.29700 -0.02800 1.42200 -0.04700 c -1.42200 -3.14100 l -1.29700 -3.16500 1.17600 -3.18000 1.06200 -3.18800 c -0.95700 -3.18800 0.84400 -3.18800 0.71900 -3.18800 c -0.59400 -3.18800 0.47200 -3.18800 0.35900 -3.18800 c -0.24200 -3.18000 0.12500 -3.16500 0.00000 -3.14100 c -0.00000 -0.04700 l -h -2.00000 -0.04700 m -2.12500 -0.02800 2.23800 -0.01600 2.34400 -0.01600 c -2.45700 -0.00800 2.57800 0.00000 2.70300 0.00000 c -2.82800 0.00000 2.94500 -0.00800 3.06200 -0.01600 c -3.17600 -0.01600 3.29700 -0.02800 3.42200 -0.04700 c -3.42200 -3.14100 l -3.29700 -3.16500 3.17600 -3.18000 3.06200 -3.18800 c -2.95700 -3.18800 2.84400 -3.18800 2.71900 -3.18800 c -2.59400 -3.18800 2.47200 -3.18800 2.35900 -3.18800 c -2.24200 -3.18000 2.12500 -3.16500 2.00000 -3.14100 c -2.00000 -0.04700 l -h -f -Q -Q -Q -q -1 0 0 1 68.59000 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 75.21900 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.10900 c -2.14400 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19500 4.01500 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 84.26200 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.42200 0.68700 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68700 c -1.05400 -0.55500 1.17600 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97200 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48400 3.64000 -0.60900 c -3.72200 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14800 4.93700 -0.09400 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17200 0.00000 6.64400 -0.18700 6.93700 -0.56200 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74200 6.64000 -5.73400 c -6.64000 -2.40600 l -6.64000 -1.81200 6.53900 -1.37500 6.34300 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.67900 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30400 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09300 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73400 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06200 -0.60900 1.85100 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 93.14500 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37800 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87800 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 99.53900 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 105.78500 297.27423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73500 -0.01600 c -0.73500 -3.17200 l -0.73500 -3.57100 0.77000 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.36000 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19600 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94600 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 114.89800 299.75823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43700 m -0.89500 -7.50000 1.07900 -7.54700 1.26600 -7.57800 c -1.45400 -7.60200 1.64900 -7.60900 1.86000 -7.60900 c -2.14900 -7.60900 2.42600 -7.56200 2.68800 -7.46900 c -2.95700 -7.36700 3.19200 -7.21500 3.39100 -7.01600 c -3.59800 -6.82000 3.75800 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06300 -5.60200 4.06300 -5.17200 c -4.06300 -4.50800 3.93800 -3.98400 3.68800 -3.60900 c -3.43800 -3.22700 3.03200 -3.03100 2.46900 -3.03100 c -2.29000 -3.03100 2.09800 -3.06200 1.89100 -3.12500 c -1.68000 -3.18000 1.48900 -3.27700 1.31300 -3.42200 c -1.14500 -3.55900 1.00400 -3.74200 0.89100 -3.96900 c -0.77400 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43700 l -h -0.00000 -0.03100 m -0.04000 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09800 -2.83600 1.39100 -2.65600 c -1.68000 -2.46900 2.05500 -2.37500 2.51600 -2.37500 c -2.86000 -2.37500 3.17200 -2.43000 3.45400 -2.53100 c -3.74300 -2.63700 3.98900 -2.80500 4.18800 -3.03100 c -4.39500 -3.26200 4.55500 -3.54700 4.67200 -3.89100 c -4.78600 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57100 -6.87100 4.03200 -7.42200 c -3.50000 -7.96500 2.72700 -8.23400 1.71900 -8.23400 c -1.38300 -8.23400 1.06300 -8.20300 0.75000 -8.14100 c -0.44600 -8.07800 0.19600 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 121.02700 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45400 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45400 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95400 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70400 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45400 -5.23400 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45400 -5.10900 c -3.45400 -3.00000 l -h -3.45400 -2.03100 m -3.45400 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53600 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70400 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78600 0.00000 2.07800 0.00000 c -2.78600 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20400 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28600 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95400 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45400 -2.37500 c -3.45400 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 127.03900 297.27423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48400 0.00000 c -2.52400 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 132.89800 298.99223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83300 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.79000 -6.82800 3.01600 -6.79600 3.20400 -6.73400 c -3.25400 -6.92100 3.29000 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 137.05900 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04600 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 146.07800 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 150.66800 298.99223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 154.78100 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 160.78900 297.27423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48400 0.00000 c -2.52400 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 163.90200 298.99223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 170.39100 298.99223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 174.86300 299.75823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93800 -2.46900 c -2.13300 -2.40600 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69600 -2.57000 4.00000 -2.95300 c -4.31300 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36400 -8.12500 4.28200 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11700 3.73500 -8.10900 c -3.73500 -4.78100 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22300 -3.17200 2.93000 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81300 -3.18700 c -1.59400 -3.28100 1.39900 -3.42200 1.23500 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.86000 -4.31200 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61400 -8.12500 0.53200 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 180.84400 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 189.67600 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.17900 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26500 -0.02300 3.51500 -0.06200 c -3.76500 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60100 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.67900 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 194.78900 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 201.37100 297.27423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.77000 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.36000 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 207.73400 297.27423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01600 c -0.67600 -0.15300 0.68800 -0.30900 0.68800 -0.48500 c -0.69600 -0.66400 0.70400 -0.82500 0.70400 -0.96900 c -0.84800 -0.70000 1.05100 -0.46900 1.31300 -0.28200 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01600 c -2.64500 -0.14100 2.65700 -0.25800 2.65700 -0.36000 c -2.65700 -0.48500 2.64500 -0.60200 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.86000 1.17200 -1.17200 c -0.86800 -1.48500 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64100 0.53200 -5.64100 c -0.45700 -5.64100 0.39900 -5.64100 0.36000 -5.64100 c -0.32900 -5.64100 0.27000 -5.64100 0.18800 -5.64100 c -0.10200 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 211.09000 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 216.10200 297.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29600 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17100 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54600 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79600 -2.15200 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04600 -1.98400 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79600 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 222.14800 292.61723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03200 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03200 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65700 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98900 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66100 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03200 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 68.19900 276.08623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.54700 -5.00000 m -0.00000 -0.03100 l -0.03900 -0.02300 0.10200 -0.01500 0.18800 -0.01500 c -0.27000 -0.00800 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.56300 -0.00800 0.65600 -0.01500 c -0.75000 -0.01500 0.82100 -0.02300 0.87500 -0.03100 c -2.93800 -4.20300 l -4.96900 -0.03100 l -5.03200 -0.02300 5.09400 -0.01500 5.15600 -0.01500 c -5.22700 -0.00800 5.29700 0.00000 5.36000 0.00000 c -5.43000 0.00000 5.50800 -0.00800 5.59400 -0.01500 c -5.67600 -0.01500 5.73900 -0.02300 5.78200 -0.03100 c -3.29700 -5.00000 l -3.29700 -7.93700 l -3.24200 -7.94500 3.18000 -7.95300 3.11000 -7.95300 c -3.04700 -7.95300 2.98500 -7.95300 2.92200 -7.95300 c -2.84800 -7.95300 2.77400 -7.95300 2.70300 -7.95300 c -2.64100 -7.95300 2.58600 -7.94500 2.54700 -7.93700 c -2.54700 -5.00000 l -h -f -Q -Q -Q -q -1 0 0 1 74.02300 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95800 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95800 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 80.60500 273.77423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.04000 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32900 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00800 0.73500 -0.01600 c -0.73500 -3.17200 l -0.73500 -3.57100 0.77000 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20400 -4.75000 c -1.36000 -4.88700 1.55100 -4.98500 1.78200 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20400 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70400 -4.96900 c -3.70400 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07900 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33300 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48500 l -4.16500 -5.55900 3.86400 -5.62100 3.53200 -5.67200 c -3.19600 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82900 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94600 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32100 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 89.71900 276.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.50000 l -0.78900 -3.36700 0.88300 -3.23000 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73400 c -1.57800 -2.62100 1.75000 -2.53100 1.93700 -2.46900 c -2.13300 -2.40600 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57000 4.00000 -2.95300 c -4.31200 -3.32800 4.46900 -3.86700 4.46900 -4.56200 c -4.46900 -8.10900 l -4.42600 -8.11700 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11700 3.73400 -8.10900 c -3.73400 -4.78100 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45300 c -3.22200 -3.17200 2.92900 -3.03100 2.54700 -3.03100 c -2.28500 -3.03100 2.03900 -3.08600 1.81200 -3.18700 c -1.59400 -3.28100 1.39800 -3.42200 1.23400 -3.60900 c -1.07800 -3.79700 0.95300 -4.03100 0.85900 -4.31200 c -0.76500 -4.59400 0.71900 -4.91800 0.71900 -5.28100 c -0.71900 -8.10900 l -0.67600 -8.11700 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11700 0.00000 -8.10900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 95.65600 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 100.87100 273.77423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.05100 -0.00800 0.11300 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.61000 -4.86000 l -4.42200 -0.01600 l -4.46100 -0.00800 4.52000 0.00000 4.59400 0.00000 c -4.66400 0.00000 4.73400 0.00000 4.79700 0.00000 c -4.84800 0.00000 4.91000 0.00000 4.98400 0.00000 c -5.05500 0.00000 5.11300 -0.00800 5.15600 -0.01600 c -2.93800 -5.62500 l -2.82000 -5.64500 2.70700 -5.65700 2.59400 -5.65700 c -2.46900 -5.65700 2.34800 -5.64500 2.23400 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 106.76600 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88200 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05000 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 115.17600 275.49223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 119.33600 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18700 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18700 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 128.40200 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19200 -5.55900 4.20300 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57900 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28600 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91400 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07900 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07900 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07900 -5.23400 3.28600 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 133.51600 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 140.14500 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17100 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55000 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.42200 0.68700 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68700 c -1.05400 -0.55500 1.17500 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79600 -0.09400 c -1.97200 -0.03100 2.17500 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48400 3.64000 -0.60900 c -3.72200 -0.73400 3.79600 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14800 4.93700 -0.09400 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17100 0.00000 6.64400 -0.18700 6.93700 -0.56200 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25700 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05000 -5.75000 7.00000 -5.75000 c -6.96800 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74200 6.64000 -5.73400 c -6.64000 -2.40600 l -6.64000 -1.81200 6.53900 -1.37500 6.34300 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.67900 -0.90600 4.53500 -1.03900 4.42100 -1.20300 c -4.30400 -1.35900 4.21800 -1.54700 4.15600 -1.76600 c -4.09300 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73400 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80000 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88200 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06200 -0.60900 1.85100 -0.66800 1.65600 -0.78100 c -1.46800 -0.89800 1.30000 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75300 -2.26600 0.71800 -2.57800 0.71800 -2.92200 c -0.71800 -5.73400 l -0.67500 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 149.34000 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55500 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77300 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.68000 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78500 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77300 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 155.82800 276.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 158.58600 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 164.24600 275.49223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 168.40600 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 177.18800 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17100 -2.97700 2.98400 -2.95300 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02700 1.17100 -3.23400 c -0.86700 -3.44500 0.71800 -3.74200 0.71800 -4.12500 c -0.71800 -4.36700 0.76500 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87800 -5.22700 2.05400 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33500 -1.18700 3.10900 -0.96900 c -2.87800 -0.74200 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64800 1.29600 -0.68700 c -1.05400 -0.73000 0.83500 -0.78100 0.64000 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51500 -5.85900 0.97200 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64000 -2.76600 c -0.83500 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 183.19900 276.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53200 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73900 -7.15200 0.78200 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28200 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 186.27000 276.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -6.81200 l -0.71800 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17100 -7.57800 c -1.25300 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92500 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02700 1.98400 -8.10900 c -1.87800 -8.14800 1.75700 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38200 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96800 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 192.04700 273.77423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 198.41000 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 204.31300 276.08623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93700 m -0.03100 -2.93700 l -0.01900 -2.90600 0.00700 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00700 -2.40600 0.01900 -2.35900 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93700 l -1.41000 -7.94500 1.34700 -7.95300 1.26500 -7.95300 c -1.19100 -7.95300 1.13200 -7.95300 1.09300 -7.95300 c -1.05000 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94500 0.73400 -7.93700 c -0.73400 -2.93700 l -h -0.37500 -0.95300 m -0.36300 -0.89000 0.35100 -0.81200 0.34300 -0.71900 c -0.34300 -0.61700 0.34300 -0.53100 0.34300 -0.46900 c -0.34300 -0.40600 0.34300 -0.33600 0.34300 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02300 0.51500 -0.01500 0.60900 -0.01500 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01500 c -1.15600 -0.01500 1.23400 -0.02300 1.29600 -0.03100 c -1.29600 -0.08600 1.29600 -0.15600 1.29600 -0.25000 c -1.30400 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30400 -0.61700 1.29600 -0.71900 c -1.29600 -0.81200 1.29600 -0.89000 1.29600 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51500 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 206.97700 275.49223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 211.09000 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.10900 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.10900 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40200 0.36300 -2.26600 0.28100 -2.10900 c -0.19500 -1.94500 0.15600 -1.74200 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02700 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23400 c -3.57800 -0.44500 3.52300 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.60900 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.01900 -2.81200 3.18700 -2.93700 c -3.35100 -3.06200 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69500 -4.64100 3.59400 -4.85900 c -3.48800 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72600 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.60900 -5.85900 c -1.25400 -5.85900 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.10900 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 218.85200 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04600 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 224.79300 276.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.96900 -3.17200 m -0.01600 -3.17200 l -0.00400 -3.14100 0.00000 -3.10200 0.00000 -3.04700 c -0.00000 -2.99700 0.00000 -2.93800 0.00000 -2.87500 c -0.00000 -2.82500 0.00000 -2.76600 0.00000 -2.70400 c -0.00000 -2.64100 0.00400 -2.59400 0.01600 -2.56300 c -0.96900 -2.56300 l -0.96900 -2.06300 l -0.96900 -1.37500 1.11700 -0.86000 1.42200 -0.51600 c -1.73400 -0.17200 2.21900 0.00000 2.87500 0.00000 c -3.03100 0.00000 3.17200 -0.01200 3.29700 -0.03200 c -3.43000 -0.04300 3.53900 -0.06300 3.62500 -0.09400 c -3.61300 -0.23100 3.59800 -0.34400 3.57800 -0.43800 c -3.55500 -0.52400 3.53100 -0.61800 3.50000 -0.71900 c -3.43800 -0.70000 3.34800 -0.68400 3.23400 -0.67200 c -3.12900 -0.65300 3.01600 -0.64100 2.89100 -0.64100 c -2.69100 -0.64100 2.52000 -0.66500 2.37500 -0.70400 c -2.22700 -0.74700 2.10200 -0.82100 2.00000 -0.92200 c -1.90600 -1.02800 1.83200 -1.18000 1.78100 -1.37500 c -1.72700 -1.56300 1.70300 -1.80500 1.70300 -2.09400 c -1.70300 -2.56300 l -3.23400 -2.56300 l -3.24200 -2.59400 3.25000 -2.64100 3.25000 -2.70400 c -3.25800 -2.76600 3.26600 -2.82500 3.26600 -2.87500 c -3.26600 -2.93800 3.25800 -2.99700 3.25000 -3.04700 c -3.25000 -3.10200 3.24200 -3.14100 3.23400 -3.17200 c -1.70300 -3.17200 l -1.70300 -8.17200 l -1.66000 -8.18000 1.59800 -8.18800 1.51600 -8.18800 c -1.44100 -8.18800 1.38300 -8.18800 1.34400 -8.18800 c -1.30100 -8.18800 1.23800 -8.18800 1.15600 -8.18800 c -1.08200 -8.18800 1.02000 -8.18000 0.96900 -8.17200 c -0.96900 -3.17200 l -h -f -Q -Q -Q -q -1 0 0 1 231.60900 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45400 -3.00000 m -3.32900 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61800 -2.92200 2.45400 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86800 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95400 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70400 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45400 -5.23400 2.66100 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45400 -5.10900 c -3.45400 -3.00000 l -h -3.45400 -2.03100 m -3.45400 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53600 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57900 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70400 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78600 0.00000 2.07900 0.00000 c -2.78600 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86800 -5.83200 2.52400 -5.85900 2.20400 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57900 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28600 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07900 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95400 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32900 -2.35500 3.45400 -2.37500 c -3.45400 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 240.36700 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69600 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95300 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95300 -0.07800 c -3.11000 -0.12100 3.24200 -0.18700 3.36000 -0.28100 c -3.47300 -0.37500 3.56700 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.86000 -1.03100 c -3.94200 -0.90600 4.03500 -0.78100 4.14100 -0.65600 c -4.24200 -0.53100 4.36000 -0.42200 4.48500 -0.32800 c -4.61700 -0.22700 4.77000 -0.14800 4.93800 -0.09400 c -5.11400 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32100 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11400 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48500 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.86000 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68800 -5.75000 c -3.65600 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.02000 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 249.25000 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 255.59800 276.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09700 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59300 -0.01600 c -4.67500 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55000 -8.05900 4.26500 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46800 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39000 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21800 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50700 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96800 -2.44500 2.34300 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46800 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14000 -3.07800 1.89000 -3.20300 c -1.64000 -3.32000 1.42500 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.92900 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17500 -7.59400 2.84300 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 262.27700 273.77423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00800 0.73500 -0.01600 c -0.73500 -3.17200 l -0.73500 -3.57100 0.77000 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20400 -4.75000 c -1.36000 -4.88700 1.55100 -4.98500 1.78200 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20400 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70400 -4.96900 c -3.70400 -0.01600 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07800 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01600 c -4.43800 -5.48500 l -4.16400 -5.55900 3.86400 -5.62100 3.53200 -5.67200 c -3.19600 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94600 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32100 -4.84000 0.18800 -4.51600 c -0.06300 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 268.64100 276.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02300 0.71800 -0.03100 c -0.71800 -6.81200 l -0.71800 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89000 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09700 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39000 -7.59400 c -1.47200 -7.59400 1.55400 -7.59000 1.64000 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92500 -7.72700 1.93700 -7.82800 c -1.95700 -7.93400 1.97200 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75700 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38200 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96800 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51500 -8.06200 0.39000 -7.96900 c -0.27300 -7.87500 0.17900 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 271.40200 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40700 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65700 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15700 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24300 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74300 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43700 m -4.07900 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07900 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 279.80900 275.49223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67200 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 283.96900 273.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 68.90200 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09400 -0.10900 0.15700 -0.10900 c -0.22700 -0.10900 0.28600 -0.10900 0.32900 -0.10900 c -0.36800 -0.10900 0.42200 -0.10900 0.48500 -0.10900 c -0.55500 -0.10900 0.61400 -0.11700 0.65700 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66400 1.09800 -0.46100 1.39100 -0.28100 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.86000 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74300 -0.26200 3.98900 -0.43000 4.18800 -0.65600 c -4.39500 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78600 -1.85900 4.84400 -2.27300 4.84400 -2.75000 c -4.84400 -3.24200 4.77400 -3.68000 4.64100 -4.06200 c -4.50400 -4.44900 4.31300 -4.77700 4.06300 -5.04700 c -3.81300 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.86000 -5.85900 c -1.68000 -5.85900 1.48900 -5.84400 1.28200 -5.81200 c -1.08200 -5.78900 0.89500 -5.75000 0.71900 -5.68700 c -0.71900 -8.32800 l -0.67600 -8.33600 0.61400 -8.34400 0.53200 -8.34400 c -0.45700 -8.35200 0.39900 -8.35900 0.36000 -8.35900 c -0.31700 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89500 -5.09000 1.07100 -5.14100 1.25000 -5.17200 c -1.42600 -5.20300 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.52000 -5.17200 2.78200 -5.07800 c -3.03900 -4.98400 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44500 3.78600 -4.19500 3.89100 -3.89100 c -4.00400 -3.59000 4.06300 -3.22700 4.06300 -2.79700 c -4.06300 -2.12100 3.93800 -1.59400 3.68800 -1.21900 c -3.43800 -0.83600 3.03200 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73400 c -1.68000 -0.78900 1.48900 -0.88700 1.31300 -1.03100 c -1.14500 -1.18000 1.00400 -1.36700 0.89100 -1.59400 c -0.77400 -1.82400 0.71900 -2.11700 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 75.39100 260.27423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01600 c -0.67500 -0.15300 0.68700 -0.30900 0.68700 -0.48500 c -0.69500 -0.66400 0.70300 -0.82500 0.70300 -0.96900 c -0.84700 -0.70000 1.05000 -0.46900 1.31200 -0.28200 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01600 c -2.64400 -0.14100 2.65600 -0.25800 2.65600 -0.36000 c -2.65600 -0.48500 2.64400 -0.60200 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.86000 1.17200 -1.17200 c -0.86700 -1.48500 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64100 0.53100 -5.64100 c -0.45700 -5.64100 0.39800 -5.64100 0.35900 -5.64100 c -0.32800 -5.64100 0.26900 -5.64100 0.18700 -5.64100 c -0.10100 -5.64100 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 78.75000 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 85.06600 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16500 -5.45300 4.19200 -5.55900 4.20400 -5.64100 c -4.02400 -5.70300 3.81700 -5.75400 3.57900 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70400 -5.10900 c -0.23500 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28600 -1.41400 0.45700 -1.10500 0.68800 -0.84400 c -0.91500 -0.57400 1.19600 -0.36700 1.53200 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.11000 -0.39100 4.07900 -0.51600 c -4.05500 -0.64100 4.03200 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66500 -0.71900 3.43800 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07400 1.23500 -1.28100 c -1.07900 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31200 1.31300 -4.68700 c -1.69600 -5.05500 2.21100 -5.23400 2.86000 -5.23400 c -3.07900 -5.23400 3.28600 -5.21900 3.48500 -5.18700 c -3.68000 -5.14800 3.86400 -5.09400 4.03200 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 90.18000 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42500 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 96.26200 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59300 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 102.37100 262.75823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 111.11300 261.99223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 115.27300 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91500 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91500 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07900 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24300 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24300 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07900 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91500 0.00000 3.28200 -0.07400 3.59400 -0.21900 c -3.90700 -0.36700 4.16500 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73900 -1.41800 4.84400 -1.78100 c -4.95800 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95800 -3.73000 4.84400 -4.09400 c -4.73900 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16500 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91500 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 124.65200 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 130.63700 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 136.17200 260.28923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.67200 -2.71800 m -0.20300 -0.03100 l -0.32800 -0.01100 0.45300 0.00000 0.57800 0.00000 c -0.72300 0.00000 0.87500 -0.01100 1.03100 -0.03100 c -2.43700 -2.71800 l -0.79700 -5.64000 l -0.68000 -5.66000 0.56200 -5.67200 0.43700 -5.67200 c -0.28100 -5.67200 0.13300 -5.66000 0.00000 -5.64000 c -1.67200 -2.71800 l -h -2.51600 -2.71800 m -3.92200 -0.03100 l -4.07800 -0.01100 4.22300 0.00000 4.35900 0.00000 c -4.47300 0.00000 4.59800 -0.01100 4.73400 -0.03100 c -3.29700 -2.65600 l -4.95300 -5.64000 l -4.80500 -5.66000 4.66000 -5.67200 4.51600 -5.67200 c -4.39100 -5.67200 4.26600 -5.66000 4.14100 -5.64000 c -2.51600 -2.71800 l -h -f -Q -Q -Q -q -1 0 0 1 141.57800 261.99223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03100 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74200 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 148.80100 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22200 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39000 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60100 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.42200 0.68700 -0.60900 c -0.69500 -0.78900 0.70300 -0.94900 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82400 0.95300 -0.68700 c -1.05400 -0.55500 1.17600 -0.43400 1.31200 -0.32800 c -1.45700 -0.22700 1.61700 -0.14800 1.79700 -0.09400 c -1.97200 -0.03100 2.17600 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02700 2.95300 -0.07800 c -3.10900 -0.12100 3.24200 -0.18700 3.35900 -0.28100 c -3.47200 -0.37500 3.56600 -0.48400 3.64000 -0.60900 c -3.72200 -0.73400 3.79700 -0.87500 3.85900 -1.03100 c -3.94100 -0.90600 4.03500 -0.78100 4.14000 -0.65600 c -4.24200 -0.53100 4.35900 -0.42200 4.48400 -0.32800 c -4.61700 -0.22700 4.76900 -0.14800 4.93700 -0.09400 c -5.11300 -0.03100 5.30400 0.00000 5.51500 0.00000 c -6.17200 0.00000 6.64400 -0.18700 6.93700 -0.56200 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32000 -5.74200 7.25800 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.68000 -5.74200 6.64000 -5.73400 c -6.64000 -2.40600 l -6.64000 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15600 -0.80500 5.86700 -0.65600 5.48400 -0.65600 c -5.24200 -0.65600 5.03500 -0.71100 4.85900 -0.81200 c -4.68000 -0.90600 4.53500 -1.03900 4.42200 -1.20300 c -4.30400 -1.35900 4.21900 -1.54700 4.15600 -1.76600 c -4.09400 -1.97700 4.06200 -2.20300 4.06200 -2.45300 c -4.06200 -5.73400 l -4.01900 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.43000 -5.75000 3.36700 -5.74200 3.32800 -5.73400 c -3.32800 -2.26600 l -3.32800 -1.70300 3.23800 -1.28900 3.06200 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28100 -0.60900 c -2.06200 -0.60900 1.85100 -0.66800 1.65600 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70300 0.82800 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 157.68400 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 164.03100 262.75823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02300 4.78200 -0.03100 c -4.78200 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23900 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07100 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91400 1.28200 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89900 -3.18700 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03200 -3.01600 2.78200 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53200 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 170.71100 260.27423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10200 0.00000 0.18700 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.77000 -3.89900 0.84400 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11800 3.20300 -5.09400 c -3.39100 -5.06300 3.55500 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 177.07400 262.75823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61400 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73900 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73500 -7.57000 1.81300 -7.55500 1.87500 -7.53100 c -1.90700 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98500 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81300 -8.15600 c -0.65700 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 179.83600 260.38323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 185.88300 255.61723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03100 -0.03100 c -0.18700 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81200 -0.01100 0.96900 -0.03100 c -0.98800 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81200 0.96900 -0.96800 c -0.81200 -0.98800 0.66000 -1.00000 0.51500 -1.00000 c -0.34800 -1.00000 0.18700 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 68.63700 239.19623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -6.56200 -8.84400 m -6.56200 -8.96900 6.55100 -9.08300 6.53100 -9.18800 c -6.51900 -9.29000 6.48800 -9.39900 6.43700 -9.51600 c -4.04700 -9.04700 l -4.04700 -8.92200 4.05400 -8.80500 4.07800 -8.70400 c -4.10900 -8.59800 4.14400 -8.49300 4.18700 -8.39100 c -6.56200 -8.84400 l -h -3.26500 -8.17200 m -2.71100 -8.17200 2.22600 -8.07100 1.81200 -7.87500 c -1.40600 -7.68000 1.06600 -7.39900 0.79700 -7.03200 c -0.53500 -6.66800 0.33600 -6.23500 0.20300 -5.73500 c -0.06600 -5.23500 0.00000 -4.68800 0.00000 -4.09400 c -0.00000 -3.50000 0.06600 -2.95400 0.20300 -2.45400 c -0.33600 -1.95400 0.53500 -1.52400 0.79700 -1.15700 c -1.06600 -0.79300 1.40600 -0.51200 1.81200 -0.31300 c -2.22600 -0.10600 2.71100 0.00000 3.26500 0.00000 c -3.81600 0.00000 4.29700 -0.10600 4.70300 -0.31300 c -5.11700 -0.51200 5.45700 -0.79300 5.71800 -1.15700 c -5.98800 -1.52400 6.19100 -1.95400 6.32800 -2.45400 c -6.46100 -2.95400 6.53100 -3.50000 6.53100 -4.09400 c -6.53100 -4.68800 6.46100 -5.23500 6.32800 -5.73500 c -6.19100 -6.23500 5.98800 -6.66800 5.71800 -7.03200 c -5.45700 -7.39900 5.11700 -7.68000 4.70300 -7.87500 c -4.29700 -8.07100 3.81600 -8.17200 3.26500 -8.17200 c -h -3.26500 -7.48500 m -3.69100 -7.48500 4.05400 -7.40300 4.35900 -7.23500 c -4.67200 -7.07100 4.92900 -6.84000 5.14000 -6.54700 c -5.34700 -6.24700 5.50000 -5.88700 5.59400 -5.46900 c -5.69500 -5.04300 5.75000 -4.58600 5.75000 -4.09400 c -5.75000 -3.59400 5.69500 -3.13700 5.59400 -2.71900 c -5.50000 -2.29300 5.34700 -1.93400 5.14000 -1.64100 c -4.92900 -1.34000 4.67200 -1.11000 4.35900 -0.95400 c -4.05400 -0.79000 3.69100 -0.70400 3.26500 -0.70400 c -2.83600 -0.70400 2.46800 -0.79000 2.15600 -0.95400 c -1.84400 -1.11000 1.58600 -1.34000 1.39000 -1.64100 c -1.19100 -1.93400 1.03900 -2.29300 0.93700 -2.71900 c -0.84400 -3.13700 0.79700 -3.59400 0.79700 -4.09400 c -0.79700 -4.58600 0.84400 -5.04300 0.93700 -5.46900 c -1.03900 -5.88700 1.19100 -6.24700 1.39000 -6.54700 c -1.58600 -6.84000 1.84400 -7.07100 2.15600 -7.23500 c -2.46800 -7.40300 2.83600 -7.48500 3.26500 -7.48500 c -h -f -Q -Q -Q -q -1 0 0 1 76.80500 236.77423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01600 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01600 c -0.73400 -3.17200 l -0.73400 -3.57100 0.76900 -3.89900 0.84300 -4.15700 c -0.92600 -4.40700 1.04700 -4.60600 1.20300 -4.75000 c -1.35900 -4.88700 1.55000 -4.98500 1.78100 -5.04700 c -2.00800 -5.10200 2.26500 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01500 -5.11800 3.20300 -5.09400 c -3.39000 -5.06300 3.55400 -5.02400 3.70300 -4.96900 c -3.70300 -0.01600 l -3.75400 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01600 c -4.43700 -5.48500 l -4.16400 -5.55900 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65700 c -1.21100 -5.59400 0.94500 -5.46900 0.71800 -5.28200 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51600 c -0.06200 -4.18400 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01600 l -h -f -Q -Q -Q -q -1 0 0 1 82.77700 239.08623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73500 -2.93700 m -0.03200 -2.93700 l -0.02000 -2.90600 0.00800 -2.86700 0.00000 -2.81200 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64000 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.02000 -2.35900 0.03200 -2.32800 c -1.45400 -2.32800 l -1.45400 -7.93700 l -1.41100 -7.94500 1.34800 -7.95300 1.26600 -7.95300 c -1.19200 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98900 -7.95300 0.90700 -7.95300 c -0.83200 -7.95300 0.77400 -7.94500 0.73500 -7.93700 c -0.73500 -2.93700 l -h -0.37500 -0.95300 m -0.36400 -0.89000 0.35200 -0.81200 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35200 -0.15600 0.36400 -0.08600 0.37500 -0.03100 c -0.43800 -0.02300 0.51600 -0.01500 0.61000 -0.01500 c -0.70400 -0.00800 0.78600 0.00000 0.86000 0.00000 c -0.91100 0.00000 0.97700 -0.00800 1.06300 -0.01500 c -1.15700 -0.01500 1.23500 -0.02300 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31300 -0.40600 1.31300 -0.46900 c -1.31300 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81200 1.29700 -0.89000 1.29700 -0.95300 c -1.23500 -0.96500 1.15700 -0.96900 1.06300 -0.96900 c -0.97700 -0.96900 0.91100 -0.96900 0.86000 -0.96900 c -0.78600 -0.96900 0.70400 -0.96900 0.61000 -0.96900 c -0.51600 -0.96900 0.43800 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 85.55100 236.75823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -5.43700 m -3.26500 -0.60900 l -0.32800 -0.60900 l -0.31600 -0.57800 0.31200 -0.53900 0.31200 -0.48400 c -0.31200 -0.43400 0.31200 -0.37500 0.31200 -0.31200 c -0.31200 -0.26200 0.31200 -0.20300 0.31200 -0.14100 c -0.31200 -0.07800 0.31600 -0.03100 0.32800 0.00000 c -4.37500 0.00000 l -4.42200 -0.14100 l -1.15600 -5.00000 l -4.25000 -5.00000 l -4.25000 -5.03100 4.25000 -5.07800 4.25000 -5.14100 c -4.25800 -5.19500 4.26500 -5.25000 4.26500 -5.31200 c -4.26500 -5.37500 4.25800 -5.43400 4.25000 -5.48400 c -4.25000 -5.52700 4.25000 -5.57000 4.25000 -5.60900 c -0.03100 -5.60900 l -0.00000 -5.43700 l -h -f -Q -Q -Q -q -1 0 0 1 90.66400 236.75823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -5.43700 m -3.26600 -0.60900 l -0.32800 -0.60900 l -0.31700 -0.57800 0.31300 -0.53900 0.31300 -0.48400 c -0.31300 -0.43400 0.31300 -0.37500 0.31300 -0.31200 c -0.31300 -0.26200 0.31300 -0.20300 0.31300 -0.14100 c -0.31300 -0.07800 0.31700 -0.03100 0.32800 0.00000 c -4.37500 0.00000 l -4.42200 -0.14100 l -1.15600 -5.00000 l -4.25000 -5.00000 l -4.25000 -5.03100 4.25000 -5.07800 4.25000 -5.14100 c -4.25800 -5.19500 4.26600 -5.25000 4.26600 -5.31200 c -4.26600 -5.37500 4.25800 -5.43400 4.25000 -5.48400 c -4.25000 -5.52700 4.25000 -5.57000 4.25000 -5.60900 c -0.03100 -5.60900 l -0.00000 -5.43700 l -h -f -Q -Q -Q -q -1 0 0 1 95.87500 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 101.90600 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03100 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.36000 -5.10900 2.61000 -4.92200 c -2.86700 -4.72700 3.00000 -4.48000 3.00000 -4.18700 c -3.00000 -3.99200 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.10900 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93700 1.28200 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40200 0.36400 -2.26600 0.28200 -2.10900 c -0.19600 -1.94500 0.15700 -1.74200 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69500 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02700 2.98500 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.61000 -0.23400 c -3.57800 -0.44500 3.52400 -0.65200 3.45300 -0.85900 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70300 c -2.63300 -0.65200 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03100 0.89100 -1.23400 0.89100 -1.48400 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.85900 c -1.04700 -1.95300 1.12900 -2.03900 1.23500 -2.10900 c -1.34800 -2.17200 1.47300 -2.23000 1.61000 -2.28100 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48400 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81200 3.18800 -2.93700 c -3.35200 -3.06200 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.60900 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39800 3.69600 -4.64100 3.59400 -4.85900 c -3.48900 -5.07000 3.33600 -5.25000 3.14100 -5.40600 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73400 c -2.20700 -5.81600 1.92200 -5.85900 1.61000 -5.85900 c -1.25400 -5.85900 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.69900 0.00000 -5.62500 c -0.03900 -5.40600 0.11000 -5.18700 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 109.66800 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06300 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31300 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 114.90600 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98500 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89900 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.86000 -4.70300 c -0.95300 -4.85200 1.07100 -4.96500 1.21900 -5.04700 c -1.36400 -5.12100 1.52400 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23500 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.86000 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.11000 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.61000 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52400 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65700 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.61000 -5.73800 3.23500 -5.78100 c -2.86700 -5.83200 2.52400 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19200 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44200 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.36000 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78200 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 120.91400 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77400 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14900 -5.75000 4.10900 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31700 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 129.96100 239.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.71900 -7.43700 m -0.89400 -7.50000 1.07800 -7.54700 1.26600 -7.57800 c -1.45300 -7.60200 1.64800 -7.60900 1.85900 -7.60900 c -2.14800 -7.60900 2.42600 -7.56200 2.68700 -7.46900 c -2.95700 -7.36700 3.19100 -7.21500 3.39100 -7.01600 c -3.59800 -6.82000 3.75800 -6.57000 3.87500 -6.26600 c -4.00000 -5.96500 4.06200 -5.60200 4.06200 -5.17200 c -4.06200 -4.50800 3.93700 -3.98400 3.68700 -3.60900 c -3.43700 -3.22700 3.03100 -3.03100 2.46900 -3.03100 c -2.28900 -3.03100 2.09800 -3.06200 1.89100 -3.12500 c -1.68000 -3.18000 1.48800 -3.27700 1.31200 -3.42200 c -1.14400 -3.55900 1.00400 -3.74200 0.89100 -3.96900 c -0.77300 -4.19900 0.71900 -4.49200 0.71900 -4.84400 c -0.71900 -7.43700 l -h -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -3.28100 l -0.87500 -3.04300 1.09800 -2.83600 1.39100 -2.65600 c -1.68000 -2.46900 2.05500 -2.37500 2.51600 -2.37500 c -2.85900 -2.37500 3.17200 -2.43000 3.45300 -2.53100 c -3.74200 -2.63700 3.98800 -2.80500 4.18700 -3.03100 c -4.39400 -3.26200 4.55500 -3.54700 4.67200 -3.89100 c -4.78500 -4.23400 4.84400 -4.64800 4.84400 -5.12500 c -4.84400 -6.10500 4.57000 -6.87100 4.03100 -7.42200 c -3.50000 -7.96500 2.72700 -8.23400 1.71900 -8.23400 c -1.38300 -8.23400 1.06200 -8.20300 0.75000 -8.14100 c -0.44500 -8.07800 0.19500 -8.01200 0.00000 -7.93700 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 136.13700 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 144.91800 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99200 3.17200 -2.97700 2.98400 -2.95300 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02700 1.17200 -3.23400 c -0.86700 -3.44500 0.71900 -3.74200 0.71900 -4.12500 c -0.71900 -4.36700 0.76600 -4.55900 0.85900 -4.70300 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12100 1.52300 -5.17200 1.70300 -5.20300 c -1.87900 -5.22700 2.05500 -5.23400 2.23400 -5.23400 c -2.45300 -5.23400 2.66000 -5.22700 2.85900 -5.20300 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.10900 c -3.45300 -3.00000 l -h -3.45300 -2.03100 m -3.45300 -1.54300 3.33600 -1.18700 3.10900 -0.96900 c -2.87900 -0.74200 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64800 1.29700 -0.68700 c -1.05500 -0.73000 0.83600 -0.78100 0.64100 -0.84400 c -0.60900 -0.77300 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20300 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06200 c -1.50000 -0.02300 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15600 3.65600 -0.46900 c -4.00000 -0.77300 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69500 3.60900 -5.73800 3.23400 -5.78100 c -2.86700 -5.83200 2.52300 -5.85900 2.20300 -5.85900 c -1.51600 -5.85900 0.97300 -5.72700 0.57800 -5.45300 c -0.19100 -5.18400 0.00000 -4.74600 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.35900 c -0.28500 -3.12100 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.60900 1.07800 -2.49600 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32800 c -3.16400 -2.34000 3.32800 -2.35500 3.45300 -2.37500 c -3.45300 -2.03100 l -h -f -Q -Q -Q -q -1 0 0 1 150.19500 238.49223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34300 m -0.03200 -2.34300 l -0.02000 -2.31200 0.00800 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80800 0.02000 -1.76500 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67100 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76500 3.23500 -1.80800 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24300 -2.15600 3.23500 -2.21800 c -3.23500 -2.27300 3.23500 -2.31200 3.23500 -2.34300 c -1.71900 -2.34300 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73900 -6.33600 1.78200 -6.43700 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79600 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.78900 -6.82800 3.01600 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31300 -7.34300 c -3.05100 -7.42500 2.74300 -7.46800 2.39100 -7.46800 c -1.97300 -7.46800 1.63300 -7.35900 1.37500 -7.14000 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 153.93400 238.49223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 158.09400 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 164.48400 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.42200 0.68800 -0.60900 c -0.69600 -0.78900 0.70400 -0.94900 0.70400 -1.09400 c -0.76600 -0.96100 0.84800 -0.82400 0.95400 -0.68700 c -1.05500 -0.55500 1.17600 -0.43400 1.31300 -0.32800 c -1.45700 -0.22700 1.61800 -0.14800 1.79700 -0.09400 c -1.97300 -0.03100 2.17600 0.00000 2.40700 0.00000 c -2.62500 0.00000 2.80500 -0.02700 2.95400 -0.07800 c -3.11000 -0.12100 3.24300 -0.18700 3.36000 -0.28100 c -3.47300 -0.37500 3.56700 -0.48400 3.64100 -0.60900 c -3.72300 -0.73400 3.79700 -0.87500 3.86000 -1.03100 c -3.94200 -0.90600 4.03600 -0.78100 4.14100 -0.65600 c -4.24300 -0.53100 4.36000 -0.42200 4.48500 -0.32800 c -4.61800 -0.22700 4.77000 -0.14800 4.93800 -0.09400 c -5.11400 -0.03100 5.30500 0.00000 5.51600 0.00000 c -6.17200 0.00000 6.64500 -0.18700 6.93800 -0.56200 c -7.22700 -0.93000 7.37500 -1.46100 7.37500 -2.15600 c -7.37500 -5.73400 l -7.32100 -5.74200 7.25800 -5.75000 7.18800 -5.75000 c -7.11400 -5.75000 7.05100 -5.75000 7.00000 -5.75000 c -6.96900 -5.75000 6.91100 -5.75000 6.82900 -5.75000 c -6.74300 -5.75000 6.68000 -5.74200 6.64100 -5.73400 c -6.64100 -2.40600 l -6.64100 -1.81200 6.53900 -1.37500 6.34400 -1.09400 c -6.15700 -0.80500 5.86800 -0.65600 5.48500 -0.65600 c -5.24300 -0.65600 5.03600 -0.71100 4.86000 -0.81200 c -4.68000 -0.90600 4.53600 -1.03900 4.42200 -1.20300 c -4.30500 -1.35900 4.21900 -1.54700 4.15700 -1.76600 c -4.09400 -1.97700 4.06300 -2.20300 4.06300 -2.45300 c -4.06300 -5.73400 l -4.02000 -5.74200 3.95700 -5.75000 3.87500 -5.75000 c -3.80100 -5.75000 3.73900 -5.75000 3.68800 -5.75000 c -3.65700 -5.75000 3.59800 -5.75000 3.51600 -5.75000 c -3.43000 -5.75000 3.36800 -5.74200 3.32900 -5.73400 c -3.32900 -2.26600 l -3.32900 -1.70300 3.23900 -1.28900 3.06300 -1.01600 c -2.88300 -0.74600 2.62500 -0.60900 2.28200 -0.60900 c -2.06300 -0.60900 1.85200 -0.66800 1.65700 -0.78100 c -1.46900 -0.89800 1.30100 -1.05900 1.15700 -1.26600 c -1.02000 -1.46500 0.91100 -1.70300 0.82900 -1.98400 c -0.75400 -2.26600 0.71900 -2.57800 0.71900 -2.92200 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45700 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 173.68000 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11700 0.09300 -0.10900 0.15600 -0.10900 c -0.22600 -0.10900 0.28500 -0.10900 0.32800 -0.10900 c -0.36700 -0.10900 0.42200 -0.10900 0.48400 -0.10900 c -0.55400 -0.10900 0.61300 -0.11700 0.65600 -0.12500 c -0.71800 -0.89100 l -0.87500 -0.66400 1.09700 -0.46100 1.39000 -0.28100 c -1.67900 -0.09400 2.05400 0.00000 2.51500 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15600 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65600 c -4.39400 -0.88700 4.55400 -1.17200 4.67200 -1.51600 c -4.78500 -1.85900 4.84300 -2.27300 4.84300 -2.75000 c -4.84300 -3.24200 4.77300 -3.68000 4.64000 -4.06200 c -4.50400 -4.44900 4.31200 -4.77700 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65600 c -2.75800 -5.78900 2.33600 -5.85900 1.85900 -5.85900 c -1.67900 -5.85900 1.48800 -5.84400 1.28100 -5.81200 c -1.08200 -5.78900 0.89400 -5.75000 0.71800 -5.68700 c -0.71800 -8.32800 l -0.67500 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.35900 0.35900 -8.35900 c -0.31600 -8.35900 0.25400 -8.35200 0.17200 -8.34400 c -0.09700 -8.34400 0.03900 -8.33600 0.00000 -8.32800 c -0.00000 -0.12500 l -h -0.71800 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42500 -5.20300 1.66400 -5.21900 1.96800 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07800 c -3.03900 -4.98400 3.26500 -4.84000 3.45300 -4.64100 c -3.64000 -4.44500 3.78500 -4.19500 3.89000 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12100 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46800 -0.64100 c -2.28900 -0.64100 2.09700 -0.67200 1.89000 -0.73400 c -1.67900 -0.78900 1.48800 -0.88700 1.31200 -1.03100 c -1.14400 -1.18000 1.00400 -1.36700 0.89000 -1.59400 c -0.77300 -1.82400 0.71800 -2.11700 0.71800 -2.46900 c -0.71800 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 179.43400 238.49223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34300 m -0.03100 -2.34300 l -0.01900 -2.31200 0.00700 -2.27300 0.00000 -2.21800 c -0.00000 -2.15600 0.00000 -2.09300 0.00000 -2.03100 c -0.00000 -1.96800 0.00000 -1.91400 0.00000 -1.85900 c -0.00700 -1.80800 0.01900 -1.76500 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67100 l -1.67100 0.00000 l -1.71800 0.00000 l -1.71800 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76500 3.23400 -1.80800 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96800 3.25000 -2.03100 c -3.25000 -2.09300 3.24200 -2.15600 3.23400 -2.21800 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34300 c -1.71800 -2.34300 l -1.71800 -6.00000 l -1.71800 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96800 -6.68700 c -2.05000 -6.74200 2.14000 -6.77700 2.23400 -6.79600 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79600 3.20300 -6.73400 c -3.25400 -6.92100 3.28900 -7.12500 3.31200 -7.34300 c -3.05000 -7.42500 2.74200 -7.46800 2.39000 -7.46800 c -1.97200 -7.46800 1.63200 -7.35900 1.37500 -7.14000 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34300 l -h -f -Q -Q -Q -q -1 0 0 1 183.59400 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.60900 -5.15600 c -3.84700 -5.10500 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44100 -5.46900 4.45300 -5.56200 c -4.23400 -5.66800 3.97600 -5.73800 3.68700 -5.78100 c -3.40600 -5.83200 3.09700 -5.85900 2.76500 -5.85900 c -2.27300 -5.85900 1.85900 -5.78900 1.51500 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81200 c -0.24200 -1.44900 0.39400 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23400 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48400 -0.18700 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18700 4.64000 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78100 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.42900 -0.88700 3.23400 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.10900 c -1.03100 -1.42200 0.85900 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 189.70700 239.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03100 m -4.09800 -0.02300 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02300 4.78100 -0.03100 c -4.78100 -7.98400 l -4.55100 -8.05900 4.26600 -8.11300 3.92200 -8.15600 c -3.58600 -8.20700 3.23800 -8.23400 2.87500 -8.23400 c -2.46900 -8.23400 2.08600 -8.18700 1.73400 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40600 0.37500 -7.12100 0.21900 -6.76600 c -0.07000 -6.40200 0.00000 -5.95300 0.00000 -5.42200 c -0.00000 -4.94500 0.06300 -4.51600 0.18800 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91400 1.28100 -2.71500 1.62500 -2.57800 c -1.96900 -2.44500 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39800 3.46900 -2.43700 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56200 c -4.04700 -0.03100 l -h -4.04700 -3.25000 m -3.89800 -3.18700 3.71100 -3.13700 3.48400 -3.09400 c -3.26600 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43800 -3.01600 2.14100 -3.07800 1.89100 -3.20300 c -1.64100 -3.32000 1.42600 -3.48000 1.25000 -3.68700 c -1.08200 -3.89800 0.95700 -4.14800 0.87500 -4.43700 c -0.78900 -4.73000 0.75000 -5.05500 0.75000 -5.40600 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07800 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53100 -7.56200 c -3.75000 -7.53100 3.92200 -7.49600 4.04700 -7.45300 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 198.87100 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.52000 -5.03100 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65600 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03100 c -0.39900 -4.76200 0.24200 -4.44900 0.14100 -4.09400 c -0.04700 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78100 c -0.24200 -1.41800 0.39900 -1.10500 0.61000 -0.84400 c -0.81700 -0.57400 1.07800 -0.36700 1.39100 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59400 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84400 -1.78100 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73000 4.84400 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59400 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 205.50000 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11700 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27300 -0.10900 0.32800 -0.10900 c -0.39100 -0.10900 0.44500 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65600 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69500 -0.82400 0.70300 -0.99600 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87100 0.98400 -0.73400 c -1.10900 -0.60200 1.25000 -0.48000 1.40600 -0.37500 c -1.56300 -0.26200 1.73800 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31600 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74200 3.73400 -5.73400 c -3.73400 -2.40600 l -3.73400 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57800 -0.65600 c -2.31600 -0.65600 2.07000 -0.71100 1.84400 -0.81200 c -1.61300 -0.91800 1.41400 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.85900 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.03900 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 211.79300 239.25823 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03100 m -0.03900 -0.02300 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02300 0.71900 -0.03100 c -0.71900 -6.81200 l -0.71900 -7.00000 0.73800 -7.15200 0.78100 -7.26600 c -0.83200 -7.37100 0.89100 -7.44900 0.95300 -7.50000 c -1.02300 -7.54300 1.09800 -7.57000 1.17200 -7.57800 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57800 c -1.73400 -7.57000 1.81200 -7.55500 1.87500 -7.53100 c -1.90600 -7.62500 1.92600 -7.72700 1.93800 -7.82800 c -1.95700 -7.93400 1.97300 -8.02700 1.98400 -8.10900 c -1.87900 -8.14800 1.75800 -8.17600 1.62500 -8.18700 c -1.50000 -8.19500 1.38300 -8.20300 1.28100 -8.20300 c -1.12500 -8.20300 0.96900 -8.18700 0.81200 -8.15600 c -0.65600 -8.12500 0.51600 -8.06200 0.39100 -7.96900 c -0.27300 -7.87500 0.18000 -7.75000 0.10900 -7.59400 c -0.03500 -7.43700 0.00000 -7.23000 0.00000 -6.96900 c -0.00000 -0.03100 l -h -f -Q -Q -Q -q -1 0 0 1 214.07000 236.77423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65700 -5.64100 m -2.45300 -5.64100 l -2.37900 -5.64100 2.30100 -5.64100 2.21900 -5.64100 c -2.13300 -5.64100 2.07100 -5.63300 2.03200 -5.62500 c -0.00000 -0.01600 l -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01600 c -2.70300 -5.46900 l -4.53200 -0.01600 l -4.57100 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90700 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00800 5.26600 -0.01600 c -2.81300 -7.28200 l -2.67600 -7.68800 2.48900 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07800 -8.36000 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.27000 0.53200 -8.25000 c -0.53200 -8.02000 0.58600 -7.81300 0.70300 -7.62500 c -0.75400 -7.64500 0.83600 -7.66400 0.95300 -7.68800 c -1.07800 -7.71900 1.21100 -7.73500 1.36000 -7.73500 c -1.56700 -7.73500 1.73500 -7.68000 1.86000 -7.57800 c -1.99300 -7.47300 2.11000 -7.28600 2.20300 -7.01600 c -2.65700 -5.64100 l -h -f -Q -Q -Q -q -1 0 0 1 222.97700 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23400 m -3.08200 -5.23400 3.51900 -5.03100 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65600 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65600 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03100 1.91400 -5.23400 2.50000 -5.23400 c -h -2.50000 -5.85900 m -2.08200 -5.85900 1.71100 -5.78500 1.39000 -5.64100 c -1.07800 -5.49600 0.81600 -5.29300 0.60900 -5.03100 c -0.39800 -4.76200 0.24200 -4.44900 0.14000 -4.09400 c -0.04600 -3.73000 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78100 c -0.24200 -1.41800 0.39800 -1.10500 0.60900 -0.84400 c -0.81600 -0.57400 1.07800 -0.36700 1.39000 -0.21900 c -1.71100 -0.07400 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07400 3.59300 -0.21900 c -3.90600 -0.36700 4.16400 -0.57400 4.37500 -0.84400 c -4.58200 -1.10500 4.73800 -1.41800 4.84300 -1.78100 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73000 4.84300 -4.09400 c -4.73800 -4.44900 4.58200 -4.76200 4.37500 -5.03100 c -4.16400 -5.29300 3.90600 -5.49600 3.59300 -5.64100 c -3.28100 -5.78500 2.91400 -5.85900 2.50000 -5.85900 c -h -f -Q -Q -Q -q -1 0 0 1 229.60500 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06300 -0.11700 0.11800 -0.10900 0.17200 -0.10900 c -0.22300 -0.10900 0.27400 -0.10900 0.32900 -0.10900 c -0.39100 -0.10900 0.44600 -0.10900 0.50000 -0.10900 c -0.55100 -0.10900 0.60200 -0.11700 0.65700 -0.12500 c -0.67600 -0.26200 0.68800 -0.43000 0.68800 -0.62500 c -0.69600 -0.82400 0.70400 -0.99600 0.70400 -1.14100 c -0.77400 -1.00800 0.86800 -0.87100 0.98500 -0.73400 c -1.11000 -0.60200 1.25000 -0.48000 1.40700 -0.37500 c -1.56300 -0.26200 1.73900 -0.17200 1.93800 -0.10900 c -2.14500 -0.03900 2.37600 0.00000 2.62600 0.00000 c -3.25800 0.00000 3.72300 -0.19500 4.01600 -0.57800 c -4.31700 -0.95300 4.46900 -1.49200 4.46900 -2.18700 c -4.46900 -5.73400 l -4.42600 -5.74200 4.36400 -5.75000 4.28200 -5.75000 c -4.20800 -5.75000 4.14900 -5.75000 4.11000 -5.75000 c -4.06700 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78600 -5.74200 3.73500 -5.73400 c -3.73500 -2.40600 l -3.73500 -1.79300 3.63300 -1.35200 3.43800 -1.07800 c -3.25000 -0.79700 2.96100 -0.65600 2.57900 -0.65600 c -2.31700 -0.65600 2.07100 -0.71100 1.84400 -0.81200 c -1.61400 -0.91800 1.41500 -1.07000 1.25000 -1.26600 c -1.09400 -1.45300 0.96100 -1.69500 0.86000 -1.98400 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73400 l -0.67600 -5.74200 0.61400 -5.75000 0.53200 -5.75000 c -0.45800 -5.75000 0.39900 -5.75000 0.36000 -5.75000 c -0.32900 -5.75000 0.27000 -5.75000 0.18800 -5.75000 c -0.10200 -5.75000 0.04000 -5.74200 0.00000 -5.73400 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 235.58600 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03100 m -4.06200 -5.10500 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.85900 2.79700 -5.85900 c -1.87900 -5.85900 1.18000 -5.60900 0.70300 -5.10900 c -0.23400 -4.60900 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10500 0.68700 -0.84400 c -0.91400 -0.57400 1.19500 -0.36700 1.53100 -0.21900 c -1.87500 -0.07400 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02300 3.51600 -0.06200 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18700 c -4.12500 -0.28100 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74200 4.00000 -0.81200 c -3.85200 -0.76200 3.66400 -0.71900 3.43700 -0.68700 c -3.21900 -0.64800 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39800 -1.07400 1.23400 -1.28100 c -1.07800 -1.49200 0.95700 -1.73400 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31200 1.31200 -4.68700 c -1.69500 -5.05500 2.21100 -5.23400 2.85900 -5.23400 c -3.07800 -5.23400 3.28500 -5.21900 3.48400 -5.18700 c -3.68000 -5.14800 3.86300 -5.09400 4.03100 -5.03100 c -h -f -Q -Q -Q -q -1 0 0 1 240.69900 236.88323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.78900 0.95300 -4.33600 1.29700 -4.68700 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.19900 3.61000 -5.15600 c -3.84800 -5.10500 4.08200 -5.03900 4.31300 -4.95300 c -4.35200 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36700 4.44200 -5.46900 4.45300 -5.56200 c -4.23500 -5.66800 3.97700 -5.73800 3.68800 -5.78100 c -3.40600 -5.83200 3.09800 -5.85900 2.76600 -5.85900 c -2.27400 -5.85900 1.86000 -5.78900 1.51600 -5.65600 c -1.17200 -5.51200 0.88300 -5.31200 0.65600 -5.06200 c -0.43800 -4.80500 0.27000 -4.49600 0.15600 -4.14100 c -0.05100 -3.77700 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81200 c -0.24200 -1.44900 0.39500 -1.13300 0.59400 -0.85900 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23400 c -1.69600 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06200 3.48500 -0.18700 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39900 -0.92200 4.54700 -1.18700 4.64100 -1.50000 c -4.74200 -1.81200 4.79700 -2.15200 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78100 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43700 m -4.07800 -2.21100 4.04700 -1.98400 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35500 3.70300 -1.18700 c -3.58600 -1.02300 3.43000 -0.88700 3.23500 -0.78100 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31300 -1.10900 c -1.03200 -1.42200 0.86000 -1.86700 0.79700 -2.43700 c -4.07800 -2.43700 l -h -f -Q -Q -Q -q -1 0 0 1 246.75000 232.11723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96800 m -0.00800 -0.81200 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34300 0.00800 -0.18700 0.03100 -0.03100 c -0.18800 -0.01100 0.34400 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81300 -0.01100 0.96900 -0.03100 c -0.98800 -0.18700 1.00000 -0.34300 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81200 0.96900 -0.96800 c -0.81300 -0.98800 0.66000 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03100 -0.96800 c -h -f -Q -Q -Q -q -1 0 0 1 25.03900 414.35223 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -2.31200 0.00000 l -2.31200 -17.98400 l -0.00000 -17.98400 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 30.82800 409.71123 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.67200 -2.51500 m -11.21100 -3.44500 11.48500 -4.72600 11.48500 -6.35900 c -11.48500 -13.32800 l -9.20300 -13.32800 l -9.20300 -6.35900 l -9.20300 -5.79700 9.15600 -5.29700 9.06300 -4.85900 c -8.96900 -4.41400 8.83600 -4.03900 8.67200 -3.73400 c -8.41000 -3.26500 8.11700 -2.93300 7.79700 -2.73400 c -7.48500 -2.53900 7.02000 -2.38700 6.40600 -2.28100 c -6.42200 -2.28100 l -6.34800 -2.26200 6.27400 -2.25000 6.20300 -2.25000 c -6.12900 -2.24200 6.07800 -2.23400 6.04700 -2.23400 c -5.64100 -2.23400 5.22700 -2.32400 4.81300 -2.50000 c -4.40600 -2.68000 4.01600 -2.92200 3.64100 -3.23400 c -3.20300 -3.64000 2.86000 -4.10500 2.61000 -4.62500 c -2.36700 -5.13700 2.25000 -5.69500 2.25000 -6.29700 c -2.25000 -13.32800 l -0.00000 -13.32800 l -0.00000 -0.34400 l -2.25000 -0.34400 l -2.25000 -1.43700 l -3.28900 -0.48000 4.53100 0.00000 5.96900 0.00000 c -6.13300 0.00000 6.27400 -0.00800 6.39100 -0.01500 c -6.51600 -0.02700 6.64100 -0.03900 6.76600 -0.04700 c -7.27400 -0.14000 7.71900 -0.25000 8.09400 -0.37500 c -8.47700 -0.49200 8.82000 -0.64800 9.12500 -0.84400 c -9.43800 -1.03100 9.71100 -1.26500 9.95300 -1.54700 c -10.20300 -1.82000 10.44200 -2.14000 10.67200 -2.51500 c -h -f -Q -Q -Q -q -1 0 0 1 44.62500 409.52423 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.01600 -5.34400 m -5.31600 -6.13700 6.22300 -6.84000 6.73400 -7.45300 c -7.03500 -7.78900 7.25400 -8.13700 7.39100 -8.50000 c -7.52300 -8.86800 7.59400 -9.24600 7.59400 -9.64100 c -7.59400 -9.92200 7.56300 -10.23500 7.50000 -10.57800 c -7.28900 -11.57800 6.81300 -12.32800 6.06300 -12.82800 c -5.38300 -13.31700 4.57800 -13.56300 3.64100 -13.56300 c -3.47300 -13.56300 3.30500 -13.55100 3.14100 -13.53200 c -2.97300 -13.50800 2.78900 -13.48500 2.59400 -13.45300 c -2.13300 -13.34800 1.68800 -13.20300 1.25000 -13.01600 c -0.81300 -12.82800 0.40600 -12.59400 0.03100 -12.31300 c -0.07800 -9.54700 l -1.50400 -10.84000 2.69500 -11.48500 3.65600 -11.48500 c -4.09400 -11.48500 4.43800 -11.36000 4.68800 -11.11000 c -4.94500 -10.85200 5.12900 -10.48100 5.23400 -10.00000 c -5.26600 -9.84400 5.28100 -9.75000 5.28100 -9.71900 c -5.28100 -9.21900 4.90600 -8.68800 4.15600 -8.12500 c -4.17200 -8.15700 l -3.34800 -7.60600 2.51600 -7.04700 1.67200 -6.48500 c -0.55500 -5.57800 0.00000 -4.58600 0.00000 -3.50000 c -0.00000 -3.25000 0.02000 -3.01200 0.06300 -2.78200 c -0.41400 -0.93000 1.58200 0.00000 3.56300 0.00000 c -5.10200 0.00000 6.39500 -0.53200 7.43800 -1.59400 c -7.23400 -4.17200 l -6.24200 -3.17200 5.60200 -2.60600 5.31300 -2.46900 c -5.09400 -2.34400 4.76600 -2.26200 4.32800 -2.21900 c -4.07800 -2.18000 3.89100 -2.15700 3.76600 -2.15700 c -2.96100 -2.15700 2.48400 -2.53900 2.32800 -3.29700 c -2.31600 -3.37100 2.30500 -3.43400 2.29700 -3.48500 c -2.28500 -3.52800 2.28100 -3.57100 2.28100 -3.61000 c -2.28100 -4.04700 2.85900 -4.62100 4.01600 -5.32800 c -4.01600 -5.34400 l -h -f -Q -Q -Q -q -1 0 0 1 53.39800 411.35223 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.51600 -12.81300 m -4.67200 -12.96100 5.46100 -13.01600 6.89100 -12.98500 c -6.89100 -15.11000 l -6.24300 -15.11000 5.73900 -15.10200 5.37500 -15.09400 c -5.02000 -15.08200 4.78600 -15.07800 4.67200 -15.07800 c -3.89100 -15.00400 3.30500 -14.78900 2.92200 -14.42200 c -2.31700 -13.92200 1.94200 -13.11700 1.79700 -12.00000 c -1.76600 -11.82400 1.74300 -11.44600 1.73500 -10.86000 c -1.72300 -10.27800 1.71100 -9.57800 1.70400 -8.76600 c -1.68000 -8.38300 1.67200 -7.94900 1.67200 -7.46900 c -1.67200 -6.99200 1.67200 -6.56300 1.67200 -6.18800 c -1.67200 -5.98100 1.67200 -5.80500 1.67200 -5.65600 c -1.67200 -5.50000 1.67200 -5.35600 1.67200 -5.21900 c -1.67200 -5.07400 1.67200 -4.93000 1.67200 -4.78100 c -1.67200 -4.62500 1.67200 -4.44600 1.67200 -4.23500 c -0.00000 -4.23500 l -0.00000 -1.98500 l -1.70400 -1.98500 l -1.70400 0.00000 l -3.92200 0.00000 l -3.92200 -1.98500 l -6.54700 -1.98500 l -6.54700 -4.23500 l -3.90700 -4.23500 l -3.90700 -6.15600 l -3.90700 -6.59400 3.90700 -7.02400 3.90700 -7.43800 c -3.90700 -7.84400 3.91100 -8.25800 3.92200 -8.67200 c -3.94200 -10.21500 3.96900 -11.12100 4.00000 -11.39100 c -4.08300 -12.11000 4.25400 -12.59000 4.51600 -12.82800 c -4.51600 -12.81300 l -h -f -Q -Q -Q -q -1 0 0 1 62.04700 409.60223 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.46900 -1.43800 m -3.13300 -0.85600 4.16000 -0.37500 5.54700 0.00000 c -5.54700 -2.29700 l -4.83600 -2.52800 4.27300 -2.82100 3.85900 -3.17200 c -3.07800 -3.82800 2.57800 -4.85600 2.35900 -6.25000 c -2.30500 -6.51200 2.26900 -6.70300 2.25000 -6.82800 c -2.23800 -6.95300 2.23400 -7.03100 2.23400 -7.06300 c -2.23400 -13.21900 l -0.00000 -13.21900 l -0.00000 -0.23500 l -2.23400 -0.23500 l -2.23400 -1.67200 l -2.31600 -1.57100 2.39400 -1.49200 2.46900 -1.43800 c -h -f -Q -Q -Q -q -1 0 0 1 69.39100 409.35223 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.42200 0.00000 m -10.42200 -12.96900 l -8.18700 -12.96900 l -8.18700 -12.39100 l -7.31200 -13.02400 6.31200 -13.34400 5.18700 -13.34400 c -5.03100 -13.34400 4.89400 -13.33600 4.78100 -13.32800 c -4.67500 -13.32800 4.56200 -13.32100 4.43700 -13.31300 c -2.65600 -13.07100 1.43700 -12.32800 0.78100 -11.07800 c -0.25700 -10.05900 0.00000 -8.69600 0.00000 -6.98500 c -0.00000 0.00000 l -2.28100 0.00000 l -2.28100 -7.01600 l -2.30000 -7.60200 2.35100 -8.13300 2.43700 -8.61000 c -2.53100 -9.09000 2.64800 -9.50000 2.79700 -9.84400 c -3.20300 -10.69900 3.97200 -11.12500 5.10900 -11.12500 c -5.47200 -11.12500 5.84700 -11.03100 6.23400 -10.84400 c -6.62900 -10.65600 7.01500 -10.41400 7.39000 -10.11000 c -7.73400 -9.82100 8.00000 -9.43800 8.18700 -8.96900 c -8.18700 0.00000 l -10.42200 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 82.57800 409.55523 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.87500 -11.90600 m -10.89500 -12.02400 10.90600 -12.17200 10.90600 -12.35900 c -10.90600 -12.53900 10.90600 -12.65200 10.90600 -12.70300 c -10.31300 -12.88300 9.74200 -13.02700 9.20300 -13.14100 c -8.67200 -13.25400 8.16400 -13.33600 7.68800 -13.39100 c -7.48800 -13.42200 7.29700 -13.44200 7.11000 -13.45300 c -6.92200 -13.46100 6.74200 -13.47300 6.57800 -13.48400 c -4.86700 -13.48400 3.44500 -13.00000 2.31300 -12.03100 c -1.00000 -10.88700 0.23800 -9.28900 0.03100 -7.23400 c -0.00800 -7.12100 0.00000 -7.02400 0.00000 -6.93800 c -0.00000 -6.85600 0.00000 -6.79300 0.00000 -6.75000 c -0.00000 -6.20300 l -0.02000 -6.13300 0.03100 -6.08600 0.03100 -6.06300 c -0.03100 -6.04300 0.03100 -6.01600 0.03100 -5.98400 c -0.08200 -4.01600 0.77000 -2.46100 2.09400 -1.31300 c -2.09400 -1.32800 l -3.11300 -0.44500 4.60200 0.00000 6.56300 0.00000 c -6.94500 0.00000 7.42600 -0.02400 8.00000 -0.06300 c -8.58200 -0.10600 9.26600 -0.15200 10.04700 -0.20300 c -10.04700 -2.48400 l -9.14900 -2.37100 8.39500 -2.29700 7.78100 -2.26600 c -7.17600 -2.22700 6.69500 -2.20300 6.34400 -2.20300 c -5.70700 -2.20300 5.14900 -2.27400 4.67200 -2.40600 c -4.19200 -2.54300 3.80100 -2.76200 3.50000 -3.06300 c -2.78100 -3.74200 2.37900 -4.80500 2.29700 -6.25000 c -2.27400 -6.35600 2.27400 -6.52700 2.29700 -6.76600 c -2.29700 -6.85900 2.29700 -6.94500 2.29700 -7.01600 c -2.29700 -7.09000 2.30100 -7.16400 2.31300 -7.23400 c -2.43800 -7.94500 2.61300 -8.55500 2.84400 -9.06300 c -3.07000 -9.57400 3.35200 -9.97700 3.68800 -10.26600 c -4.07000 -10.59000 4.48500 -10.84000 4.92200 -11.01600 c -5.36700 -11.19500 5.84400 -11.28100 6.34400 -11.28100 c -7.08200 -11.33600 7.77000 -11.27700 8.40600 -11.10900 c -8.46900 -11.09000 8.59400 -11.05500 8.78100 -11.00000 c -8.96900 -10.94900 9.17600 -10.89900 9.40600 -10.84400 c -9.63300 -10.78100 9.87900 -10.71500 10.14100 -10.64100 c -10.39900 -10.55900 10.64500 -10.49200 10.87500 -10.43800 c -10.87500 -11.90600 l -h -f -Q -Q -Q -q -1 0 0 1 94.69500 411.35223 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.51600 -12.81300 m -4.67200 -12.96100 5.46100 -13.01600 6.89100 -12.98500 c -6.89100 -15.11000 l -6.24300 -15.11000 5.73900 -15.10200 5.37500 -15.09400 c -5.02000 -15.08200 4.78600 -15.07800 4.67200 -15.07800 c -3.89100 -15.00400 3.30500 -14.78900 2.92200 -14.42200 c -2.31700 -13.92200 1.94200 -13.11700 1.79700 -12.00000 c -1.76600 -11.82400 1.74300 -11.44600 1.73500 -10.86000 c -1.72300 -10.27800 1.71100 -9.57800 1.70300 -8.76600 c -1.68000 -8.38300 1.67200 -7.94900 1.67200 -7.46900 c -1.67200 -6.99200 1.67200 -6.56300 1.67200 -6.18800 c -1.67200 -5.98100 1.67200 -5.80500 1.67200 -5.65600 c -1.67200 -5.50000 1.67200 -5.35600 1.67200 -5.21900 c -1.67200 -5.07400 1.67200 -4.93000 1.67200 -4.78100 c -1.67200 -4.62500 1.67200 -4.44600 1.67200 -4.23500 c -0.00000 -4.23500 l -0.00000 -1.98500 l -1.70300 -1.98500 l -1.70300 0.00000 l -3.92200 0.00000 l -3.92200 -1.98500 l -6.54700 -1.98500 l -6.54700 -4.23500 l -3.90700 -4.23500 l -3.90700 -6.15600 l -3.90700 -6.59400 3.90700 -7.02400 3.90700 -7.43800 c -3.90700 -7.84400 3.91000 -8.25800 3.92200 -8.67200 c -3.94200 -10.21500 3.96900 -11.12100 4.00000 -11.39100 c -4.08200 -12.11000 4.25400 -12.59000 4.51600 -12.82800 c -4.51600 -12.81300 l -h -f -Q -Q -Q -q -1 0 0 1 103.57400 412.38323 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.25000 -2.98400 m -2.25000 -16.01600 l -0.00000 -16.01600 l -0.00000 -2.98400 l -2.25000 -2.98400 l -h -2.25000 -2.25000 m -0.00000 -2.25000 l -0.00000 0.00000 l -2.25000 0.00000 l -2.25000 -2.25000 l -h -f -Q -Q -Q -q -1 0 0 1 108.26200 409.61723 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -6.01500 0.00000 m -7.62900 0.00000 9.04700 -0.67100 10.26500 -2.01500 c -11.44100 -3.37100 12.03100 -4.95300 12.03100 -6.76500 c -12.03100 -7.82800 11.89400 -8.77700 11.62500 -9.60900 c -11.36300 -10.44500 10.97200 -11.15200 10.45300 -11.73400 c -9.92900 -12.32000 9.29700 -12.76500 8.54700 -13.07800 c -7.80400 -13.37900 6.96100 -13.53100 6.01500 -13.53100 c -4.23400 -13.53100 2.77300 -12.90600 1.64000 -11.65600 c -0.54700 -10.46100 0.00000 -8.82800 0.00000 -6.76500 c -0.00000 -4.93300 0.59700 -3.35100 1.79700 -2.01500 c -3.00400 -0.67100 4.41000 0.00000 6.01500 0.00000 c -h -6.03100 -11.28100 m -7.12500 -11.28100 8.03100 -10.89000 8.75000 -10.10900 c -8.73400 -10.10900 l -9.07800 -9.67100 9.34300 -9.18300 9.53100 -8.64000 c -9.71900 -8.08900 9.81200 -7.46400 9.81200 -6.76500 c -9.81200 -5.54600 9.41400 -4.48400 8.62500 -3.57800 c -7.87500 -2.69500 7.00800 -2.25000 6.03100 -2.25000 c -5.07000 -2.25000 4.21100 -2.69500 3.45300 -3.57800 c -2.67200 -4.48400 2.28100 -5.54600 2.28100 -6.76500 c -2.28100 -8.17100 2.63300 -9.28900 3.34300 -10.10900 c -4.01900 -10.89000 4.91400 -11.28100 6.03100 -11.28100 c -h -f -Q -Q -Q -q -1 0 0 1 123.37500 409.71123 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.67200 -2.51500 m -11.21100 -3.44500 11.48400 -4.72600 11.48400 -6.35900 c -11.48400 -13.32800 l -9.20300 -13.32800 l -9.20300 -6.35900 l -9.20300 -5.79700 9.15600 -5.29700 9.06300 -4.85900 c -8.96900 -4.41400 8.83600 -4.03900 8.67200 -3.73400 c -8.41000 -3.26500 8.11700 -2.93300 7.79700 -2.73400 c -7.48400 -2.53900 7.02000 -2.38700 6.40600 -2.28100 c -6.42200 -2.28100 l -6.34800 -2.26200 6.27300 -2.25000 6.20300 -2.25000 c -6.12900 -2.24200 6.07800 -2.23400 6.04700 -2.23400 c -5.64100 -2.23400 5.22700 -2.32400 4.81300 -2.50000 c -4.40600 -2.68000 4.01600 -2.92200 3.64100 -3.23400 c -3.20300 -3.64000 2.85900 -4.10500 2.60900 -4.62500 c -2.36700 -5.13700 2.25000 -5.69500 2.25000 -6.29700 c -2.25000 -13.32800 l -0.00000 -13.32800 l -0.00000 -0.34400 l -2.25000 -0.34400 l -2.25000 -1.43700 l -3.28900 -0.48000 4.53100 0.00000 5.96900 0.00000 c -6.13300 0.00000 6.27300 -0.00800 6.39100 -0.01500 c -6.51600 -0.02700 6.64100 -0.03900 6.76600 -0.04700 c -7.27300 -0.14000 7.71900 -0.25000 8.09400 -0.37500 c -8.47700 -0.49200 8.82000 -0.64800 9.12500 -0.84400 c -9.43800 -1.03100 9.71100 -1.26500 9.95300 -1.54700 c -10.20300 -1.82000 10.44100 -2.14000 10.67200 -2.51500 c -h -f -Q -Q -Q -q -1 0 0 1 137.17200 409.52423 cm -q -0.00000 0.98039 0.98039 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.01600 -5.34400 m -5.31600 -6.13700 6.22300 -6.84000 6.73400 -7.45300 c -7.03500 -7.78900 7.25400 -8.13700 7.39100 -8.50000 c -7.52300 -8.86800 7.59400 -9.24600 7.59400 -9.64100 c -7.59400 -9.92200 7.56200 -10.23500 7.50000 -10.57800 c -7.28900 -11.57800 6.81200 -12.32800 6.06200 -12.82800 c -5.38300 -13.31700 4.57800 -13.56300 3.64100 -13.56300 c -3.47300 -13.56300 3.30500 -13.55100 3.14100 -13.53200 c -2.97300 -13.50800 2.78900 -13.48500 2.59400 -13.45300 c -2.13300 -13.34800 1.68700 -13.20300 1.25000 -13.01600 c -0.81200 -12.82800 0.40600 -12.59400 0.03100 -12.31300 c -0.07800 -9.54700 l -1.50400 -10.84000 2.69500 -11.48500 3.65600 -11.48500 c -4.09400 -11.48500 4.43700 -11.36000 4.68700 -11.11000 c -4.94500 -10.85200 5.12900 -10.48100 5.23400 -10.00000 c -5.26600 -9.84400 5.28100 -9.75000 5.28100 -9.71900 c -5.28100 -9.21900 4.90600 -8.68800 4.15600 -8.12500 c -4.17200 -8.15700 l -3.34800 -7.60600 2.51600 -7.04700 1.67200 -6.48500 c -0.55500 -5.57800 0.00000 -4.58600 0.00000 -3.50000 c -0.00000 -3.25000 0.01900 -3.01200 0.06200 -2.78200 c -0.41400 -0.93000 1.58200 0.00000 3.56200 0.00000 c -5.10100 0.00000 6.39400 -0.53200 7.43700 -1.59400 c -7.23400 -4.17200 l -6.24200 -3.17200 5.60100 -2.60600 5.31200 -2.46900 c -5.09400 -2.34400 4.76600 -2.26200 4.32800 -2.21900 c -4.07800 -2.18000 3.89100 -2.15700 3.76600 -2.15700 c -2.96100 -2.15700 2.48400 -2.53900 2.32800 -3.29700 c -2.31600 -3.37100 2.30500 -3.43400 2.29700 -3.48500 c -2.28500 -3.52800 2.28100 -3.57100 2.28100 -3.61000 c -2.28100 -4.04700 2.85900 -4.62100 4.01600 -5.32800 c -4.01600 -5.34400 l -h -f -Q -Q -Q -q -1 0 0 1 344.59400 425.00400 cm -q -0.03137 0.10196 0.73725 0.00392 k -0.00000 0.00000 0.00000 0.00000 K -1.00000 w -[] 0 d -0 J -0 j -q -59.66800 0.00000 m -88.76500 0.00000 l -121.82000 0.00000 148.42900 -26.60900 148.42900 -59.66400 c -148.42900 -175.91400 l -148.42900 -208.96800 121.82000 -235.57800 88.76500 -235.57800 c -59.66800 -235.57800 l -26.61300 -235.57800 0.00000 -208.96800 0.00000 -175.91400 c -0.00000 -59.66400 l -0.00000 -26.60900 26.61300 0.00000 59.66800 0.00000 c -h -f -Q -59.66800 0.00000 m -88.76500 0.00000 l -121.82000 0.00000 148.42900 -26.60900 148.42900 -59.66400 c -148.42900 -175.91400 l -148.42900 -208.96800 121.82000 -235.57800 88.76500 -235.57800 c -59.66800 -235.57800 l -26.61300 -235.57800 0.00000 -208.96800 0.00000 -175.91400 c -0.00000 -59.66400 l -0.00000 -26.60900 26.61300 0.00000 59.66800 0.00000 c -h -S -Q -Q -q -1 0 0 1 374.05500 334.95323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -12.43700 -8.40600 m -12.45700 -8.57400 12.46800 -8.72600 12.46800 -8.85900 c -12.46800 -8.99600 12.46800 -9.10100 12.46800 -9.17200 c -12.46800 -9.24600 12.46800 -9.34300 12.46800 -9.46800 c -12.46800 -9.59300 12.45700 -9.74200 12.43700 -9.90600 c -12.39400 -10.91800 12.26900 -11.84000 12.06200 -12.67200 c -11.86300 -13.49600 11.57000 -14.22600 11.18700 -14.85900 c -10.93700 -15.28900 10.62500 -15.68700 10.25000 -16.06200 c -9.88300 -16.43700 9.44500 -16.78100 8.93700 -17.09300 c -7.69500 -17.90600 6.03500 -18.31200 3.95300 -18.31200 c -3.72200 -18.31200 3.44500 -18.30400 3.12500 -18.29700 c -2.81200 -18.29700 2.47600 -18.28100 2.12500 -18.25000 c -1.76900 -18.22600 1.40600 -18.20700 1.03100 -18.18700 c -0.66400 -18.16400 0.32000 -18.14000 0.00000 -18.10900 c -0.00000 -0.15600 l -0.92200 -0.15600 l -1.22200 -0.15600 1.73400 -0.13600 2.45300 -0.09300 c -2.42200 -0.09300 l -2.79700 -0.06200 3.10900 -0.04300 3.35900 -0.03100 c -3.60900 -0.01100 3.80400 0.00000 3.95300 0.00000 c -5.02300 0.00000 5.97600 -0.10500 6.81200 -0.31200 c -7.64400 -0.52300 8.36300 -0.82400 8.96800 -1.21800 c -9.97600 -1.91800 10.71800 -2.65600 11.18700 -3.43700 c -11.96800 -4.66800 12.38300 -6.32800 12.43700 -8.42200 c -12.43700 -8.40600 l -h -9.07800 -13.73400 m -9.66000 -12.82000 10.00800 -11.45300 10.12500 -9.64000 c -10.12500 -8.67200 l -10.00800 -6.89000 9.66400 -5.53900 9.09300 -4.60900 c -9.12500 -4.62500 l -8.80000 -4.11700 8.25800 -3.59300 7.50000 -3.06200 c -6.75000 -2.53100 5.64000 -2.26500 4.17200 -2.26500 c -4.03500 -2.26500 3.91400 -2.26500 3.81200 -2.26500 c -3.70700 -2.26500 3.58600 -2.27300 3.45300 -2.28100 c -3.31600 -2.29300 3.16000 -2.30400 2.98400 -2.31200 c -2.80400 -2.31200 2.57800 -2.32400 2.29700 -2.34300 c -2.29700 -16.00000 l -3.11700 -16.04300 3.74200 -16.06200 4.17200 -16.06200 c -4.84700 -16.06200 5.46800 -15.99600 6.03100 -15.85900 c -6.59300 -15.72600 7.07800 -15.53100 7.48400 -15.28100 c -7.82800 -15.02300 8.14400 -14.76100 8.43700 -14.50000 c -8.72600 -14.24200 8.94500 -13.98400 9.09300 -13.73400 c -9.07800 -13.73400 l -h -f -Q -Q -Q -q -1 0 0 1 388.88700 329.76623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.42200 0.00000 m -10.42200 -12.96900 l -8.18700 -12.96900 l -8.18700 -12.39100 l -7.31200 -13.02400 6.31200 -13.34400 5.18700 -13.34400 c -5.03100 -13.34400 4.89400 -13.33600 4.78100 -13.32800 c -4.67600 -13.32800 4.56200 -13.32000 4.43700 -13.31300 c -2.65600 -13.07000 1.43700 -12.32800 0.78100 -11.07800 c -0.25800 -10.05900 0.00000 -8.69500 0.00000 -6.98500 c -0.00000 0.00000 l -2.28100 0.00000 l -2.28100 -7.01600 l -2.30100 -7.60200 2.35100 -8.13300 2.43700 -8.61000 c -2.53100 -9.09000 2.64800 -9.50000 2.79700 -9.84400 c -3.20300 -10.69900 3.97200 -11.12500 5.10900 -11.12500 c -5.47200 -11.12500 5.84700 -11.03100 6.23400 -10.84400 c -6.62900 -10.65600 7.01500 -10.41400 7.39000 -10.11000 c -7.73400 -9.82000 8.00000 -9.43800 8.18700 -8.96900 c -8.18700 0.00000 l -10.42200 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 402.82400 330.01623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.46900 -1.43800 m -3.13300 -0.85600 4.16000 -0.37500 5.54700 0.00000 c -5.54700 -2.29700 l -4.83600 -2.52800 4.27400 -2.82000 3.86000 -3.17200 c -3.07800 -3.82800 2.57800 -4.85600 2.36000 -6.25000 c -2.30500 -6.51200 2.27000 -6.70300 2.25000 -6.82800 c -2.23900 -6.95300 2.23500 -7.03100 2.23500 -7.06300 c -2.23500 -13.21900 l -0.00000 -13.21900 l -0.00000 -0.23500 l -2.23500 -0.23500 l -2.23500 -1.67200 l -2.31700 -1.57000 2.39500 -1.49200 2.46900 -1.43800 c -h -f -Q -Q -Q -q -1 0 0 1 409.80900 329.98516 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -6.89000 -0.01593 m -7.46100 -0.03893 8.11700 -0.07093 8.85900 -0.10993 c -9.59700 -0.15293 10.46100 -0.23493 11.45300 -0.35993 c -11.45300 -13.18793 l -9.23400 -13.18793 l -9.23400 -12.17193 l -9.17200 -12.20393 9.14000 -12.21893 9.14000 -12.21893 c -8.61700 -12.66793 8.05000 -13.01193 7.43700 -13.24993 c -6.82000 -13.48893 6.17500 -13.60993 5.50000 -13.60993 c -3.83200 -13.60993 2.46800 -12.92193 1.40600 -11.54693 c -0.46800 -10.32093 0.00000 -8.87193 0.00000 -7.20393 c -0.00000 -6.98493 0.00700 -6.77393 0.03100 -6.56293 c -0.05000 -6.35593 0.07800 -6.14893 0.10900 -5.93793 c -0.39000 -4.09393 1.17900 -2.60193 2.48400 -1.45393 c -2.48400 -1.48493 l -3.67900 -0.39093 5.14800 0.09707 6.89000 -0.01593 c -h -9.23400 -2.35993 m -8.53500 -2.32093 7.96800 -2.28893 7.53100 -2.26593 c -7.09300 -2.23493 6.78900 -2.21893 6.62500 -2.21893 c -5.61300 -2.16793 4.69100 -2.49993 3.85900 -3.21893 c -3.85900 -3.18793 l -3.35900 -3.63693 2.96800 -4.24993 2.68700 -5.03193 c -2.53900 -5.39893 2.43700 -5.76193 2.37500 -6.12493 c -2.31200 -6.49293 2.28100 -6.86793 2.28100 -7.24993 c -2.28100 -7.71093 2.33200 -8.13693 2.43700 -8.53193 c -2.53900 -8.92993 2.67500 -9.28893 2.84300 -9.60993 c -3.18700 -10.15293 3.57800 -10.57893 4.01500 -10.89093 c -4.45300 -11.19593 4.91400 -11.34393 5.40600 -11.34393 c -6.22600 -11.34393 7.03100 -11.01593 7.81200 -10.35993 c -7.81200 -10.37493 l -8.72600 -9.58593 9.20300 -8.46893 9.23400 -7.03193 c -9.23400 -2.35993 l -h -f -Q -Q -Q -q -1 0 0 1 423.40600 331.76623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.51600 -12.81300 m -4.67200 -12.96100 5.46100 -13.01600 6.89100 -12.98500 c -6.89100 -15.11000 l -6.24200 -15.11000 5.73900 -15.10200 5.37500 -15.09400 c -5.02000 -15.08200 4.78500 -15.07800 4.67200 -15.07800 c -3.89100 -15.00400 3.30500 -14.78900 2.92200 -14.42200 c -2.31700 -13.92200 1.94200 -13.11700 1.79700 -12.00000 c -1.76600 -11.82400 1.74200 -11.44500 1.73500 -10.86000 c -1.72300 -10.27800 1.71100 -9.57800 1.70300 -8.76600 c -1.68000 -8.38300 1.67200 -7.94900 1.67200 -7.46900 c -1.67200 -6.99200 1.67200 -6.56300 1.67200 -6.18800 c -1.67200 -5.98100 1.67200 -5.80500 1.67200 -5.65600 c -1.67200 -5.50000 1.67200 -5.35600 1.67200 -5.21900 c -1.67200 -5.07400 1.67200 -4.93000 1.67200 -4.78100 c -1.67200 -4.62500 1.67200 -4.44500 1.67200 -4.23500 c -0.00000 -4.23500 l -0.00000 -1.98500 l -1.70300 -1.98500 l -1.70300 0.00000 l -3.92200 0.00000 l -3.92200 -1.98500 l -6.54700 -1.98500 l -6.54700 -4.23500 l -3.90700 -4.23500 l -3.90700 -6.15600 l -3.90700 -6.59400 3.90700 -7.02400 3.90700 -7.43800 c -3.90700 -7.84400 3.91000 -8.25800 3.92200 -8.67200 c -3.94200 -10.21500 3.96900 -11.12100 4.00000 -11.39100 c -4.08200 -12.11000 4.25400 -12.59000 4.51600 -12.82800 c -4.51600 -12.81300 l -h -f -Q -Q -Q -q -1 0 0 1 432.28500 332.79723 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.25000 -2.98400 m -2.25000 -16.01600 l -0.00000 -16.01600 l -0.00000 -2.98400 l -2.25000 -2.98400 l -h -2.25000 -2.25000 m -0.00000 -2.25000 l -0.00000 0.00000 l -2.25000 0.00000 l -2.25000 -2.25000 l -h -f -Q -Q -Q -q -1 0 0 1 436.97300 330.03123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -6.01500 0.00000 m -7.62900 0.00000 9.04700 -0.67100 10.26500 -2.01500 c -11.44100 -3.37100 12.03100 -4.95300 12.03100 -6.76500 c -12.03100 -7.82800 11.89400 -8.77700 11.62500 -9.60900 c -11.36300 -10.44500 10.97200 -11.15200 10.45300 -11.73400 c -9.92900 -12.32000 9.29700 -12.76500 8.54700 -13.07800 c -7.80400 -13.37800 6.96100 -13.53100 6.01500 -13.53100 c -4.23400 -13.53100 2.77300 -12.90600 1.64000 -11.65600 c -0.54700 -10.46000 0.00000 -8.82800 0.00000 -6.76500 c -0.00000 -4.93300 0.59700 -3.35100 1.79700 -2.01500 c -3.00400 -0.67100 4.41000 0.00000 6.01500 0.00000 c -h -6.03100 -11.28100 m -7.12500 -11.28100 8.03100 -10.89000 8.75000 -10.10900 c -8.73400 -10.10900 l -9.07800 -9.67100 9.34300 -9.18300 9.53100 -8.64000 c -9.71800 -8.08900 9.81200 -7.46400 9.81200 -6.76500 c -9.81200 -5.54600 9.41400 -4.48400 8.62500 -3.57800 c -7.87500 -2.69500 7.00800 -2.25000 6.03100 -2.25000 c -5.07000 -2.25000 4.21100 -2.69500 3.45300 -3.57800 c -2.67200 -4.48400 2.28100 -5.54600 2.28100 -6.76500 c -2.28100 -8.17100 2.63200 -9.28900 3.34300 -10.10900 c -4.01900 -10.89000 4.91400 -11.28100 6.03100 -11.28100 c -h -f -Q -Q -Q -q -1 0 0 1 452.09000 330.12523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -10.67200 -2.51500 m -11.21100 -3.44500 11.48400 -4.72600 11.48400 -6.35900 c -11.48400 -13.32800 l -9.20300 -13.32800 l -9.20300 -6.35900 l -9.20300 -5.79700 9.15600 -5.29700 9.06200 -4.85900 c -8.96900 -4.41400 8.83600 -4.03900 8.67200 -3.73400 c -8.41000 -3.26500 8.11700 -2.93300 7.79700 -2.73400 c -7.48400 -2.53900 7.01900 -2.38700 6.40600 -2.28100 c -6.42200 -2.28100 l -6.34800 -2.26200 6.27300 -2.25000 6.20300 -2.25000 c -6.12900 -2.24200 6.07800 -2.23400 6.04700 -2.23400 c -5.64100 -2.23400 5.22600 -2.32400 4.81200 -2.50000 c -4.40600 -2.67900 4.01500 -2.92200 3.64100 -3.23400 c -3.20300 -3.64000 2.85900 -4.10500 2.60900 -4.62500 c -2.36700 -5.13700 2.25000 -5.69500 2.25000 -6.29700 c -2.25000 -13.32800 l -0.00000 -13.32800 l -0.00000 -0.34400 l -2.25000 -0.34400 l -2.25000 -1.43700 l -3.28900 -0.48000 4.53100 0.00000 5.96900 0.00000 c -6.13300 0.00000 6.27300 -0.00800 6.39100 -0.01500 c -6.51500 -0.02700 6.64100 -0.03900 6.76500 -0.04700 c -7.27300 -0.14000 7.71900 -0.25000 8.09400 -0.37500 c -8.47600 -0.49200 8.82000 -0.64800 9.12500 -0.84400 c -9.43700 -1.03100 9.71100 -1.26500 9.95300 -1.54700 c -10.20300 -1.82000 10.44100 -2.14000 10.67200 -2.51500 c -h -f -Q -Q -Q -q -1 0 0 1 360.47300 302.40323 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.40600 -4.01600 m -2.89000 -1.34400 l -0.46800 -1.34400 l -0.42500 -1.12500 0.40600 -0.90700 0.40600 -0.68800 c -0.40600 -0.45000 0.42500 -0.21900 0.46800 0.00000 c -5.06200 0.00000 l -5.17200 -0.18800 l -3.40600 -3.12500 l -3.45300 -3.12500 l -3.73400 -3.12500 3.98800 -3.18400 4.21800 -3.29700 c -4.44500 -3.40300 4.64000 -3.54700 4.79700 -3.73500 c -4.96100 -3.91500 5.08600 -4.12200 5.17200 -4.36000 c -5.25400 -4.59000 5.29700 -4.82500 5.29700 -5.06300 c -5.29700 -5.53200 5.21100 -5.94600 5.04700 -6.29700 c -4.89000 -6.65300 4.66400 -6.95000 4.37500 -7.18800 c -4.09300 -7.43000 3.75400 -7.61000 3.35900 -7.73500 c -2.97200 -7.84800 2.55400 -7.90700 2.10900 -7.90700 c -1.89000 -7.90700 1.69100 -7.89900 1.51500 -7.89100 c -1.33600 -7.87900 1.17200 -7.86000 1.01500 -7.82900 c -0.85900 -7.80500 0.69500 -7.77800 0.53100 -7.73500 c -0.37500 -7.68400 0.19500 -7.62200 0.00000 -7.54700 c -0.01900 -7.32100 0.06200 -7.09400 0.12500 -6.87500 c -0.19500 -6.64900 0.28500 -6.44600 0.39000 -6.26600 c -0.67200 -6.35200 0.92900 -6.42200 1.17200 -6.48500 c -1.42200 -6.54700 1.70700 -6.57900 2.03100 -6.57900 c -2.25800 -6.57900 2.47600 -6.55500 2.68700 -6.50000 c -2.89400 -6.43800 3.07800 -6.35200 3.23400 -6.23500 c -3.39000 -6.12200 3.51500 -5.97700 3.60900 -5.79700 c -3.70300 -5.62200 3.75000 -5.40700 3.75000 -5.15700 c -3.75000 -4.98100 3.70700 -4.82500 3.62500 -4.68800 c -3.53900 -4.55500 3.42900 -4.44600 3.29700 -4.36000 c -3.17200 -4.26600 3.01900 -4.20000 2.84300 -4.15700 c -2.66400 -4.11800 2.48400 -4.09400 2.29700 -4.09400 c -2.17200 -4.09400 2.03900 -4.10200 1.90600 -4.11000 c -1.76900 -4.12200 1.64000 -4.14100 1.51500 -4.17200 c -1.40600 -4.01600 l -h -f -Q -Q -Q -q -1 0 0 1 369.13700 300.37123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.07800 m -0.16400 -0.03900 0.32000 -0.01500 0.46800 -0.01500 c -0.62500 -0.00800 0.75400 0.00000 0.85900 0.00000 c -1.00400 0.00000 1.14400 -0.00800 1.28100 -0.01500 c -1.42600 -0.01500 1.56200 -0.03100 1.68700 -0.06200 c -2.59400 -4.26500 l -3.65600 -0.06200 l -3.87500 -0.02300 4.12500 0.00000 4.40600 0.00000 c -4.59400 -0.01100 4.75000 -0.02300 4.87500 -0.03100 c -5.00000 -0.03100 5.10900 -0.04300 5.20300 -0.06200 c -6.23400 -4.18700 l -7.14000 -0.06200 l -7.26500 -0.04300 7.37900 -0.02700 7.48400 -0.01500 c -7.59700 -0.00800 7.72200 0.00000 7.85900 0.00000 c -7.96100 0.00000 8.08600 -0.00800 8.23400 -0.01500 c -8.37900 -0.01500 8.53500 -0.03900 8.70300 -0.07800 c -6.93700 -5.75000 l -6.80100 -5.76900 6.66000 -5.78500 6.51500 -5.79700 c -6.36700 -5.80400 6.24200 -5.81200 6.14000 -5.81200 c -6.02300 -5.81200 5.89800 -5.80400 5.76500 -5.79700 c -5.62900 -5.78500 5.50000 -5.76500 5.37500 -5.73400 c -4.34400 -1.98400 l -3.28100 -5.75000 l -3.13300 -5.76900 2.98400 -5.78500 2.82800 -5.79700 c -2.67900 -5.80400 2.56200 -5.81200 2.46800 -5.81200 c -2.36300 -5.81200 2.24200 -5.80400 2.10900 -5.79700 c -1.97200 -5.78500 1.84400 -5.76500 1.71800 -5.73400 c -0.00000 -0.07800 l -h -f -Q -Q -Q -q -1 0 0 1 378.23100 300.43423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.54600 -3.45300 m -1.57800 -3.89100 1.72600 -4.21100 2.00000 -4.40600 c -2.28100 -4.60600 2.64800 -4.70300 3.10900 -4.70300 c -3.35900 -4.70300 3.61300 -4.68400 3.87400 -4.64100 c -4.13200 -4.59000 4.37800 -4.51600 4.60900 -4.42200 c -4.69100 -4.57100 4.75700 -4.74600 4.81200 -4.95300 c -4.87400 -5.16400 4.91000 -5.38300 4.92100 -5.61000 c -4.34700 -5.82800 3.70300 -5.93800 2.98400 -5.93800 c -2.45300 -5.93800 2.00000 -5.86300 1.62400 -5.71900 c -1.25000 -5.57400 0.94100 -5.37100 0.70300 -5.11000 c -0.46000 -4.85200 0.28500 -4.54300 0.17100 -4.18800 c -0.05400 -3.82400 0.00000 -3.43000 0.00000 -3.00000 c -0.00000 -2.58600 0.05400 -2.19600 0.17100 -1.82800 c -0.29600 -1.46500 0.47200 -1.14900 0.70300 -0.87500 c -0.92900 -0.60600 1.21800 -0.39100 1.56200 -0.23500 c -1.90600 -0.07800 2.30000 0.00000 2.75000 0.00000 c -3.14400 0.00000 3.49200 -0.07100 3.79600 -0.20300 c -4.10900 -0.34000 4.37400 -0.53100 4.59300 -0.78100 c -4.81200 -1.02400 4.97200 -1.30900 5.07800 -1.64100 c -5.19100 -1.97700 5.25000 -2.32800 5.25000 -2.70300 c -5.25000 -2.85200 5.24200 -2.99200 5.23400 -3.12500 c -5.22200 -3.26200 5.21000 -3.37100 5.20300 -3.45300 c -1.54600 -3.45300 l -h -3.78100 -2.36000 m -3.75700 -2.00800 3.66000 -1.72700 3.48400 -1.51600 c -3.30400 -1.29700 3.05400 -1.18800 2.73400 -1.18800 c -2.36700 -1.18800 2.08500 -1.29300 1.89000 -1.50000 c -1.70300 -1.69900 1.59300 -1.98500 1.56200 -2.36000 c -3.78100 -2.36000 l -h -f -Q -Q -Q -q -1 0 0 1 384.41800 300.43423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.54700 -3.45300 m -1.57800 -3.89100 1.72700 -4.21100 2.00000 -4.40600 c -2.28100 -4.60600 2.64800 -4.70300 3.10900 -4.70300 c -3.35900 -4.70300 3.61300 -4.68400 3.87500 -4.64100 c -4.13300 -4.59000 4.37900 -4.51600 4.60900 -4.42200 c -4.69100 -4.57100 4.75800 -4.74600 4.81300 -4.95300 c -4.87500 -5.16400 4.91000 -5.38300 4.92200 -5.61000 c -4.34800 -5.82800 3.70300 -5.93800 2.98400 -5.93800 c -2.45300 -5.93800 2.00000 -5.86300 1.62500 -5.71900 c -1.25000 -5.57400 0.94100 -5.37100 0.70300 -5.11000 c -0.46100 -4.85200 0.28500 -4.54300 0.17200 -4.18800 c -0.05500 -3.82400 0.00000 -3.43000 0.00000 -3.00000 c -0.00000 -2.58600 0.05500 -2.19600 0.17200 -1.82800 c -0.29700 -1.46500 0.47300 -1.14900 0.70300 -0.87500 c -0.93000 -0.60600 1.21900 -0.39100 1.56300 -0.23500 c -1.90600 -0.07800 2.30100 0.00000 2.75000 0.00000 c -3.14500 0.00000 3.49200 -0.07100 3.79700 -0.20300 c -4.10900 -0.34000 4.37500 -0.53100 4.59400 -0.78100 c -4.81300 -1.02400 4.97300 -1.30900 5.07800 -1.64100 c -5.19100 -1.97700 5.25000 -2.32800 5.25000 -2.70300 c -5.25000 -2.85200 5.24200 -2.99200 5.23400 -3.12500 c -5.22300 -3.26200 5.21100 -3.37100 5.20300 -3.45300 c -1.54700 -3.45300 l -h -3.78100 -2.36000 m -3.75800 -2.00800 3.66000 -1.72700 3.48400 -1.51600 c -3.30500 -1.29700 3.05500 -1.18800 2.73400 -1.18800 c -2.36700 -1.18800 2.08600 -1.29300 1.89100 -1.50000 c -1.70300 -1.69900 1.59400 -1.98500 1.56300 -2.36000 c -3.78100 -2.36000 l -h -f -Q -Q -Q -q -1 0 0 1 390.80900 302.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.06300 m -0.25000 -0.02400 0.50400 0.00000 0.76500 0.00000 c -1.03500 0.00000 1.29600 -0.02400 1.54600 -0.06300 c -1.54600 -8.11000 l -1.29600 -8.14900 1.03500 -8.17200 0.76500 -8.17200 c -0.50400 -8.17200 0.25000 -8.14900 0.00000 -8.11000 c -0.00000 -0.06300 l -h -1.76500 -5.12500 m -3.17200 -2.42200 l -3.46100 -2.38300 3.75400 -2.36000 4.04600 -2.36000 c -4.32800 -2.36000 4.59700 -2.38300 4.85900 -2.42200 c -3.40600 -5.04700 l -5.10900 -8.11000 l -4.80400 -8.14900 4.51500 -8.17200 4.23400 -8.17200 c -3.97200 -8.17200 3.70300 -8.14900 3.42200 -8.11000 c -1.76500 -5.12500 l -h -f -Q -Q -Q -q -1 0 0 1 396.46100 300.43423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -1.43700 -3.34400 m -1.02000 -3.21900 0.69500 -3.04300 0.46900 -2.81300 c -0.23800 -2.58600 0.12500 -2.24200 0.12500 -1.78100 c -0.12500 -1.21900 0.32000 -0.78100 0.71900 -0.46900 c -1.12500 -0.15600 1.67200 0.00000 2.35900 0.00000 c -2.64100 0.00000 2.92200 -0.02800 3.20300 -0.07800 c -3.48400 -0.12100 3.76600 -0.19600 4.04700 -0.29700 c -4.03500 -0.49600 4.00000 -0.69900 3.93700 -0.90600 c -3.88300 -1.10600 3.81600 -1.28100 3.73400 -1.43800 c -3.55500 -1.36700 3.35900 -1.30500 3.14100 -1.25000 c -2.93000 -1.18800 2.71100 -1.15600 2.48400 -1.15600 c -2.23400 -1.15600 2.03500 -1.19900 1.89100 -1.28100 c -1.75400 -1.35600 1.68700 -1.47700 1.68700 -1.64100 c -1.68700 -1.80900 1.73400 -1.92200 1.82800 -1.98500 c -1.93000 -2.04700 2.07000 -2.11000 2.25000 -2.17200 c -2.89100 -2.36000 l -3.08600 -2.42200 3.27000 -2.49600 3.43700 -2.57800 c -3.60200 -2.66400 3.74200 -2.76600 3.85900 -2.89100 c -3.98400 -3.01600 4.07800 -3.17200 4.14100 -3.36000 c -4.20300 -3.53900 4.23400 -3.75800 4.23400 -4.01600 c -4.23400 -4.28900 4.17600 -4.54300 4.06200 -4.78100 c -3.94500 -5.01200 3.78100 -5.21500 3.56200 -5.39100 c -3.35200 -5.55900 3.09400 -5.69600 2.78100 -5.79700 c -2.47700 -5.89100 2.12900 -5.93800 1.73400 -5.93800 c -1.55500 -5.93800 1.39400 -5.93000 1.25000 -5.92200 c -1.10200 -5.91000 0.96100 -5.89100 0.82800 -5.86000 c -0.69100 -5.83600 0.55500 -5.81300 0.42200 -5.78100 c -0.29700 -5.74200 0.15600 -5.69600 0.00000 -5.64100 c -0.02000 -5.44600 0.05500 -5.24600 0.10900 -5.04700 c -0.16000 -4.84000 0.23400 -4.64100 0.32800 -4.45300 c -0.56600 -4.54700 0.78900 -4.62100 1.00000 -4.67200 c -1.21900 -4.71500 1.44500 -4.73500 1.68700 -4.73500 c -1.78900 -4.73500 1.89800 -4.72700 2.01600 -4.70300 c -2.14100 -4.68400 2.25400 -4.65300 2.35900 -4.61000 c -2.46100 -4.55900 2.54700 -4.49600 2.60900 -4.42200 c -2.68000 -4.35200 2.71900 -4.25000 2.71900 -4.12500 c -2.71900 -3.94900 2.66400 -3.82400 2.56200 -3.75000 c -2.45700 -3.66800 2.30500 -3.59400 2.10900 -3.53100 c -1.43700 -3.34400 l -h -f -Q -Q -Q -q -1 0 0 1 404.42200 302.55923 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.01900 -2.90600 0.00800 -2.86700 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53100 0.00000 -2.46900 c -0.00800 -2.40600 0.01900 -2.36000 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94600 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94600 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95300 m -0.36300 -0.89100 0.35100 -0.81300 0.34400 -0.71900 c -0.34400 -0.61700 0.34400 -0.53100 0.34400 -0.46900 c -0.34400 -0.40600 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15600 0.36300 -0.08600 0.37500 -0.03100 c -0.43700 -0.02400 0.51600 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97600 -0.00800 1.06200 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29700 -0.03100 c -1.29700 -0.08600 1.29700 -0.15600 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40600 1.31200 -0.46900 c -1.31200 -0.53100 1.30500 -0.61700 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97600 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 407.46100 300.35623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03200 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56200 -5.20300 c -2.00800 -5.20300 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99300 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74300 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02800 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03200 0.89100 -1.23500 0.89100 -1.48500 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.11000 c -1.34800 -2.17200 1.47300 -2.23100 1.60900 -2.28200 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81300 3.18700 -2.93800 c -3.35200 -3.06300 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59400 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14100 -5.40700 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.70000 0.00000 -5.62500 c -0.03900 -5.40700 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 414.79700 301.96523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31200 0.00800 -2.27300 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80900 0.01900 -1.76600 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76600 3.23400 -1.80900 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27300 3.23400 -2.31200 3.23400 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18700 1.73800 -6.33600 1.78100 -6.43700 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68700 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79700 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37500 -7.14100 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 419.27000 302.73123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03200 m -0.03900 -0.02400 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02400 0.71800 -0.03200 c -0.71800 -3.50000 l -0.78900 -3.36800 0.88200 -3.23100 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42100 -2.73500 c -1.57800 -2.62100 1.75000 -2.53200 1.93700 -2.46900 c -2.13200 -2.40700 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57100 4.00000 -2.95300 c -4.31200 -3.32800 4.46800 -3.86800 4.46800 -4.56300 c -4.46800 -8.11000 l -4.42500 -8.11800 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00300 -8.12500 3.92100 -8.12500 c -3.84700 -8.12500 3.78500 -8.11800 3.73400 -8.11000 c -3.73400 -4.78200 l -3.73400 -4.16800 3.62800 -3.72700 3.42100 -3.45300 c -3.22200 -3.17200 2.92900 -3.03200 2.54600 -3.03200 c -2.28500 -3.03200 2.03900 -3.08600 1.81200 -3.18800 c -1.59300 -3.28200 1.39800 -3.42200 1.23400 -3.61000 c -1.07800 -3.79700 0.95300 -4.03200 0.85900 -4.31300 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28200 c -0.71800 -8.11000 l -0.67500 -8.11800 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11800 0.00000 -8.11000 c -0.00000 -0.03200 l -h -f -Q -Q -Q -q -1 0 0 1 425.25400 300.35623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.60900 -5.15700 c -3.84800 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97700 -5.73900 3.68700 -5.78200 c -3.40600 -5.83200 3.09800 -5.86000 2.76600 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51600 -5.65700 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 434.08200 300.35623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03200 m -4.06300 -5.10600 4.09400 -5.20300 4.12500 -5.32800 c -4.16400 -5.45300 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70300 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70300 -5.11000 c -0.23400 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12100 0.17200 -1.76600 c -0.28500 -1.41400 0.45700 -1.10600 0.68800 -0.84400 c -0.91400 -0.57500 1.19500 -0.36800 1.53100 -0.21900 c -1.87500 -0.07500 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28200 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74300 4.00000 -0.81300 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91400 1.39900 -1.07500 1.23400 -1.28200 c -1.07800 -1.49300 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.28900 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31300 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.85900 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48400 -5.18800 c -3.68000 -5.14900 3.86300 -5.09400 4.03100 -5.03200 c -h -f -Q -Q -Q -q -1 0 0 1 439.19500 300.35623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03200 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65700 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78500 1.39100 -5.64100 c -1.07800 -5.49600 0.81700 -5.29300 0.61000 -5.03200 c -0.39900 -4.76200 0.24300 -4.45000 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78200 c -0.24300 -1.41800 0.39900 -1.10600 0.61000 -0.84400 c -0.81700 -0.57500 1.07800 -0.36800 1.39100 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28200 -0.07500 3.59400 -0.21900 c -3.90700 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73900 -1.41800 4.84400 -1.78200 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73900 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90700 -5.49600 3.59400 -5.64100 c -3.28200 -5.78500 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 445.77700 300.24623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00800 0.73500 -0.01500 c -0.73500 -3.17200 l -0.73500 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20400 -4.75000 c -1.36000 -4.88600 1.55100 -4.98400 1.78200 -5.04700 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20400 -5.09300 c -3.39100 -5.06200 3.55500 -5.02300 3.70400 -4.96800 c -3.70400 -0.01500 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07800 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01500 c -4.43800 -5.48400 l -4.16400 -5.55800 3.86400 -5.62100 3.53200 -5.67200 c -3.19600 -5.72200 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82800 -5.71800 1.51600 -5.65600 c -1.21100 -5.59300 0.94600 -5.46800 0.71900 -5.28100 c -0.50000 -5.09300 0.32100 -4.84000 0.18800 -4.51500 c -0.06300 -4.18300 0.00000 -3.75000 0.00000 -3.21800 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 452.14100 300.24623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01500 c -0.67500 -0.15200 0.68700 -0.30800 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96800 c -0.84700 -0.69900 1.05000 -0.46800 1.31200 -0.28100 c -1.58200 -0.09300 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01500 c -2.64400 -0.14000 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71800 -2.01100 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.26900 -5.64000 0.18700 -5.64000 c -0.10100 -5.64000 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 455.50000 300.35623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03200 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20300 1.56300 -5.20300 c -2.00800 -5.20300 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99300 2.95700 -3.82800 2.87500 -3.70300 c -2.80100 -3.57800 2.69500 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64100 -3.00000 c -1.46100 -2.93800 1.28100 -2.87100 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47300 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74300 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72300 -0.02800 2.98400 -0.07800 c -3.25400 -0.12100 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11300 -0.75800 2.87500 -0.70300 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03200 0.89100 -1.23500 0.89100 -1.48500 c -0.89100 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95300 1.12900 -2.03900 1.23400 -2.11000 c -1.34800 -2.17200 1.47300 -2.23100 1.60900 -2.28200 c -1.74200 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81300 3.18800 -2.93800 c -3.35200 -3.06300 3.48800 -3.22700 3.59400 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59400 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14100 -5.40700 c -2.95300 -5.55500 2.72700 -5.66400 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93800 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.70000 0.00000 -5.62500 c -0.03900 -5.40700 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 460.50800 300.35623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.78900 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.60900 -5.15700 c -3.84700 -5.10600 4.08200 -5.03900 4.31200 -4.95300 c -4.35100 -5.03900 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83200 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.78900 1.51500 -5.65700 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49600 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07800 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70300 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59400 -0.78900 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 360.72300 289.19623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03200 m -4.09700 -0.02400 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59300 -0.01600 c -4.67500 -0.01600 4.73800 -0.02400 4.78100 -0.03200 c -4.78100 -7.98500 l -4.55000 -8.05900 4.26500 -8.11400 3.92200 -8.15700 c -3.58600 -8.20800 3.23800 -8.23500 2.87500 -8.23500 c -2.46800 -8.23500 2.08600 -8.18800 1.73400 -8.09400 c -1.39000 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40700 0.37500 -7.12200 0.21800 -6.76600 c -0.07000 -6.40300 0.00000 -5.95400 0.00000 -5.42200 c -0.00000 -4.94600 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91500 1.28100 -2.71500 1.62500 -2.57900 c -1.96800 -2.44600 2.34300 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39900 3.46800 -2.43800 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56300 c -4.04700 -0.03200 l -h -4.04700 -3.25000 m -3.89800 -3.18800 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14000 -3.07900 1.89000 -3.20400 c -1.64000 -3.32100 1.42500 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40700 c -0.75000 -6.16800 0.92900 -6.72700 1.29700 -7.07900 c -1.66000 -7.42200 2.17500 -7.59400 2.84300 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56300 c -3.75000 -7.53200 3.92200 -7.49700 4.04700 -7.45400 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 367.40200 286.71123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32900 0.00000 0.36000 0.00000 c -0.41100 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61800 0.00000 0.68000 -0.00800 0.73500 -0.01500 c -0.73500 -3.17200 l -0.73500 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.36000 -4.88700 1.55100 -4.98400 1.78200 -5.04700 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09400 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96900 c -3.70300 -0.01500 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03600 0.00000 4.07900 0.00000 c -4.11800 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01500 c -4.43800 -5.48400 l -4.16400 -5.55800 3.86400 -5.62100 3.53200 -5.67200 c -3.19600 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15700 -5.75000 1.82900 -5.71900 1.51600 -5.65600 c -1.21100 -5.59400 0.94600 -5.46900 0.71900 -5.28100 c -0.50000 -5.09400 0.32100 -4.84000 0.18800 -4.51500 c -0.06300 -4.18300 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 373.76600 286.71123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22200 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39000 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55000 0.00000 0.60100 -0.00800 0.65600 -0.01500 c -0.67500 -0.15200 0.68700 -0.30800 0.68700 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84700 -0.69900 1.05000 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.92900 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01500 c -2.64400 -0.14000 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64400 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51500 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47200 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71800 -2.01200 0.71800 -2.75000 c -0.71800 -5.62500 l -0.67500 -5.63300 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.26900 -5.64000 0.18700 -5.64000 c -0.10100 -5.64000 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 377.14500 286.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99300 3.17100 -2.97700 2.98400 -2.95400 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17100 -3.23500 c -0.86700 -3.44600 0.71800 -3.74300 0.71800 -4.12500 c -0.71800 -4.36800 0.76500 -4.55900 0.85900 -4.70400 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12200 1.52300 -5.17200 1.70300 -5.20400 c -1.87800 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20400 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03200 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87800 -0.74300 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64900 1.29600 -0.68800 c -1.05400 -0.73100 0.83600 -0.78200 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20400 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15700 3.65600 -0.46900 c -4.00000 -0.77400 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69600 3.60900 -5.73900 3.23400 -5.78200 c -2.86700 -5.83300 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45400 c -0.19100 -5.18400 0.00000 -4.74700 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.36000 c -0.28500 -3.12200 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49700 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32900 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03200 l -h -f -Q -Q -Q -q -1 0 0 1 382.42200 288.43023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80900 0.01900 -1.76600 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76600 3.23400 -1.80900 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27400 3.23400 -2.31300 3.23400 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73800 -6.33600 1.78100 -6.43800 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68800 c -2.05100 -6.74200 2.14100 -6.77700 2.23400 -6.79700 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37500 -7.14100 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 386.50400 289.02423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.73400 -2.93800 m -0.03100 -2.93800 l -0.01900 -2.90700 0.00800 -2.86800 0.00000 -2.81300 c -0.00000 -2.76200 0.00000 -2.70300 0.00000 -2.64100 c -0.00000 -2.59000 0.00000 -2.53200 0.00000 -2.46900 c -0.00800 -2.40700 0.01900 -2.36000 0.03100 -2.32800 c -1.45300 -2.32800 l -1.45300 -7.93800 l -1.41000 -7.94600 1.34800 -7.95300 1.26600 -7.95300 c -1.19100 -7.95300 1.13300 -7.95300 1.09400 -7.95300 c -1.05100 -7.95300 0.98800 -7.95300 0.90600 -7.95300 c -0.83200 -7.95300 0.77300 -7.94600 0.73400 -7.93800 c -0.73400 -2.93800 l -h -0.37500 -0.95300 m -0.36300 -0.89100 0.35100 -0.81300 0.34400 -0.71900 c -0.34400 -0.61800 0.34400 -0.53200 0.34400 -0.46900 c -0.34400 -0.40700 0.34400 -0.33600 0.34400 -0.25000 c -0.35100 -0.15700 0.36300 -0.08600 0.37500 -0.03200 c -0.43700 -0.02400 0.51600 -0.01600 0.60900 -0.01600 c -0.70300 -0.00800 0.78500 0.00000 0.85900 0.00000 c -0.91000 0.00000 0.97700 -0.00800 1.06200 -0.01600 c -1.15600 -0.01600 1.23400 -0.02400 1.29700 -0.03200 c -1.29700 -0.08600 1.29700 -0.15700 1.29700 -0.25000 c -1.30500 -0.33600 1.31200 -0.40700 1.31200 -0.46900 c -1.31200 -0.53200 1.30500 -0.61800 1.29700 -0.71900 c -1.29700 -0.81300 1.29700 -0.89100 1.29700 -0.95300 c -1.23400 -0.96500 1.15600 -0.96900 1.06200 -0.96900 c -0.97700 -0.96900 0.91000 -0.96900 0.85900 -0.96900 c -0.78500 -0.96900 0.70300 -0.96900 0.60900 -0.96900 c -0.51600 -0.96900 0.43700 -0.96500 0.37500 -0.95300 c -h -f -Q -Q -Q -q -1 0 0 1 389.59000 286.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03200 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65700 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39100 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39800 -4.76200 0.24200 -4.45000 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78200 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39100 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59400 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78200 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59400 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 396.21900 286.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11800 0.11700 -0.11000 0.17200 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60100 -0.11800 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82500 0.70300 -0.99700 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87200 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.04000 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72200 -0.19600 4.01500 -0.57900 c -4.31600 -0.95400 4.46900 -1.49300 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74300 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74300 3.73400 -5.73500 c -3.73400 -2.40700 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07900 c -3.25000 -0.79700 2.96100 -0.65700 2.57800 -0.65700 c -2.31600 -0.65700 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45400 0.96100 -1.69600 0.85900 -1.98500 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74300 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74300 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 402.16800 282.05523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03100 -0.96900 m -0.00800 -0.81300 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34400 0.00800 -0.18800 0.03100 -0.03100 c -0.18700 -0.01200 0.34400 0.00000 0.50000 0.00000 c -0.65600 0.00000 0.81300 -0.01200 0.96900 -0.03100 c -0.98800 -0.18800 1.00000 -0.34400 1.00000 -0.50000 c -1.00000 -0.65600 0.98800 -0.81300 0.96900 -0.96900 c -0.81300 -0.98800 0.66000 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18700 -0.98800 0.03100 -0.96900 c -h -f -Q -Q -Q -q -1 0 0 1 360.30100 265.52423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.54700 -5.00000 m -0.00000 -0.03200 l -0.03900 -0.02400 0.10100 -0.01600 0.18700 -0.01600 c -0.26900 -0.00800 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.56200 -0.00800 0.65600 -0.01600 c -0.75000 -0.01600 0.82000 -0.02400 0.87500 -0.03200 c -2.93700 -4.20300 l -4.96900 -0.03200 l -5.03100 -0.02400 5.09400 -0.01600 5.15600 -0.01600 c -5.22600 -0.00800 5.29700 0.00000 5.35900 0.00000 c -5.43000 0.00000 5.50800 -0.00800 5.59400 -0.01600 c -5.67600 -0.01600 5.73800 -0.02400 5.78100 -0.03200 c -3.29700 -5.00000 l -3.29700 -7.93800 l -3.24200 -7.94600 3.18000 -7.95300 3.10900 -7.95300 c -3.04700 -7.95300 2.98400 -7.95300 2.92200 -7.95300 c -2.84700 -7.95300 2.77300 -7.95300 2.70300 -7.95300 c -2.64000 -7.95300 2.58600 -7.94600 2.54700 -7.93800 c -2.54700 -5.00000 l -h -f -Q -Q -Q -q -1 0 0 1 366.12900 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03200 3.81200 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65700 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39100 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39800 -4.76200 0.24200 -4.45000 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78200 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39100 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59400 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78200 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59400 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 372.71100 263.21123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00800 0.10200 0.00000 0.18700 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01500 c -0.73400 -3.17200 l -0.73400 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98400 1.78100 -5.04700 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09400 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96900 c -3.70300 -0.01500 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01500 c -4.43700 -5.48400 l -4.16400 -5.55800 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65600 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28100 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51500 c -0.06200 -4.18300 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 381.51200 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03200 m -4.06200 -5.10600 4.09300 -5.20400 4.12500 -5.32900 c -4.16400 -5.45400 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70400 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.17900 -5.61000 0.70300 -5.11000 c -0.23400 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12200 0.17200 -1.76600 c -0.28500 -1.41500 0.45700 -1.10600 0.68700 -0.84400 c -0.91400 -0.57500 1.19500 -0.36800 1.53100 -0.21900 c -1.87500 -0.07500 2.26900 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26500 -0.02400 3.51500 -0.06300 c -3.76500 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28200 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74300 4.00000 -0.81300 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68800 c -3.21900 -0.64900 2.97600 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91500 1.39800 -1.07500 1.23400 -1.28200 c -1.07800 -1.49300 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.29000 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31300 1.31200 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.85900 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48400 -5.18800 c -3.67900 -5.14900 3.86300 -5.09400 4.03100 -5.03200 c -h -f -Q -Q -Q -q -1 0 0 1 386.75000 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99300 3.17200 -2.97700 2.98400 -2.95400 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71900 -3.74300 0.71900 -4.12500 c -0.71900 -4.36800 0.76600 -4.55900 0.85900 -4.70400 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12200 1.52300 -5.17200 1.70300 -5.20400 c -1.87900 -5.22700 2.05500 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20400 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03200 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74300 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05500 -0.73100 0.83600 -0.78200 0.64100 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20400 c -0.70300 -0.14100 0.93800 -0.09400 1.21900 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31300 -0.15700 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.60900 -5.73900 3.23400 -5.78200 c -2.86700 -5.83300 2.52300 -5.86000 2.20300 -5.86000 c -1.51600 -5.86000 0.97300 -5.72700 0.57800 -5.45400 c -0.19100 -5.18400 0.00000 -4.74700 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.36000 c -0.28500 -3.12200 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.61000 1.07800 -2.49700 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32900 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03200 l -h -f -Q -Q -Q -q -1 0 0 1 392.75800 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11800 0.11700 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60100 -0.11800 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82500 0.70300 -0.99700 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87200 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.04000 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01500 -0.57900 c -4.31600 -0.95400 4.46900 -1.49300 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74300 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84700 -5.75000 3.78500 -5.74300 3.73400 -5.73500 c -3.73400 -2.40700 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07900 c -3.25000 -0.79700 2.96100 -0.65700 2.57800 -0.65700 c -2.31600 -0.65700 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45400 0.96100 -1.69600 0.85900 -1.98500 c -0.76500 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74300 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74300 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 401.52300 265.69623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03200 m -4.09800 -0.02400 4.16100 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02400 4.78200 -0.03200 c -4.78200 -7.98500 l -4.55100 -8.05900 4.26600 -8.11400 3.92200 -8.15700 c -3.58600 -8.20800 3.23900 -8.23500 2.87500 -8.23500 c -2.46900 -8.23500 2.08600 -8.18800 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82900 -7.62500 c -0.57900 -7.40700 0.37500 -7.12200 0.21900 -6.76600 c -0.07100 -6.40300 0.00000 -5.95400 0.00000 -5.42200 c -0.00000 -4.94600 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91500 1.28200 -2.71500 1.62500 -2.57900 c -1.96900 -2.44600 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39900 3.46900 -2.43800 c -3.70800 -2.46900 3.89900 -2.51200 4.04700 -2.56300 c -4.04700 -0.03200 l -h -4.04700 -3.25000 m -3.89900 -3.18800 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03200 -3.01600 2.78200 -3.01600 c -2.43800 -3.01600 2.14100 -3.07900 1.89100 -3.20400 c -1.64100 -3.32100 1.42600 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95800 -4.14900 0.87500 -4.43800 c -0.79000 -4.73100 0.75000 -5.05500 0.75000 -5.40700 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07900 c -1.66100 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53200 -7.56300 c -3.75000 -7.53200 3.92200 -7.49700 4.04700 -7.45400 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 407.93800 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.79000 0.95300 -4.33600 1.29600 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37800 -5.20000 3.60900 -5.15700 c -3.84700 -5.10600 4.08200 -5.04000 4.31200 -4.95400 c -4.35100 -5.04000 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83300 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.79000 1.51500 -5.65700 c -1.17100 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49700 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07900 2.07800 0.00000 2.51500 0.00000 c -2.87800 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70400 c -4.39800 -0.92200 4.54600 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79600 -2.15300 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04600 -1.98500 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58500 -1.02400 3.42900 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.79000 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79600 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 413.42600 263.21123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.05100 -0.00800 0.11300 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55500 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01500 c -2.60900 -4.85900 l -4.42200 -0.01500 l -4.46100 -0.00800 4.51900 0.00000 4.59400 0.00000 c -4.66400 0.00000 4.73400 0.00000 4.79700 0.00000 c -4.84700 0.00000 4.91000 0.00000 4.98400 0.00000 c -5.05500 0.00000 5.11300 -0.00800 5.15600 -0.01500 c -2.93700 -5.62500 l -2.82000 -5.64400 2.70700 -5.65600 2.59400 -5.65600 c -2.46900 -5.65600 2.34700 -5.64400 2.23400 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 419.32400 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03200 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65700 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39100 -5.64100 c -1.07800 -5.49700 0.81700 -5.29300 0.61000 -5.03200 c -0.39900 -4.76200 0.24200 -4.45000 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78200 c -0.24200 -1.41800 0.39900 -1.10600 0.61000 -0.84400 c -0.81700 -0.57500 1.07800 -0.36800 1.39100 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59400 -0.21900 c -3.90700 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73900 -1.41800 4.84400 -1.78200 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73900 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90700 -5.49700 3.59400 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 425.21900 264.93023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80900 0.01900 -1.76600 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76600 3.23400 -1.80900 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27400 3.23400 -2.31300 3.23400 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73800 -6.33600 1.78100 -6.43800 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68800 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79700 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39000 -7.46900 c -1.97200 -7.46900 1.63300 -7.35900 1.37500 -7.14100 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 429.37900 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.79000 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.60900 -5.15700 c -3.84800 -5.10600 4.08200 -5.04000 4.31200 -4.95400 c -4.35200 -5.04000 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83300 3.09800 -5.86000 2.76600 -5.86000 c -2.27300 -5.86000 1.85900 -5.79000 1.51600 -5.65700 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49700 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07900 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70400 c -4.39800 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.79000 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 438.06600 265.85223 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.07900 -6.42200 m -0.00000 -6.31300 l -3.29700 0.00000 l -3.39100 -0.01200 3.48900 -0.04300 3.59400 -0.09400 c -3.70700 -0.13700 3.82100 -0.18800 3.93800 -0.25000 c -1.15700 -5.73500 l -3.86000 -5.73500 l -3.86000 -3.39100 l -3.99300 -3.37100 4.11800 -3.36000 4.23500 -3.36000 c -4.34800 -3.36000 4.46900 -3.37100 4.59400 -3.39100 c -4.59400 -5.73500 l -5.78200 -5.73500 l -5.80100 -5.86000 5.81300 -5.98100 5.81300 -6.09400 c -5.81300 -6.21100 5.80100 -6.32100 5.78200 -6.42200 c -4.59400 -6.42200 l -4.59400 -7.92200 l -4.53200 -7.94600 4.46900 -7.95300 4.40700 -7.95300 c -4.34400 -7.95300 4.28200 -7.95300 4.21900 -7.95300 c -4.16500 -7.95300 4.11000 -7.95300 4.04700 -7.95300 c -3.98500 -7.95300 3.92200 -7.94600 3.86000 -7.92200 c -3.86000 -6.42200 l -0.07900 -6.42200 l -h -f -Q -Q -Q -q -1 0 0 1 447.86700 265.69623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03200 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61400 -0.01600 0.67600 -0.02400 0.71900 -0.03200 c -0.71900 -3.50000 l -0.78900 -3.36800 0.88300 -3.23100 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73500 c -1.57800 -2.62200 1.75000 -2.53200 1.93800 -2.46900 c -2.13300 -2.40700 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69600 -2.57100 4.00000 -2.95400 c -4.31300 -3.32900 4.46900 -3.86800 4.46900 -4.56300 c -4.46900 -8.11000 l -4.42600 -8.11800 4.36400 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11800 3.73500 -8.11000 c -3.73500 -4.78200 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45400 c -3.22300 -3.17200 2.93000 -3.03200 2.54700 -3.03200 c -2.28500 -3.03200 2.03900 -3.08600 1.81300 -3.18800 c -1.59400 -3.28200 1.39900 -3.42200 1.23500 -3.61000 c -1.07800 -3.79700 0.95300 -4.03200 0.86000 -4.31300 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28200 c -0.71900 -8.11000 l -0.67600 -8.11800 0.61400 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11800 0.00000 -8.11000 c -0.00000 -0.03200 l -h -f -Q -Q -Q -q -1 0 0 1 453.84800 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03200 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65700 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39000 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39800 -4.76200 0.24200 -4.45000 0.14000 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78200 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39000 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59300 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84300 -1.78200 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73100 4.84300 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59300 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 460.43000 263.21123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47200 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.67900 -0.00800 0.73400 -0.01500 c -0.73400 -3.17200 l -0.73400 -3.57000 0.76900 -3.89800 0.84300 -4.15600 c -0.92500 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98400 1.78100 -5.04700 c -2.00800 -5.10100 2.26500 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01500 -5.11700 3.20300 -5.09400 c -3.39000 -5.06200 3.55400 -5.02300 3.70300 -4.96900 c -3.70300 -0.01500 l -3.75400 -0.00800 3.81600 0.00000 3.89000 0.00000 c -3.97200 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17500 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39400 -0.00800 4.43700 -0.01500 c -4.43700 -5.48400 l -4.16400 -5.55800 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85100 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51500 -5.65600 c -1.21100 -5.59400 0.94500 -5.46900 0.71800 -5.28100 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51500 c -0.06200 -4.18300 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 466.79300 263.21123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06200 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27300 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44500 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69500 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31200 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.35900 0.00000 c -2.39800 0.00000 2.44100 0.00000 2.48400 0.00000 c -2.52300 0.00000 2.57000 -0.00800 2.62500 -0.01500 c -2.64500 -0.14000 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56200 -0.70300 2.51600 -0.70300 2.48400 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61300 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39800 -5.64000 0.35900 -5.64000 c -0.32800 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 470.15200 263.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36800 -5.03200 0.57900 -5.09000 0.82900 -5.14100 c -1.08600 -5.18400 1.33200 -5.20400 1.56300 -5.20400 c -2.00800 -5.20400 2.36000 -5.11000 2.61000 -4.92200 c -2.86800 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99300 2.95700 -3.82900 2.87500 -3.70400 c -2.80100 -3.57900 2.69600 -3.47700 2.56300 -3.39100 c -2.43800 -3.29700 2.29700 -3.22700 2.14100 -3.17200 c -1.98500 -3.11000 1.81700 -3.05500 1.64100 -3.00000 c -1.46100 -2.93800 1.28200 -2.87200 1.09400 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.61000 -2.51600 c -0.47300 -2.40300 0.36400 -2.26600 0.28200 -2.11000 c -0.19600 -1.94600 0.15700 -1.74300 0.15700 -1.50000 c -0.15700 -1.05500 0.31700 -0.69600 0.64100 -0.42200 c -0.97300 -0.14100 1.47700 0.00000 2.15700 0.00000 c -2.44600 0.00000 2.72300 -0.02800 2.98500 -0.07900 c -3.25400 -0.12200 3.46100 -0.17200 3.61000 -0.23500 c -3.57900 -0.44600 3.52400 -0.65300 3.45300 -0.86000 c -3.30500 -0.80900 3.11400 -0.75800 2.87500 -0.70400 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.36000 -0.71100 1.17200 -0.87500 c -0.98500 -1.03200 0.89100 -1.23500 0.89100 -1.48500 c -0.89100 -1.63300 0.92200 -1.75800 0.98500 -1.86000 c -1.04700 -1.95400 1.12900 -2.04000 1.23500 -2.11000 c -1.34800 -2.17200 1.47300 -2.23100 1.61000 -2.28200 c -1.74300 -2.33600 1.89100 -2.38300 2.04700 -2.42200 c -2.24300 -2.48500 2.44200 -2.55900 2.64100 -2.64100 c -2.83600 -2.71500 3.02000 -2.81300 3.18800 -2.93800 c -3.35200 -3.06300 3.48900 -3.22700 3.59400 -3.42200 c -3.69600 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69600 -4.64100 3.59400 -4.86000 c -3.48900 -5.07100 3.33600 -5.25000 3.14100 -5.40700 c -2.95300 -5.55500 2.72700 -5.66500 2.46900 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.61000 -5.86000 c -1.25400 -5.86000 0.93800 -5.83600 0.65700 -5.79700 c -0.38300 -5.75400 0.16400 -5.70000 0.00000 -5.62500 c -0.03900 -5.40700 0.11000 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 361.00400 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11800 0.09400 -0.11000 0.15600 -0.11000 c -0.22700 -0.11000 0.28500 -0.11000 0.32800 -0.11000 c -0.36700 -0.11000 0.42200 -0.11000 0.48400 -0.11000 c -0.55500 -0.11000 0.61300 -0.11800 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66500 1.09800 -0.46100 1.39100 -0.28200 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15700 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65700 c -4.39400 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.86000 4.84400 -2.27400 4.84400 -2.75000 c -4.84400 -3.24300 4.77300 -3.68000 4.64100 -4.06300 c -4.50400 -4.45000 4.31200 -4.77800 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65700 c -2.75800 -5.79000 2.33600 -5.86000 1.85900 -5.86000 c -1.68000 -5.86000 1.48800 -5.84400 1.28100 -5.81300 c -1.08200 -5.79000 0.89400 -5.75000 0.71900 -5.68800 c -0.71900 -8.32900 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.36000 0.35900 -8.36000 c -0.31600 -8.36000 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32900 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20400 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07900 c -3.03900 -4.98500 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44600 3.78500 -4.19600 3.89100 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12200 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73500 c -1.68000 -0.79000 1.48800 -0.88700 1.31200 -1.03200 c -1.14400 -1.18000 1.00400 -1.36800 0.89100 -1.59400 c -0.77300 -1.82500 0.71900 -2.11800 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 367.18000 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.79000 0.95300 -4.33600 1.29700 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.60900 -5.15700 c -3.84700 -5.10600 4.08200 -5.04000 4.31200 -4.95400 c -4.35100 -5.04000 4.38300 -5.13700 4.40600 -5.25000 c -4.42500 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83300 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.79000 1.51500 -5.65700 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49700 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14000 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59300 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07900 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70400 c -4.39800 -0.92200 4.54700 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79700 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.79000 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 373.57400 249.71123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69600 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01500 c -2.64500 -0.14000 2.65700 -0.25800 2.65700 -0.35900 c -2.65700 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64000 0.53100 -5.64000 c -0.45700 -5.64000 0.39900 -5.64000 0.36000 -5.64000 c -0.32800 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 379.88700 252.19623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03200 m -4.09700 -0.02400 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.51900 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73800 -0.02400 4.78100 -0.03200 c -4.78100 -7.98500 l -4.55100 -8.05900 4.26500 -8.11400 3.92200 -8.15700 c -3.58600 -8.20800 3.23800 -8.23500 2.87500 -8.23500 c -2.46800 -8.23500 2.08600 -8.18800 1.73400 -8.09400 c -1.39000 -8.00000 1.08600 -7.84400 0.82800 -7.62500 c -0.57800 -7.40700 0.37500 -7.12200 0.21800 -6.76600 c -0.07000 -6.40300 0.00000 -5.95400 0.00000 -5.42200 c -0.00000 -4.94600 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98800 -2.91500 1.28100 -2.71500 1.62500 -2.57900 c -1.96800 -2.44600 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39900 3.46800 -2.43800 c -3.70700 -2.46900 3.89800 -2.51200 4.04700 -2.56300 c -4.04700 -0.03200 l -h -4.04700 -3.25000 m -3.89800 -3.18800 3.71100 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14000 -3.07900 1.89000 -3.20400 c -1.64000 -3.32100 1.42600 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40700 c -0.75000 -6.16800 0.92900 -6.72700 1.29700 -7.07900 c -1.66000 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56300 c -3.75000 -7.53200 3.92200 -7.49700 4.04700 -7.45400 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 386.25400 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99300 3.17200 -2.97700 2.98400 -2.95400 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47300 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71900 -3.74300 0.71900 -4.12500 c -0.71900 -4.36800 0.76600 -4.55900 0.85900 -4.70400 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12200 1.52300 -5.17200 1.70300 -5.20400 c -1.87900 -5.22700 2.05500 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20400 c -3.05500 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03200 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74300 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05500 -0.73100 0.83600 -0.78200 0.64100 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51600 -0.30900 0.51600 -0.20400 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15700 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.60900 -5.73900 3.23400 -5.78200 c -2.86700 -5.83300 2.52300 -5.86000 2.20300 -5.86000 c -1.51600 -5.86000 0.97300 -5.72700 0.57800 -5.45400 c -0.19100 -5.18400 0.00000 -4.74700 0.00000 -4.14100 c -0.00000 -3.85200 0.05500 -3.59000 0.17200 -3.36000 c -0.28500 -3.12200 0.44100 -2.92200 0.64100 -2.76600 c -0.83600 -2.61000 1.07800 -2.49700 1.35900 -2.42200 c -1.64100 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55500 -2.29700 2.78100 -2.30900 2.96900 -2.32900 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03200 l -h -f -Q -Q -Q -q -1 0 0 1 391.46900 249.71123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65600 -5.64000 m -2.45300 -5.64000 l -2.37900 -5.64000 2.30100 -5.64000 2.21900 -5.64000 c -2.13300 -5.64000 2.07000 -5.63300 2.03100 -5.62500 c -0.00000 -0.01500 l -0.03900 -0.00800 0.10100 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.34700 0.00000 0.42200 0.00000 c -0.48400 0.00000 0.55400 0.00000 0.64000 0.00000 c -0.73400 0.00000 0.80100 -0.00800 0.84400 -0.01500 c -2.70300 -5.46900 l -4.53100 -0.01500 l -4.57000 -0.00800 4.62900 0.00000 4.70300 0.00000 c -4.77300 0.00000 4.84400 0.00000 4.90600 0.00000 c -4.95700 0.00000 5.01900 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22200 -0.00800 5.26500 -0.01500 c -2.81200 -7.28100 l -2.67600 -7.68700 2.48800 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72200 -8.37500 1.39000 -8.37500 c -1.23400 -8.37500 1.07800 -8.35900 0.92200 -8.32800 c -0.76500 -8.29700 0.63300 -8.26900 0.53100 -8.25000 c -0.53100 -8.01900 0.58600 -7.81200 0.70300 -7.62500 c -0.75400 -7.64400 0.83600 -7.66400 0.95300 -7.68700 c -1.07800 -7.71900 1.21100 -7.73400 1.35900 -7.73400 c -1.56600 -7.73400 1.73400 -7.68000 1.85900 -7.57800 c -1.99200 -7.47300 2.10900 -7.28500 2.20300 -7.01500 c -2.65600 -5.64000 l -h -f -Q -Q -Q -q -1 0 0 1 400.37500 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03200 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65700 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39100 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39800 -4.76200 0.24200 -4.45000 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78200 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39100 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59400 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78200 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59400 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 407.00400 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11800 0.11700 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39100 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60100 -0.11800 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82500 0.70300 -0.99700 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87200 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.04000 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57900 c -4.31600 -0.95400 4.46900 -1.49300 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74300 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74300 3.73400 -5.73500 c -3.73400 -2.40700 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07900 c -3.25000 -0.79700 2.96100 -0.65700 2.57800 -0.65700 c -2.31600 -0.65700 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45400 0.96100 -1.69600 0.85900 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74300 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74300 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 415.43800 249.71123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00800 0.09700 0.00000 0.17100 0.00000 c -0.24200 0.00000 0.31600 0.00000 0.39000 0.00000 c -0.45300 0.00000 0.52300 0.00000 0.60900 0.00000 c -0.69100 0.00000 0.75300 -0.00800 0.79600 -0.01500 c -2.03100 -4.78100 l -3.42100 -0.01500 l -3.48400 -0.00800 3.54600 0.00000 3.60900 0.00000 c -3.67900 0.00000 3.75700 0.00000 3.84300 0.00000 c -3.90600 0.00000 3.96800 0.00000 4.03100 0.00000 c -4.09300 0.00000 4.14800 -0.00800 4.20300 -0.01500 c -5.59300 -4.71900 l -6.82800 -0.01500 l -6.87800 -0.00800 6.93700 0.00000 7.00000 0.00000 c -7.06200 0.00000 7.11700 0.00000 7.17100 0.00000 c -7.23400 0.00000 7.30000 0.00000 7.37500 0.00000 c -7.44500 0.00000 7.50300 -0.00800 7.54600 -0.01500 c -5.93700 -5.62500 l -5.80000 -5.64400 5.67100 -5.65600 5.54600 -5.65600 c -5.41000 -5.65600 5.28100 -5.64400 5.15600 -5.62500 c -3.81200 -0.98400 l -2.39000 -5.62500 l -2.25300 -5.64400 2.12500 -5.65600 2.00000 -5.65600 c -1.86300 -5.65600 1.73800 -5.64400 1.62500 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 423.81300 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.79000 0.95300 -4.33600 1.29600 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37800 -5.20000 3.60900 -5.15700 c -3.84700 -5.10600 4.08200 -5.04000 4.31200 -4.95400 c -4.35100 -5.04000 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83300 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.79000 1.51500 -5.65700 c -1.17100 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49700 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07900 2.07800 0.00000 2.51500 0.00000 c -2.87800 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70400 c -4.39800 -0.92200 4.54600 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79600 -2.15300 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04600 -1.98500 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58500 -1.02400 3.42900 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.79000 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79600 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 429.89500 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.79000 0.95300 -4.33600 1.29600 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37800 -5.20000 3.60900 -5.15700 c -3.84700 -5.10600 4.08200 -5.04000 4.31200 -4.95400 c -4.35100 -5.04000 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83300 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.79000 1.51500 -5.65700 c -1.17100 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49700 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07900 2.07800 0.00000 2.51500 0.00000 c -2.87800 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70400 c -4.39800 -0.92200 4.54600 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79600 -2.15300 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04600 -1.98500 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.79000 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79600 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 436.28500 252.19623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03200 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71900 -0.03200 c -0.71900 -8.11000 l -0.67600 -8.11800 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.31700 -8.12500 0.25400 -8.12500 0.17200 -8.12500 c -0.09800 -8.12500 0.03900 -8.11800 0.00000 -8.11000 c -0.00000 -0.03200 l -h -1.18800 -5.21900 m -3.20300 -2.50000 l -3.31700 -2.48100 3.44200 -2.46900 3.57800 -2.46900 c -3.74200 -2.46900 3.89900 -2.48100 4.04700 -2.50000 c -2.04700 -5.14100 l -4.40600 -8.11000 l -4.28100 -8.12900 4.14900 -8.14100 4.01600 -8.14100 c -3.84800 -8.14100 3.69200 -8.12900 3.54700 -8.11000 c -1.18800 -5.21900 l -h -f -Q -Q -Q -q -1 0 0 1 441.28100 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.79000 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.61000 -5.15700 c -3.84800 -5.10600 4.08200 -5.04000 4.31300 -4.95400 c -4.35200 -5.04000 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36800 4.44200 -5.46900 4.45300 -5.56300 c -4.23500 -5.66800 3.97700 -5.73900 3.68800 -5.78200 c -3.40700 -5.83300 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.79000 1.51600 -5.65700 c -1.17200 -5.51200 0.88300 -5.31300 0.65700 -5.06300 c -0.43800 -4.80500 0.27000 -4.49700 0.15700 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.45000 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69600 -0.07900 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48500 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70400 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78200 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23500 -0.78200 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.79000 1.31300 -1.11000 c -1.03200 -1.42200 0.86000 -1.86800 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 447.67200 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11800 0.11700 -0.11000 0.17200 -0.11000 c -0.22300 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39100 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55100 -0.11000 0.60100 -0.11800 0.65600 -0.12500 c -0.67600 -0.26200 0.68700 -0.43000 0.68700 -0.62500 c -0.69500 -0.82500 0.70300 -0.99700 0.70300 -1.14100 c -0.77300 -1.00800 0.86700 -0.87200 0.98400 -0.73500 c -1.10900 -0.60200 1.25000 -0.48100 1.40600 -0.37500 c -1.56200 -0.26200 1.73800 -0.17200 1.93700 -0.11000 c -2.14400 -0.04000 2.37500 0.00000 2.62500 0.00000 c -3.25800 0.00000 3.72300 -0.19600 4.01600 -0.57900 c -4.31600 -0.95400 4.46900 -1.49300 4.46900 -2.18800 c -4.46900 -5.73500 l -4.42600 -5.74300 4.36300 -5.75000 4.28100 -5.75000 c -4.20700 -5.75000 4.14800 -5.75000 4.10900 -5.75000 c -4.06600 -5.75000 4.00400 -5.75000 3.92200 -5.75000 c -3.84800 -5.75000 3.78500 -5.74300 3.73400 -5.73500 c -3.73400 -2.40700 l -3.73400 -1.79300 3.63300 -1.35200 3.43700 -1.07900 c -3.25000 -0.79700 2.96100 -0.65700 2.57800 -0.65700 c -2.31600 -0.65700 2.07000 -0.71100 1.84400 -0.81300 c -1.61300 -0.91800 1.41400 -1.07100 1.25000 -1.26600 c -1.09400 -1.45400 0.96100 -1.69600 0.85900 -1.98500 c -0.76600 -2.26600 0.71900 -2.59400 0.71900 -2.96900 c -0.71900 -5.73500 l -0.67600 -5.74300 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74300 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 453.68800 252.19623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04600 -0.03200 m -4.09700 -0.02400 4.16000 -0.01600 4.23400 -0.01600 c -4.31600 -0.00800 4.37800 0.00000 4.42100 0.00000 c -4.46000 0.00000 4.51900 -0.00800 4.59300 -0.01600 c -4.67500 -0.01600 4.73800 -0.02400 4.78100 -0.03200 c -4.78100 -7.98500 l -4.55000 -8.05900 4.26500 -8.11400 3.92100 -8.15700 c -3.58500 -8.20800 3.23800 -8.23500 2.87500 -8.23500 c -2.46800 -8.23500 2.08500 -8.18800 1.73400 -8.09400 c -1.39000 -8.00000 1.08500 -7.84400 0.82800 -7.62500 c -0.57800 -7.40700 0.37500 -7.12200 0.21800 -6.76600 c -0.07000 -6.40300 0.00000 -5.95400 0.00000 -5.42200 c -0.00000 -4.94600 0.06200 -4.51600 0.18700 -4.14100 c -0.32000 -3.75800 0.50700 -3.43400 0.75000 -3.17200 c -0.98800 -2.91500 1.28100 -2.71500 1.62500 -2.57900 c -1.96800 -2.44600 2.34300 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23800 -2.39900 3.46800 -2.43800 c -3.70700 -2.46900 3.89800 -2.51200 4.04600 -2.56300 c -4.04600 -0.03200 l -h -4.04600 -3.25000 m -3.89800 -3.18800 3.71000 -3.13700 3.48400 -3.09400 c -3.26500 -3.04300 3.03100 -3.01600 2.78100 -3.01600 c -2.43700 -3.01600 2.14000 -3.07900 1.89000 -3.20400 c -1.64000 -3.32100 1.42500 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40700 c -0.75000 -6.16800 0.92900 -6.72700 1.29600 -7.07900 c -1.66000 -7.42200 2.17500 -7.59400 2.84300 -7.59400 c -3.08200 -7.59400 3.31200 -7.58600 3.53100 -7.56300 c -3.75000 -7.53200 3.92100 -7.49700 4.04600 -7.45400 c -4.04600 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 460.05500 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03200 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20400 1.56200 -5.20400 c -2.00800 -5.20400 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99300 2.95700 -3.82900 2.87500 -3.70400 c -2.80000 -3.57900 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93800 1.28100 -2.87200 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74300 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02800 2.98400 -0.07900 c -3.25400 -0.12200 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70400 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03200 0.89000 -1.23500 0.89000 -1.48500 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95400 1.12900 -2.04000 1.23400 -2.11000 c -1.34700 -2.17200 1.47200 -2.23100 1.60900 -2.28200 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81300 3.18700 -2.93800 c -3.35100 -3.06300 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59300 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14000 -5.40700 c -2.95300 -5.55500 2.72600 -5.66500 2.46800 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.70000 0.00000 -5.62500 c -0.03900 -5.40700 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 467.81300 249.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03200 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65700 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71000 -5.78600 1.39000 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39800 -4.76200 0.24200 -4.45000 0.14000 -4.09400 c -0.04600 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04600 -2.13700 0.14000 -1.78200 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39000 -0.21900 c -1.71000 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59300 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84300 -1.78200 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73100 4.84300 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59300 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 474.44100 249.71123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32900 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69600 -0.66400 0.70400 -0.82400 0.70400 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01500 c -2.64500 -0.14000 2.65700 -0.25800 2.65700 -0.35900 c -2.65700 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86800 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64000 0.53200 -5.64000 c -0.45700 -5.64000 0.39900 -5.64000 0.36000 -5.64000 c -0.32900 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.04000 -5.63300 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 361.25400 238.41423 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.03100 -7.15600 m -2.03100 -1.07800 l -0.29700 -1.92200 l -0.23400 -1.85100 0.17600 -1.76500 0.12500 -1.67200 c -0.08200 -1.57800 0.04700 -1.48000 0.01600 -1.37500 c -2.70300 0.00000 l -2.78100 0.00000 l -2.78100 -7.15600 l -4.64100 -7.15600 l -4.64100 -7.21800 4.64100 -7.27700 4.64100 -7.32800 c -4.64800 -7.38300 4.65600 -7.43700 4.65600 -7.50000 c -4.65600 -7.56200 4.64800 -7.62100 4.64100 -7.67200 c -4.64100 -7.71500 4.64100 -7.76500 4.64100 -7.82800 c -0.03100 -7.82800 l -0.00800 -7.76500 0.00000 -7.71500 0.00000 -7.67200 c -0.00000 -7.62100 0.00000 -7.56200 0.00000 -7.50000 c -0.00000 -7.43700 0.00000 -7.38300 0.00000 -7.32800 c -0.00000 -7.27700 0.00800 -7.21800 0.03100 -7.15600 c -2.03100 -7.15600 l -h -f -Q -Q -Q -q -1 0 0 1 370.35200 238.69623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03200 m -0.03900 -0.02400 0.09700 -0.01600 0.17100 -0.01600 c -0.25300 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02400 0.71800 -0.03200 c -0.71800 -3.50000 l -0.78900 -3.36800 0.88200 -3.23100 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42100 -2.73500 c -1.57800 -2.62200 1.75000 -2.53200 1.93700 -2.46900 c -2.13200 -2.40700 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57100 4.00000 -2.95400 c -4.31200 -3.32900 4.46800 -3.86800 4.46800 -4.56300 c -4.46800 -8.11000 l -4.42500 -8.11800 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00300 -8.12500 3.92100 -8.12500 c -3.84700 -8.12500 3.78500 -8.11800 3.73400 -8.11000 c -3.73400 -4.78200 l -3.73400 -4.16800 3.62900 -3.72700 3.42100 -3.45400 c -3.22200 -3.17200 2.92900 -3.03200 2.54600 -3.03200 c -2.28500 -3.03200 2.03900 -3.08600 1.81200 -3.18800 c -1.59300 -3.28200 1.39800 -3.42200 1.23400 -3.61000 c -1.07800 -3.79700 0.95300 -4.03200 0.85900 -4.31300 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28200 c -0.71800 -8.11000 l -0.67500 -8.11800 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11800 0.00000 -8.11000 c -0.00000 -0.03200 l -h -f -Q -Q -Q -q -1 0 0 1 376.33200 236.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.52000 -5.03200 3.81300 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65700 3.81300 -1.25000 c -3.52000 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18800 -1.25000 c -0.89500 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89500 -4.21100 1.18800 -4.62500 c -1.47700 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39100 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39900 -4.76200 0.24200 -4.45000 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78200 c -0.24200 -1.41800 0.39900 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39100 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59400 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78200 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59400 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 382.91400 236.21123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01500 c -0.73400 -3.17200 l -0.73400 -3.57000 0.77000 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98400 1.78100 -5.04700 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09400 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96900 c -3.70300 -0.01500 l -3.75400 -0.00800 3.81700 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43800 -0.01500 c -4.43800 -5.48400 l -4.16400 -5.55800 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65600 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28100 c -0.50000 -5.09400 0.32000 -4.84000 0.18800 -4.51500 c -0.06300 -4.18300 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 389.27700 236.21123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06300 -0.00800 0.11800 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65700 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69600 -0.66400 0.70400 -0.82400 0.70400 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01500 c -2.64500 -0.14000 2.65700 -0.25800 2.65700 -0.35900 c -2.65700 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45400 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86800 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64000 0.53200 -5.64000 c -0.45700 -5.64000 0.39900 -5.64000 0.36000 -5.64000 c -0.32800 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 395.56300 236.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.79000 0.95300 -4.33600 1.29600 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37800 -5.20000 3.60900 -5.15700 c -3.84700 -5.10600 4.08200 -5.04000 4.31200 -4.95400 c -4.35100 -5.04000 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83300 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.79000 1.51500 -5.65700 c -1.17100 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49700 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07900 2.07800 0.00000 2.51500 0.00000 c -2.87800 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70400 c -4.39800 -0.92200 4.54600 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79600 -2.15300 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04600 -1.98500 3.98400 -1.76600 c -3.92100 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58500 -1.02400 3.42900 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.79000 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79600 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 401.59400 236.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99300 3.17200 -2.97700 2.98400 -2.95400 c -2.79700 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17200 -3.23500 c -0.86700 -3.44600 0.71900 -3.74300 0.71900 -4.12500 c -0.71900 -4.36800 0.76500 -4.55900 0.85900 -4.70400 c -0.95300 -4.85200 1.07000 -4.96500 1.21900 -5.04700 c -1.36300 -5.12200 1.52300 -5.17200 1.70300 -5.20400 c -1.87900 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20400 c -3.05400 -5.17200 3.25400 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03200 m -3.45300 -1.54300 3.33600 -1.18800 3.10900 -0.96900 c -2.87900 -0.74300 2.53900 -0.62500 2.09400 -0.62500 c -1.80100 -0.62500 1.53500 -0.64900 1.29700 -0.68800 c -1.05400 -0.73100 0.83600 -0.78200 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54700 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20400 c -0.70300 -0.14100 0.93700 -0.09400 1.21900 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15700 3.65600 -0.46900 c -4.00000 -0.77400 4.17200 -1.25800 4.17200 -1.92200 c -4.17200 -5.64100 l -3.92200 -5.69600 3.60900 -5.73900 3.23400 -5.78200 c -2.86700 -5.83300 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45400 c -0.19100 -5.18400 0.00000 -4.74700 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17200 -3.36000 c -0.28500 -3.12200 0.44100 -2.92200 0.64000 -2.76600 c -0.83600 -2.61000 1.07800 -2.49700 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29700 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96900 -2.32900 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03200 l -h -f -Q -Q -Q -q -1 0 0 1 407.29300 236.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03200 m -4.06200 -5.10600 4.09400 -5.20400 4.12500 -5.32900 c -4.16400 -5.45400 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70400 3.81600 -5.75400 3.57800 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70300 -5.11000 c -0.23400 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12200 0.17200 -1.76600 c -0.28500 -1.41500 0.45700 -1.10600 0.68800 -0.84400 c -0.91400 -0.57500 1.19500 -0.36800 1.53100 -0.21900 c -1.87500 -0.07500 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28200 4.10900 -0.39100 4.07800 -0.51600 c -4.05500 -0.64100 4.03100 -0.74300 4.00000 -0.81300 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91500 1.39800 -1.07500 1.23400 -1.28200 c -1.07800 -1.49300 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.29000 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31200 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.85900 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48400 -5.18800 c -3.68000 -5.14900 3.86300 -5.09400 4.03100 -5.03200 c -h -f -Q -Q -Q -q -1 0 0 1 412.89100 238.69623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03200 m -0.03900 -0.02400 0.09700 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31600 0.00000 0.35900 0.00000 c -0.39800 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67500 -0.02400 0.71800 -0.03200 c -0.71800 -3.50000 l -0.78900 -3.36800 0.88200 -3.23100 1.00000 -3.09400 c -1.12500 -2.96100 1.26500 -2.84000 1.42200 -2.73500 c -1.57800 -2.62200 1.75000 -2.53200 1.93700 -2.46900 c -2.13200 -2.40700 2.34700 -2.37500 2.57800 -2.37500 c -3.22200 -2.37500 3.69500 -2.57100 4.00000 -2.95400 c -4.31200 -3.32900 4.46800 -3.86800 4.46800 -4.56300 c -4.46800 -8.11000 l -4.42500 -8.11800 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14800 -8.12500 4.10900 -8.12500 c -4.06600 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84700 -8.12500 3.78500 -8.11800 3.73400 -8.11000 c -3.73400 -4.78200 l -3.73400 -4.16800 3.62900 -3.72700 3.42200 -3.45400 c -3.22200 -3.17200 2.92900 -3.03200 2.54700 -3.03200 c -2.28500 -3.03200 2.03900 -3.08600 1.81200 -3.18800 c -1.59300 -3.28200 1.39800 -3.42200 1.23400 -3.61000 c -1.07800 -3.79700 0.95300 -4.03200 0.85900 -4.31300 c -0.76500 -4.59400 0.71800 -4.91800 0.71800 -5.28200 c -0.71800 -8.11000 l -0.67500 -8.11800 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39800 -8.12500 0.35900 -8.12500 c -0.32800 -8.12500 0.26900 -8.12500 0.18700 -8.12500 c -0.10100 -8.12500 0.03900 -8.11800 0.00000 -8.11000 c -0.00000 -0.03200 l -h -f -Q -Q -Q -q -1 0 0 1 421.65200 238.69623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.04700 -0.03200 m -4.09800 -0.02400 4.16100 -0.01600 4.23500 -0.01600 c -4.31700 -0.00800 4.37900 0.00000 4.42200 0.00000 c -4.46100 0.00000 4.52000 -0.00800 4.59400 -0.01600 c -4.67600 -0.01600 4.73900 -0.02400 4.78200 -0.03200 c -4.78200 -7.98500 l -4.55100 -8.05900 4.26600 -8.11400 3.92200 -8.15700 c -3.58600 -8.20800 3.23900 -8.23500 2.87500 -8.23500 c -2.46900 -8.23500 2.08600 -8.18800 1.73500 -8.09400 c -1.39100 -8.00000 1.08600 -7.84400 0.82900 -7.62500 c -0.57900 -7.40700 0.37500 -7.12200 0.21900 -6.76600 c -0.07100 -6.40300 0.00000 -5.95400 0.00000 -5.42200 c -0.00000 -4.94600 0.06300 -4.51600 0.18800 -4.14100 c -0.32100 -3.75800 0.50800 -3.43400 0.75000 -3.17200 c -0.98900 -2.91500 1.28200 -2.71500 1.62500 -2.57900 c -1.96900 -2.44600 2.34400 -2.37500 2.75000 -2.37500 c -3.00000 -2.37500 3.23900 -2.39900 3.46900 -2.43800 c -3.70700 -2.46900 3.89900 -2.51200 4.04700 -2.56300 c -4.04700 -0.03200 l -h -4.04700 -3.25000 m -3.89900 -3.18800 3.71100 -3.13700 3.48500 -3.09400 c -3.26600 -3.04300 3.03200 -3.01600 2.78200 -3.01600 c -2.43800 -3.01600 2.14100 -3.07900 1.89100 -3.20400 c -1.64100 -3.32100 1.42600 -3.48100 1.25000 -3.68800 c -1.08200 -3.89900 0.95700 -4.14900 0.87500 -4.43800 c -0.78900 -4.73100 0.75000 -5.05500 0.75000 -5.40700 c -0.75000 -6.16800 0.93000 -6.72700 1.29700 -7.07900 c -1.66100 -7.42200 2.17600 -7.59400 2.84400 -7.59400 c -3.08200 -7.59400 3.31300 -7.58600 3.53200 -7.56300 c -3.75000 -7.53200 3.92200 -7.49700 4.04700 -7.45400 c -4.04700 -3.25000 l -h -f -Q -Q -Q -q -1 0 0 1 428.02000 236.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -3.45300 -3.00000 m -3.32800 -2.99300 3.17100 -2.97700 2.98400 -2.95400 c -2.79600 -2.93400 2.61700 -2.92200 2.45300 -2.92200 c -1.89800 -2.92200 1.47200 -3.02800 1.17100 -3.23500 c -0.86700 -3.44600 0.71800 -3.74300 0.71800 -4.12500 c -0.71800 -4.36800 0.76500 -4.55900 0.85900 -4.70400 c -0.95300 -4.85200 1.07000 -4.96500 1.21800 -5.04700 c -1.36300 -5.12200 1.52300 -5.17200 1.70300 -5.20400 c -1.87800 -5.22700 2.05400 -5.23500 2.23400 -5.23500 c -2.45300 -5.23500 2.66000 -5.22700 2.85900 -5.20400 c -3.05400 -5.17200 3.25300 -5.14100 3.45300 -5.11000 c -3.45300 -3.00000 l -h -3.45300 -2.03200 m -3.45300 -1.54300 3.33500 -1.18800 3.10900 -0.96900 c -2.87800 -0.74300 2.53900 -0.62500 2.09300 -0.62500 c -1.80000 -0.62500 1.53500 -0.64900 1.29600 -0.68800 c -1.05400 -0.73100 0.83500 -0.78200 0.64000 -0.84400 c -0.60900 -0.77400 0.57800 -0.67200 0.54600 -0.54700 c -0.52300 -0.42200 0.51500 -0.30900 0.51500 -0.20400 c -0.70300 -0.14100 0.93700 -0.09400 1.21800 -0.06300 c -1.50000 -0.02400 1.78500 0.00000 2.07800 0.00000 c -2.78500 0.00000 3.31200 -0.15700 3.65600 -0.46900 c -4.00000 -0.77400 4.17100 -1.25800 4.17100 -1.92200 c -4.17100 -5.64100 l -3.92100 -5.69600 3.60900 -5.73900 3.23400 -5.78200 c -2.86700 -5.83300 2.52300 -5.86000 2.20300 -5.86000 c -1.51500 -5.86000 0.97200 -5.72700 0.57800 -5.45400 c -0.19100 -5.18400 0.00000 -4.74700 0.00000 -4.14100 c -0.00000 -3.85200 0.05400 -3.59000 0.17100 -3.36000 c -0.28500 -3.12200 0.44100 -2.92200 0.64000 -2.76600 c -0.83500 -2.61000 1.07800 -2.49700 1.35900 -2.42200 c -1.64000 -2.34000 1.95300 -2.29700 2.29600 -2.29700 c -2.55400 -2.29700 2.78100 -2.30900 2.96800 -2.32900 c -3.16400 -2.34000 3.32800 -2.35600 3.45300 -2.37500 c -3.45300 -2.03200 l -h -f -Q -Q -Q -q -1 0 0 1 433.23400 236.21123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.65700 -5.64000 m -2.45400 -5.64000 l -2.37900 -5.64000 2.30100 -5.64000 2.21900 -5.64000 c -2.13300 -5.64000 2.07100 -5.63300 2.03200 -5.62500 c -0.00000 -0.01500 l -0.03900 -0.00800 0.10200 0.00000 0.18800 0.00000 c -0.27000 0.00000 0.34800 0.00000 0.42200 0.00000 c -0.48500 0.00000 0.55500 0.00000 0.64100 0.00000 c -0.73500 0.00000 0.80100 -0.00800 0.84400 -0.01500 c -2.70400 -5.46900 l -4.53200 -0.01500 l -4.57100 -0.00800 4.62900 0.00000 4.70400 0.00000 c -4.77400 0.00000 4.84400 0.00000 4.90700 0.00000 c -4.95700 0.00000 5.02000 0.00000 5.09400 0.00000 c -5.16400 0.00000 5.22300 -0.00800 5.26600 -0.01500 c -2.81300 -7.28100 l -2.67600 -7.68700 2.48900 -7.96900 2.25000 -8.12500 c -2.00800 -8.28900 1.72300 -8.37500 1.39100 -8.37500 c -1.23500 -8.37500 1.07900 -8.35900 0.92200 -8.32800 c -0.76600 -8.29700 0.63300 -8.26900 0.53200 -8.25000 c -0.53200 -8.01900 0.58600 -7.81200 0.70400 -7.62500 c -0.75400 -7.64400 0.83600 -7.66400 0.95400 -7.68700 c -1.07900 -7.71900 1.21100 -7.73400 1.36000 -7.73400 c -1.56700 -7.73400 1.73500 -7.68000 1.86000 -7.57800 c -1.99300 -7.47300 2.11000 -7.28500 2.20400 -7.01500 c -2.65700 -5.64000 l -h -f -Q -Q -Q -q -1 0 0 1 441.71900 237.93023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98400 -2.34400 m -0.03100 -2.34400 l -0.01900 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80900 0.01900 -1.76600 0.03100 -1.73400 c -0.98400 -1.73400 l -0.98400 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23400 -1.73400 l -3.23400 -1.76600 3.23400 -1.80900 3.23400 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23400 -2.21900 c -3.23400 -2.27400 3.23400 -2.31300 3.23400 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73800 -6.33600 1.78100 -6.43800 c -1.83200 -6.54300 1.89400 -6.62500 1.96900 -6.68800 c -2.05100 -6.74200 2.14000 -6.77700 2.23400 -6.79700 c -2.33600 -6.82000 2.43700 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01500 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31200 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39000 -7.46900 c -1.97200 -7.46900 1.63300 -7.35900 1.37500 -7.14100 c -1.11300 -6.91400 0.98400 -6.54300 0.98400 -6.03100 c -0.98400 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 445.87900 236.32123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03200 3.81200 -4.62500 c -4.10200 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10200 -1.65700 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39100 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39800 -4.76200 0.24200 -4.45000 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78200 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39100 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59400 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78200 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59400 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 360.69100 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03200 -5.03200 m -4.06300 -5.10600 4.09400 -5.20400 4.12500 -5.32900 c -4.16400 -5.45400 4.19200 -5.55900 4.20400 -5.64100 c -4.02400 -5.70400 3.81700 -5.75400 3.57900 -5.79700 c -3.34800 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.18000 -5.61000 0.70400 -5.11000 c -0.23500 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05500 -2.12200 0.17200 -1.76600 c -0.28600 -1.41500 0.45700 -1.10600 0.68800 -0.84400 c -0.91400 -0.57500 1.19600 -0.36800 1.53200 -0.21900 c -1.87500 -0.07500 2.27000 0.00000 2.71900 0.00000 c -3.00000 0.00000 3.26600 -0.02400 3.51600 -0.06300 c -3.76600 -0.09400 3.96900 -0.13700 4.12500 -0.18800 c -4.12500 -0.28200 4.11000 -0.39100 4.07900 -0.51600 c -4.05500 -0.64100 4.03200 -0.74300 4.00000 -0.81300 c -3.85200 -0.76200 3.66400 -0.71900 3.43800 -0.68800 c -3.21900 -0.64900 2.97700 -0.62500 2.71900 -0.62500 c -2.38300 -0.62500 2.09400 -0.68400 1.84400 -0.79700 c -1.60200 -0.91500 1.39900 -1.07500 1.23500 -1.28200 c -1.07900 -1.49300 0.95700 -1.73500 0.87500 -2.01600 c -0.79000 -2.29000 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93800 -4.31300 1.31300 -4.68800 c -1.69600 -5.05500 2.21100 -5.23500 2.86000 -5.23500 c -3.07900 -5.23500 3.28600 -5.21900 3.48500 -5.18800 c -3.68000 -5.14900 3.86400 -5.09400 4.03200 -5.03200 c -h -f -Q -Q -Q -q -1 0 0 1 365.80500 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03200 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65700 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47600 -0.83600 1.18700 -1.25000 c -0.89400 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47600 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39000 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39800 -4.76200 0.24200 -4.45000 0.14000 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14000 -1.78200 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39000 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59300 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84300 -1.78200 c -4.95700 -2.13700 5.01500 -2.51600 5.01500 -2.92200 c -5.01500 -3.34000 4.95700 -3.73100 4.84300 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59300 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 372.43400 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.06200 -0.11800 0.11700 -0.11000 0.17100 -0.11000 c -0.22200 -0.11000 0.27300 -0.11000 0.32800 -0.11000 c -0.39000 -0.11000 0.44500 -0.11000 0.50000 -0.11000 c -0.55000 -0.11000 0.60100 -0.11800 0.65600 -0.12500 c -0.67500 -0.26200 0.68700 -0.42200 0.68700 -0.61000 c -0.69500 -0.79000 0.70300 -0.95000 0.70300 -1.09400 c -0.76500 -0.96100 0.84700 -0.82500 0.95300 -0.68800 c -1.05400 -0.55500 1.17500 -0.43400 1.31200 -0.32900 c -1.45700 -0.22700 1.61700 -0.14900 1.79700 -0.09400 c -1.97200 -0.03200 2.17500 0.00000 2.40600 0.00000 c -2.62500 0.00000 2.80400 -0.02800 2.95300 -0.07900 c -3.10900 -0.12200 3.24200 -0.18800 3.35900 -0.28200 c -3.47200 -0.37500 3.56600 -0.48500 3.64000 -0.61000 c -3.72200 -0.73500 3.79700 -0.87500 3.85900 -1.03200 c -3.94100 -0.90700 4.03500 -0.78200 4.14000 -0.65700 c -4.24200 -0.53200 4.35900 -0.42200 4.48400 -0.32900 c -4.61700 -0.22700 4.76900 -0.14900 4.93700 -0.09400 c -5.11300 -0.03200 5.30400 0.00000 5.51500 0.00000 c -6.17100 0.00000 6.64400 -0.18800 6.93700 -0.56300 c -7.22600 -0.93000 7.37500 -1.46100 7.37500 -2.15700 c -7.37500 -5.73500 l -7.32000 -5.74300 7.25700 -5.75000 7.18700 -5.75000 c -7.11300 -5.75000 7.05000 -5.75000 7.00000 -5.75000 c -6.96800 -5.75000 6.91000 -5.75000 6.82800 -5.75000 c -6.74200 -5.75000 6.67900 -5.74300 6.64000 -5.73500 c -6.64000 -2.40700 l -6.64000 -1.81300 6.53900 -1.37500 6.34300 -1.09400 c -6.15600 -0.80500 5.86700 -0.65700 5.48400 -0.65700 c -5.24200 -0.65700 5.03500 -0.71100 4.85900 -0.81300 c -4.67900 -0.90700 4.53500 -1.04000 4.42100 -1.20400 c -4.30400 -1.36000 4.21800 -1.54700 4.15600 -1.76600 c -4.09300 -1.97700 4.06200 -2.20400 4.06200 -2.45400 c -4.06200 -5.73500 l -4.01900 -5.74300 3.95700 -5.75000 3.87500 -5.75000 c -3.80000 -5.75000 3.73800 -5.75000 3.68700 -5.75000 c -3.65600 -5.75000 3.59700 -5.75000 3.51500 -5.75000 c -3.42900 -5.75000 3.36700 -5.74300 3.32800 -5.73500 c -3.32800 -2.26600 l -3.32800 -1.70400 3.23800 -1.29000 3.06200 -1.01600 c -2.88200 -0.74700 2.62500 -0.61000 2.28100 -0.61000 c -2.06200 -0.61000 1.85100 -0.66800 1.65600 -0.78200 c -1.46800 -0.89900 1.30000 -1.05900 1.15600 -1.26600 c -1.01900 -1.46500 0.91000 -1.70400 0.82800 -1.98500 c -0.75400 -2.26600 0.71800 -2.57900 0.71800 -2.92200 c -0.71800 -5.73500 l -0.67500 -5.74300 0.61300 -5.75000 0.53100 -5.75000 c -0.45700 -5.75000 0.39800 -5.75000 0.35900 -5.75000 c -0.32800 -5.75000 0.26900 -5.75000 0.18700 -5.75000 c -0.10100 -5.75000 0.03900 -5.74300 0.00000 -5.73500 c -0.00000 -0.12500 l -h -f -Q -Q -Q -q -1 0 0 1 381.62900 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.12500 m -0.03900 -0.11800 0.09400 -0.11000 0.15600 -0.11000 c -0.22600 -0.11000 0.28500 -0.11000 0.32800 -0.11000 c -0.36700 -0.11000 0.42200 -0.11000 0.48400 -0.11000 c -0.55500 -0.11000 0.61300 -0.11800 0.65600 -0.12500 c -0.71900 -0.89100 l -0.87500 -0.66500 1.09800 -0.46100 1.39100 -0.28200 c -1.68000 -0.09400 2.05500 0.00000 2.51600 0.00000 c -2.85900 0.00000 3.17200 -0.05500 3.45300 -0.15700 c -3.74200 -0.26200 3.98800 -0.43000 4.18700 -0.65700 c -4.39400 -0.88700 4.55500 -1.17200 4.67200 -1.51600 c -4.78500 -1.86000 4.84400 -2.27400 4.84400 -2.75000 c -4.84400 -3.24300 4.77300 -3.68000 4.64100 -4.06300 c -4.50400 -4.45000 4.31200 -4.77800 4.06200 -5.04700 c -3.81200 -5.30900 3.50000 -5.51200 3.12500 -5.65700 c -2.75800 -5.79000 2.33600 -5.86000 1.85900 -5.86000 c -1.68000 -5.86000 1.48800 -5.84400 1.28100 -5.81300 c -1.08200 -5.79000 0.89400 -5.75000 0.71900 -5.68800 c -0.71900 -8.32900 l -0.67600 -8.33600 0.61300 -8.34400 0.53100 -8.34400 c -0.45700 -8.35200 0.39800 -8.36000 0.35900 -8.36000 c -0.31600 -8.36000 0.25400 -8.35200 0.17200 -8.34400 c -0.09800 -8.34400 0.03900 -8.33600 0.00000 -8.32900 c -0.00000 -0.12500 l -h -0.71900 -5.01600 m -0.89400 -5.09000 1.07000 -5.14100 1.25000 -5.17200 c -1.42600 -5.20400 1.66400 -5.21900 1.96900 -5.21900 c -2.25000 -5.21900 2.51900 -5.17200 2.78100 -5.07900 c -3.03900 -4.98500 3.26600 -4.84000 3.45300 -4.64100 c -3.64100 -4.44600 3.78500 -4.19600 3.89100 -3.89100 c -4.00400 -3.59000 4.06200 -3.22700 4.06200 -2.79700 c -4.06200 -2.12200 3.93700 -1.59400 3.68700 -1.21900 c -3.43700 -0.83600 3.03100 -0.64100 2.46900 -0.64100 c -2.28900 -0.64100 2.09800 -0.67200 1.89100 -0.73500 c -1.68000 -0.79000 1.48800 -0.88700 1.31200 -1.03200 c -1.14400 -1.18000 1.00400 -1.36800 0.89100 -1.59400 c -0.77300 -1.82500 0.71900 -2.11800 0.71900 -2.46900 c -0.71900 -5.01600 l -h -f -Q -Q -Q -q -1 0 0 1 388.11700 225.19623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03200 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61400 -0.01600 0.67600 -0.02400 0.71900 -0.03200 c -0.71900 -6.81300 l -0.71900 -7.00000 0.73800 -7.15300 0.78100 -7.26600 c -0.83200 -7.37200 0.89100 -7.45000 0.95300 -7.50000 c -1.02400 -7.54300 1.09800 -7.57100 1.17200 -7.57900 c -1.25400 -7.59000 1.32800 -7.59400 1.39100 -7.59400 c -1.47300 -7.59400 1.55500 -7.59000 1.64100 -7.57900 c -1.73500 -7.57100 1.81300 -7.55500 1.87500 -7.53200 c -1.90600 -7.62500 1.92600 -7.72700 1.93800 -7.82900 c -1.95700 -7.93400 1.97300 -8.02800 1.98500 -8.11000 c -1.87900 -8.14900 1.75800 -8.17600 1.62500 -8.18800 c -1.50000 -8.19600 1.38300 -8.20400 1.28100 -8.20400 c -1.12500 -8.20400 0.96900 -8.18800 0.81300 -8.15700 c -0.65600 -8.12500 0.51600 -8.06300 0.39100 -7.96900 c -0.27400 -7.87500 0.18000 -7.75000 0.11000 -7.59400 c -0.03500 -7.43800 0.00000 -7.23100 0.00000 -6.96900 c -0.00000 -0.03200 l -h -f -Q -Q -Q -q -1 0 0 1 390.87900 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.79000 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15600 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.60900 -5.15700 c -3.84800 -5.10600 4.08200 -5.04000 4.31200 -4.95400 c -4.35200 -5.04000 4.38300 -5.13700 4.40600 -5.25000 c -4.42600 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83300 3.09800 -5.86000 2.76600 -5.86000 c -2.27300 -5.86000 1.85900 -5.79000 1.51600 -5.65700 c -1.17200 -5.51200 0.88300 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49700 0.15600 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07900 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01600 -0.47700 4.20300 -0.70400 c -4.39800 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74200 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99200 -0.62500 1.59400 -0.79000 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 396.53500 224.43023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03100 -2.34400 l -0.02000 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80900 0.02000 -1.76600 0.03100 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76600 3.23500 -1.80900 3.23500 -1.85900 c -3.24200 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24200 -2.15600 3.23500 -2.21900 c -3.23500 -2.27400 3.23500 -2.31300 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73800 -6.33600 1.78100 -6.43800 c -1.83200 -6.54300 1.89500 -6.62500 1.96900 -6.68800 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79700 c -2.33600 -6.82000 2.43800 -6.82800 2.53100 -6.82800 c -2.78900 -6.82800 3.01600 -6.79700 3.20300 -6.73400 c -3.25400 -6.92200 3.28900 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74200 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37500 -7.14100 c -1.11300 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 400.69500 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.79000 0.95300 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.61000 -5.15700 c -3.84800 -5.10600 4.08200 -5.04000 4.31300 -4.95400 c -4.35200 -5.04000 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36800 4.44200 -5.46900 4.45300 -5.56300 c -4.23500 -5.66800 3.97700 -5.73900 3.68800 -5.78200 c -3.40700 -5.83300 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.79000 1.51600 -5.65700 c -1.17200 -5.51200 0.88300 -5.31300 0.65700 -5.06300 c -0.43800 -4.80500 0.27000 -4.49700 0.15700 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24300 -1.45000 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69600 -0.07900 2.07800 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48500 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20300 -0.70400 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74300 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78200 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04700 -1.98500 3.98500 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23500 -0.78200 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.79000 1.31300 -1.11000 c -1.03200 -1.42200 0.86000 -1.86800 0.79700 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 409.10500 224.43023 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.98500 -2.34400 m -0.03200 -2.34400 l -0.02000 -2.31300 0.00800 -2.27400 0.00000 -2.21900 c -0.00000 -2.15600 0.00000 -2.09400 0.00000 -2.03100 c -0.00000 -1.96900 0.00000 -1.91400 0.00000 -1.85900 c -0.00800 -1.80900 0.02000 -1.76600 0.03200 -1.73400 c -0.98500 -1.73400 l -0.98500 -0.67200 l -1.67200 0.00000 l -1.71900 0.00000 l -1.71900 -1.73400 l -3.23500 -1.73400 l -3.23500 -1.76600 3.23500 -1.80900 3.23500 -1.85900 c -3.24300 -1.91400 3.25000 -1.96900 3.25000 -2.03100 c -3.25000 -2.09400 3.24300 -2.15600 3.23500 -2.21900 c -3.23500 -2.27400 3.23500 -2.31300 3.23500 -2.34400 c -1.71900 -2.34400 l -1.71900 -6.00000 l -1.71900 -6.18800 1.73900 -6.33600 1.78200 -6.43800 c -1.83300 -6.54300 1.89500 -6.62500 1.96900 -6.68800 c -2.05100 -6.74200 2.14100 -6.77700 2.23500 -6.79700 c -2.33600 -6.82000 2.43800 -6.82800 2.53200 -6.82800 c -2.79000 -6.82800 3.01600 -6.79700 3.20400 -6.73400 c -3.25400 -6.92200 3.29000 -7.12500 3.31300 -7.34400 c -3.05100 -7.42600 2.74300 -7.46900 2.39100 -7.46900 c -1.97300 -7.46900 1.63300 -7.35900 1.37600 -7.14100 c -1.11400 -6.91400 0.98500 -6.54300 0.98500 -6.03100 c -0.98500 -2.34400 l -h -f -Q -Q -Q -q -1 0 0 1 413.57800 225.19623 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.03200 m -0.03900 -0.02400 0.09800 -0.01600 0.17200 -0.01600 c -0.25400 -0.00800 0.31700 0.00000 0.36000 0.00000 c -0.39900 0.00000 0.45700 -0.00800 0.53100 -0.01600 c -0.61300 -0.01600 0.67600 -0.02400 0.71900 -0.03200 c -0.71900 -3.50000 l -0.78900 -3.36800 0.88300 -3.23100 1.00000 -3.09400 c -1.12500 -2.96100 1.26600 -2.84000 1.42200 -2.73500 c -1.57800 -2.62200 1.75000 -2.53200 1.93800 -2.46900 c -2.13300 -2.40700 2.34800 -2.37500 2.57800 -2.37500 c -3.22300 -2.37500 3.69500 -2.57100 4.00000 -2.95400 c -4.31300 -3.32900 4.46900 -3.86800 4.46900 -4.56300 c -4.46900 -8.11000 l -4.42600 -8.11800 4.36300 -8.12500 4.28100 -8.12500 c -4.20700 -8.12500 4.14900 -8.12500 4.11000 -8.12500 c -4.06700 -8.12500 4.00400 -8.12500 3.92200 -8.12500 c -3.84800 -8.12500 3.78500 -8.11800 3.73500 -8.11000 c -3.73500 -4.78200 l -3.73500 -4.16800 3.62900 -3.72700 3.42200 -3.45400 c -3.22300 -3.17200 2.93000 -3.03200 2.54700 -3.03200 c -2.28500 -3.03200 2.03900 -3.08600 1.81300 -3.18800 c -1.59400 -3.28200 1.39900 -3.42200 1.23500 -3.61000 c -1.07800 -3.79700 0.95300 -4.03200 0.86000 -4.31300 c -0.76600 -4.59400 0.71900 -4.91800 0.71900 -5.28200 c -0.71900 -8.11000 l -0.67600 -8.11800 0.61300 -8.12500 0.53100 -8.12500 c -0.45700 -8.12500 0.39900 -8.12500 0.36000 -8.12500 c -0.32800 -8.12500 0.27000 -8.12500 0.18800 -8.12500 c -0.10200 -8.12500 0.03900 -8.11800 0.00000 -8.11000 c -0.00000 -0.03200 l -h -f -Q -Q -Q -q -1 0 0 1 419.55900 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78100 -3.04700 m -0.78100 -3.79000 0.95300 -4.33600 1.29600 -4.68800 c -1.64000 -5.04300 2.15600 -5.21900 2.84300 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.60900 -5.15700 c -3.84700 -5.10600 4.08200 -5.04000 4.31200 -4.95400 c -4.35100 -5.04000 4.38200 -5.13700 4.40600 -5.25000 c -4.42500 -5.36800 4.44100 -5.46900 4.45300 -5.56300 c -4.23400 -5.66800 3.97600 -5.73900 3.68700 -5.78200 c -3.40600 -5.83300 3.09700 -5.86000 2.76500 -5.86000 c -2.27300 -5.86000 1.85900 -5.79000 1.51500 -5.65700 c -1.17200 -5.51200 0.88200 -5.31300 0.65600 -5.06300 c -0.43700 -4.80500 0.26900 -4.49700 0.15600 -4.14100 c -0.05000 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04600 -2.16800 0.14000 -1.81300 c -0.24200 -1.45000 0.39400 -1.13300 0.59300 -0.86000 c -0.80000 -0.59000 1.06200 -0.38300 1.37500 -0.23500 c -1.69500 -0.07900 2.07800 0.00000 2.51500 0.00000 c -2.87900 0.00000 3.20300 -0.06300 3.48400 -0.18800 c -3.77300 -0.30500 4.01500 -0.47700 4.20300 -0.70400 c -4.39800 -0.92200 4.54600 -1.18800 4.64000 -1.50000 c -4.74200 -1.81300 4.79600 -2.15300 4.79600 -2.51600 c -4.79600 -2.59000 4.78900 -2.68000 4.78100 -2.78200 c -4.78100 -2.87500 4.78100 -2.96500 4.78100 -3.04700 c -0.78100 -3.04700 l -h -4.07800 -2.43800 m -4.07800 -2.21100 4.04600 -1.98500 3.98400 -1.76600 c -3.92200 -1.54700 3.82800 -1.35600 3.70300 -1.18800 c -3.58600 -1.02400 3.42900 -0.88700 3.23400 -0.78200 c -3.03500 -0.68000 2.79600 -0.62500 2.51500 -0.62500 c -1.99200 -0.62500 1.59300 -0.79000 1.31200 -1.11000 c -1.03100 -1.42200 0.85900 -1.86800 0.79600 -2.43800 c -4.07800 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 428.39100 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -4.03100 -5.03200 m -4.06200 -5.10600 4.09300 -5.20400 4.12500 -5.32900 c -4.16400 -5.45400 4.19100 -5.55900 4.20300 -5.64100 c -4.02300 -5.70400 3.81600 -5.75400 3.57800 -5.79700 c -3.34700 -5.83600 3.08600 -5.86000 2.79700 -5.86000 c -1.87900 -5.86000 1.17900 -5.61000 0.70300 -5.11000 c -0.23400 -4.61000 0.00000 -3.88300 0.00000 -2.92200 c -0.00000 -2.50800 0.05400 -2.12200 0.17200 -1.76600 c -0.28500 -1.41500 0.45700 -1.10600 0.68700 -0.84400 c -0.91400 -0.57500 1.19500 -0.36800 1.53100 -0.21900 c -1.87500 -0.07500 2.26900 0.00000 2.71800 0.00000 c -3.00000 0.00000 3.26500 -0.02400 3.51500 -0.06300 c -3.76500 -0.09400 3.96800 -0.13700 4.12500 -0.18800 c -4.12500 -0.28200 4.10900 -0.39100 4.07800 -0.51600 c -4.05400 -0.64100 4.03100 -0.74300 4.00000 -0.81300 c -3.85100 -0.76200 3.66400 -0.71900 3.43700 -0.68800 c -3.21800 -0.64900 2.97600 -0.62500 2.71800 -0.62500 c -2.38200 -0.62500 2.09300 -0.68400 1.84300 -0.79700 c -1.60100 -0.91500 1.39800 -1.07500 1.23400 -1.28200 c -1.07800 -1.49300 0.95700 -1.73500 0.87500 -2.01600 c -0.78900 -2.29000 0.75000 -2.59000 0.75000 -2.92200 c -0.75000 -3.72700 0.93700 -4.31300 1.31200 -4.68800 c -1.69500 -5.05500 2.21100 -5.23500 2.85900 -5.23500 c -3.07800 -5.23500 3.28500 -5.21900 3.48400 -5.18800 c -3.67900 -5.14900 3.86300 -5.09400 4.03100 -5.03200 c -h -f -Q -Q -Q -q -1 0 0 1 433.50400 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -2.50000 -5.23500 m -3.08200 -5.23500 3.51900 -5.03200 3.81200 -4.62500 c -4.10100 -4.21100 4.25000 -3.64100 4.25000 -2.92200 c -4.25000 -2.21500 4.10100 -1.65700 3.81200 -1.25000 c -3.51900 -0.83600 3.08200 -0.62500 2.50000 -0.62500 c -1.91400 -0.62500 1.47700 -0.83600 1.18700 -1.25000 c -0.89400 -1.65700 0.75000 -2.21500 0.75000 -2.92200 c -0.75000 -3.64100 0.89400 -4.21100 1.18700 -4.62500 c -1.47700 -5.03200 1.91400 -5.23500 2.50000 -5.23500 c -h -2.50000 -5.86000 m -2.08200 -5.86000 1.71100 -5.78600 1.39100 -5.64100 c -1.07800 -5.49700 0.81600 -5.29300 0.60900 -5.03200 c -0.39800 -4.76200 0.24200 -4.45000 0.14100 -4.09400 c -0.04700 -3.73100 0.00000 -3.34000 0.00000 -2.92200 c -0.00000 -2.51600 0.04700 -2.13700 0.14100 -1.78200 c -0.24200 -1.41800 0.39800 -1.10600 0.60900 -0.84400 c -0.81600 -0.57500 1.07800 -0.36800 1.39100 -0.21900 c -1.71100 -0.07500 2.08200 0.00000 2.50000 0.00000 c -2.91400 0.00000 3.28100 -0.07500 3.59400 -0.21900 c -3.90600 -0.36800 4.16400 -0.57500 4.37500 -0.84400 c -4.58200 -1.10600 4.73800 -1.41800 4.84400 -1.78200 c -4.95700 -2.13700 5.01600 -2.51600 5.01600 -2.92200 c -5.01600 -3.34000 4.95700 -3.73100 4.84400 -4.09400 c -4.73800 -4.45000 4.58200 -4.76200 4.37500 -5.03200 c -4.16400 -5.29300 3.90600 -5.49700 3.59400 -5.64100 c -3.28100 -5.78600 2.91400 -5.86000 2.50000 -5.86000 c -h -f -Q -Q -Q -q -1 0 0 1 440.08600 222.71123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.03900 -0.00800 0.10200 0.00000 0.18700 0.00000 c -0.26900 0.00000 0.32800 0.00000 0.35900 0.00000 c -0.41000 0.00000 0.47300 0.00000 0.54700 0.00000 c -0.61700 0.00000 0.68000 -0.00800 0.73400 -0.01500 c -0.73400 -3.17200 l -0.73400 -3.57000 0.76900 -3.89800 0.84400 -4.15600 c -0.92600 -4.40600 1.04700 -4.60500 1.20300 -4.75000 c -1.35900 -4.88700 1.55100 -4.98400 1.78100 -5.04700 c -2.00800 -5.10100 2.26600 -5.12500 2.54700 -5.12500 c -2.79700 -5.12500 3.01600 -5.11700 3.20300 -5.09400 c -3.39100 -5.06200 3.55500 -5.02300 3.70300 -4.96900 c -3.70300 -0.01500 l -3.75400 -0.00800 3.81600 0.00000 3.89100 0.00000 c -3.97300 0.00000 4.03500 0.00000 4.07800 0.00000 c -4.11700 0.00000 4.17600 0.00000 4.25000 0.00000 c -4.33200 0.00000 4.39500 -0.00800 4.43700 -0.01500 c -4.43700 -5.48400 l -4.16400 -5.55800 3.86300 -5.62100 3.53100 -5.67200 c -3.19500 -5.72300 2.85200 -5.75000 2.50000 -5.75000 c -2.15600 -5.75000 1.82800 -5.71900 1.51600 -5.65600 c -1.21100 -5.59400 0.94500 -5.46900 0.71900 -5.28100 c -0.50000 -5.09400 0.32000 -4.84000 0.18700 -4.51500 c -0.06200 -4.18300 0.00000 -3.75000 0.00000 -3.21900 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 446.44900 222.71123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 -0.01500 m -0.06300 -0.00800 0.11700 0.00000 0.17200 0.00000 c -0.22300 0.00000 0.27400 0.00000 0.32800 0.00000 c -0.39100 0.00000 0.44600 0.00000 0.50000 0.00000 c -0.55100 0.00000 0.60200 -0.00800 0.65600 -0.01500 c -0.67600 -0.15200 0.68800 -0.30800 0.68800 -0.48400 c -0.69600 -0.66400 0.70300 -0.82400 0.70300 -0.96900 c -0.84800 -0.69900 1.05100 -0.46900 1.31300 -0.28100 c -1.58200 -0.09400 1.93000 0.00000 2.36000 0.00000 c -2.39900 0.00000 2.44200 0.00000 2.48500 0.00000 c -2.52400 0.00000 2.57100 -0.00800 2.62500 -0.01500 c -2.64500 -0.14000 2.65600 -0.25800 2.65600 -0.35900 c -2.65600 -0.48400 2.64500 -0.60100 2.62500 -0.70300 c -2.56300 -0.70300 2.51600 -0.70300 2.48500 -0.70300 c -2.45300 -0.70300 2.41400 -0.70300 2.37500 -0.70300 c -1.87500 -0.70300 1.47300 -0.85900 1.17200 -1.17200 c -0.86700 -1.48400 0.71900 -2.01200 0.71900 -2.75000 c -0.71900 -5.62500 l -0.67600 -5.63300 0.61400 -5.64000 0.53200 -5.64000 c -0.45700 -5.64000 0.39900 -5.64000 0.36000 -5.64000 c -0.32800 -5.64000 0.27000 -5.64000 0.18800 -5.64000 c -0.10200 -5.64000 0.03900 -5.63300 0.00000 -5.62500 c -0.00000 -0.01500 l -h -f -Q -Q -Q -q -1 0 0 1 449.80500 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.20300 -4.96900 m -0.36700 -5.03200 0.57800 -5.09000 0.82800 -5.14100 c -1.08600 -5.18400 1.33200 -5.20400 1.56200 -5.20400 c -2.00800 -5.20400 2.35900 -5.11000 2.60900 -4.92200 c -2.86700 -4.72700 3.00000 -4.48100 3.00000 -4.18800 c -3.00000 -3.99300 2.95700 -3.82900 2.87500 -3.70400 c -2.80000 -3.57900 2.69500 -3.47700 2.56200 -3.39100 c -2.43700 -3.29700 2.29700 -3.22700 2.14000 -3.17200 c -1.98400 -3.11000 1.81600 -3.05500 1.64000 -3.00000 c -1.46100 -2.93800 1.28100 -2.87200 1.09300 -2.79700 c -0.91400 -2.72700 0.75400 -2.63300 0.60900 -2.51600 c -0.47200 -2.40300 0.36300 -2.26600 0.28100 -2.11000 c -0.19500 -1.94600 0.15600 -1.74300 0.15600 -1.50000 c -0.15600 -1.05500 0.31600 -0.69600 0.64000 -0.42200 c -0.97200 -0.14100 1.47600 0.00000 2.15600 0.00000 c -2.44500 0.00000 2.72200 -0.02800 2.98400 -0.07900 c -3.25400 -0.12200 3.46100 -0.17200 3.60900 -0.23500 c -3.57800 -0.44600 3.52300 -0.65300 3.45300 -0.86000 c -3.30400 -0.80900 3.11300 -0.75800 2.87500 -0.70400 c -2.63300 -0.65300 2.38300 -0.62500 2.12500 -0.62500 c -1.67600 -0.62500 1.35900 -0.71100 1.17200 -0.87500 c -0.98400 -1.03200 0.89000 -1.23500 0.89000 -1.48500 c -0.89000 -1.63300 0.92200 -1.75800 0.98400 -1.86000 c -1.04700 -1.95400 1.12900 -2.04000 1.23400 -2.11000 c -1.34700 -2.17200 1.47200 -2.23100 1.60900 -2.28200 c -1.74200 -2.33600 1.89000 -2.38300 2.04700 -2.42200 c -2.24200 -2.48500 2.44100 -2.55900 2.64000 -2.64100 c -2.83600 -2.71500 3.01900 -2.81300 3.18700 -2.93800 c -3.35100 -3.06300 3.48800 -3.22700 3.59300 -3.42200 c -3.69500 -3.61000 3.75000 -3.84400 3.75000 -4.12500 c -3.75000 -4.39900 3.69500 -4.64100 3.59300 -4.86000 c -3.48800 -5.07100 3.33600 -5.25000 3.14000 -5.40700 c -2.95300 -5.55500 2.72600 -5.66500 2.46800 -5.73500 c -2.20700 -5.81700 1.92200 -5.86000 1.60900 -5.86000 c -1.25400 -5.86000 0.93700 -5.83600 0.65600 -5.79700 c -0.38300 -5.75400 0.16400 -5.70000 0.00000 -5.62500 c -0.03900 -5.40700 0.10900 -5.18800 0.20300 -4.96900 c -h -f -Q -Q -Q -q -1 0 0 1 454.81600 222.82123 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.78200 -3.04700 m -0.78200 -3.79000 0.95400 -4.33600 1.29700 -4.68800 c -1.64100 -5.04300 2.15700 -5.21900 2.84400 -5.21900 c -3.12500 -5.21900 3.37900 -5.20000 3.61000 -5.15700 c -3.84800 -5.10600 4.08200 -5.04000 4.31300 -4.95400 c -4.35200 -5.04000 4.38300 -5.13700 4.40700 -5.25000 c -4.42600 -5.36800 4.44200 -5.46900 4.45400 -5.56300 c -4.23500 -5.66800 3.97700 -5.73900 3.68800 -5.78200 c -3.40700 -5.83300 3.09800 -5.86000 2.76600 -5.86000 c -2.27400 -5.86000 1.86000 -5.79000 1.51600 -5.65700 c -1.17200 -5.51200 0.88300 -5.31300 0.65700 -5.06300 c -0.43800 -4.80500 0.27000 -4.49700 0.15700 -4.14100 c -0.05100 -3.77800 0.00000 -3.38700 0.00000 -2.96900 c -0.00000 -2.55500 0.04700 -2.16800 0.14100 -1.81300 c -0.24300 -1.45000 0.39500 -1.13300 0.59400 -0.86000 c -0.80100 -0.59000 1.06300 -0.38300 1.37500 -0.23500 c -1.69600 -0.07900 2.07900 0.00000 2.51600 0.00000 c -2.87900 0.00000 3.20400 -0.06300 3.48500 -0.18800 c -3.77400 -0.30500 4.01600 -0.47700 4.20400 -0.70400 c -4.39900 -0.92200 4.54700 -1.18800 4.64100 -1.50000 c -4.74300 -1.81300 4.79700 -2.15300 4.79700 -2.51600 c -4.79700 -2.59000 4.78900 -2.68000 4.78200 -2.78200 c -4.78200 -2.87500 4.78200 -2.96500 4.78200 -3.04700 c -0.78200 -3.04700 l -h -4.07900 -2.43800 m -4.07900 -2.21100 4.04700 -1.98500 3.98500 -1.76600 c -3.92200 -1.54700 3.82900 -1.35600 3.70400 -1.18800 c -3.58600 -1.02400 3.43000 -0.88700 3.23500 -0.78200 c -3.03600 -0.68000 2.79700 -0.62500 2.51600 -0.62500 c -1.99300 -0.62500 1.59400 -0.79000 1.31300 -1.11000 c -1.03200 -1.42200 0.86000 -1.86800 0.79700 -2.43800 c -4.07900 -2.43800 l -h -f -Q -Q -Q -q -1 0 0 1 460.86300 218.05523 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -0.03200 -0.96900 m -0.00800 -0.81300 0.00000 -0.65600 0.00000 -0.50000 c -0.00000 -0.34400 0.00800 -0.18800 0.03200 -0.03100 c -0.18800 -0.01200 0.34400 0.00000 0.50000 0.00000 c -0.65700 0.00000 0.81300 -0.01200 0.96900 -0.03100 c -0.98900 -0.18800 1.00000 -0.34400 1.00000 -0.50000 c -1.00000 -0.65600 0.98900 -0.81300 0.96900 -0.96900 c -0.81300 -0.98800 0.66000 -1.00000 0.51600 -1.00000 c -0.34800 -1.00000 0.18800 -0.98800 0.03200 -0.96900 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 361.80523 cm -q -0.01176 0.38431 0.53725 0.00392 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77400 m -5.54700 -4.30500 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30500 0.00000 -2.77400 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77400 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 311.97323 cm -q -0.01176 0.38431 0.53725 0.00392 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77400 m -5.54700 -4.30500 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30500 0.00000 -2.77400 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77400 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 274.54323 cm -q -0.01176 0.38431 0.53725 0.00392 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77300 m -5.54700 -4.30500 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30500 0.00000 -2.77300 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77300 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 237.76623 cm -q -0.01176 0.38431 0.53725 0.00392 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77400 m -5.54700 -4.30900 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30900 0.00000 -2.77400 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77400 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 112.40323 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77400 m -5.54700 -4.30500 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30500 0.00000 -2.77400 c -0.00000 -1.24300 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24300 5.54700 -2.77400 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 646.69223 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77400 m -5.54700 -4.30500 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30500 0.00000 -2.77400 c -0.00000 -1.24300 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24300 5.54700 -2.77400 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 596.23823 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77300 m -5.54700 -4.30400 4.30500 -5.54600 2.77400 -5.54600 c -1.24200 -5.54600 0.00000 -4.30400 0.00000 -2.77300 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77300 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 559.43423 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77400 m -5.54700 -4.30500 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30500 0.00000 -2.77400 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77400 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 521.92223 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77300 m -5.54700 -4.30500 4.30500 -5.54700 2.77400 -5.54700 c -1.24200 -5.54700 0.00000 -4.30500 0.00000 -2.77300 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77300 c -h -f -Q -Q -Q -q -1 0 0 1 58.07400 485.61723 cm -q -0.64314 0.30588 0.01176 0.01569 k -0.00000 w -[] 0 d -0 J -0 j -q -5.54700 -2.77300 m -5.54700 -4.30400 4.30500 -5.54600 2.77400 -5.54600 c -1.24200 -5.54600 0.00000 -4.30400 0.00000 -2.77300 c -0.00000 -1.24200 1.24200 0.00000 2.77400 0.00000 c -4.30500 0.00000 5.54700 -1.24200 5.54700 -2.77300 c -h -f -Q -Q -Q -q -1 0 0 1 381.23800 414.41423 cm -q -0.02745 0.03529 0.22745 0.00000 k -0.00000 w -[] 0 d -0 J -0 j -q -75.14500 -37.57400 m -75.14500 -58.32400 58.32100 -75.14400 37.57100 -75.14400 c -16.82100 -75.14400 0.00000 -58.32400 0.00000 -37.57400 c -0.00000 -16.82400 16.82100 0.00000 37.57100 0.00000 c -58.32100 0.00000 75.14500 -16.82400 75.14500 -37.57400 c -h -f -Q -Q -Q -q -1 0 0 1 417.50000 410.22723 cm -q -0.00000 0.00000 0.00000 0.09804 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -3.21100 0.00000 l -3.21100 -12.83600 l -0.00000 -12.83600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 417.50000 356.06723 cm -q -0.00000 0.00000 0.00000 0.09804 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -3.21100 0.00000 l -3.21100 -12.83600 l -0.00000 -12.83600 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 439.76600 378.33223 cm -q -0.00000 0.00000 0.00000 0.09804 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -12.84000 0.00000 l -12.84000 -3.20700 l -0.00000 -3.20700 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 385.60500 378.33223 cm -q -0.00000 0.00000 0.00000 0.09804 k -0.00000 w -[] 0 d -0 J -0 j -q -0.00000 0.00000 m -12.84000 0.00000 l -12.84000 -3.20700 l -0.00000 -3.20700 l -0.00000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 433.56300 400.05123 cm -q -0.00000 0.00000 0.00000 0.09804 k -0.00000 w -[] 0 d -0 J -0 j -q -9.64000 0.00000 m -11.76100 -2.41000 l -2.12100 -10.88700 l -0.00000 -8.47700 l -9.64000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 392.88700 364.29323 cm -q -0.00000 0.00000 0.00000 0.09804 k -0.00000 w -[] 0 d -0 J -0 j -q -9.64000 0.00000 m -11.76100 -2.41000 l -2.11700 -10.88700 l -0.00000 -8.47600 l -9.64000 0.00000 l -h -f -Q -Q -Q -q -1 0 0 1 431.54300 362.27023 cm -q -0.00000 0.00000 0.00000 0.09804 k -0.00000 w -[] 0 d -0 J -0 j -q -10.88700 -9.64100 m -8.47300 -11.75800 l -0.00000 -2.11700 l -2.41000 0.00000 l -10.88700 -9.64100 l -h -f -Q -Q -Q -q -1 0 0 1 395.78100 402.94923 cm -q -0.00000 0.00000 0.00000 0.09804 k -0.00000 w -[] 0 d -0 J -0 j -q -10.88700 -9.64400 m -8.47700 -11.76100 l -0.00000 -2.12100 l -2.41000 0.00000 l -10.88700 -9.64400 l -h -f -Q -Q -Q -q -1 0 0 1 400.06600 391.11000 cm -q -0.00000 0.00000 0.00000 1.00000 K -1.00000 w -[] 0 d -0 J -0 j -q -Q -8.06700 0.00000 m -18.77800 -14.29700 l -0.00000 -31.35600 l -S -Q -Q -q -1 0 0 1 407.33199 392.16496 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 0.00000 0.00000 1.00000 K -0.37500 w -[] 0 d -0 J -1 j -q -2.00048 -6.69571 m -0.00000 0.00000 l -5.85899 -3.80129 l -4.09380 -3.81703 2.53904 -4.99298 2.00048 -6.69571 c -h -f* -Q -2.00048 -6.69571 m -0.00000 0.00000 l -5.85899 -3.80129 l -4.09380 -3.81703 2.53904 -4.99298 2.00048 -6.69571 c -h -S -Q -Q -q -1 0 0 1 399.08975 365.04718 cm -q -0.00000 0.00000 0.00000 1.00000 k -0.00000 0.00000 0.00000 1.00000 K -0.37500 w -[] 0 d -0 J -1 j -q -6.47269 -3.56709 m -0.00000 -6.19094 l -3.23031 0.00000 l -3.41382 -1.75715 4.72592 -3.19542 6.47269 -3.56709 c -h -f* -Q -6.47269 -3.56709 m -0.00000 -6.19094 l -3.23031 0.00000 l -3.41382 -1.75715 4.72592 -3.19542 6.47269 -3.56709 c -h -S -Q -Q - -endstream -endobj -12 0 obj -<< -/Type /Annot -/Subtype /Link -/A << /Type /Action /S /URI -/URI (https://forums.fossee.in/) ->> -/Border [ 0 0 0 ] -/Rect [ 370.99900 538.58268 417.79900 555.89077 ] ->> -endobj -13 0 obj -<< -/Type /Annot -/Subtype /Link -/A << /Type /Action /S /URI -/URI (http://python.fossee.in/python-workshops/) ->> -/Border [ 0 0 0 ] -/Rect [ 247.39900 501.29077 285.19900 513.07087 ] ->> -endobj -14 0 obj -<< -/Type /Annot -/Subtype /Link -/A << /Type /Action /S /URI -/URI (https://yaksh.fossee.in/exam/login/) ->> -/Border [ 0 0 0 ] -/Rect [ 142.99900 379.49077 174.19900 392.09077 ] ->> -endobj -15 0 obj -<< -/Type /Annot -/Subtype /Link -/A << /Type /Action /S /URI -/URI (https://www.aero.iitb.ac.in/~prabhu/) ->> -/Border [ 0 0 0 ] -/Rect [ 274.39900 649.13387 420.19900 663.30709 ] ->> -endobj -16 0 obj -<< /Length 515 >> -stream -q -1 0 0 1 0.00000 0.00000 cm -q -0.00000 w -[] 0 d -0 J -0 j -1 0 0 1 46.70700 817.67900 cm -q -0.00000 0.00000 m -493.52300 0.00000 l -493.52300 -791.01623 l -0.00000 -791.01623 l -0.00000 0.00000 l -h W* n -1.00000 0.00000 0.00000 1.00000 0.00000 -791.01623 cm -q -/RE0 gs -/RE1 Do -Q -Q -Q -q -1.00000 w -[] 0 d -0 J -0 j -1 0 0 1 370.99900 555.89077 cm -Q -q -1.00000 w -[] 0 d -0 J -0 j -1 0 0 1 247.39900 513.07087 cm -Q -q -1.00000 w -[] 0 d -0 J -0 j -1 0 0 1 142.99900 392.09077 cm -Q -q -1.00000 w -[] 0 d -0 J -0 j -1 0 0 1 274.39900 663.30709 cm -Q -Q - -endstream -endobj -17 0 obj -<< /S /Transparency -/CS /DeviceCMYK ->> -endobj -18 0 obj -<< -/Type /Page -/Parent 4 0 R -/MediaBox [0 0 595.27557 841.88977] -/BleedBox [0.00000 0.00000 595.27557 841.88977] -/CropBox [0 0 595.27557 841.88977] -/TrimBox [0.00000 0.00000 595.27557 841.88977] -/ArtBox [0.00000 0.00000 595.27557 841.88977] -/Rotate 0 -/Contents 16 0 R -/Group 17 0 R -/Annots [ 12 0 R 13 0 R 14 0 R 15 0 R ] ->> -endobj -19 0 obj -<< /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] -/XObject << -/RE1 11 0 R ->> -/ExtGState << -/RE0 10 0 R ->> ->> - -endobj -3 0 obj -<< -/Type /Outlines -/Count 0 ->> -endobj -4 0 obj -<< -/Type /Pages -/Kids [18 0 R ] -/Count 1 -/Resources 19 0 R ->> -endobj -5 0 obj -<< ->> -endobj -6 0 obj -<< -/Fields [ ] ->> -endobj -7 0 obj -<< >> -endobj -8 0 obj -[ ] -endobj -xref -0 20 -0000000000 65535 f -0000000015 00000 n -0000000207 00000 n -0001841487 00000 n -0001841533 00000 n -0001841610 00000 n -0001841631 00000 n -0001841664 00000 n -0001841686 00000 n -0000000416 00000 n -0000000484 00000 n -0000000577 00000 n -0001839633 00000 n -0001839815 00000 n -0001840013 00000 n -0001840205 00000 n -0001840398 00000 n -0001840965 00000 n -0001841020 00000 n -0001841361 00000 n -trailer -<< -/Size 20 -/Root 1 0 R -/Info 2 0 R -/ID [<720FA9D3CC1F54055AFACA57CF3C03B9><720FA9D3CC1F54055AFACA57CF3C03B9>] ->> -startxref -1841705 -%%EOF diff --git a/static/workshop_app/img/sides_img_1.png b/static/workshop_app/img/sides_img_1.png Binary files differdeleted file mode 100644 index 3a66e95..0000000 --- a/static/workshop_app/img/sides_img_1.png +++ /dev/null diff --git a/static/workshop_app/img/sides_img_2.png b/static/workshop_app/img/sides_img_2.png Binary files differdeleted file mode 100644 index 71ce494..0000000 --- a/static/workshop_app/img/sides_img_2.png +++ /dev/null diff --git a/static/workshop_app/img/structure.png b/static/workshop_app/img/structure.png Binary files differdeleted file mode 100644 index 8aa366d..0000000 --- a/static/workshop_app/img/structure.png +++ /dev/null diff --git a/static/workshop_app/js/bootstrap-3.3.7.min.js b/static/workshop_app/js/bootstrap-3.3.7.min.js deleted file mode 100644 index 9bcd2fc..0000000 --- a/static/workshop_app/js/bootstrap-3.3.7.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v3.3.7 (http://getbootstrap.com) - * Copyright 2011-2016 Twitter, Inc. - * Licensed under the MIT license - */ -if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",c).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in"),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){document===a.target||this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a(document.createElement("div")).addClass("modal-backdrop "+e).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<o.top?"bottom":"right"==h&&k.right+l>o.width?"left":"left"==h&&k.left-l<o.left?"right":h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element&&e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);if(this.$element.trigger(g),!g.isDefaultPrevented())return f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=window.SVGElement&&c instanceof window.SVGElement,g=d?{top:0,left:0}:f?null:b.offset(),h={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},i=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,h,i,g)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){ -this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e<c&&"top";if("bottom"==this.affixed)return null!=c?!(e+this.unpin<=f.top)&&"bottom":!(e+g<=a-d)&&"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&e<=c?"top":null!=d&&i+j>=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
\ No newline at end of file diff --git a/static/workshop_app/js/index.js b/static/workshop_app/js/index.js deleted file mode 100644 index ddd0f7c..0000000 --- a/static/workshop_app/js/index.js +++ /dev/null @@ -1,8 +0,0 @@ -/*! http://responsiveslides.com v1.55 by @viljamis */ -(function(c,K,C){c.fn.responsiveSlides=function(m){var a=c.extend({auto:!0,speed:500,timeout:4E3,pager:!1,nav:!1,random:!1,pause:!1,pauseControls:!0,prevText:"Previous",nextText:"Next",maxwidth:"",navContainer:"",manualControls:"",namespace:"rslides",before:c.noop,after:c.noop},m);return this.each(function(){C++;var f=c(this),u,t,v,n,q,r,p=0,e=f.children(),D=e.length,h=parseFloat(a.speed),E=parseFloat(a.timeout),w=parseFloat(a.maxwidth),g=a.namespace,d=g+C,F=g+"_nav "+d+"_nav",x=g+"_here",k=d+"_on", -y=d+"_s",l=c("<ul class='"+g+"_tabs "+d+"_tabs' />"),z={"float":"left",position:"relative",opacity:1,zIndex:2},A={"float":"none",position:"absolute",opacity:0,zIndex:1},G=function(){var b=(document.body||document.documentElement).style,a="transition";if("string"===typeof b[a])return!0;u=["Moz","Webkit","Khtml","O","ms"];var a=a.charAt(0).toUpperCase()+a.substr(1),c;for(c=0;c<u.length;c++)if("string"===typeof b[u[c]+a])return!0;return!1}(),B=function(b){a.before(b);G?(e.removeClass(k).css(A).eq(b).addClass(k).css(z), -p=b,setTimeout(function(){a.after(b)},h)):e.stop().fadeOut(h,function(){c(this).removeClass(k).css(A).css("opacity",1)}).eq(b).fadeIn(h,function(){c(this).addClass(k).css(z);a.after(b);p=b})};a.random&&(e.sort(function(){return Math.round(Math.random())-.5}),f.empty().append(e));e.each(function(a){this.id=y+a});f.addClass(g+" "+d);m&&m.maxwidth&&f.css("max-width",w);e.hide().css(A).eq(0).addClass(k).css(z).show();G&&e.show().css({"-webkit-transition":"opacity "+h+"ms ease-in-out","-moz-transition":"opacity "+ -h+"ms ease-in-out","-o-transition":"opacity "+h+"ms ease-in-out",transition:"opacity "+h+"ms ease-in-out"});if(1<e.length){if(E<h+100)return;if(a.pager&&!a.manualControls){var H=[];e.each(function(a){a+=1;H+="<li><a href='#' class='"+y+a+"'>"+a+"</a></li>"});l.append(H);m.navContainer?c(a.navContainer).append(l):f.after(l)}a.manualControls&&(l=c(a.manualControls),l.addClass(g+"_tabs "+d+"_tabs"));(a.pager||a.manualControls)&&l.find("li").each(function(a){c(this).addClass(y+(a+1))});if(a.pager||a.manualControls)r= -l.find("a"),t=function(a){r.closest("li").removeClass(x).eq(a).addClass(x)};a.auto&&(v=function(){q=setInterval(function(){e.stop(!0,!0);var b=p+1<D?p+1:0;(a.pager||a.manualControls)&&t(b);B(b)},E)},v());n=function(){a.auto&&(clearInterval(q),v())};a.pause&&f.hover(function(){clearInterval(q)},function(){n()});if(a.pager||a.manualControls)r.bind("click",function(b){b.preventDefault();a.pauseControls||n();b=r.index(this);p===b||c("."+k).queue("fx").length||(t(b),B(b))}).eq(0).closest("li").addClass(x), -a.pauseControls&&r.hover(function(){clearInterval(q)},function(){n()});if(a.nav){g="<a href='#' class='"+F+" prev'>"+a.prevText+"</a><a href='#' class='"+F+" next'>"+a.nextText+"</a>";m.navContainer?c(a.navContainer).append(g):f.after(g);var d=c("."+d+"_nav"),I=d.filter(".prev");d.bind("click",function(b){b.preventDefault();b=c("."+k);if(!b.queue("fx").length){var d=e.index(b);b=d-1;d=d+1<D?p+1:0;B(c(this)[0]===I[0]?b:d);(a.pager||a.manualControls)&&t(c(this)[0]===I[0]?b:d);a.pauseControls||n()}}); -a.pauseControls&&d.hover(function(){clearInterval(q)},function(){n()})}}if("undefined"===typeof document.body.style.maxWidth&&m.maxwidth){var J=function(){f.css("width","100%");f.width()>w&&f.css("width",w)};J();c(K).bind("resize",function(){J()})}})}})(jQuery,this,0);
\ No newline at end of file diff --git a/static/workshop_app/js/jquery-1.12.1-ui.min.js b/static/workshop_app/js/jquery-1.12.1-ui.min.js deleted file mode 100644 index 117cb35..0000000 --- a/static/workshop_app/js/jquery-1.12.1-ui.min.js +++ /dev/null @@ -1,13 +0,0 @@ -/*! jQuery UI - v1.12.1 - 2016-09-14 -* http://jqueryui.com -* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidden"!==e}function i(t){for(var e,i;t.length&&t[0]!==document;){if(e=t.css("position"),("absolute"===e||"relative"===e||"fixed"===e)&&(i=parseInt(t.css("zIndex"),10),!isNaN(i)&&0!==i))return i;t=t.parent()}return 0}function s(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaults,this.regional[""]),this.regional.en=t.extend(!0,{},this.regional[""]),this.regional["en-US"]=t.extend(!0,{},this.regional.en),this.dpDiv=n(t("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function n(e){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return e.on("mouseout",i,function(){t(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).removeClass("ui-datepicker-next-hover")}).on("mouseover",i,o)}function o(){t.datepicker._isDisabledDatepicker(m.inline?m.dpDiv.parent()[0]:m.input[0])||(t(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),t(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).addClass("ui-datepicker-next-hover"))}function a(e,i){t.extend(e,i);for(var s in i)null==i[s]&&(e[s]=i[s]);return e}function r(t){return function(){var e=this.element.val();t.apply(this,arguments),this._refresh(),e!==this.element.val()&&this._trigger("change")}}t.ui=t.ui||{},t.ui.version="1.12.1";var h=0,l=Array.prototype.slice;t.cleanData=function(e){return function(i){var s,n,o;for(o=0;null!=(n=i[o]);o++)try{s=t._data(n,"events"),s&&s.remove&&t(n).triggerHandler("remove")}catch(a){}e(i)}}(t.cleanData),t.widget=function(e,i,s){var n,o,a,r={},h=e.split(".")[0];e=e.split(".")[1];var l=h+"-"+e;return s||(s=i,i=t.Widget),t.isArray(s)&&(s=t.extend.apply(null,[{}].concat(s))),t.expr[":"][l.toLowerCase()]=function(e){return!!t.data(e,l)},t[h]=t[h]||{},n=t[h][e],o=t[h][e]=function(t,e){return this._createWidget?(arguments.length&&this._createWidget(t,e),void 0):new o(t,e)},t.extend(o,n,{version:s.version,_proto:t.extend({},s),_childConstructors:[]}),a=new i,a.options=t.widget.extend({},a.options),t.each(s,function(e,s){return t.isFunction(s)?(r[e]=function(){function t(){return i.prototype[e].apply(this,arguments)}function n(t){return i.prototype[e].apply(this,t)}return function(){var e,i=this._super,o=this._superApply;return this._super=t,this._superApply=n,e=s.apply(this,arguments),this._super=i,this._superApply=o,e}}(),void 0):(r[e]=s,void 0)}),o.prototype=t.widget.extend(a,{widgetEventPrefix:n?a.widgetEventPrefix||e:e},r,{constructor:o,namespace:h,widgetName:e,widgetFullName:l}),n?(t.each(n._childConstructors,function(e,i){var s=i.prototype;t.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete n._childConstructors):i._childConstructors.push(o),t.widget.bridge(e,o),o},t.widget.extend=function(e){for(var i,s,n=l.call(arguments,1),o=0,a=n.length;a>o;o++)for(i in n[o])s=n[o][i],n[o].hasOwnProperty(i)&&void 0!==s&&(e[i]=t.isPlainObject(s)?t.isPlainObject(e[i])?t.widget.extend({},e[i],s):t.widget.extend({},s):s);return e},t.widget.bridge=function(e,i){var s=i.prototype.widgetFullName||e;t.fn[e]=function(n){var o="string"==typeof n,a=l.call(arguments,1),r=this;return o?this.length||"instance"!==n?this.each(function(){var i,o=t.data(this,s);return"instance"===n?(r=o,!1):o?t.isFunction(o[n])&&"_"!==n.charAt(0)?(i=o[n].apply(o,a),i!==o&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+n+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+n+"'")}):r=void 0:(a.length&&(n=t.widget.extend.apply(null,[n].concat(a))),this.each(function(){var e=t.data(this,s);e?(e.option(n||{}),e._init&&e._init()):t.data(this,s,new i(n,this))})),r}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,i){i=t(i||this.defaultElement||this)[0],this.element=t(i),this.uuid=h++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},i!==this&&(t.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===i&&this.destroy()}}),this.document=t(i.style?i.ownerDocument:i.document||i),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,h=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width<e.element[0].scrollWidth,o="scroll"===s||"auto"===s&&e.height<e.element[0].scrollHeight;return{width:o?t.position.scrollbarWidth():0,height:n?t.position.scrollbarWidth():0}},getWithinInfo:function(e){var i=t(e||window),s=t.isWindow(i[0]),n=!!i[0]&&9===i[0].nodeType,o=!s&&!n;return{element:i,isWindow:s,isDocument:n,offset:o?t(e).offset():{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:i.outerWidth(),height:i.outerHeight()}}},t.fn.position=function(n){if(!n||!n.of)return d.apply(this,arguments);n=t.extend({},n);var u,p,f,g,m,_,v=t(n.of),b=t.position.getWithinInfo(n.within),y=t.position.getScrollInfo(b),w=(n.collision||"flip").split(" "),k={};return _=s(v),v[0].preventDefault&&(n.at="left top"),p=_.width,f=_.height,g=_.offset,m=t.extend({},g),t.each(["my","at"],function(){var t,e,i=(n[this]||"").split(" ");1===i.length&&(i=r.test(i[0])?i.concat(["center"]):h.test(i[0])?["center"].concat(i):["center","center"]),i[0]=r.test(i[0])?i[0]:"center",i[1]=h.test(i[1])?i[1]:"center",t=l.exec(i[0]),e=l.exec(i[1]),k[this]=[t?t[0]:0,e?e[0]:0],n[this]=[c.exec(i[0])[0],c.exec(i[1])[0]]}),1===w.length&&(w[1]=w[0]),"right"===n.at[0]?m.left+=p:"center"===n.at[0]&&(m.left+=p/2),"bottom"===n.at[1]?m.top+=f:"center"===n.at[1]&&(m.top+=f/2),u=e(k.at,p,f),m.left+=u[0],m.top+=u[1],this.each(function(){var s,r,h=t(this),l=h.outerWidth(),c=h.outerHeight(),d=i(this,"marginLeft"),_=i(this,"marginTop"),x=l+d+i(this,"marginRight")+y.width,C=c+_+i(this,"marginBottom")+y.height,D=t.extend({},m),I=e(k.my,h.outerWidth(),h.outerHeight());"right"===n.my[0]?D.left-=l:"center"===n.my[0]&&(D.left-=l/2),"bottom"===n.my[1]?D.top-=c:"center"===n.my[1]&&(D.top-=c/2),D.left+=I[0],D.top+=I[1],s={marginLeft:d,marginTop:_},t.each(["left","top"],function(e,i){t.ui.position[w[e]]&&t.ui.position[w[e]][i](D,{targetWidth:p,targetHeight:f,elemWidth:l,elemHeight:c,collisionPosition:s,collisionWidth:x,collisionHeight:C,offset:[u[0]+I[0],u[1]+I[1]],my:n.my,at:n.at,within:b,elem:h})}),n.using&&(r=function(t){var e=g.left-D.left,i=e+p-l,s=g.top-D.top,r=s+f-c,u={target:{element:v,left:g.left,top:g.top,width:p,height:f},element:{element:h,left:D.left,top:D.top,width:l,height:c},horizontal:0>i?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};l>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),h.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-a-n;e.collisionWidth>a?h>0&&0>=l?(i=t.left+h+e.collisionWidth-a-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+a-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-a-n;e.collisionHeight>a?h>0&&0>=l?(i=t.top+h+e.collisionHeight-a-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+a-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-r-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-r-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-h,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])}}),t.fn.extend({disableSelection:function(){var t="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}});var c="ui-effects-",u="ui-effects-style",d="ui-effects-animated",p=t;t.effects={effect:{}},function(t,e){function i(t,e,i){var s=u[e.type]||{};return null==t?i||!e.def?null:e.def:(t=s.floor?~~t:parseFloat(t),isNaN(t)?e.def:s.mod?(t+s.mod)%s.mod:0>t?0:t>s.max?s.max:t)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(t,o){var a,r=o.re.exec(i),h=r&&o.parse(r),l=o.space||"rgba";return h?(a=s[l](h),s[c[l].cache]=a[c[l].cache],n=s._rgba=a._rgba,!1):e}),n.length?("0,0,0,0"===n.join()&&t.extend(n,o.transparent),s):o[i]}function n(t,e,i){return i=(i+1)%1,1>6*i?t+6*(e-t)*i:1>2*i?e:2>3*i?t+6*(e-t)*(2/3-i):t}var o,a="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[t[1],t[2],t[3],t[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],t[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(t){return[t[1],t[2]/100,t[3]/100,t[4]]}}],l=t.Color=function(e,i,s,n){return new t.Color.fn.parse(e,i,s,n)},c={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},u={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},d=l.support={},p=t("<p>")[0],f=t.each;p.style.cssText="background-color:rgba(1,1,1,.5)",d.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(c,function(t,e){e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}}),l.fn=t.extend(l.prototype,{parse:function(n,a,r,h){if(n===e)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=t(n).css(a),a=e);var u=this,d=t.type(n),p=this._rgba=[];return a!==e&&(n=[n,a,r,h],d="array"),"string"===d?this.parse(s(n)||o._default):"array"===d?(f(c.rgba.props,function(t,e){p[e.idx]=i(n[e.idx],e)}),this):"object"===d?(n instanceof l?f(c,function(t,e){n[e.cache]&&(u[e.cache]=n[e.cache].slice())}):f(c,function(e,s){var o=s.cache;f(s.props,function(t,e){if(!u[o]&&s.to){if("alpha"===t||null==n[t])return;u[o]=s.to(u._rgba)}u[o][e.idx]=i(n[t],e,!0)}),u[o]&&0>t.inArray(null,u[o].slice(0,3))&&(u[o][3]=1,s.from&&(u._rgba=s.from(u[o])))}),this):e},is:function(t){var i=l(t),s=!0,n=this;return f(c,function(t,o){var a,r=i[o.cache];return r&&(a=n[o.cache]||o.to&&o.to(n._rgba)||[],f(o.props,function(t,i){return null!=r[i.idx]?s=r[i.idx]===a[i.idx]:e})),s}),s},_space:function(){var t=[],e=this;return f(c,function(i,s){e[s.cache]&&t.push(i)}),t.pop()},transition:function(t,e){var s=l(t),n=s._space(),o=c[n],a=0===this.alpha()?l("transparent"):this,r=a[o.cache]||o.to(a._rgba),h=r.slice();return s=s[o.cache],f(o.props,function(t,n){var o=n.idx,a=r[o],l=s[o],c=u[n.type]||{};null!==l&&(null===a?h[o]=l:(c.mod&&(l-a>c.mod/2?a+=c.mod:a-l>c.mod/2&&(a-=c.mod)),h[o]=i((l-a)*e+a,n)))}),this[n](h)},blend:function(e){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(e)._rgba;return l(t.map(i,function(t,e){return(1-s)*n[e]+s*t}))},toRgbaString:function(){var e="rgba(",i=t.map(this._rgba,function(t,e){return null==t?e>2?1:0:t});return 1===i[3]&&(i.pop(),e="rgb("),e+i.join()+")"},toHslaString:function(){var e="hsla(",i=t.map(this.hsla(),function(t,e){return null==t&&(t=e>2?1:0),e&&3>e&&(t=Math.round(100*t)+"%"),t});return 1===i[3]&&(i.pop(),e="hsl("),e+i.join()+")"},toHexString:function(e){var i=this._rgba.slice(),s=i.pop();return e&&i.push(~~(255*s)),"#"+t.map(i,function(t){return t=(t||0).toString(16),1===t.length?"0"+t:t}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,c.hsla.to=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e,i,s=t[0]/255,n=t[1]/255,o=t[2]/255,a=t[3],r=Math.max(s,n,o),h=Math.min(s,n,o),l=r-h,c=r+h,u=.5*c;return e=h===r?0:s===r?60*(n-o)/l+360:n===r?60*(o-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=u?l/c:l/(2-c),[Math.round(e)%360,i,u,null==a?1:a]},c.hsla.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e=t[0]/360,i=t[1],s=t[2],o=t[3],a=.5>=s?s*(1+i):s+i-s*i,r=2*s-a;return[Math.round(255*n(r,a,e+1/3)),Math.round(255*n(r,a,e)),Math.round(255*n(r,a,e-1/3)),o]},f(c,function(s,n){var o=n.props,a=n.cache,h=n.to,c=n.from;l.fn[s]=function(s){if(h&&!this[a]&&(this[a]=h(this._rgba)),s===e)return this[a].slice();var n,r=t.type(s),u="array"===r||"object"===r?s:arguments,d=this[a].slice();return f(o,function(t,e){var s=u["object"===r?t:e.idx];null==s&&(s=d[e.idx]),d[e.idx]=i(s,e)}),c?(n=l(c(d)),n[a]=d,n):l(d)},f(o,function(e,i){l.fn[e]||(l.fn[e]=function(n){var o,a=t.type(n),h="alpha"===e?this._hsla?"hsla":"rgba":s,l=this[h](),c=l[i.idx];return"undefined"===a?c:("function"===a&&(n=n.call(this,c),a=t.type(n)),null==n&&i.empty?this:("string"===a&&(o=r.exec(n),o&&(n=c+parseFloat(o[2])*("+"===o[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(e){var i=e.split(" ");f(i,function(e,i){t.cssHooks[i]={set:function(e,n){var o,a,r="";if("transparent"!==n&&("string"!==t.type(n)||(o=s(n)))){if(n=l(o||n),!d.rgba&&1!==n._rgba[3]){for(a="backgroundColor"===i?e.parentNode:e;(""===r||"transparent"===r)&&a&&a.style;)try{r=t.css(a,"backgroundColor"),a=a.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{e.style[i]=n}catch(h){}}},t.fx.step[i]=function(e){e.colorInit||(e.start=l(e.elem,i),e.end=l(e.end),e.colorInit=!0),t.cssHooks[i].set(e.elem,e.start.transition(e.end,e.pos))}})},l.hook(a),t.cssHooks.borderColor={expand:function(t){var e={};return f(["Top","Right","Bottom","Left"],function(i,s){e["border"+s+"Color"]=t}),e}},o=t.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(p),function(){function e(e){var i,s,n=e.ownerDocument.defaultView?e.ownerDocument.defaultView.getComputedStyle(e,null):e.currentStyle,o={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(o[t.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(o[i]=n[i]);return o}function i(e,i){var s,o,a={};for(s in i)o=i[s],e[s]!==o&&(n[s]||(t.fx.step[s]||!isNaN(parseFloat(o)))&&(a[s]=o));return a}var s=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(e,i){t.fx.step[i]=function(t){("none"!==t.end&&!t.setAttr||1===t.pos&&!t.setAttr)&&(p.style(t.elem,i,t.end),t.setAttr=!0)}}),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.effects.animateClass=function(n,o,a,r){var h=t.speed(o,a,r);return this.queue(function(){var o,a=t(this),r=a.attr("class")||"",l=h.children?a.find("*").addBack():a;l=l.map(function(){var i=t(this);return{el:i,start:e(this)}}),o=function(){t.each(s,function(t,e){n[e]&&a[e+"Class"](n[e])})},o(),l=l.map(function(){return this.end=e(this.el[0]),this.diff=i(this.start,this.end),this}),a.attr("class",r),l=l.map(function(){var e=this,i=t.Deferred(),s=t.extend({},h,{queue:!1,complete:function(){i.resolve(e)}});return this.el.animate(this.diff,s),i.promise()}),t.when.apply(t,l.get()).done(function(){o(),t.each(arguments,function(){var e=this.el;t.each(this.diff,function(t){e.css(t,"")})}),h.complete.call(a[0])})})},t.fn.extend({addClass:function(e){return function(i,s,n,o){return s?t.effects.animateClass.call(this,{add:i},s,n,o):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function(e){return function(i,s,n,o){return arguments.length>1?t.effects.animateClass.call(this,{remove:i},s,n,o):e.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(e){return function(i,s,n,o,a){return"boolean"==typeof s||void 0===s?n?t.effects.animateClass.call(this,s?{add:i}:{remove:i},n,o,a):e.apply(this,arguments):t.effects.animateClass.call(this,{toggle:i},s,n,o)}}(t.fn.toggleClass),switchClass:function(e,i,s,n,o){return t.effects.animateClass.call(this,{add:i,remove:e},s,n,o)}})}(),function(){function e(e,i,s,n){return t.isPlainObject(e)&&(i=e,e=e.effect),e={effect:e},null==i&&(i={}),t.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||t.fx.speeds[i])&&(n=s,s=i,i={}),t.isFunction(s)&&(n=s,s=null),i&&t.extend(e,i),s=s||i.duration,e.duration=t.fx.off?0:"number"==typeof s?s:s in t.fx.speeds?t.fx.speeds[s]:t.fx.speeds._default,e.complete=n||i.complete,e}function i(e){return!e||"number"==typeof e||t.fx.speeds[e]?!0:"string"!=typeof e||t.effects.effect[e]?t.isFunction(e)?!0:"object"!=typeof e||e.effect?!1:!0:!0}function s(t,e){var i=e.outerWidth(),s=e.outerHeight(),n=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/,o=n.exec(t)||["",0,i,s,0];return{top:parseFloat(o[1])||0,right:"auto"===o[2]?i:parseFloat(o[2]),bottom:"auto"===o[3]?s:parseFloat(o[3]),left:parseFloat(o[4])||0}}t.expr&&t.expr.filters&&t.expr.filters.animated&&(t.expr.filters.animated=function(e){return function(i){return!!t(i).data(d)||e(i)}}(t.expr.filters.animated)),t.uiBackCompat!==!1&&t.extend(t.effects,{save:function(t,e){for(var i=0,s=e.length;s>i;i++)null!==e[i]&&t.data(c+e[i],t[0].style[e[i]])},restore:function(t,e){for(var i,s=0,n=e.length;n>s;s++)null!==e[s]&&(i=t.data(c+e[s]),t.css(e[s],i))},setMode:function(t,e){return"toggle"===e&&(e=t.is(":hidden")?"show":"hide"),e},createWrapper:function(e){if(e.parent().is(".ui-effects-wrapper"))return e.parent();var i={width:e.outerWidth(!0),height:e.outerHeight(!0),"float":e.css("float")},s=t("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:e.width(),height:e.height()},o=document.activeElement;try{o.id}catch(a){o=document.body}return e.wrap(s),(e[0]===o||t.contains(e[0],o))&&t(o).trigger("focus"),s=e.parent(),"static"===e.css("position")?(s.css({position:"relative"}),e.css({position:"relative"})):(t.extend(i,{position:e.css("position"),zIndex:e.css("z-index")}),t.each(["top","left","bottom","right"],function(t,s){i[s]=e.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),e.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(n),s.css(i).show()},removeWrapper:function(e){var i=document.activeElement;return e.parent().is(".ui-effects-wrapper")&&(e.parent().replaceWith(e),(e[0]===i||t.contains(e[0],i))&&t(i).trigger("focus")),e}}),t.extend(t.effects,{version:"1.12.1",define:function(e,i,s){return s||(s=i,i="effect"),t.effects.effect[e]=s,t.effects.effect[e].mode=i,s},scaledDimensions:function(t,e,i){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var s="horizontal"!==i?(e||100)/100:1,n="vertical"!==i?(e||100)/100:1;return{height:t.height()*n,width:t.width()*s,outerHeight:t.outerHeight()*n,outerWidth:t.outerWidth()*s}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,i){var s=t.queue();e>1&&s.splice.apply(s,[1,0].concat(s.splice(e,i))),t.dequeue()},saveStyle:function(t){t.data(u,t[0].style.cssText)},restoreStyle:function(t){t[0].style.cssText=t.data(u)||"",t.removeData(u)},mode:function(t,e){var i=t.is(":hidden");return"toggle"===e&&(e=i?"show":"hide"),(i?"hide"===e:"show"===e)&&(e="none"),e},getBaseline:function(t,e){var i,s;switch(t[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=t[0]/e.height}switch(t[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=t[1]/e.width}return{x:s,y:i}},createPlaceholder:function(e){var i,s=e.css("position"),n=e.position();return e.css({marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()),/^(static|relative)/.test(s)&&(s="absolute",i=t("<"+e[0].nodeName+">").insertAfter(e).css({display:/^(inline|ruby)/.test(e.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight"),"float":e.css("float")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).addClass("ui-effects-placeholder"),e.data(c+"placeholder",i)),e.css({position:s,left:n.left,top:n.top}),i},removePlaceholder:function(t){var e=c+"placeholder",i=t.data(e);i&&(i.remove(),t.removeData(e))},cleanUp:function(e){t.effects.restoreStyle(e),t.effects.removePlaceholder(e)},setTransition:function(e,i,s,n){return n=n||{},t.each(i,function(t,i){var o=e.cssUnit(i);o[0]>0&&(n[i]=o[0]*s+o[1])}),n}}),t.fn.extend({effect:function(){function i(e){function i(){r.removeData(d),t.effects.cleanUp(r),"hide"===s.mode&&r.hide(),a()}function a(){t.isFunction(h)&&h.call(r[0]),t.isFunction(e)&&e()}var r=t(this);s.mode=c.shift(),t.uiBackCompat===!1||o?"none"===s.mode?(r[l](),a()):n.call(r[0],s,i):(r.is(":hidden")?"hide"===l:"show"===l)?(r[l](),a()):n.call(r[0],s,a)}var s=e.apply(this,arguments),n=t.effects.effect[s.effect],o=n.mode,a=s.queue,r=a||"fx",h=s.complete,l=s.mode,c=[],u=function(e){var i=t(this),s=t.effects.mode(i,l)||o;i.data(d,!0),c.push(s),o&&("show"===s||s===o&&"hide"===s)&&i.show(),o&&"none"===s||t.effects.saveStyle(i),t.isFunction(e)&&e()};return t.fx.off||!n?l?this[l](s.duration,h):this.each(function(){h&&h.call(this)}):a===!1?this.each(u).each(i):this.queue(r,u).queue(r,i)},show:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="show",this.effect.call(this,n) -}}(t.fn.show),hide:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(t.fn.hide),toggle:function(t){return function(s){if(i(s)||"boolean"==typeof s)return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="toggle",this.effect.call(this,n)}}(t.fn.toggle),cssUnit:function(e){var i=this.css(e),s=[];return t.each(["em","px","%","pt"],function(t,e){i.indexOf(e)>0&&(s=[parseFloat(i),e])}),s},cssClip:function(t){return t?this.css("clip","rect("+t.top+"px "+t.right+"px "+t.bottom+"px "+t.left+"px)"):s(this.css("clip"),this)},transfer:function(e,i){var s=t(this),n=t(e.to),o="fixed"===n.css("position"),a=t("body"),r=o?a.scrollTop():0,h=o?a.scrollLeft():0,l=n.offset(),c={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},u=s.offset(),d=t("<div class='ui-effects-transfer'></div>").appendTo("body").addClass(e.className).css({top:u.top-r,left:u.left-h,height:s.innerHeight(),width:s.innerWidth(),position:o?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),t.isFunction(i)&&i()})}}),t.fx.step.clip=function(e){e.clipInit||(e.start=t(e.elem).cssClip(),"string"==typeof e.end&&(e.end=s(e.end,e.elem)),e.clipInit=!0),t(e.elem).cssClip({top:e.pos*(e.end.top-e.start.top)+e.start.top,right:e.pos*(e.end.right-e.start.right)+e.start.right,bottom:e.pos*(e.end.bottom-e.start.bottom)+e.start.bottom,left:e.pos*(e.end.left-e.start.left)+e.start.left})}}(),function(){var e={};t.each(["Quad","Cubic","Quart","Quint","Expo"],function(t,i){e[i]=function(e){return Math.pow(e,t+2)}}),t.extend(e,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,i=4;((e=Math.pow(2,--i))-1)/11>t;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(e,function(e,i){t.easing["easeIn"+e]=i,t.easing["easeOut"+e]=function(t){return 1-i(1-t)},t.easing["easeInOut"+e]=function(t){return.5>t?i(2*t)/2:1-i(-2*t+2)/2}})}();var f=t.effects;t.effects.define("blind","hide",function(e,i){var s={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},n=t(this),o=e.direction||"up",a=n.cssClip(),r={clip:t.extend({},a)},h=t.effects.createPlaceholder(n);r.clip[s[o][0]]=r.clip[s[o][1]],"show"===e.mode&&(n.cssClip(r.clip),h&&h.css(t.effects.clipToBox(r)),r.clip=a),h&&h.animate(t.effects.clipToBox(r),e.duration,e.easing),n.animate(r,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("bounce",function(e,i){var s,n,o,a=t(this),r=e.mode,h="hide"===r,l="show"===r,c=e.direction||"up",u=e.distance,d=e.times||5,p=2*d+(l||h?1:0),f=e.duration/p,g=e.easing,m="up"===c||"down"===c?"top":"left",_="up"===c||"left"===c,v=0,b=a.queue().length;for(t.effects.createPlaceholder(a),o=a.css(m),u||(u=a["top"===m?"outerHeight":"outerWidth"]()/3),l&&(n={opacity:1},n[m]=o,a.css("opacity",0).css(m,_?2*-u:2*u).animate(n,f,g)),h&&(u/=Math.pow(2,d-1)),n={},n[m]=o;d>v;v++)s={},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g).animate(n,f,g),u=h?2*u:u/2;h&&(s={opacity:0},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g)),a.queue(i),t.effects.unshift(a,b,p+1)}),t.effects.define("clip","hide",function(e,i){var s,n={},o=t(this),a=e.direction||"vertical",r="both"===a,h=r||"horizontal"===a,l=r||"vertical"===a;s=o.cssClip(),n.clip={top:l?(s.bottom-s.top)/2:s.top,right:h?(s.right-s.left)/2:s.right,bottom:l?(s.bottom-s.top)/2:s.bottom,left:h?(s.right-s.left)/2:s.left},t.effects.createPlaceholder(o),"show"===e.mode&&(o.cssClip(n.clip),n.clip=s),o.animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("drop","hide",function(e,i){var s,n=t(this),o=e.mode,a="show"===o,r=e.direction||"left",h="up"===r||"down"===r?"top":"left",l="up"===r||"left"===r?"-=":"+=",c="+="===l?"-=":"+=",u={opacity:0};t.effects.createPlaceholder(n),s=e.distance||n["top"===h?"outerHeight":"outerWidth"](!0)/2,u[h]=l+s,a&&(n.css(u),u[h]=c+s,u.opacity=1),n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("explode","hide",function(e,i){function s(){b.push(this),b.length===u*d&&n()}function n(){p.css({visibility:"visible"}),t(b).remove(),i()}var o,a,r,h,l,c,u=e.pieces?Math.round(Math.sqrt(e.pieces)):3,d=u,p=t(this),f=e.mode,g="show"===f,m=p.show().css("visibility","hidden").offset(),_=Math.ceil(p.outerWidth()/d),v=Math.ceil(p.outerHeight()/u),b=[];for(o=0;u>o;o++)for(h=m.top+o*v,c=o-(u-1)/2,a=0;d>a;a++)r=m.left+a*_,l=a-(d-1)/2,p.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-a*_,top:-o*v}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:_,height:v,left:r+(g?l*_:0),top:h+(g?c*v:0),opacity:g?0:1}).animate({left:r+(g?0:l*_),top:h+(g?0:c*v),opacity:g?1:0},e.duration||500,e.easing,s)}),t.effects.define("fade","toggle",function(e,i){var s="show"===e.mode;t(this).css("opacity",s?0:1).animate({opacity:s?1:0},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("fold","hide",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=e.size||15,h=/([0-9]+)%/.exec(r),l=!!e.horizFirst,c=l?["right","bottom"]:["bottom","right"],u=e.duration/2,d=t.effects.createPlaceholder(s),p=s.cssClip(),f={clip:t.extend({},p)},g={clip:t.extend({},p)},m=[p[c[0]],p[c[1]]],_=s.queue().length;h&&(r=parseInt(h[1],10)/100*m[a?0:1]),f.clip[c[0]]=r,g.clip[c[0]]=r,g.clip[c[1]]=0,o&&(s.cssClip(g.clip),d&&d.css(t.effects.clipToBox(g)),g.clip=p),s.queue(function(i){d&&d.animate(t.effects.clipToBox(f),u,e.easing).animate(t.effects.clipToBox(g),u,e.easing),i()}).animate(f,u,e.easing).animate(g,u,e.easing).queue(i),t.effects.unshift(s,_,4)}),t.effects.define("highlight","show",function(e,i){var s=t(this),n={backgroundColor:s.css("backgroundColor")};"hide"===e.mode&&(n.opacity=0),t.effects.saveStyle(s),s.css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("size",function(e,i){var s,n,o,a=t(this),r=["fontSize"],h=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],l=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],c=e.mode,u="effect"!==c,d=e.scale||"both",p=e.origin||["middle","center"],f=a.css("position"),g=a.position(),m=t.effects.scaledDimensions(a),_=e.from||m,v=e.to||t.effects.scaledDimensions(a,0);t.effects.createPlaceholder(a),"show"===c&&(o=_,_=v,v=o),n={from:{y:_.height/m.height,x:_.width/m.width},to:{y:v.height/m.height,x:v.width/m.width}},("box"===d||"both"===d)&&(n.from.y!==n.to.y&&(_=t.effects.setTransition(a,h,n.from.y,_),v=t.effects.setTransition(a,h,n.to.y,v)),n.from.x!==n.to.x&&(_=t.effects.setTransition(a,l,n.from.x,_),v=t.effects.setTransition(a,l,n.to.x,v))),("content"===d||"both"===d)&&n.from.y!==n.to.y&&(_=t.effects.setTransition(a,r,n.from.y,_),v=t.effects.setTransition(a,r,n.to.y,v)),p&&(s=t.effects.getBaseline(p,m),_.top=(m.outerHeight-_.outerHeight)*s.y+g.top,_.left=(m.outerWidth-_.outerWidth)*s.x+g.left,v.top=(m.outerHeight-v.outerHeight)*s.y+g.top,v.left=(m.outerWidth-v.outerWidth)*s.x+g.left),a.css(_),("content"===d||"both"===d)&&(h=h.concat(["marginTop","marginBottom"]).concat(r),l=l.concat(["marginLeft","marginRight"]),a.find("*[width]").each(function(){var i=t(this),s=t.effects.scaledDimensions(i),o={height:s.height*n.from.y,width:s.width*n.from.x,outerHeight:s.outerHeight*n.from.y,outerWidth:s.outerWidth*n.from.x},a={height:s.height*n.to.y,width:s.width*n.to.x,outerHeight:s.height*n.to.y,outerWidth:s.width*n.to.x};n.from.y!==n.to.y&&(o=t.effects.setTransition(i,h,n.from.y,o),a=t.effects.setTransition(i,h,n.to.y,a)),n.from.x!==n.to.x&&(o=t.effects.setTransition(i,l,n.from.x,o),a=t.effects.setTransition(i,l,n.to.x,a)),u&&t.effects.saveStyle(i),i.css(o),i.animate(a,e.duration,e.easing,function(){u&&t.effects.restoreStyle(i)})})),a.animate(v,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){var e=a.offset();0===v.opacity&&a.css("opacity",_.opacity),u||(a.css("position","static"===f?"relative":f).offset(e),t.effects.saveStyle(a)),i()}})}),t.effects.define("scale",function(e,i){var s=t(this),n=e.mode,o=parseInt(e.percent,10)||(0===parseInt(e.percent,10)?0:"effect"!==n?0:100),a=t.extend(!0,{from:t.effects.scaledDimensions(s),to:t.effects.scaledDimensions(s,o,e.direction||"both"),origin:e.origin||["middle","center"]},e);e.fade&&(a.from.opacity=1,a.to.opacity=0),t.effects.effect.size.call(this,a,i)}),t.effects.define("puff","hide",function(e,i){var s=t.extend(!0,{},e,{fade:!0,percent:parseInt(e.percent,10)||150});t.effects.effect.scale.call(this,s,i)}),t.effects.define("pulsate","show",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=o||a,h=2*(e.times||5)+(r?1:0),l=e.duration/h,c=0,u=1,d=s.queue().length;for((o||!s.is(":visible"))&&(s.css("opacity",0).show(),c=1);h>u;u++)s.animate({opacity:c},l,e.easing),c=1-c;s.animate({opacity:c},l,e.easing),s.queue(i),t.effects.unshift(s,d,h+1)}),t.effects.define("shake",function(e,i){var s=1,n=t(this),o=e.direction||"left",a=e.distance||20,r=e.times||3,h=2*r+1,l=Math.round(e.duration/h),c="up"===o||"down"===o?"top":"left",u="up"===o||"left"===o,d={},p={},f={},g=n.queue().length;for(t.effects.createPlaceholder(n),d[c]=(u?"-=":"+=")+a,p[c]=(u?"+=":"-=")+2*a,f[c]=(u?"-=":"+=")+2*a,n.animate(d,l,e.easing);r>s;s++)n.animate(p,l,e.easing).animate(f,l,e.easing);n.animate(p,l,e.easing).animate(d,l/2,e.easing).queue(i),t.effects.unshift(n,g,h+1)}),t.effects.define("slide","show",function(e,i){var s,n,o=t(this),a={up:["bottom","top"],down:["top","bottom"],left:["right","left"],right:["left","right"]},r=e.mode,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h,u=e.distance||o["top"===l?"outerHeight":"outerWidth"](!0),d={};t.effects.createPlaceholder(o),s=o.cssClip(),n=o.position()[l],d[l]=(c?-1:1)*u+n,d.clip=o.cssClip(),d.clip[a[h][1]]=d.clip[a[h][0]],"show"===r&&(o.cssClip(d.clip),o.css(l,d[l]),d.clip=s,d[l]=n),o.animate(d,{queue:!1,duration:e.duration,easing:e.easing,complete:i})});var f;t.uiBackCompat!==!1&&(f=t.effects.define("transfer",function(e,i){t(this).transfer(e,i)})),t.ui.focusable=function(i,s){var n,o,a,r,h,l=i.nodeName.toLowerCase();return"area"===l?(n=i.parentNode,o=n.name,i.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']"),a.length>0&&a.is(":visible")):!1):(/^(input|select|textarea|button|object)$/.test(l)?(r=!i.disabled,r&&(h=t(i).closest("fieldset")[0],h&&(r=!h.disabled))):r="a"===l?i.href||s:s,r&&t(i).is(":visible")&&e(t(i)))},t.extend(t.expr[":"],{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout(function(){var i=e.data("ui-form-reset-instances");t.each(i,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},"1.7"===t.fn.jquery.substring(0,3)&&(t.each(["Width","Height"],function(e,i){function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),o&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],o=i.toLowerCase(),a={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+i]=function(e){return void 0===e?a["inner"+i].call(this):this.each(function(){t(this).css(o,s(this,e)+"px")})},t.fn["outer"+i]=function(e,n){return"number"!=typeof e?a["outer"+i].call(this,e):this.each(function(){t(this).css(o,s(this,e,!0,n)+"px")})}}),t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g;return function(e){return e.replace(t,"\\$1")}}(),t.fn.labels=function(){var e,i,s,n,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(n=this.eq(0).parents("label"),s=this.attr("id"),s&&(e=this.eq(0).parents().last(),o=e.add(e.length?e.siblings():this.siblings()),i="label[for='"+t.ui.escapeSelector(s)+"']",n=n.add(o.find(i).addBack(i))),this.pushStack(n))},t.fn.scrollParent=function(e){var i=this.css("position"),s="absolute"===i,n=e?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var e=t(this);return s&&"static"===e.css("position")?!1:n.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==i&&o.length?o:t(this[0].ownerDocument||document)},t.extend(t.expr[":"],{tabbable:function(e){var i=t.attr(e,"tabindex"),s=null!=i;return(!s||i>=0)&&t.ui.focusable(e,s)}}),t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.widget("ui.accordion",{version:"1.12.1",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:"> li > :first-child, > :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var e=this.options;this.prevShow=this.prevHide=t(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),e.collapsible||e.active!==!1&&null!=e.active||(e.active=0),this._processPanels(),0>e.active&&(e.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():t()}},_createIcons:function(){var e,i,s=this.options.icons;s&&(e=t("<span>"),this._addClass(e,"ui-accordion-header-icon","ui-icon "+s.header),e.prependTo(this.headers),i=this.active.children(".ui-accordion-header-icon"),this._removeClass(i,s.header)._addClass(i,null,s.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||this.options.active!==!1||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons()),void 0)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(e){if(!e.altKey&&!e.ctrlKey){var i=t.ui.keyCode,s=this.headers.length,n=this.headers.index(e.target),o=!1;switch(e.keyCode){case i.RIGHT:case i.DOWN:o=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:o=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(e);break;case i.HOME:o=this.headers[0];break;case i.END:o=this.headers[s-1]}o&&(t(e.target).attr("tabIndex",-1),t(o).attr("tabIndex",0),t(o).trigger("focus"),e.preventDefault())}},_panelKeyDown:function(e){e.keyCode===t.ui.keyCode.UP&&e.ctrlKey&&t(e.currentTarget).prev().trigger("focus")},refresh:function(){var e=this.options;this._processPanels(),e.active===!1&&e.collapsible===!0||!this.headers.length?(e.active=!1,this.active=t()):e.active===!1?this._activate(0):this.active.length&&!t.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(e.active=!1,this.active=t()):this._activate(Math.max(0,e.active-1)):e.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var e,i=this.options,s=i.heightStyle,n=this.element.parent();this.active=this._findActive(i.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each(function(){var e=t(this),i=e.uniqueId().attr("id"),s=e.next(),n=s.uniqueId().attr("id");e.attr("aria-controls",n),s.attr("aria-labelledby",i)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(i.event),"fill"===s?(e=n.height(),this.element.siblings(":visible").each(function(){var i=t(this),s=i.css("position");"absolute"!==s&&"fixed"!==s&&(e-=i.outerHeight(!0))}),this.headers.each(function(){e-=t(this).outerHeight(!0)}),this.headers.next().each(function(){t(this).height(Math.max(0,e-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===s&&(e=0,this.headers.next().each(function(){var i=t(this).is(":visible");i||t(this).show(),e=Math.max(e,t(this).css("height","").height()),i||t(this).hide()}).height(e))},_activate:function(e){var i=this._findActive(e)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return"number"==typeof e?this.headers.eq(e):t()},_setupEvents:function(e){var i={keydown:"_keydown"};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(e){var i,s,n=this.options,o=this.active,a=t(e.currentTarget),r=a[0]===o[0],h=r&&n.collapsible,l=h?t():a.next(),c=o.next(),u={oldHeader:o,oldPanel:c,newHeader:h?t():a,newPanel:l};e.preventDefault(),r&&!n.collapsible||this._trigger("beforeActivate",e,u)===!1||(n.active=h?!1:this.headers.index(a),this.active=r?t():a,this._toggle(u),this._removeClass(o,"ui-accordion-header-active","ui-state-active"),n.icons&&(i=o.children(".ui-accordion-header-icon"),this._removeClass(i,null,n.icons.activeHeader)._addClass(i,null,n.icons.header)),r||(this._removeClass(a,"ui-accordion-header-collapsed")._addClass(a,"ui-accordion-header-active","ui-state-active"),n.icons&&(s=a.children(".ui-accordion-header-icon"),this._removeClass(s,null,n.icons.header)._addClass(s,null,n.icons.activeHeader)),this._addClass(a.next(),"ui-accordion-content-active")))},_toggle:function(e){var i=e.newPanel,s=this.prevShow.length?this.prevShow:e.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,e):(s.hide(),i.show(),this._toggleComplete(e)),s.attr({"aria-hidden":"true"}),s.prev().attr({"aria-selected":"false","aria-expanded":"false"}),i.length&&s.length?s.prev().attr({tabIndex:-1,"aria-expanded":"false"}):i.length&&this.headers.filter(function(){return 0===parseInt(t(this).attr("tabIndex"),10)}).attr("tabIndex",-1),i.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,e,i){var s,n,o,a=this,r=0,h=t.css("box-sizing"),l=t.length&&(!e.length||t.index()<e.index()),c=this.options.animate||{},u=l&&c.down||c,d=function(){a._toggleComplete(i)};return"number"==typeof u&&(o=u),"string"==typeof u&&(n=u),n=n||u.easing||c.easing,o=o||u.duration||c.duration,e.length?t.length?(s=t.show().outerHeight(),e.animate(this.hideProps,{duration:o,easing:n,step:function(t,e){e.now=Math.round(t)}}),t.hide().animate(this.showProps,{duration:o,easing:n,complete:d,step:function(t,i){i.now=Math.round(t),"height"!==i.prop?"content-box"===h&&(r+=i.now):"content"!==a.options.heightStyle&&(i.now=Math.round(s-e.outerHeight()-r),r=0)}}),void 0):e.animate(this.hideProps,o,n,d):t.animate(this.showProps,o,n,d)},_toggleComplete:function(t){var e=t.oldPanel,i=e.prev();this._removeClass(e,"ui-accordion-content-active"),this._removeClass(i,"ui-accordion-header-active")._addClass(i,"ui-accordion-header-collapsed"),e.length&&(e.parent()[0].className=e.parent()[0].className),this._trigger("activate",null,t)}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i,s,n,o,a=this,r=this.options.icons.submenu,h=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=h.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("<span>").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=h.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(e){this.active=this.active||t(e.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(e,!0),this._trigger("select",e,i)},_filterMenuItems:function(e){var i=e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),s=RegExp("^"+i,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return s.test(t.trim(t(this).children(".ui-menu-item-wrapper").text()))})}}),t.widget("ui.autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n; -this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("<ul>").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("<div>").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("<div>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length<this.options.minLength?this.close(e):this._trigger("search",e)!==!1?this._search(t):void 0},_search:function(t){this.pending++,this._addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:t},this._response())},_response:function(){var e=++this.requestIndex;return t.proxy(function(t){e===this.requestIndex&&this.__response(t),this.pending--,this.pending||this._removeClass("ui-autocomplete-loading")},this)},__response:function(t){t&&(t=this._normalize(t)),this._trigger("response",null,{content:t}),!this.options.disabled&&t&&t.length&&!this.cancelSearch?(this._suggest(t),this._trigger("open")):this._close()},close:function(t){this.cancelSearch=!0,this._close(t)},_close:function(t){this._off(this.document,"mousedown"),this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",t))},_change:function(t){this.previous!==this._value()&&this._trigger("change",t,{item:this.selectedItem})},_normalize:function(e){return e.length&&e[0].label&&e[0].value?e:t.map(e,function(e){return"string"==typeof e?{label:e,value:e}:t.extend({},e,{label:e.label||e.value,value:e.value||e.label})})},_suggest:function(e){var i=this.menu.element.empty();this._renderMenu(i,e),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(t.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next(),this._on(this.document,{mousedown:"_closeOnClickOutside"})},_resizeMenu:function(){var t=this.menu.element;t.outerWidth(Math.max(t.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(e,i){var s=this;t.each(i,function(t,i){s._renderItemData(e,i)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-autocomplete-item",e)},_renderItem:function(e,i){return t("<li>").append(t("<div>").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("<div>").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete;var g=/ui-corner-([a-z]){2,6}/g;t.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"<div>",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var e=this,i=[];t.each(this.options.items,function(s,n){var o,a={};return n?"controlgroupLabel"===s?(o=e.element.find(n),o.each(function(){var e=t(this);e.children(".ui-controlgroup-label-contents").length||e.contents().wrapAll("<span class='ui-controlgroup-label-contents'></span>")}),e._addClass(o,null,"ui-widget ui-widget-content ui-state-default"),i=i.concat(o.get()),void 0):(t.fn[s]&&(a=e["_"+s+"Options"]?e["_"+s+"Options"]("middle"):{classes:{}},e.element.find(n).each(function(){var n=t(this),o=n[s]("instance"),r=t.widget.extend({},a);if("button"!==s||!n.parent(".ui-spinner").length){o||(o=n[s]()[s]("instance")),o&&(r.classes=e._resolveClassesValues(r.classes,o)),n[s](r);var h=n[s]("widget");t.data(h[0],"ui-controlgroup-data",o?o:n[s]("instance")),i.push(h[0])}})),void 0):void 0}),this.childWidgets=t(t.unique(i)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(e){this.childWidgets.each(function(){var i=t(this),s=i.data("ui-controlgroup-data");s&&s[e]&&s[e]()})},_updateCornerClass:function(t,e){var i="ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all",s=this._buildSimpleOptions(e,"label").classes.label;this._removeClass(t,null,i),this._addClass(t,null,s)},_buildSimpleOptions:function(t,e){var i="vertical"===this.options.direction,s={classes:{}};return s.classes[e]={middle:"",first:"ui-corner-"+(i?"top":"left"),last:"ui-corner-"+(i?"bottom":"right"),only:"ui-corner-all"}[t],s},_spinnerOptions:function(t){var e=this._buildSimpleOptions(t,"ui-spinner");return e.classes["ui-spinner-up"]="",e.classes["ui-spinner-down"]="",e},_buttonOptions:function(t){return this._buildSimpleOptions(t,"ui-button")},_checkboxradioOptions:function(t){return this._buildSimpleOptions(t,"ui-checkboxradio-label")},_selectmenuOptions:function(t){var e="vertical"===this.options.direction;return{width:e?"auto":!1,classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(e?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(e?"top":"left")},last:{"ui-selectmenu-button-open":e?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(e?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[t]}},_resolveClassesValues:function(e,i){var s={};return t.each(e,function(n){var o=i.options.classes[n]||"";o=t.trim(o.replace(g,"")),s[n]=(o+" "+e[n]).replace(/\s+/g," ")}),s},_setOption:function(t,e){return"direction"===t&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(t,e),"disabled"===t?(this._callChildMethod(e?"disable":"enable"),void 0):(this.refresh(),void 0)},refresh:function(){var e,i=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),e=this.childWidgets,this.options.onlyVisible&&(e=e.filter(":visible")),e.length&&(t.each(["first","last"],function(t,s){var n=e[s]().data("ui-controlgroup-data");if(n&&i["_"+n.widgetName+"Options"]){var o=i["_"+n.widgetName+"Options"](1===e.length?"only":s);o.classes=i._resolveClassesValues(o.classes,n),n.element[n.widgetName](o)}else i._updateCornerClass(e[s](),s)}),this._callChildMethod("refresh"))}}),t.widget("ui.checkboxradio",[t.ui.formResetMixin,{version:"1.12.1",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var e,i,s=this,n=this._super()||{};return this._readType(),i=this.element.labels(),this.label=t(i[i.length-1]),this.label.length||t.error("No label found for checkboxradio widget"),this.originalLabel="",this.label.contents().not(this.element[0]).each(function(){s.originalLabel+=3===this.nodeType?t(this).text():this.outerHTML}),this.originalLabel&&(n.label=this.originalLabel),e=this.element[0].disabled,null!=e&&(n.disabled=e),n},_create:function(){var t=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),t&&(this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this.icon&&this._addClass(this.icon,null,"ui-state-hover")),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var e=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===e&&/radio|checkbox/.test(this.type)||t.error("Can't create checkboxradio on element.nodeName="+e+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var e,i=this.element[0].name,s="input[name='"+t.ui.escapeSelector(i)+"']";return i?(e=this.form.length?t(this.form[0].elements).filter(s):t(s).filter(function(){return 0===t(this).form().length}),e.not(this.element)):t([])},_toggleClasses:function(){var e=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",e)._toggleClass(this.icon,null,"ui-icon-blank",!e),"radio"===this.type&&this._getRadioGroup().each(function(){var e=t(this).checkboxradio("instance");e&&e._removeClass(e.label,"ui-checkboxradio-checked","ui-state-active")})},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(t,e){return"label"!==t||e?(this._super(t,e),"disabled"===t?(this._toggleClass(this.label,null,"ui-state-disabled",e),this.element[0].disabled=e,void 0):(this.refresh(),void 0)):void 0},_updateIcon:function(e){var i="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=t("<span>"),this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(i+=e?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,e?"ui-icon-blank":"ui-icon-check")):i+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",i),e||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var t=this.label.contents().not(this.element[0]);this.icon&&(t=t.not(this.icon[0])),this.iconSpace&&(t=t.not(this.iconSpace[0])),t.remove(),this.label.append(this.options.label)},refresh:function(){var t=this.element[0].checked,e=this.element[0].disabled;this._updateIcon(t),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),null!==this.options.label&&this._updateLabel(),e!==this.options.disabled&&this._setOptions({disabled:e})}}]),t.ui.checkboxradio,t.widget("ui.button",{version:"1.12.1",defaultElement:"<button>",options:{classes:{"ui-button":"ui-corner-all"},disabled:null,icon:null,iconPosition:"beginning",label:null,showLabel:!0},_getCreateOptions:function(){var t,e=this._super()||{};return this.isInput=this.element.is("input"),t=this.element[0].disabled,null!=t&&(e.disabled=t),this.originalLabel=this.isInput?this.element.val():this.element.html(),this.originalLabel&&(e.label=this.originalLabel),e},_create:function(){!this.option.showLabel&!this.options.icon&&(this.options.showLabel=!0),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled||!1),this.hasTitle=!!this.element.attr("title"),this.options.label&&this.options.label!==this.originalLabel&&(this.isInput?this.element.val(this.options.label):this.element.html(this.options.label)),this._addClass("ui-button","ui-widget"),this._setOption("disabled",this.options.disabled),this._enhance(),this.element.is("a")&&this._on({keyup:function(e){e.keyCode===t.ui.keyCode.SPACE&&(e.preventDefault(),this.element[0].click?this.element[0].click():this.element.trigger("click"))}})},_enhance:function(){this.element.is("button")||this.element.attr("role","button"),this.options.icon&&(this._updateIcon("icon",this.options.icon),this._updateTooltip())},_updateTooltip:function(){this.title=this.element.attr("title"),this.options.showLabel||this.title||this.element.attr("title",this.options.label)},_updateIcon:function(e,i){var s="iconPosition"!==e,n=s?this.options.iconPosition:i,o="top"===n||"bottom"===n;this.icon?s&&this._removeClass(this.icon,null,this.options.icon):(this.icon=t("<span>"),this._addClass(this.icon,"ui-button-icon","ui-icon"),this.options.showLabel||this._addClass("ui-button-icon-only")),s&&this._addClass(this.icon,null,i),this._attachIcon(n),o?(this._addClass(this.icon,null,"ui-widget-icon-block"),this.iconSpace&&this.iconSpace.remove()):(this.iconSpace||(this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-button-icon-space")),this._removeClass(this.icon,null,"ui-wiget-icon-block"),this._attachIconSpace(n))},_destroy:function(){this.element.removeAttr("role"),this.icon&&this.icon.remove(),this.iconSpace&&this.iconSpace.remove(),this.hasTitle||this.element.removeAttr("title")},_attachIconSpace:function(t){this.icon[/^(?:end|bottom)/.test(t)?"before":"after"](this.iconSpace)},_attachIcon:function(t){this.element[/^(?:end|bottom)/.test(t)?"append":"prepend"](this.icon)},_setOptions:function(t){var e=void 0===t.showLabel?this.options.showLabel:t.showLabel,i=void 0===t.icon?this.options.icon:t.icon;e||i||(t.showLabel=!0),this._super(t)},_setOption:function(t,e){"icon"===t&&(e?this._updateIcon(t,e):this.icon&&(this.icon.remove(),this.iconSpace&&this.iconSpace.remove())),"iconPosition"===t&&this._updateIcon(t,e),"showLabel"===t&&(this._toggleClass("ui-button-icon-only",null,!e),this._updateTooltip()),"label"===t&&(this.isInput?this.element.val(e):(this.element.html(e),this.icon&&(this._attachIcon(this.options.iconPosition),this._attachIconSpace(this.options.iconPosition)))),this._super(t,e),"disabled"===t&&(this._toggleClass(null,"ui-state-disabled",e),this.element[0].disabled=e,e&&this.element.blur())},refresh:function(){var t=this.element.is("input, button")?this.element[0].disabled:this.element.hasClass("ui-button-disabled");t!==this.options.disabled&&this._setOptions({disabled:t}),this._updateTooltip()}}),t.uiBackCompat!==!1&&(t.widget("ui.button",t.ui.button,{options:{text:!0,icons:{primary:null,secondary:null}},_create:function(){this.options.showLabel&&!this.options.text&&(this.options.showLabel=this.options.text),!this.options.showLabel&&this.options.text&&(this.options.text=this.options.showLabel),this.options.icon||!this.options.icons.primary&&!this.options.icons.secondary?this.options.icon&&(this.options.icons.primary=this.options.icon):this.options.icons.primary?this.options.icon=this.options.icons.primary:(this.options.icon=this.options.icons.secondary,this.options.iconPosition="end"),this._super()},_setOption:function(t,e){return"text"===t?(this._super("showLabel",e),void 0):("showLabel"===t&&(this.options.text=e),"icon"===t&&(this.options.icons.primary=e),"icons"===t&&(e.primary?(this._super("icon",e.primary),this._super("iconPosition","beginning")):e.secondary&&(this._super("icon",e.secondary),this._super("iconPosition","end"))),this._superApply(arguments),void 0)}}),t.fn.button=function(e){return function(){return!this.length||this.length&&"INPUT"!==this[0].tagName||this.length&&"INPUT"===this[0].tagName&&"checkbox"!==this.attr("type")&&"radio"!==this.attr("type")?e.apply(this,arguments):(t.ui.checkboxradio||t.error("Checkboxradio widget missing"),0===arguments.length?this.checkboxradio({icon:!1}):this.checkboxradio.apply(this,arguments))}}(t.fn.button),t.fn.buttonset=function(){return t.ui.controlgroup||t.error("Controlgroup widget missing"),"option"===arguments[0]&&"items"===arguments[1]&&arguments[2]?this.controlgroup.apply(this,[arguments[0],"items.button",arguments[2]]):"option"===arguments[0]&&"items"===arguments[1]?this.controlgroup.apply(this,[arguments[0],"items.button"]):("object"==typeof arguments[0]&&arguments[0].items&&(arguments[0].items={button:arguments[0].items}),this.controlgroup.apply(this,arguments))}),t.ui.button,t.extend(t.ui,{datepicker:{version:"1.12.1"}});var m;t.extend(s.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(t){return a(this._defaults,t||{}),this},_attachDatepicker:function(e,i){var s,n,o;s=e.nodeName.toLowerCase(),n="div"===s||"span"===s,e.id||(this.uuid+=1,e.id="dp"+this.uuid),o=this._newInst(t(e),n),o.settings=t.extend({},i||{}),"input"===s?this._connectDatepicker(e,o):n&&this._inlineDatepicker(e,o)},_newInst:function(e,i){var s=e[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:s,input:e,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?n(t("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(e,i){var s=t(e);i.append=t([]),i.trigger=t([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(i),t.data(e,"datepicker",i),i.settings.disabled&&this._disableDatepicker(e))},_attachments:function(e,i){var s,n,o,a=this._get(i,"appendText"),r=this._get(i,"isRTL");i.append&&i.append.remove(),a&&(i.append=t("<span class='"+this._appendClass+"'>"+a+"</span>"),e[r?"before":"after"](i.append)),e.off("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,"showOn"),("focus"===s||"both"===s)&&e.on("focus",this._showDatepicker),("button"===s||"both"===s)&&(n=this._get(i,"buttonText"),o=this._get(i,"buttonImage"),i.trigger=t(this._get(i,"buttonImageOnly")?t("<img/>").addClass(this._triggerClass).attr({src:o,alt:n,title:n}):t("<button type='button'></button>").addClass(this._triggerClass).html(o?t("<img/>").attr({src:o,alt:n,title:n}):n)),e[r?"before":"after"](i.trigger),i.trigger.on("click",function(){return t.datepicker._datepickerShowing&&t.datepicker._lastInput===e[0]?t.datepicker._hideDatepicker():t.datepicker._datepickerShowing&&t.datepicker._lastInput!==e[0]?(t.datepicker._hideDatepicker(),t.datepicker._showDatepicker(e[0])):t.datepicker._showDatepicker(e[0]),!1}))},_autoSize:function(t){if(this._get(t,"autoSize")&&!t.inline){var e,i,s,n,o=new Date(2009,11,20),a=this._get(t,"dateFormat");a.match(/[DM]/)&&(e=function(t){for(i=0,s=0,n=0;t.length>n;n++)t[n].length>i&&(i=t[n].length,s=n);return s},o.setMonth(e(this._get(t,a.match(/MM/)?"monthNames":"monthNamesShort"))),o.setDate(e(this._get(t,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-o.getDay())),t.input.attr("size",this._formatDate(t,o).length)}},_inlineDatepicker:function(e,i){var s=t(e);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),t.data(e,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(e),i.dpDiv.css("display","block"))},_dialogDatepicker:function(e,i,s,n,o){var r,h,l,c,u,d=this._dialogInst;return d||(this.uuid+=1,r="dp"+this.uuid,this._dialogInput=t("<input type='text' id='"+r+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),t("body").append(this._dialogInput),d=this._dialogInst=this._newInst(this._dialogInput,!1),d.settings={},t.data(this._dialogInput[0],"datepicker",d)),a(d.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(d,i):i,this._dialogInput.val(i),this._pos=o?o.length?o:[o.pageX,o.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,c=document.documentElement.scrollLeft||document.body.scrollLeft,u=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+c,l/2-150+u]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),d.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),t.blockUI&&t.blockUI(this.dpDiv),t.data(this._dialogInput[0],"datepicker",d),this},_destroyDatepicker:function(e){var i,s=t(e),n=t.data(e,"datepicker");s.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),t.removeData(e,"datepicker"),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty(),m===n&&(m=null))},_enableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!1,o.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}))},_disableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!0,o.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}),this._disabledInputs[this._disabledInputs.length]=e)},_isDisabledDatepicker:function(t){if(!t)return!1;for(var e=0;this._disabledInputs.length>e;e++)if(this._disabledInputs[e]===t)return!0;return!1},_getInst:function(e){try{return t.data(e,"datepicker")}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(e,i,s){var n,o,r,h,l=this._getInst(e);return 2===arguments.length&&"string"==typeof i?"defaults"===i?t.extend({},t.datepicker._defaults):l?"all"===i?t.extend({},l.settings):this._get(l,i):null:(n=i||{},"string"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),o=this._getDateDatepicker(e,!0),r=this._getMinMaxDate(l,"min"),h=this._getMinMaxDate(l,"max"),a(l.settings,n),null!==r&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,r)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),"disabled"in n&&(n.disabled?this._disableDatepicker(e):this._enableDatepicker(e)),this._attachments(t(e),l),this._autoSize(l),this._setDate(l,o),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(t,e,i){this._optionDatepicker(t,e,i)},_refreshDatepicker:function(t){var e=this._getInst(t);e&&this._updateDatepicker(e)},_setDateDatepicker:function(t,e){var i=this._getInst(t);i&&(this._setDate(i,e),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(t,e){var i=this._getInst(t);return i&&!i.inline&&this._setDateFromField(i,e),i?this._getDate(i):null},_doKeyDown:function(e){var i,s,n,o=t.datepicker._getInst(e.target),a=!0,r=o.dpDiv.is(".ui-datepicker-rtl");if(o._keyEvent=!0,t.datepicker._datepickerShowing)switch(e.keyCode){case 9:t.datepicker._hideDatepicker(),a=!1;break;case 13:return n=t("td."+t.datepicker._dayOverClass+":not(."+t.datepicker._currentClass+")",o.dpDiv),n[0]&&t.datepicker._selectDay(e.target,o.selectedMonth,o.selectedYear,n[0]),i=t.datepicker._get(o,"onSelect"),i?(s=t.datepicker._formatDate(o),i.apply(o.input?o.input[0]:null,[s,o])):t.datepicker._hideDatepicker(),!1;case 27:t.datepicker._hideDatepicker();break;case 33:t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 34:t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 35:(e.ctrlKey||e.metaKey)&&t.datepicker._clearDate(e.target),a=e.ctrlKey||e.metaKey;break;case 36:(e.ctrlKey||e.metaKey)&&t.datepicker._gotoToday(e.target),a=e.ctrlKey||e.metaKey;break;case 37:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?1:-1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 38:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,-7,"D"),a=e.ctrlKey||e.metaKey;break;case 39:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?-1:1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 40:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,7,"D"),a=e.ctrlKey||e.metaKey;break;default:a=!1}else 36===e.keyCode&&e.ctrlKey?t.datepicker._showDatepicker(this):a=!1;a&&(e.preventDefault(),e.stopPropagation())},_doKeyPress:function(e){var i,s,n=t.datepicker._getInst(e.target);return t.datepicker._get(n,"constrainInput")?(i=t.datepicker._possibleChars(t.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),e.ctrlKey||e.metaKey||" ">s||!i||i.indexOf(s)>-1):void 0},_doKeyUp:function(e){var i,s=t.datepicker._getInst(e.target);if(s.input.val()!==s.lastVal)try{i=t.datepicker.parseDate(t.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,t.datepicker._getFormatConfig(s)),i&&(t.datepicker._setDateFromField(s),t.datepicker._updateAlternate(s),t.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(e){if(e=e.target||e,"input"!==e.nodeName.toLowerCase()&&(e=t("input",e.parentNode)[0]),!t.datepicker._isDisabledDatepicker(e)&&t.datepicker._lastInput!==e){var s,n,o,r,h,l,c;s=t.datepicker._getInst(e),t.datepicker._curInst&&t.datepicker._curInst!==s&&(t.datepicker._curInst.dpDiv.stop(!0,!0),s&&t.datepicker._datepickerShowing&&t.datepicker._hideDatepicker(t.datepicker._curInst.input[0])),n=t.datepicker._get(s,"beforeShow"),o=n?n.apply(e,[e,s]):{},o!==!1&&(a(s.settings,o),s.lastVal=null,t.datepicker._lastInput=e,t.datepicker._setDateFromField(s),t.datepicker._inDialog&&(e.value=""),t.datepicker._pos||(t.datepicker._pos=t.datepicker._findPos(e),t.datepicker._pos[1]+=e.offsetHeight),r=!1,t(e).parents().each(function(){return r|="fixed"===t(this).css("position"),!r}),h={left:t.datepicker._pos[0],top:t.datepicker._pos[1]},t.datepicker._pos=null,s.dpDiv.empty(),s.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),t.datepicker._updateDatepicker(s),h=t.datepicker._checkOffset(s,h,r),s.dpDiv.css({position:t.datepicker._inDialog&&t.blockUI?"static":r?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"}),s.inline||(l=t.datepicker._get(s,"showAnim"),c=t.datepicker._get(s,"duration"),s.dpDiv.css("z-index",i(t(e))+1),t.datepicker._datepickerShowing=!0,t.effects&&t.effects.effect[l]?s.dpDiv.show(l,t.datepicker._get(s,"showOptions"),c):s.dpDiv[l||"show"](l?c:null),t.datepicker._shouldFocusInput(s)&&s.input.trigger("focus"),t.datepicker._curInst=s)) -}},_updateDatepicker:function(e){this.maxRows=4,m=e,e.dpDiv.empty().append(this._generateHTML(e)),this._attachHandlers(e);var i,s=this._getNumberOfMonths(e),n=s[1],a=17,r=e.dpDiv.find("."+this._dayOverClass+" a");r.length>0&&o.apply(r.get(0)),e.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),n>1&&e.dpDiv.addClass("ui-datepicker-multi-"+n).css("width",a*n+"em"),e.dpDiv[(1!==s[0]||1!==s[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),e.dpDiv[(this._get(e,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),e===t.datepicker._curInst&&t.datepicker._datepickerShowing&&t.datepicker._shouldFocusInput(e)&&e.input.trigger("focus"),e.yearshtml&&(i=e.yearshtml,setTimeout(function(){i===e.yearshtml&&e.yearshtml&&e.dpDiv.find("select.ui-datepicker-year:first").replaceWith(e.yearshtml),i=e.yearshtml=null},0))},_shouldFocusInput:function(t){return t.input&&t.input.is(":visible")&&!t.input.is(":disabled")&&!t.input.is(":focus")},_checkOffset:function(e,i,s){var n=e.dpDiv.outerWidth(),o=e.dpDiv.outerHeight(),a=e.input?e.input.outerWidth():0,r=e.input?e.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:t(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:t(document).scrollTop());return i.left-=this._get(e,"isRTL")?n-a:0,i.left-=s&&i.left===e.input.offset().left?t(document).scrollLeft():0,i.top-=s&&i.top===e.input.offset().top+r?t(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+o>l&&l>o?Math.abs(o+r):0),i},_findPos:function(e){for(var i,s=this._getInst(e),n=this._get(s,"isRTL");e&&("hidden"===e.type||1!==e.nodeType||t.expr.filters.hidden(e));)e=e[n?"previousSibling":"nextSibling"];return i=t(e).offset(),[i.left,i.top]},_hideDatepicker:function(e){var i,s,n,o,a=this._curInst;!a||e&&a!==t.data(e,"datepicker")||this._datepickerShowing&&(i=this._get(a,"showAnim"),s=this._get(a,"duration"),n=function(){t.datepicker._tidyDialog(a)},t.effects&&(t.effects.effect[i]||t.effects[i])?a.dpDiv.hide(i,t.datepicker._get(a,"showOptions"),s,n):a.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?s:null,n),i||n(),this._datepickerShowing=!1,o=this._get(a,"onClose"),o&&o.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),t.blockUI&&(t.unblockUI(),t("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(t){t.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(e){if(t.datepicker._curInst){var i=t(e.target),s=t.datepicker._getInst(i[0]);(i[0].id!==t.datepicker._mainDivId&&0===i.parents("#"+t.datepicker._mainDivId).length&&!i.hasClass(t.datepicker.markerClassName)&&!i.closest("."+t.datepicker._triggerClass).length&&t.datepicker._datepickerShowing&&(!t.datepicker._inDialog||!t.blockUI)||i.hasClass(t.datepicker.markerClassName)&&t.datepicker._curInst!==s)&&t.datepicker._hideDatepicker()}},_adjustDate:function(e,i,s){var n=t(e),o=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(o,i+("M"===s?this._get(o,"showCurrentAtPos"):0),s),this._updateDatepicker(o))},_gotoToday:function(e){var i,s=t(e),n=this._getInst(s[0]);this._get(n,"gotoCurrent")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(e,i,s){var n=t(e),o=this._getInst(n[0]);o["selected"+("M"===s?"Month":"Year")]=o["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(o),this._adjustDate(n)},_selectDay:function(e,i,s,n){var o,a=t(e);t(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||(o=this._getInst(a[0]),o.selectedDay=o.currentDay=t("a",n).html(),o.selectedMonth=o.currentMonth=i,o.selectedYear=o.currentYear=s,this._selectDate(e,this._formatDate(o,o.currentDay,o.currentMonth,o.currentYear)))},_clearDate:function(e){var i=t(e);this._selectDate(i,"")},_selectDate:function(e,i){var s,n=t(e),o=this._getInst(n[0]);i=null!=i?i:this._formatDate(o),o.input&&o.input.val(i),this._updateAlternate(o),s=this._get(o,"onSelect"),s?s.apply(o.input?o.input[0]:null,[i,o]):o.input&&o.input.trigger("change"),o.inline?this._updateDatepicker(o):(this._hideDatepicker(),this._lastInput=o.input[0],"object"!=typeof o.input[0]&&o.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(e){var i,s,n,o=this._get(e,"altField");o&&(i=this._get(e,"altFormat")||this._get(e,"dateFormat"),s=this._getDate(e),n=this.formatDate(i,s,this._getFormatConfig(e)),t(o).val(n))},noWeekends:function(t){var e=t.getDay();return[e>0&&6>e,""]},iso8601Week:function(t){var e,i=new Date(t.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),e=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((e-i)/864e5)/7)+1},parseDate:function(e,i,s){if(null==e||null==i)throw"Invalid arguments";if(i="object"==typeof i?""+i:i+"",""===i)return null;var n,o,a,r,h=0,l=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,c="string"!=typeof l?l:(new Date).getFullYear()%100+parseInt(l,10),u=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,d=(s?s.dayNames:null)||this._defaults.dayNames,p=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,f=(s?s.monthNames:null)||this._defaults.monthNames,g=-1,m=-1,_=-1,v=-1,b=!1,y=function(t){var i=e.length>n+1&&e.charAt(n+1)===t;return i&&n++,i},w=function(t){var e=y(t),s="@"===t?14:"!"===t?20:"y"===t&&e?4:"o"===t?3:2,n="y"===t?s:1,o=RegExp("^\\d{"+n+","+s+"}"),a=i.substring(h).match(o);if(!a)throw"Missing number at position "+h;return h+=a[0].length,parseInt(a[0],10)},k=function(e,s,n){var o=-1,a=t.map(y(e)?n:s,function(t,e){return[[e,t]]}).sort(function(t,e){return-(t[1].length-e[1].length)});if(t.each(a,function(t,e){var s=e[1];return i.substr(h,s.length).toLowerCase()===s.toLowerCase()?(o=e[0],h+=s.length,!1):void 0}),-1!==o)return o+1;throw"Unknown name at position "+h},x=function(){if(i.charAt(h)!==e.charAt(n))throw"Unexpected literal at position "+h;h++};for(n=0;e.length>n;n++)if(b)"'"!==e.charAt(n)||y("'")?x():b=!1;else switch(e.charAt(n)){case"d":_=w("d");break;case"D":k("D",u,d);break;case"o":v=w("o");break;case"m":m=w("m");break;case"M":m=k("M",p,f);break;case"y":g=w("y");break;case"@":r=new Date(w("@")),g=r.getFullYear(),m=r.getMonth()+1,_=r.getDate();break;case"!":r=new Date((w("!")-this._ticksTo1970)/1e4),g=r.getFullYear(),m=r.getMonth()+1,_=r.getDate();break;case"'":y("'")?x():b=!0;break;default:x()}if(i.length>h&&(a=i.substr(h),!/^\s+/.test(a)))throw"Extra/unparsed characters found in date: "+a;if(-1===g?g=(new Date).getFullYear():100>g&&(g+=(new Date).getFullYear()-(new Date).getFullYear()%100+(c>=g?0:-100)),v>-1)for(m=1,_=v;;){if(o=this._getDaysInMonth(g,m-1),o>=_)break;m++,_-=o}if(r=this._daylightSavingAdjust(new Date(g,m-1,_)),r.getFullYear()!==g||r.getMonth()+1!==m||r.getDate()!==_)throw"Invalid date";return r},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(t,e,i){if(!e)return"";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,o=(i?i.dayNames:null)||this._defaults.dayNames,a=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(e){var i=t.length>s+1&&t.charAt(s+1)===e;return i&&s++,i},l=function(t,e,i){var s=""+e;if(h(t))for(;i>s.length;)s="0"+s;return s},c=function(t,e,i,s){return h(t)?s[e]:i[e]},u="",d=!1;if(e)for(s=0;t.length>s;s++)if(d)"'"!==t.charAt(s)||h("'")?u+=t.charAt(s):d=!1;else switch(t.charAt(s)){case"d":u+=l("d",e.getDate(),2);break;case"D":u+=c("D",e.getDay(),n,o);break;case"o":u+=l("o",Math.round((new Date(e.getFullYear(),e.getMonth(),e.getDate()).getTime()-new Date(e.getFullYear(),0,0).getTime())/864e5),3);break;case"m":u+=l("m",e.getMonth()+1,2);break;case"M":u+=c("M",e.getMonth(),a,r);break;case"y":u+=h("y")?e.getFullYear():(10>e.getFullYear()%100?"0":"")+e.getFullYear()%100;break;case"@":u+=e.getTime();break;case"!":u+=1e4*e.getTime()+this._ticksTo1970;break;case"'":h("'")?u+="'":d=!0;break;default:u+=t.charAt(s)}return u},_possibleChars:function(t){var e,i="",s=!1,n=function(i){var s=t.length>e+1&&t.charAt(e+1)===i;return s&&e++,s};for(e=0;t.length>e;e++)if(s)"'"!==t.charAt(e)||n("'")?i+=t.charAt(e):s=!1;else switch(t.charAt(e)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":n("'")?i+="'":s=!0;break;default:i+=t.charAt(e)}return i},_get:function(t,e){return void 0!==t.settings[e]?t.settings[e]:this._defaults[e]},_setDateFromField:function(t,e){if(t.input.val()!==t.lastVal){var i=this._get(t,"dateFormat"),s=t.lastVal=t.input?t.input.val():null,n=this._getDefaultDate(t),o=n,a=this._getFormatConfig(t);try{o=this.parseDate(i,s,a)||n}catch(r){s=e?"":s}t.selectedDay=o.getDate(),t.drawMonth=t.selectedMonth=o.getMonth(),t.drawYear=t.selectedYear=o.getFullYear(),t.currentDay=s?o.getDate():0,t.currentMonth=s?o.getMonth():0,t.currentYear=s?o.getFullYear():0,this._adjustInstDate(t)}},_getDefaultDate:function(t){return this._restrictMinMax(t,this._determineDate(t,this._get(t,"defaultDate"),new Date))},_determineDate:function(e,i,s){var n=function(t){var e=new Date;return e.setDate(e.getDate()+t),e},o=function(i){try{return t.datepicker.parseDate(t.datepicker._get(e,"dateFormat"),i,t.datepicker._getFormatConfig(e))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?t.datepicker._getDate(e):null)||new Date,o=n.getFullYear(),a=n.getMonth(),r=n.getDate(),h=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||"d"){case"d":case"D":r+=parseInt(l[1],10);break;case"w":case"W":r+=7*parseInt(l[1],10);break;case"m":case"M":a+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a));break;case"y":case"Y":o+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a))}l=h.exec(i)}return new Date(o,a,r)},a=null==i||""===i?s:"string"==typeof i?o(i):"number"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return a=a&&"Invalid Date"==""+a?s:a,a&&(a.setHours(0),a.setMinutes(0),a.setSeconds(0),a.setMilliseconds(0)),this._daylightSavingAdjust(a)},_daylightSavingAdjust:function(t){return t?(t.setHours(t.getHours()>12?t.getHours()+2:0),t):null},_setDate:function(t,e,i){var s=!e,n=t.selectedMonth,o=t.selectedYear,a=this._restrictMinMax(t,this._determineDate(t,e,new Date));t.selectedDay=t.currentDay=a.getDate(),t.drawMonth=t.selectedMonth=t.currentMonth=a.getMonth(),t.drawYear=t.selectedYear=t.currentYear=a.getFullYear(),n===t.selectedMonth&&o===t.selectedYear||i||this._notifyChange(t),this._adjustInstDate(t),t.input&&t.input.val(s?"":this._formatDate(t))},_getDate:function(t){var e=!t.currentYear||t.input&&""===t.input.val()?null:this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return e},_attachHandlers:function(e){var i=this._get(e,"stepMonths"),s="#"+e.id.replace(/\\\\/g,"\\");e.dpDiv.find("[data-handler]").map(function(){var e={prev:function(){t.datepicker._adjustDate(s,-i,"M")},next:function(){t.datepicker._adjustDate(s,+i,"M")},hide:function(){t.datepicker._hideDatepicker()},today:function(){t.datepicker._gotoToday(s)},selectDay:function(){return t.datepicker._selectDay(s,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return t.datepicker._selectMonthYear(s,this,"M"),!1},selectYear:function(){return t.datepicker._selectMonthYear(s,this,"Y"),!1}};t(this).on(this.getAttribute("data-event"),e[this.getAttribute("data-handler")])})},_generateHTML:function(t){var e,i,s,n,o,a,r,h,l,c,u,d,p,f,g,m,_,v,b,y,w,k,x,C,D,I,T,P,M,S,H,z,O,A,N,W,E,F,L,R=new Date,B=this._daylightSavingAdjust(new Date(R.getFullYear(),R.getMonth(),R.getDate())),Y=this._get(t,"isRTL"),j=this._get(t,"showButtonPanel"),q=this._get(t,"hideIfNoPrevNext"),K=this._get(t,"navigationAsDateFormat"),U=this._getNumberOfMonths(t),V=this._get(t,"showCurrentAtPos"),$=this._get(t,"stepMonths"),X=1!==U[0]||1!==U[1],G=this._daylightSavingAdjust(t.currentDay?new Date(t.currentYear,t.currentMonth,t.currentDay):new Date(9999,9,9)),Q=this._getMinMaxDate(t,"min"),J=this._getMinMaxDate(t,"max"),Z=t.drawMonth-V,te=t.drawYear;if(0>Z&&(Z+=12,te--),J)for(e=this._daylightSavingAdjust(new Date(J.getFullYear(),J.getMonth()-U[0]*U[1]+1,J.getDate())),e=Q&&Q>e?Q:e;this._daylightSavingAdjust(new Date(te,Z,1))>e;)Z--,0>Z&&(Z=11,te--);for(t.drawMonth=Z,t.drawYear=te,i=this._get(t,"prevText"),i=K?this.formatDate(i,this._daylightSavingAdjust(new Date(te,Z-$,1)),this._getFormatConfig(t)):i,s=this._canAdjustMonth(t,-1,te,Z)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>":q?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>",n=this._get(t,"nextText"),n=K?this.formatDate(n,this._daylightSavingAdjust(new Date(te,Z+$,1)),this._getFormatConfig(t)):n,o=this._canAdjustMonth(t,1,te,Z)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>":q?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>",a=this._get(t,"currentText"),r=this._get(t,"gotoCurrent")&&t.currentDay?G:B,a=K?this.formatDate(a,r,this._getFormatConfig(t)):a,h=t.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(t,"closeText")+"</button>",l=j?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(Y?h:"")+(this._isInRange(t,r)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+a+"</button>":"")+(Y?"":h)+"</div>":"",c=parseInt(this._get(t,"firstDay"),10),c=isNaN(c)?0:c,u=this._get(t,"showWeek"),d=this._get(t,"dayNames"),p=this._get(t,"dayNamesMin"),f=this._get(t,"monthNames"),g=this._get(t,"monthNamesShort"),m=this._get(t,"beforeShowDay"),_=this._get(t,"showOtherMonths"),v=this._get(t,"selectOtherMonths"),b=this._getDefaultDate(t),y="",k=0;U[0]>k;k++){for(x="",this.maxRows=4,C=0;U[1]>C;C++){if(D=this._daylightSavingAdjust(new Date(te,Z,t.selectedDay)),I=" ui-corner-all",T="",X){if(T+="<div class='ui-datepicker-group",U[1]>1)switch(C){case 0:T+=" ui-datepicker-group-first",I=" ui-corner-"+(Y?"right":"left");break;case U[1]-1:T+=" ui-datepicker-group-last",I=" ui-corner-"+(Y?"left":"right");break;default:T+=" ui-datepicker-group-middle",I=""}T+="'>"}for(T+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+I+"'>"+(/all|left/.test(I)&&0===k?Y?o:s:"")+(/all|right/.test(I)&&0===k?Y?s:o:"")+this._generateMonthYearHeader(t,Z,te,Q,J,k>0||C>0,f,g)+"</div><table class='ui-datepicker-calendar'><thead>"+"<tr>",P=u?"<th class='ui-datepicker-week-col'>"+this._get(t,"weekHeader")+"</th>":"",w=0;7>w;w++)M=(w+c)%7,P+="<th scope='col'"+((w+c+6)%7>=5?" class='ui-datepicker-week-end'":"")+">"+"<span title='"+d[M]+"'>"+p[M]+"</span></th>";for(T+=P+"</tr></thead><tbody>",S=this._getDaysInMonth(te,Z),te===t.selectedYear&&Z===t.selectedMonth&&(t.selectedDay=Math.min(t.selectedDay,S)),H=(this._getFirstDayOfMonth(te,Z)-c+7)%7,z=Math.ceil((H+S)/7),O=X?this.maxRows>z?this.maxRows:z:z,this.maxRows=O,A=this._daylightSavingAdjust(new Date(te,Z,1-H)),N=0;O>N;N++){for(T+="<tr>",W=u?"<td class='ui-datepicker-week-col'>"+this._get(t,"calculateWeek")(A)+"</td>":"",w=0;7>w;w++)E=m?m.apply(t.input?t.input[0]:null,[A]):[!0,""],F=A.getMonth()!==Z,L=F&&!v||!E[0]||Q&&Q>A||J&&A>J,W+="<td class='"+((w+c+6)%7>=5?" ui-datepicker-week-end":"")+(F?" ui-datepicker-other-month":"")+(A.getTime()===D.getTime()&&Z===t.selectedMonth&&t._keyEvent||b.getTime()===A.getTime()&&b.getTime()===D.getTime()?" "+this._dayOverClass:"")+(L?" "+this._unselectableClass+" ui-state-disabled":"")+(F&&!_?"":" "+E[1]+(A.getTime()===G.getTime()?" "+this._currentClass:"")+(A.getTime()===B.getTime()?" ui-datepicker-today":""))+"'"+(F&&!_||!E[2]?"":" title='"+E[2].replace(/'/g,"'")+"'")+(L?"":" data-handler='selectDay' data-event='click' data-month='"+A.getMonth()+"' data-year='"+A.getFullYear()+"'")+">"+(F&&!_?" ":L?"<span class='ui-state-default'>"+A.getDate()+"</span>":"<a class='ui-state-default"+(A.getTime()===B.getTime()?" ui-state-highlight":"")+(A.getTime()===G.getTime()?" ui-state-active":"")+(F?" ui-priority-secondary":"")+"' href='#'>"+A.getDate()+"</a>")+"</td>",A.setDate(A.getDate()+1),A=this._daylightSavingAdjust(A);T+=W+"</tr>"}Z++,Z>11&&(Z=0,te++),T+="</tbody></table>"+(X?"</div>"+(U[0]>0&&C===U[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),x+=T}y+=x}return y+=l,t._keyEvent=!1,y},_generateMonthYearHeader:function(t,e,i,s,n,o,a,r){var h,l,c,u,d,p,f,g,m=this._get(t,"changeMonth"),_=this._get(t,"changeYear"),v=this._get(t,"showMonthAfterYear"),b="<div class='ui-datepicker-title'>",y="";if(o||!m)y+="<span class='ui-datepicker-month'>"+a[e]+"</span>";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,y+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",c=0;12>c;c++)(!h||c>=s.getMonth())&&(!l||n.getMonth()>=c)&&(y+="<option value='"+c+"'"+(c===e?" selected='selected'":"")+">"+r[c]+"</option>");y+="</select>"}if(v||(b+=y+(!o&&m&&_?"":" ")),!t.yearshtml)if(t.yearshtml="",o||!_)b+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(u=this._get(t,"yearRange").split(":"),d=(new Date).getFullYear(),p=function(t){var e=t.match(/c[+\-].*/)?i+parseInt(t.substring(1),10):t.match(/[+\-].*/)?d+parseInt(t,10):parseInt(t,10);return isNaN(e)?d:e},f=p(u[0]),g=Math.max(f,p(u[1]||"")),f=s?Math.max(f,s.getFullYear()):f,g=n?Math.min(g,n.getFullYear()):g,t.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";g>=f;f++)t.yearshtml+="<option value='"+f+"'"+(f===i?" selected='selected'":"")+">"+f+"</option>";t.yearshtml+="</select>",b+=t.yearshtml,t.yearshtml=null}return b+=this._get(t,"yearSuffix"),v&&(b+=(!o&&m&&_?"":" ")+y),b+="</div>"},_adjustInstDate:function(t,e,i){var s=t.selectedYear+("Y"===i?e:0),n=t.selectedMonth+("M"===i?e:0),o=Math.min(t.selectedDay,this._getDaysInMonth(s,n))+("D"===i?e:0),a=this._restrictMinMax(t,this._daylightSavingAdjust(new Date(s,n,o)));t.selectedDay=a.getDate(),t.drawMonth=t.selectedMonth=a.getMonth(),t.drawYear=t.selectedYear=a.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(t)},_restrictMinMax:function(t,e){var i=this._getMinMaxDate(t,"min"),s=this._getMinMaxDate(t,"max"),n=i&&i>e?i:e;return s&&n>s?s:n},_notifyChange:function(t){var e=this._get(t,"onChangeMonthYear");e&&e.apply(t.input?t.input[0]:null,[t.selectedYear,t.selectedMonth+1,t])},_getNumberOfMonths:function(t){var e=this._get(t,"numberOfMonths");return null==e?[1,1]:"number"==typeof e?[1,e]:e},_getMinMaxDate:function(t,e){return this._determineDate(t,this._get(t,e+"Date"),null)},_getDaysInMonth:function(t,e){return 32-this._daylightSavingAdjust(new Date(t,e,32)).getDate()},_getFirstDayOfMonth:function(t,e){return new Date(t,e,1).getDay()},_canAdjustMonth:function(t,e,i,s){var n=this._getNumberOfMonths(t),o=this._daylightSavingAdjust(new Date(i,s+(0>e?e:n[0]*n[1]),1));return 0>e&&o.setDate(this._getDaysInMonth(o.getFullYear(),o.getMonth())),this._isInRange(t,o)},_isInRange:function(t,e){var i,s,n=this._getMinMaxDate(t,"min"),o=this._getMinMaxDate(t,"max"),a=null,r=null,h=this._get(t,"yearRange");return h&&(i=h.split(":"),s=(new Date).getFullYear(),a=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(a+=s),i[1].match(/[+\-].*/)&&(r+=s)),(!n||e.getTime()>=n.getTime())&&(!o||e.getTime()<=o.getTime())&&(!a||e.getFullYear()>=a)&&(!r||r>=e.getFullYear())},_getFormatConfig:function(t){var e=this._get(t,"shortYearCutoff");return e="string"!=typeof e?e:(new Date).getFullYear()%100+parseInt(e,10),{shortYearCutoff:e,dayNamesShort:this._get(t,"dayNamesShort"),dayNames:this._get(t,"dayNames"),monthNamesShort:this._get(t,"monthNamesShort"),monthNames:this._get(t,"monthNames")}},_formatDate:function(t,e,i,s){e||(t.currentDay=t.selectedDay,t.currentMonth=t.selectedMonth,t.currentYear=t.selectedYear);var n=e?"object"==typeof e?e:this._daylightSavingAdjust(new Date(s,i,e)):this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return this.formatDate(this._get(t,"dateFormat"),n,this._getFormatConfig(t))}}),t.fn.datepicker=function(e){if(!this.length)return this;t.datepicker.initialized||(t(document).on("mousedown",t.datepicker._checkExternalClick),t.datepicker.initialized=!0),0===t("#"+t.datepicker._mainDivId).length&&t("body").append(t.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof e||"isDisabled"!==e&&"getDate"!==e&&"widget"!==e?"option"===e&&2===arguments.length&&"string"==typeof arguments[1]?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof e?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this].concat(i)):t.datepicker._attachDatepicker(this,e)}):t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i))},t.datepicker=new s,t.datepicker.initialized=!1,t.datepicker.uuid=(new Date).getTime(),t.datepicker.version="1.12.1",t.datepicker,t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var _=!1;t(document).on("mouseup",function(){_=!1}),t.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!_){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var i=this,s=1===e.which,n="string"==typeof this.options.cancel&&e.target.nodeName?t(e.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(e)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(e)!==!1,!this._mouseStarted)?(e.preventDefault(),!0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return i._mouseMove(t)},this._mouseUpDelegate=function(t){return i._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),_=!0,!0)):!0}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,_=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,i,s){var n,o=t.ui[e].prototype;for(n in s)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([i,s[n]])},call:function(t,e,i,s){var n,o=t.plugins[e];if(o&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(n=0;o.length>n;n++)t.options[o[n][0]]&&o[n][1].apply(t.element,i)}},t.ui.safeBlur=function(e){e&&"body"!==e.nodeName.toLowerCase()&&t(e).trigger("blur")},t.widget("ui.draggable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(t,e){this._super(t,e),"handle"===t&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){return(this.helper||this.element).is(".ui-draggable-dragging")?(this.destroyOnClear=!0,void 0):(this._removeHandleClassName(),this._mouseDestroy(),void 0)},_mouseCapture:function(e){var i=this.options;return this.helper||i.disabled||t(e.target).closest(".ui-resizable-handle").length>0?!1:(this.handle=this._getHandle(e),this.handle?(this._blurActiveElement(e),this._blockFrames(i.iframeFix===!0?"iframe":i.iframeFix),!0):!1)},_blockFrames:function(e){this.iframeBlocks=this.document.find(e).map(function(){var e=t(this);return t("<div>").css("position","absolute").appendTo(e.parent()).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(e){var i=t.ui.safeActiveElement(this.document[0]),s=t(e.target);s.closest(i).length||t.ui.safeBlur(i)},_mouseStart:function(e){var i=this.options;return this.helper=this._createHelper(e),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),t.ui.ddmanager&&(t.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter(function(){return"fixed"===t(this).css("position")}).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(e),this.originalPosition=this.position=this._generatePosition(e,!1),this.originalPageX=e.pageX,this.originalPageY=e.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),this._trigger("start",e)===!1?(this._clear(),!1):(this._cacheHelperProportions(),t.ui.ddmanager&&!i.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this._mouseDrag(e,!0),t.ui.ddmanager&&t.ui.ddmanager.dragStart(this,e),!0)},_refreshOffsets:function(t){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:t.pageX-this.offset.left,top:t.pageY-this.offset.top}},_mouseDrag:function(e,i){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(e,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var s=this._uiHash();if(this._trigger("drag",e,s)===!1)return this._mouseUp(new t.Event("mouseup",e)),!1;this.position=s.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),!1},_mouseStop:function(e){var i=this,s=!1;return t.ui.ddmanager&&!this.options.dropBehaviour&&(s=t.ui.ddmanager.drop(this,e)),this.dropped&&(s=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!s||"valid"===this.options.revert&&s||this.options.revert===!0||t.isFunction(this.options.revert)&&this.options.revert.call(this.element,s)?t(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){i._trigger("stop",e)!==!1&&i._clear()}):this._trigger("stop",e)!==!1&&this._clear(),!1},_mouseUp:function(e){return this._unblockFrames(),t.ui.ddmanager&&t.ui.ddmanager.dragStop(this,e),this.handleElement.is(e.target)&&this.element.trigger("focus"),t.ui.mouse.prototype._mouseUp.call(this,e)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new t.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(e){return this.options.handle?!!t(e.target).closest(this.element.find(this.options.handle)).length:!0},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper),n=s?t(i.helper.apply(this.element[0],[e])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return n.parents("body").length||n.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),s&&n[0]===this.element[0]&&this._setPositionRelative(),n[0]===this.element[0]||/(fixed|absolute)/.test(n.css("position"))||n.css("position","absolute"),n},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_isRootNode:function(t){return/(html|body)/i.test(t.tagName)||t===this.document[0]},_getParentOffset:function(){var e=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var t=this.element.position(),e=this._isRootNode(this.scrollParent[0]);return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+(e?0:this.scrollParent.scrollTop()),left:t.left-(parseInt(this.helper.css("left"),10)||0)+(e?0:this.scrollParent.scrollLeft())} -},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options,o=this.document[0];return this.relativeContainer=null,n.containment?"window"===n.containment?(this.containment=[t(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,t(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,t(window).scrollLeft()+t(window).width()-this.helperProportions.width-this.margins.left,t(window).scrollTop()+(t(window).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):"document"===n.containment?(this.containment=[0,0,t(o).width()-this.helperProportions.width-this.margins.left,(t(o).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):n.containment.constructor===Array?(this.containment=n.containment,void 0):("parent"===n.containment&&(n.containment=this.helper[0].parentNode),i=t(n.containment),s=i[0],s&&(e=/(scroll|auto)/.test(i.css("overflow")),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(e?Math.max(s.scrollWidth,s.offsetWidth):s.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(e?Math.max(s.scrollHeight,s.offsetHeight):s.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i),void 0):(this.containment=null,void 0)},_convertPositionTo:function(t,e){e||(e=this.position);var i="absolute"===t?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:e.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:e.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}},_generatePosition:function(t,e){var i,s,n,o,a=this.options,r=this._isRootNode(this.scrollParent[0]),h=t.pageX,l=t.pageY;return r&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),e&&(this.containment&&(this.relativeContainer?(s=this.relativeContainer.offset(),i=[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):i=this.containment,t.pageX-this.offset.click.left<i[0]&&(h=i[0]+this.offset.click.left),t.pageY-this.offset.click.top<i[1]&&(l=i[1]+this.offset.click.top),t.pageX-this.offset.click.left>i[2]&&(h=i[2]+this.offset.click.left),t.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),a.grid&&(n=a.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/a.grid[1])*a.grid[1]:this.originalPageY,l=i?n-this.offset.click.top>=i[1]||n-this.offset.click.top>i[3]?n:n-this.offset.click.top>=i[1]?n-a.grid[1]:n+a.grid[1]:n,o=a.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/a.grid[0])*a.grid[0]:this.originalPageX,h=i?o-this.offset.click.left>=i[0]||o-this.offset.click.left>i[2]?o:o-this.offset.click.left>=i[0]?o-a.grid[0]:o+a.grid[0]:o),"y"===a.axis&&(h=this.originalPageX),"x"===a.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:r?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:r?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(e,i,s){return s=s||this._uiHash(),t.ui.plugin.call(this,e,[i,s,this],!0),/^(drag|start|stop)/.test(e)&&(this.positionAbs=this._convertPositionTo("absolute"),s.offset=this.positionAbs),t.Widget.prototype._trigger.call(this,e,i,s)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),t.ui.plugin.add("draggable","connectToSortable",{start:function(e,i,s){var n=t.extend({},i,{item:s.element});s.sortables=[],t(s.options.connectToSortable).each(function(){var i=t(this).sortable("instance");i&&!i.options.disabled&&(s.sortables.push(i),i.refreshPositions(),i._trigger("activate",e,n))})},stop:function(e,i,s){var n=t.extend({},i,{item:s.element});s.cancelHelperRemoval=!1,t.each(s.sortables,function(){var t=this;t.isOver?(t.isOver=0,s.cancelHelperRemoval=!0,t.cancelHelperRemoval=!1,t._storedCSS={position:t.placeholder.css("position"),top:t.placeholder.css("top"),left:t.placeholder.css("left")},t._mouseStop(e),t.options.helper=t.options._helper):(t.cancelHelperRemoval=!0,t._trigger("deactivate",e,n))})},drag:function(e,i,s){t.each(s.sortables,function(){var n=!1,o=this;o.positionAbs=s.positionAbs,o.helperProportions=s.helperProportions,o.offset.click=s.offset.click,o._intersectsWith(o.containerCache)&&(n=!0,t.each(s.sortables,function(){return this.positionAbs=s.positionAbs,this.helperProportions=s.helperProportions,this.offset.click=s.offset.click,this!==o&&this._intersectsWith(this.containerCache)&&t.contains(o.element[0],this.element[0])&&(n=!1),n})),n?(o.isOver||(o.isOver=1,s._parent=i.helper.parent(),o.currentItem=i.helper.appendTo(o.element).data("ui-sortable-item",!0),o.options._helper=o.options.helper,o.options.helper=function(){return i.helper[0]},e.target=o.currentItem[0],o._mouseCapture(e,!0),o._mouseStart(e,!0,!0),o.offset.click.top=s.offset.click.top,o.offset.click.left=s.offset.click.left,o.offset.parent.left-=s.offset.parent.left-o.offset.parent.left,o.offset.parent.top-=s.offset.parent.top-o.offset.parent.top,s._trigger("toSortable",e),s.dropped=o.element,t.each(s.sortables,function(){this.refreshPositions()}),s.currentItem=s.element,o.fromOutside=s),o.currentItem&&(o._mouseDrag(e),i.position=o.position)):o.isOver&&(o.isOver=0,o.cancelHelperRemoval=!0,o.options._revert=o.options.revert,o.options.revert=!1,o._trigger("out",e,o._uiHash(o)),o._mouseStop(e,!0),o.options.revert=o.options._revert,o.options.helper=o.options._helper,o.placeholder&&o.placeholder.remove(),i.helper.appendTo(s._parent),s._refreshOffsets(e),i.position=s._generatePosition(e,!0),s._trigger("fromSortable",e),s.dropped=!1,t.each(s.sortables,function(){this.refreshPositions()}))})}}),t.ui.plugin.add("draggable","cursor",{start:function(e,i,s){var n=t("body"),o=s.options;n.css("cursor")&&(o._cursor=n.css("cursor")),n.css("cursor",o.cursor)},stop:function(e,i,s){var n=s.options;n._cursor&&t("body").css("cursor",n._cursor)}}),t.ui.plugin.add("draggable","opacity",{start:function(e,i,s){var n=t(i.helper),o=s.options;n.css("opacity")&&(o._opacity=n.css("opacity")),n.css("opacity",o.opacity)},stop:function(e,i,s){var n=s.options;n._opacity&&t(i.helper).css("opacity",n._opacity)}}),t.ui.plugin.add("draggable","scroll",{start:function(t,e,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(e,i,s){var n=s.options,o=!1,a=s.scrollParentNotHidden[0],r=s.document[0];a!==r&&"HTML"!==a.tagName?(n.axis&&"x"===n.axis||(s.overflowOffset.top+a.offsetHeight-e.pageY<n.scrollSensitivity?a.scrollTop=o=a.scrollTop+n.scrollSpeed:e.pageY-s.overflowOffset.top<n.scrollSensitivity&&(a.scrollTop=o=a.scrollTop-n.scrollSpeed)),n.axis&&"y"===n.axis||(s.overflowOffset.left+a.offsetWidth-e.pageX<n.scrollSensitivity?a.scrollLeft=o=a.scrollLeft+n.scrollSpeed:e.pageX-s.overflowOffset.left<n.scrollSensitivity&&(a.scrollLeft=o=a.scrollLeft-n.scrollSpeed))):(n.axis&&"x"===n.axis||(e.pageY-t(r).scrollTop()<n.scrollSensitivity?o=t(r).scrollTop(t(r).scrollTop()-n.scrollSpeed):t(window).height()-(e.pageY-t(r).scrollTop())<n.scrollSensitivity&&(o=t(r).scrollTop(t(r).scrollTop()+n.scrollSpeed))),n.axis&&"y"===n.axis||(e.pageX-t(r).scrollLeft()<n.scrollSensitivity?o=t(r).scrollLeft(t(r).scrollLeft()-n.scrollSpeed):t(window).width()-(e.pageX-t(r).scrollLeft())<n.scrollSensitivity&&(o=t(r).scrollLeft(t(r).scrollLeft()+n.scrollSpeed)))),o!==!1&&t.ui.ddmanager&&!n.dropBehaviour&&t.ui.ddmanager.prepareOffsets(s,e)}}),t.ui.plugin.add("draggable","snap",{start:function(e,i,s){var n=s.options;s.snapElements=[],t(n.snap.constructor!==String?n.snap.items||":data(ui-draggable)":n.snap).each(function(){var e=t(this),i=e.offset();this!==s.element[0]&&s.snapElements.push({item:this,width:e.outerWidth(),height:e.outerHeight(),top:i.top,left:i.left})})},drag:function(e,i,s){var n,o,a,r,h,l,c,u,d,p,f=s.options,g=f.snapTolerance,m=i.offset.left,_=m+s.helperProportions.width,v=i.offset.top,b=v+s.helperProportions.height;for(d=s.snapElements.length-1;d>=0;d--)h=s.snapElements[d].left-s.margins.left,l=h+s.snapElements[d].width,c=s.snapElements[d].top-s.margins.top,u=c+s.snapElements[d].height,h-g>_||m>l+g||c-g>b||v>u+g||!t.contains(s.snapElements[d].item.ownerDocument,s.snapElements[d].item)?(s.snapElements[d].snapping&&s.options.snap.release&&s.options.snap.release.call(s.element,e,t.extend(s._uiHash(),{snapItem:s.snapElements[d].item})),s.snapElements[d].snapping=!1):("inner"!==f.snapMode&&(n=g>=Math.abs(c-b),o=g>=Math.abs(u-v),a=g>=Math.abs(h-_),r=g>=Math.abs(l-m),n&&(i.position.top=s._convertPositionTo("relative",{top:c-s.helperProportions.height,left:0}).top),o&&(i.position.top=s._convertPositionTo("relative",{top:u,left:0}).top),a&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h-s.helperProportions.width}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l}).left)),p=n||o||a||r,"outer"!==f.snapMode&&(n=g>=Math.abs(c-v),o=g>=Math.abs(u-b),a=g>=Math.abs(h-m),r=g>=Math.abs(l-_),n&&(i.position.top=s._convertPositionTo("relative",{top:c,left:0}).top),o&&(i.position.top=s._convertPositionTo("relative",{top:u-s.helperProportions.height,left:0}).top),a&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l-s.helperProportions.width}).left)),!s.snapElements[d].snapping&&(n||o||a||r||p)&&s.options.snap.snap&&s.options.snap.snap.call(s.element,e,t.extend(s._uiHash(),{snapItem:s.snapElements[d].item})),s.snapElements[d].snapping=n||o||a||r||p)}}),t.ui.plugin.add("draggable","stack",{start:function(e,i,s){var n,o=s.options,a=t.makeArray(t(o.stack)).sort(function(e,i){return(parseInt(t(e).css("zIndex"),10)||0)-(parseInt(t(i).css("zIndex"),10)||0)});a.length&&(n=parseInt(t(a[0]).css("zIndex"),10)||0,t(a).each(function(e){t(this).css("zIndex",n+e)}),this.css("zIndex",n+a.length))}}),t.ui.plugin.add("draggable","zIndex",{start:function(e,i,s){var n=t(i.helper),o=s.options;n.css("zIndex")&&(o._zIndex=n.css("zIndex")),n.css("zIndex",o.zIndex)},stop:function(e,i,s){var n=s.options;n._zIndex&&t(i.helper).css("zIndex",n._zIndex)}}),t.ui.draggable,t.widget("ui.resizable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,i){if("hidden"===t(e).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return e[s]>0?!0:(e[s]=1,n=e[s]>0,e[s]=0,n)},_create:function(){var e,i=this.options,s=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!i.aspectRatio,aspectRatio:i.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:i.helper||i.ghost||i.animate?i.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),i.autoHide&&t(this.element).on("mouseenter",function(){i.disabled||(s._removeClass("ui-resizable-autohide"),s._handles.show())}).on("mouseleave",function(){i.disabled||s.resizing||(s._addClass("ui-resizable-autohide"),s._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();var e,i=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;default:}},_setupHandles:function(){var e,i,s,n,o,a=this.options,r=this;if(this.handles=a.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),s=this.handles.split(","),this.handles={},i=0;s.length>i;i++)e=t.trim(s[i]),n="ui-resizable-"+e,o=t("<div>"),this._addClass(o,"ui-resizable-handle "+n),o.css({zIndex:a.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.append(o);this._renderAxis=function(e){var i,s,n,o;e=e||this.element;for(i in this.handles)this.handles[i].constructor===String?this.handles[i]=this.element.children(this.handles[i]).first().show():(this.handles[i].jquery||this.handles[i].nodeType)&&(this.handles[i]=t(this.handles[i]),this._on(this.handles[i],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(s=t(this.handles[i],this.element),o=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),e.css(n,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[i])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),a.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(e){var i,s,n=!1;for(i in this.handles)s=t(this.handles[i])[0],(s===e.target||t.contains(s,e.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(e){var i,s,n,o=this.options,a=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),o.containment&&(i+=t(o.containment).scrollLeft()||0,s+=t(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:a.width(),height:a.height()},this.originalSize=this._helper?{width:a.outerWidth(),height:a.outerHeight()}:{width:a.width(),height:a.height()},this.sizeDiff={width:a.outerWidth()-a.width(),height:a.outerHeight()-a.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===n?this.axis+"-resize":n),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var i,s,n=this.originalMousePosition,o=this.axis,a=e.pageX-n.left||0,r=e.pageY-n.top||0,h=this._change[o];return this._updatePrevProperties(),h?(i=h.apply(this,[e,a,r]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(i=this._updateRatio(i,e)),i=this._respectSize(i,e),this._updateCache(i),this._propagate("resize",e),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(e){this.resizing=!1;var i,s,n,o,a,r,h,l=this.options,c=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:c.sizeDiff.height,o=s?0:c.sizeDiff.width,a={width:c.helper.width()-o,height:c.helper.height()-n},r=parseFloat(c.element.css("left"))+(c.position.left-c.originalPosition.left)||null,h=parseFloat(c.element.css("top"))+(c.position.top-c.originalPosition.top)||null,l.animate||this.element.css(t.extend(a,{top:h,left:r})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,n,o,a=this.options;o={minWidth:this._isNumber(a.minWidth)?a.minWidth:0,maxWidth:this._isNumber(a.maxWidth)?a.maxWidth:1/0,minHeight:this._isNumber(a.minHeight)?a.minHeight:0,maxHeight:this._isNumber(a.maxHeight)?a.maxHeight:1/0},(this._aspectRatio||t)&&(e=o.minHeight*this.aspectRatio,s=o.minWidth/this.aspectRatio,i=o.maxHeight*this.aspectRatio,n=o.maxWidth/this.aspectRatio,e>o.minWidth&&(o.minWidth=e),s>o.minHeight&&(o.minHeight=s),o.maxWidth>i&&(o.maxWidth=i),o.maxHeight>n&&(o.maxHeight=n)),this._vBoundaries=o},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidth<t.width,n=this._isNumber(t.height)&&e.maxHeight&&e.maxHeight<t.height,o=this._isNumber(t.width)&&e.minWidth&&e.minWidth>t.width,a=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,r=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),c=/nw|ne|n/.test(i);return o&&(t.width=e.minWidth),a&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),n&&(t.height=e.maxHeight),o&&l&&(t.left=r-e.minWidth),s&&l&&(t.left=r-e.maxWidth),a&&c&&(t.top=h-e.minHeight),n&&c&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],n=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];4>e;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(n[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;this._proportionallyResizeElements.length>e;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var e=this.element,i=this.options;this.elementOffset=e.offset(),this._helper?(this.helper=this.helper||t("<div style='overflow:hidden;'></div>"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize,s=this.originalPosition;return{left:s.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},sw:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,i,s]))},ne:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},nw:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,i,s]))}},_propagate:function(e,i){t.ui.plugin.call(this,e,[i,this.ui()]),"resize"!==e&&this._trigger(e,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var i=t(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,o=n.length&&/textarea/i.test(n[0].nodeName),a=o&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-a},l=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,c=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};n&&n.length&&t(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,i,s,n,o,a,r,h=t(this).resizable("instance"),l=h.options,c=h.element,u=l.containment,d=u instanceof t?u.get(0):/parent/.test(u)?c.parent().get(0):u;d&&(h.containerElement=t(d),/document/.test(u)||u===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),i=[],t(["Top","Right","Left","Bottom"]).each(function(t,s){i[t]=h._num(e.css("padding"+s))}),h.containerOffset=e.offset(),h.containerPosition=e.position(),h.containerSize={height:e.innerHeight()-i[3],width:e.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,o=h.containerSize.width,a=h._hasScroll(d,"left")?d.scrollWidth:o,r=h._hasScroll(d)?d.scrollHeight:n,h.parentData={element:d,left:s.left,top:s.top,width:a,height:r}))},resize:function(e){var i,s,n,o,a=t(this).resizable("instance"),r=a.options,h=a.containerOffset,l=a.position,c=a._aspectRatio||e.shiftKey,u={top:0,left:0},d=a.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(u=h),l.left<(a._helper?h.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-h.left:a.position.left-u.left),c&&(a.size.height=a.size.width/a.aspectRatio,p=!1),a.position.left=r.helper?h.left:0),l.top<(a._helper?h.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-h.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio,p=!1),a.position.top=a._helper?h.top:0),n=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),n&&o?(a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top):(a.offset.left=a.element.offset().left,a.offset.top=a.element.offset().top),i=Math.abs(a.sizeDiff.width+(a._helper?a.offset.left-u.left:a.offset.left-h.left)),s=Math.abs(a.sizeDiff.height+(a._helper?a.offset.top-u.top:a.offset.top-h.top)),i+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-i,c&&(a.size.height=a.size.width/a.aspectRatio,p=!1)),s+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-s,c&&(a.size.width=a.size.height*a.aspectRatio,p=!1)),p||(a.position.left=a.prevPosition.left,a.position.top=a.prevPosition.top,a.size.width=a.prevSize.width,a.size.height=a.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),i=e.options,s=e.containerOffset,n=e.containerPosition,o=e.containerElement,a=t(e.helper),r=a.offset(),h=a.outerWidth()-e.sizeDiff.width,l=a.outerHeight()-e.sizeDiff.height;e._helper&&!i.animate&&/relative/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l}),e._helper&&!i.animate&&/static/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance"),i=e.options;t(i.alsoResize).each(function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.width()),height:parseFloat(e.height()),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})})},resize:function(e,i){var s=t(this).resizable("instance"),n=s.options,o=s.originalSize,a=s.originalPosition,r={height:s.size.height-o.height||0,width:s.size.width-o.width||0,top:s.position.top-a.top||0,left:s.position.left-a.left||0};t(n.alsoResize).each(function(){var e=t(this),s=t(this).data("ui-resizable-alsoresize"),n={},o=e.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(o,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&i>=0&&(n[e]=i||null)}),e.css(n)})},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),i=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:i.height,width:i.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),t.uiBackCompat!==!1&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,i=t(this).resizable("instance"),s=i.options,n=i.size,o=i.originalSize,a=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,c=h[1]||1,u=Math.round((n.width-o.width)/l)*l,d=Math.round((n.height-o.height)/c)*c,p=o.width+u,f=o.height+d,g=s.maxWidth&&p>s.maxWidth,m=s.maxHeight&&f>s.maxHeight,_=s.minWidth&&s.minWidth>p,v=s.minHeight&&s.minHeight>f;s.grid=h,_&&(p+=l),v&&(f+=c),g&&(p-=l),m&&(f-=c),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=a.top-d):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=a.left-u):((0>=f-c||0>=p-l)&&(e=i._getPaddingPlusBorderDimensions(this)),f-c>0?(i.size.height=f,i.position.top=a.top-d):(f=c-e.height,i.size.height=f,i.position.top=a.top+o.height-f),p-l>0?(i.size.width=p,i.position.left=a.left-u):(p=l-e.width,i.size.width=p,i.position.left=a.left+o.width-p))}}),t.ui.resizable,t.widget("ui.dialog",{version:"1.12.1",options:{appendTo:"body",autoOpen:!0,buttons:[],classes:{"ui-dialog":"ui-corner-all","ui-dialog-titlebar":"ui-corner-all"},closeOnEscape:!0,closeText:"Close",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var i=t(this).css(e).offset().top;0>i&&t(this).css("top",e.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),null==this.options.title&&null!=this.originalTitle&&(this.options.title=this.originalTitle),this.options.disabled&&(this.options.disabled=!1),this._createWrapper(),this.element.show().removeAttr("title").appendTo(this.uiDialog),this._addClass("ui-dialog-content","ui-widget-content"),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&t.fn.draggable&&this._makeDraggable(),this.options.resizable&&t.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var e=this.options.appendTo;return e&&(e.jquery||e.nodeType)?t(e):this.document.find(e||"body").eq(0)},_destroy:function(){var t,e=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().css(this.originalCss).detach(),this.uiDialog.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),t=e.parent.children().eq(e.index),t.length&&t[0]!==this.element[0]?t.before(this.element):e.parent.append(this.element)},widget:function(){return this.uiDialog -},disable:t.noop,enable:t.noop,close:function(e){var i=this;this._isOpen&&this._trigger("beforeClose",e)!==!1&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||t.ui.safeBlur(t.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,function(){i._trigger("close",e)}))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(e,i){var s=!1,n=this.uiDialog.siblings(".ui-front:visible").map(function(){return+t(this).css("z-index")}).get(),o=Math.max.apply(null,n);return o>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",o+1),s=!0),s&&!i&&this._trigger("focus",e),s},open:function(){var e=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),void 0):(this._isOpen=!0,this.opener=t(t.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,function(){e._focusTabbable(),e._trigger("focus")}),this._makeFocusTarget(),this._trigger("open"),void 0)},_focusTabbable:function(){var t=this._focusedElement;t||(t=this.element.find("[autofocus]")),t.length||(t=this.element.find(":tabbable")),t.length||(t=this.uiDialogButtonPane.find(":tabbable")),t.length||(t=this.uiDialogTitlebarClose.filter(":tabbable")),t.length||(t=this.uiDialog),t.eq(0).trigger("focus")},_keepFocus:function(e){function i(){var e=t.ui.safeActiveElement(this.document[0]),i=this.uiDialog[0]===e||t.contains(this.uiDialog[0],e);i||this._focusTabbable()}e.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=t("<div>").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(e){if(this.options.closeOnEscape&&!e.isDefaultPrevented()&&e.keyCode&&e.keyCode===t.ui.keyCode.ESCAPE)return e.preventDefault(),this.close(e),void 0;if(e.keyCode===t.ui.keyCode.TAB&&!e.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");e.target!==n[0]&&e.target!==this.uiDialog[0]||e.shiftKey?e.target!==s[0]&&e.target!==this.uiDialog[0]||!e.shiftKey||(this._delay(function(){n.trigger("focus")}),e.preventDefault()):(this._delay(function(){s.trigger("focus")}),e.preventDefault())}},mousedown:function(t){this._moveToTop(t)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var e;this.uiDialogTitlebar=t("<div>"),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(e){t(e.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=t("<button type='button'></button>").button({label:t("<a>").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(t){t.preventDefault(),this.close(t)}}),e=t("<span>").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(e,"ui-dialog-title"),this._title(e),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":e.attr("id")})},_title:function(t){this.options.title?t.text(this.options.title):t.html(" ")},_createButtonPane:function(){this.uiDialogButtonPane=t("<div>"),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=t("<div>").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var e=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),t.isEmptyObject(i)||t.isArray(i)&&!i.length?(this._removeClass(this.uiDialog,"ui-dialog-buttons"),void 0):(t.each(i,function(i,s){var n,o;s=t.isFunction(s)?{click:s,text:i}:s,s=t.extend({type:"button"},s),n=s.click,o={icon:s.icon,iconPosition:s.iconPosition,showLabel:s.showLabel,icons:s.icons,text:s.text},delete s.click,delete s.icon,delete s.iconPosition,delete s.showLabel,delete s.icons,"boolean"==typeof s.text&&delete s.text,t("<button></button>",s).button(o).appendTo(e.uiButtonSet).on("click",function(){n.apply(e.element[0],arguments)})}),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog),void 0)},_makeDraggable:function(){function e(t){return{position:t.position,offset:t.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(s,n){i._addClass(t(this),"ui-dialog-dragging"),i._blockFrames(),i._trigger("dragStart",s,e(n))},drag:function(t,s){i._trigger("drag",t,e(s))},stop:function(n,o){var a=o.offset.left-i.document.scrollLeft(),r=o.offset.top-i.document.scrollTop();s.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" "+"top"+(r>=0?"+":"")+r,of:i.window},i._removeClass(t(this),"ui-dialog-dragging"),i._unblockFrames(),i._trigger("dragStop",n,e(o))}})},_makeResizable:function(){function e(t){return{originalPosition:t.originalPosition,originalSize:t.originalSize,position:t.position,size:t.size}}var i=this,s=this.options,n=s.resizable,o=this.uiDialog.css("position"),a="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:a,start:function(s,n){i._addClass(t(this),"ui-dialog-resizing"),i._blockFrames(),i._trigger("resizeStart",s,e(n))},resize:function(t,s){i._trigger("resize",t,e(s))},stop:function(n,o){var a=i.uiDialog.offset(),r=a.left-i.document.scrollLeft(),h=a.top-i.document.scrollTop();s.height=i.uiDialog.height(),s.width=i.uiDialog.width(),s.position={my:"left top",at:"left"+(r>=0?"+":"")+r+" "+"top"+(h>=0?"+":"")+h,of:i.window},i._removeClass(t(this),"ui-dialog-resizing"),i._unblockFrames(),i._trigger("resizeStop",n,e(o))}}).css("position",o)},_trackFocus:function(){this._on(this.widget(),{focusin:function(e){this._makeFocusTarget(),this._focusedElement=t(e.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var e=this._trackingInstances(),i=t.inArray(this,e);-1!==i&&e.splice(i,1)},_trackingInstances:function(){var t=this.document.data("ui-dialog-instances");return t||(t=[],this.document.data("ui-dialog-instances",t)),t},_minHeight:function(){var t=this.options;return"auto"===t.height?t.minHeight:Math.min(t.minHeight,t.height)},_position:function(){var t=this.uiDialog.is(":visible");t||this.uiDialog.show(),this.uiDialog.position(this.options.position),t||this.uiDialog.hide()},_setOptions:function(e){var i=this,s=!1,n={};t.each(e,function(t,e){i._setOption(t,e),t in i.sizeRelatedOptions&&(s=!0),t in i.resizableRelatedOptions&&(n[t]=e)}),s&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",n)},_setOption:function(e,i){var s,n,o=this.uiDialog;"disabled"!==e&&(this._super(e,i),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:t("<a>").text(""+this.options.closeText).html()}),"draggable"===e&&(s=o.is(":data(ui-draggable)"),s&&!i&&o.draggable("destroy"),!s&&i&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&(n=o.is(":data(ui-resizable)"),n&&!i&&o.resizable("destroy"),n&&"string"==typeof i&&o.resizable("option","handles",i),n||i===!1||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var t,e,i,s=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),t=this.uiDialog.css({height:"auto",width:s.width}).outerHeight(),e=Math.max(0,s.minHeight-t),i="number"==typeof s.maxHeight?Math.max(0,s.maxHeight-t):"none","auto"===s.height?this.element.css({minHeight:e,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,s.height-t)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map(function(){var e=t(this);return t("<div>").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return t(e.target).closest(".ui-dialog").length?!0:!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=!0;this._delay(function(){e=!1}),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(t){e||this._allowInteraction(t)||(t.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=t("<div>").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var t=this.document.data("ui-dialog-overlays")-1;t?this.document.data("ui-dialog-overlays",t):(this._off(this.document,"focusin"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),t.uiBackCompat!==!1&&t.widget("ui.dialog",t.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(t,e){"dialogClass"===t&&this.uiDialog.removeClass(this.options.dialogClass).addClass(e),this._superApply(arguments)}}),t.ui.dialog,t.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var e,i=this.options,s=i.accept;this.isover=!1,this.isout=!0,this.accept=t.isFunction(s)?s:function(t){return t.is(s)},this.proportions=function(){return arguments.length?(e=arguments[0],void 0):e?e:e={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight}},this._addToManager(i.scope),i.addClasses&&this._addClass("ui-droppable")},_addToManager:function(e){t.ui.ddmanager.droppables[e]=t.ui.ddmanager.droppables[e]||[],t.ui.ddmanager.droppables[e].push(this)},_splice:function(t){for(var e=0;t.length>e;e++)t[e]===this&&t.splice(e,1)},_destroy:function(){var e=t.ui.ddmanager.droppables[this.options.scope];this._splice(e)},_setOption:function(e,i){if("accept"===e)this.accept=t.isFunction(i)?i:function(t){return t.is(i)};else if("scope"===e){var s=t.ui.ddmanager.droppables[this.options.scope];this._splice(s),this._addToManager(i)}this._super(e,i)},_activate:function(e){var i=t.ui.ddmanager.current;this._addActiveClass(),i&&this._trigger("activate",e,this.ui(i))},_deactivate:function(e){var i=t.ui.ddmanager.current;this._removeActiveClass(),i&&this._trigger("deactivate",e,this.ui(i))},_over:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._addHoverClass(),this._trigger("over",e,this.ui(i)))},_out:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeHoverClass(),this._trigger("out",e,this.ui(i)))},_drop:function(e,i){var s=i||t.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var i=t(this).droppable("instance");return i.options.greedy&&!i.options.disabled&&i.options.scope===s.options.scope&&i.accept.call(i.element[0],s.currentItem||s.element)&&v(s,t.extend(i,{offset:i.element.offset()}),i.options.tolerance,e)?(n=!0,!1):void 0}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",e,this.ui(s)),this.element):!1):!1},ui:function(t){return{draggable:t.currentItem||t.element,helper:t.helper,position:t.position,offset:t.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var v=t.ui.intersect=function(){function t(t,e,i){return t>=e&&e+i>t}return function(e,i,s,n){if(!i.offset)return!1;var o=(e.positionAbs||e.position.absolute).left+e.margins.left,a=(e.positionAbs||e.position.absolute).top+e.margins.top,r=o+e.helperProportions.width,h=a+e.helperProportions.height,l=i.offset.left,c=i.offset.top,u=l+i.proportions().width,d=c+i.proportions().height;switch(s){case"fit":return o>=l&&u>=r&&a>=c&&d>=h;case"intersect":return o+e.helperProportions.width/2>l&&u>r-e.helperProportions.width/2&&a+e.helperProportions.height/2>c&&d>h-e.helperProportions.height/2;case"pointer":return t(n.pageY,c,i.proportions().height)&&t(n.pageX,l,i.proportions().width);case"touch":return(a>=c&&d>=a||h>=c&&d>=h||c>a&&h>d)&&(o>=l&&u>=o||r>=l&&u>=r||l>o&&r>u);default:return!1}}}();t.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,i){var s,n,o=t.ui.ddmanager.droppables[e.options.scope]||[],a=i?i.type:null,r=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(s=0;o.length>s;s++)if(!(o[s].options.disabled||e&&!o[s].accept.call(o[s].element[0],e.currentItem||e.element))){for(n=0;r.length>n;n++)if(r[n]===o[s].element[0]){o[s].proportions().height=0;continue t}o[s].visible="none"!==o[s].element.css("display"),o[s].visible&&("mousedown"===a&&o[s]._activate.call(o[s],i),o[s].offset=o[s].element.offset(),o[s].proportions({width:o[s].element[0].offsetWidth,height:o[s].element[0].offsetHeight}))}},drop:function(e,i){var s=!1;return t.each((t.ui.ddmanager.droppables[e.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&v(e,this,this.options.tolerance,i)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(e,i){e.element.parentsUntil("body").on("scroll.droppable",function(){e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)})},drag:function(e,i){e.options.refreshPositions&&t.ui.ddmanager.prepareOffsets(e,i),t.each(t.ui.ddmanager.droppables[e.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,o,a=v(e,this,this.options.tolerance,i),r=!a&&this.isover?"isout":a&&!this.isover?"isover":null;r&&(this.options.greedy&&(n=this.options.scope,o=this.element.parents(":data(ui-droppable)").filter(function(){return t(this).droppable("instance").options.scope===n}),o.length&&(s=t(o[0]).droppable("instance"),s.greedyChild="isover"===r)),s&&"isover"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this["isout"===r?"isover":"isout"]=!1,this["isover"===r?"_over":"_out"].call(this,i),s&&"isout"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(e,i){e.element.parentsUntil("body").off("scroll.droppable"),e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)}},t.uiBackCompat!==!1&&t.widget("ui.droppable",t.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}}),t.ui.droppable,t.widget("ui.progressbar",{version:"1.12.1",options:{classes:{"ui-progressbar":"ui-corner-all","ui-progressbar-value":"ui-corner-left","ui-progressbar-complete":"ui-corner-right"},max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.attr({role:"progressbar","aria-valuemin":this.min}),this._addClass("ui-progressbar","ui-widget ui-widget-content"),this.valueDiv=t("<div>").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(t){return void 0===t?this.options.value:(this.options.value=this._constrainedValue(t),this._refreshValue(),void 0)},_constrainedValue:function(t){return void 0===t&&(t=this.options.value),this.indeterminate=t===!1,"number"!=typeof t&&(t=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).width(i.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,e===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("<div>").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}}),t.widget("ui.selectable",t.ui.mouse,{version:"1.12.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e.elementPos=t(e.element[0]).offset(),e.selectees=t(e.options.filter,e.element[0]),e._addClass(e.selectees,"ui-selectee"),e.selectees.each(function(){var i=t(this),s=i.offset(),n={left:s.left-e.elementPos.left,top:s.top-e.elementPos.top};t.data(this,"selectable-item",{element:this,$element:i,left:n.left,top:n.top,right:n.left+i.outerWidth(),bottom:n.top+i.outerHeight(),startselected:!1,selected:i.hasClass("ui-selected"),selecting:i.hasClass("ui-selecting"),unselecting:i.hasClass("ui-unselecting")})})},this.refresh(),this._mouseInit(),this.helper=t("<div>"),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(e){var i=this,s=this.options;this.opos=[e.pageX,e.pageY],this.elementPos=t(this.element[0]).offset(),this.options.disabled||(this.selectees=t(s.filter,this.element[0]),this._trigger("start",e),t(s.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var s=t.data(this,"selectable-item");s.startselected=!0,e.metaKey||e.ctrlKey||(i._removeClass(s.$element,"ui-selected"),s.selected=!1,i._addClass(s.$element,"ui-unselecting"),s.unselecting=!0,i._trigger("unselecting",e,{unselecting:s.element}))}),t(e.target).parents().addBack().each(function(){var s,n=t.data(this,"selectable-item");return n?(s=!e.metaKey&&!e.ctrlKey||!n.$element.hasClass("ui-selected"),i._removeClass(n.$element,s?"ui-unselecting":"ui-selected")._addClass(n.$element,s?"ui-selecting":"ui-unselecting"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger("selecting",e,{selecting:n.element}):i._trigger("unselecting",e,{unselecting:n.element}),!1):void 0}))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,o=this.opos[0],a=this.opos[1],r=e.pageX,h=e.pageY;return o>r&&(i=r,r=o,o=i),a>h&&(i=h,h=a,a=i),this.helper.css({left:o,top:a,width:r-o,height:h-a}),this.selectees.each(function(){var i=t.data(this,"selectable-item"),l=!1,c={};i&&i.element!==s.element[0]&&(c.left=i.left+s.elementPos.left,c.right=i.right+s.elementPos.left,c.top=i.top+s.elementPos.top,c.bottom=i.bottom+s.elementPos.top,"touch"===n.tolerance?l=!(c.left>r||o>c.right||c.top>h||a>c.bottom):"fit"===n.tolerance&&(l=c.left>o&&r>c.right&&c.top>a&&h>c.bottom),l?(i.selected&&(s._removeClass(i.$element,"ui-selected"),i.selected=!1),i.unselecting&&(s._removeClass(i.$element,"ui-unselecting"),i.unselecting=!1),i.selecting||(s._addClass(i.$element,"ui-selecting"),i.selecting=!0,s._trigger("selecting",e,{selecting:i.element}))):(i.selecting&&((e.metaKey||e.ctrlKey)&&i.startselected?(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,s._addClass(i.$element,"ui-selected"),i.selected=!0):(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,i.startselected&&(s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0),s._trigger("unselecting",e,{unselecting:i.element}))),i.selected&&(e.metaKey||e.ctrlKey||i.startselected||(s._removeClass(i.$element,"ui-selected"),i.selected=!1,s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,s._trigger("unselecting",e,{unselecting:i.element})))))}),!1}},_mouseStop:function(e){var i=this;return this.dragged=!1,t(".ui-unselecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-unselecting"),s.unselecting=!1,s.startselected=!1,i._trigger("unselected",e,{unselected:s.element})}),t(".ui-selecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-selecting")._addClass(s.$element,"ui-selected"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger("selected",e,{selected:s.element})}),this._trigger("stop",e),this.helper.remove(),!1}}),t.widget("ui.selectmenu",[t.ui.formResetMixin,{version:"1.12.1",defaultElement:"<select>",options:{appendTo:null,classes:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"},disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:!1,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this._bindFormResetHandler(),this._rendered=!1,this.menuItems=t()},_drawButton:function(){var e,i=this,s=this._parseOption(this.element.find("option:selected"),this.element[0].selectedIndex);this.labels=this.element.labels().attr("for",this.ids.button),this._on(this.labels,{click:function(t){this.button.focus(),t.preventDefault()}}),this.element.hide(),this.button=t("<span>",{tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true",title:this.element.attr("title")}).insertAfter(this.element),this._addClass(this.button,"ui-selectmenu-button ui-selectmenu-button-closed","ui-button ui-widget"),e=t("<span>").appendTo(this.button),this._addClass(e,"ui-selectmenu-icon","ui-icon "+this.options.icons.button),this.buttonItem=this._renderButtonItem(s).appendTo(this.button),this.options.width!==!1&&this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",function(){i._rendered||i._refreshMenu()})},_drawMenu:function(){var e=this;this.menu=t("<ul>",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=t("<div>").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(t,i){t.preventDefault(),e._setSelection(),e._select(i.item.data("ui-selectmenu-item"),t)},focus:function(t,i){var s=i.item.data("ui-selectmenu-item");null!=e.focusIndex&&s.index!==e.focusIndex&&(e._trigger("focus",t,{item:s}),e.isOpen||e._select(s,t)),e.focusIndex=s.index,e.button.attr("aria-activedescendant",e.menuItems.eq(s.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var t,e=this.element.find("option");this.menu.empty(),this._parseOptions(e),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,e.length&&(t=this._getSelectedItem(),this.menuInstance.focus(null,t),this._setAria(t.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(t){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",t)))},_position:function(){this.menuWrap.position(t.extend({of:this.button},this.options.position))},close:function(t){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",t))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(e){var i=t("<span>");return this._setText(i,e.label),this._addClass(i,"ui-selectmenu-text"),i},_renderMenu:function(e,i){var s=this,n="";t.each(i,function(i,o){var a;o.optgroup!==n&&(a=t("<li>",{text:o.optgroup}),s._addClass(a,"ui-selectmenu-optgroup","ui-menu-divider"+(o.element.parent("optgroup").prop("disabled")?" ui-state-disabled":"")),a.appendTo(e),n=o.optgroup),s._renderItemData(e,o)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-selectmenu-item",e)},_renderItem:function(e,i){var s=t("<li>"),n=t("<div>",{title:i.element.attr("title")});return i.disabled&&this._addClass(s,null,"ui-state-disabled"),this._setText(n,i.label),s.append(n).appendTo(e)},_setText:function(t,e){e?t.text(e):t.html(" ")},_move:function(t,e){var i,s,n=".ui-menu-item";this.isOpen?i=this.menuItems.eq(this.focusIndex).parent("li"):(i=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),n+=":not(.ui-state-disabled)"),s="first"===t||"last"===t?i["first"===t?"prevAll":"nextAll"](n).eq(-1):i[t+"All"](n).eq(0),s.length&&this.menuInstance.focus(e,s)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(t){this[this.isOpen?"close":"open"](t)},_setSelection:function(){var t;this.range&&(window.getSelection?(t=window.getSelection(),t.removeAllRanges(),t.addRange(this.range)):this.range.select(),this.button.focus())},_documentClick:{mousedown:function(e){this.isOpen&&(t(e.target).closest(".ui-selectmenu-menu, #"+t.ui.escapeSelector(this.ids.button)).length||this.close(e))}},_buttonEvents:{mousedown:function(){var t;window.getSelection?(t=window.getSelection(),t.rangeCount&&(this.range=t.getRangeAt(0))):this.range=document.selection.createRange()},click:function(t){this._setSelection(),this._toggle(t)},keydown:function(e){var i=!0;switch(e.keyCode){case t.ui.keyCode.TAB:case t.ui.keyCode.ESCAPE:this.close(e),i=!1;break;case t.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(e);break;case t.ui.keyCode.UP:e.altKey?this._toggle(e):this._move("prev",e);break;case t.ui.keyCode.DOWN:e.altKey?this._toggle(e):this._move("next",e);break;case t.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(e):this._toggle(e);break;case t.ui.keyCode.LEFT:this._move("prev",e);break;case t.ui.keyCode.RIGHT:this._move("next",e);break;case t.ui.keyCode.HOME:case t.ui.keyCode.PAGE_UP:this._move("first",e);break;case t.ui.keyCode.END:case t.ui.keyCode.PAGE_DOWN:this._move("last",e);break;default:this.menu.trigger(e),i=!1}i&&e.preventDefault()}},_selectFocusedItem:function(t){var e=this.menuItems.eq(this.focusIndex).parent("li");e.hasClass("ui-state-disabled")||this._select(e.data("ui-selectmenu-item"),t)},_select:function(t,e){var i=this.element[0].selectedIndex;this.element[0].selectedIndex=t.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(t)),this._setAria(t),this._trigger("select",e,{item:t}),t.index!==i&&this._trigger("change",e,{item:t}),this.close(e)},_setAria:function(t){var e=this.menuItems.eq(t.index).attr("id");this.button.attr({"aria-labelledby":e,"aria-activedescendant":e}),this.menu.attr("aria-activedescendant",e)},_setOption:function(t,e){if("icons"===t){var i=this.button.find("span.ui-icon");this._removeClass(i,null,this.options.icons.button)._addClass(i,null,e.button)}this._super(t,e),"appendTo"===t&&this.menuWrap.appendTo(this._appendTo()),"width"===t&&this._resizeButton()},_setOptionDisabled:function(t){this._super(t),this.menuInstance.option("disabled",t),this.button.attr("aria-disabled",t),this._toggleClass(this.button,null,"ui-state-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var t=this.options.width;return t===!1?(this.button.css("width",""),void 0):(null===t&&(t=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(t),void 0)},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var t=this._super();return t.disabled=this.element.prop("disabled"),t},_parseOptions:function(e){var i=this,s=[];e.each(function(e,n){s.push(i._parseOption(t(n),e))}),this.items=s},_parseOption:function(t,e){var i=t.parent("optgroup");return{element:t,index:e,value:t.val(),label:t.text(),optgroup:i.attr("label")||"",disabled:i.prop("disabled")||t.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),t.widget("ui.slider",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1 -},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,i,s=this.options,n=this.element.find(".ui-slider-handle"),o="<span tabindex='0'></span>",a=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),e=n.length;i>e;e++)a.push(o);this.handles=n.add(t(a.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each(function(e){t(this).data("ui-slider-handle-index",e).attr("tabIndex",0)})},_createRange:function(){var e=this.options;e.range?(e.range===!0&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:t.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=t("<div>").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),("min"===e.range||"max"===e.range)&&this._addClass(this.range,"ui-slider-range-"+e.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(e){var i,s,n,o,a,r,h,l,c=this,u=this.options;return u.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:e.pageX,y:e.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(e){var i=Math.abs(s-c.values(e));(n>i||n===i&&(e===c._lastChangedValue||c.values(e)===u.min))&&(n=i,o=t(this),a=e)}),r=this._start(e,a),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=a,this._addClass(o,null,"ui-state-active"),o.trigger("focus"),h=o.offset(),l=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:e.pageX-h.left-o.width()/2,top:e.pageY-h.top-o.height()/2-(parseInt(o.css("borderTopWidth"),10)||0)-(parseInt(o.css("borderBottomWidth"),10)||0)+(parseInt(o.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,a,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,i),!1},_mouseStop:function(t){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,i,s,n,o;return"horizontal"===this.orientation?(e=this.elementSize.width,i=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,i=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/e,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),o=this._valueMin()+s*n,this._trimAlignValue(o)},_uiHash:function(t,e,i){var s={handle:this.handles[t],handleIndex:t,value:void 0!==e?e:this.value()};return this._hasMultipleValues()&&(s.value=void 0!==e?e:this.values(t),s.values=i||this.values()),s},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(t,e){return this._trigger("start",t,this._uiHash(e))},_slide:function(t,e,i){var s,n,o=this.value(),a=this.values();this._hasMultipleValues()&&(n=this.values(e?0:1),o=this.values(e),2===this.options.values.length&&this.options.range===!0&&(i=0===e?Math.min(n,i):Math.max(n,i)),a[e]=i),i!==o&&(s=this._trigger("slide",t,this._uiHash(e,i,a)),s!==!1&&(this._hasMultipleValues()?this.values(e,i):this.value(i)))},_stop:function(t,e){this._trigger("stop",t,this._uiHash(e))},_change:function(t,e){this._keySliding||this._mouseSliding||(this._lastChangedValue=e,this._trigger("change",t,this._uiHash(e)))},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(e,i){var s,n,o;if(arguments.length>1)return this.options.values[e]=this._trimAlignValue(i),this._refreshValue(),this._change(null,e),void 0;if(!arguments.length)return this._values();if(!t.isArray(arguments[0]))return this._hasMultipleValues()?this._values(e):this.value();for(s=this.options.values,n=arguments[0],o=0;s.length>o;o+=1)s[o]=this._trimAlignValue(n[o]),this._change(null,o);this._refreshValue()},_setOption:function(e,i){var s,n=0;switch("range"===e&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),t.isArray(this.options.values)&&(n=this.options.values.length),this._super(e,i),e){case"orientation":this._detectOrientation(),this._removeClass("ui-slider-horizontal ui-slider-vertical")._addClass("ui-slider-"+this.orientation),this._refreshValue(),this.options.range&&this._refreshRange(i),this.handles.css("horizontal"===i?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=n-1;s>=0;s--)this._change(null,s);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(t){this._super(t),this._toggleClass(null,"ui-state-disabled",!!t)},_value:function(){var t=this.options.value;return t=this._trimAlignValue(t)},_values:function(t){var e,i,s;if(arguments.length)return e=this.options.values[t],e=this._trimAlignValue(e);if(this._hasMultipleValues()){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(t){if(this._valueMin()>=t)return this._valueMin();if(t>=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,i=(t-this._valueMin())%e,s=t-i;return 2*Math.abs(i)>=e&&(s+=i>0?e:-e),parseFloat(s.toFixed(5))},_calculateNewMax:function(){var t=this.options.max,e=this._valueMin(),i=this.options.step,s=Math.round((t-e)/i)*i;t=s+e,t>this.options.max&&(t-=i),this.max=parseFloat(t.toFixed(this._precision()))},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(t){"vertical"===t&&this.range.css({width:"",left:""}),"horizontal"===t&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var e,i,s,n,o,a=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,c={};this._hasMultipleValues()?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),c["horizontal"===h.orientation?"left":"bottom"]=i+"%",t(this).stop(1,1)[l?"animate":"css"](c,r.animate),h.options.range===!0&&("horizontal"===h.orientation?(0===s&&h.range.stop(1,1)[l?"animate":"css"]({left:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({width:i-e+"%"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({height:i-e+"%"},{queue:!1,duration:r.animate}))),e=i}):(s=this.value(),n=this._valueMin(),o=this._valueMax(),i=o!==n?100*((s-n)/(o-n)):0,c["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[l?"animate":"css"](c,r.animate),"min"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:i+"%"},r.animate),"max"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:100-i+"%"},r.animate),"min"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:i+"%"},r.animate),"max"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:100-i+"%"},r.animate))},_handleEvents:{keydown:function(e){var i,s,n,o,a=t(e.target).data("ui-slider-handle-index");switch(e.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(e.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(t(e.target),null,"ui-state-active"),i=this._start(e,a),i===!1))return}switch(o=this.options.step,s=n=this._hasMultipleValues()?this.values(a):this.value(),e.keyCode){case t.ui.keyCode.HOME:n=this._valueMin();break;case t.ui.keyCode.END:n=this._valueMax();break;case t.ui.keyCode.PAGE_UP:n=this._trimAlignValue(s+(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.PAGE_DOWN:n=this._trimAlignValue(s-(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(s===this._valueMax())return;n=this._trimAlignValue(s+o);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(s===this._valueMin())return;n=this._trimAlignValue(s-o)}this._slide(e,a,n)},keyup:function(e){var i=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,i),this._change(e,i),this._removeClass(t(e.target),null,"ui-state-active"))}}}),t.widget("ui.sortable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(t,e,i){return t>=e&&e+i>t},_isFloating:function(t){return/left|right/.test(t.css("float"))||/inline|table-cell/.test(t.css("display"))},_create:function(){this.containerCache={},this._addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(t,e){this._super(t,e),"handle"===t&&this._setHandleClassName()},_setHandleClassName:function(){var e=this;this._removeClass(this.element.find(".ui-sortable-handle"),"ui-sortable-handle"),t.each(this.items,function(){e._addClass(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item,"ui-sortable-handle")})},_destroy:function(){this._mouseDestroy();for(var t=this.items.length-1;t>=0;t--)this.items[t].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(e,i){var s=null,n=!1,o=this;return this.reverting?!1:this.options.disabled||"static"===this.options.type?!1:(this._refreshItems(e),t(e.target).parents().each(function(){return t.data(this,o.widgetName+"-item")===o?(s=t(this),!1):void 0}),t.data(e.target,o.widgetName+"-item")===o&&(s=t(e.target)),s?!this.options.handle||i||(t(this.options.handle,s).find("*").addBack().each(function(){this===e.target&&(n=!0)}),n)?(this.currentItem=s,this._removeCurrentsFromItems(),!0):!1:!1)},_mouseStart:function(e,i,s){var n,o,a=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(e),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,a.cursorAt&&this._adjustOffsetFromHelper(a.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),a.containment&&this._setContainment(),a.cursor&&"auto"!==a.cursor&&(o=this.document.find("body"),this.storedCursor=o.css("cursor"),o.css("cursor",a.cursor),this.storedStylesheet=t("<style>*{ cursor: "+a.cursor+" !important; }</style>").appendTo(o)),a.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",a.opacity)),a.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",a.zIndex)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",e,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!s)for(n=this.containers.length-1;n>=0;n--)this.containers[n]._trigger("activate",e,this._uiHash(this));return t.ui.ddmanager&&(t.ui.ddmanager.current=this),t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this._mouseDrag(e),!0},_mouseDrag:function(e){var i,s,n,o,a=this.options,r=!1;for(this.position=this._generatePosition(e),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-e.pageY<a.scrollSensitivity?this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop+a.scrollSpeed:e.pageY-this.overflowOffset.top<a.scrollSensitivity&&(this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop-a.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-e.pageX<a.scrollSensitivity?this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft+a.scrollSpeed:e.pageX-this.overflowOffset.left<a.scrollSensitivity&&(this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft-a.scrollSpeed)):(e.pageY-this.document.scrollTop()<a.scrollSensitivity?r=this.document.scrollTop(this.document.scrollTop()-a.scrollSpeed):this.window.height()-(e.pageY-this.document.scrollTop())<a.scrollSensitivity&&(r=this.document.scrollTop(this.document.scrollTop()+a.scrollSpeed)),e.pageX-this.document.scrollLeft()<a.scrollSensitivity?r=this.document.scrollLeft(this.document.scrollLeft()-a.scrollSpeed):this.window.width()-(e.pageX-this.document.scrollLeft())<a.scrollSensitivity&&(r=this.document.scrollLeft(this.document.scrollLeft()+a.scrollSpeed))),r!==!1&&t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),i=this.items.length-1;i>=0;i--)if(s=this.items[i],n=s.item[0],o=this._intersectsWithPointer(s),o&&s.instance===this.currentContainer&&n!==this.currentItem[0]&&this.placeholder[1===o?"next":"prev"]()[0]!==n&&!t.contains(this.placeholder[0],n)&&("semi-dynamic"===this.options.type?!t.contains(this.element[0],n):!0)){if(this.direction=1===o?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(s))break;this._rearrange(e,s),this._trigger("change",e,this._uiHash());break}return this._contactContainers(e),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),this._trigger("sort",e,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(e,i){if(e){if(t.ui.ddmanager&&!this.options.dropBehaviour&&t.ui.ddmanager.drop(this,e),this.options.revert){var s=this,n=this.placeholder.offset(),o=this.options.axis,a={};o&&"x"!==o||(a.left=n.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),o&&"y"!==o||(a.top=n.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,t(this.helper).animate(a,parseInt(this.options.revert,10)||500,function(){s._clear(e)})}else this._clear(e,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new t.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("deactivate",null,this._uiHash(this)),this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",null,this._uiHash(this)),this.containers[e].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),t.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?t(this.domPosition.prev).after(this.currentItem):t(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},t(i).each(function(){var i=(t(e.item||this).attr(e.attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);i&&s.push((e.key||i[1]+"[]")+"="+(e.key&&e.expression?i[1]:i[2]))}),!s.length&&e.key&&s.push(e.key+"="),s.join("&")},toArray:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},i.each(function(){s.push(t(e.item||this).attr(e.attribute||"id")||"")}),s},_intersectsWith:function(t){var e=this.positionAbs.left,i=e+this.helperProportions.width,s=this.positionAbs.top,n=s+this.helperProportions.height,o=t.left,a=o+t.width,r=t.top,h=r+t.height,l=this.offset.click.top,c=this.offset.click.left,u="x"===this.options.axis||s+l>r&&h>s+l,d="y"===this.options.axis||e+c>o&&a>e+c,p=u&&d;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>t[this.floating?"width":"height"]?p:e+this.helperProportions.width/2>o&&a>i-this.helperProportions.width/2&&s+this.helperProportions.height/2>r&&h>n-this.helperProportions.height/2},_intersectsWithPointer:function(t){var e,i,s="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,t.top,t.height),n="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,t.left,t.width),o=s&&n;return o?(e=this._getDragVerticalDirection(),i=this._getDragHorizontalDirection(),this.floating?"right"===i||"down"===e?2:1:e&&("down"===e?2:1)):!1},_intersectsWithSides:function(t){var e=this._isOverAxis(this.positionAbs.top+this.offset.click.top,t.top+t.height/2,t.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,t.left+t.width/2,t.width),s=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection();return this.floating&&n?"right"===n&&i||"left"===n&&!i:s&&("down"===s&&e||"up"===s&&!e)},_getDragVerticalDirection:function(){var t=this.positionAbs.top-this.lastPositionAbs.top;return 0!==t&&(t>0?"down":"up")},_getDragHorizontalDirection:function(){var t=this.positionAbs.left-this.lastPositionAbs.left;return 0!==t&&(t>0?"right":"left")},refresh:function(t){return this._refreshItems(t),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var t=this.options;return t.connectWith.constructor===String?[t.connectWith]:t.connectWith},_getItemsAsjQuery:function(e){function i(){r.push(this)}var s,n,o,a,r=[],h=[],l=this._connectWith();if(l&&e)for(s=l.length-1;s>=0;s--)for(o=t(l[s],this.document[0]),n=o.length-1;n>=0;n--)a=t.data(o[n],this.widgetFullName),a&&a!==this&&!a.options.disabled&&h.push([t.isFunction(a.options.items)?a.options.items.call(a.element):t(a.options.items,a.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),a]);for(h.push([t.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):t(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),s=h.length-1;s>=0;s--)h[s][0].each(i);return t(r)},_removeCurrentsFromItems:function(){var e=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=t.grep(this.items,function(t){for(var i=0;e.length>i;i++)if(e[i]===t.item[0])return!1;return!0})},_refreshItems:function(e){this.items=[],this.containers=[this];var i,s,n,o,a,r,h,l,c=this.items,u=[[t.isFunction(this.options.items)?this.options.items.call(this.element[0],e,{item:this.currentItem}):t(this.options.items,this.element),this]],d=this._connectWith();if(d&&this.ready)for(i=d.length-1;i>=0;i--)for(n=t(d[i],this.document[0]),s=n.length-1;s>=0;s--)o=t.data(n[s],this.widgetFullName),o&&o!==this&&!o.options.disabled&&(u.push([t.isFunction(o.options.items)?o.options.items.call(o.element[0],e,{item:this.currentItem}):t(o.options.items,o.element),o]),this.containers.push(o));for(i=u.length-1;i>=0;i--)for(a=u[i][1],r=u[i][0],s=0,l=r.length;l>s;s++)h=t(r[s]),h.data(this.widgetName+"-item",a),c.push({item:h,instance:a,width:0,height:0,left:0,top:0})},refreshPositions:function(e){this.floating=this.items.length?"x"===this.options.axis||this._isFloating(this.items[0].item):!1,this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var i,s,n,o;for(i=this.items.length-1;i>=0;i--)s=this.items[i],s.instance!==this.currentContainer&&this.currentContainer&&s.item[0]!==this.currentItem[0]||(n=this.options.toleranceElement?t(this.options.toleranceElement,s.item):s.item,e||(s.width=n.outerWidth(),s.height=n.outerHeight()),o=n.offset(),s.left=o.left,s.top=o.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(i=this.containers.length-1;i>=0;i--)o=this.containers[i].element.offset(),this.containers[i].containerCache.left=o.left,this.containers[i].containerCache.top=o.top,this.containers[i].containerCache.width=this.containers[i].element.outerWidth(),this.containers[i].containerCache.height=this.containers[i].element.outerHeight();return this},_createPlaceholder:function(e){e=e||this;var i,s=e.options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,s.placeholder={element:function(){var s=e.currentItem[0].nodeName.toLowerCase(),n=t("<"+s+">",e.document[0]);return e._addClass(n,"ui-sortable-placeholder",i||e.currentItem[0].className)._removeClass(n,"ui-sortable-helper"),"tbody"===s?e._createTrPlaceholder(e.currentItem.find("tr").eq(0),t("<tr>",e.document[0]).appendTo(n)):"tr"===s?e._createTrPlaceholder(e.currentItem,n):"img"===s&&n.attr("src",e.currentItem.attr("src")),i||n.css("visibility","hidden"),n},update:function(t,n){(!i||s.forcePlaceholderSize)&&(n.height()||n.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10)),n.width()||n.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10)))}}),e.placeholder=t(s.placeholder.element.call(e.element,e.currentItem)),e.currentItem.after(e.placeholder),s.placeholder.update(e,e.placeholder)},_createTrPlaceholder:function(e,i){var s=this;e.children().each(function(){t("<td> </td>",s.document[0]).attr("colspan",t(this).attr("colspan")||1).appendTo(i)})},_contactContainers:function(e){var i,s,n,o,a,r,h,l,c,u,d=null,p=null;for(i=this.containers.length-1;i>=0;i--)if(!t.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(d&&t.contains(this.containers[i].element[0],d.element[0]))continue;d=this.containers[i],p=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger("out",e,this._uiHash(this)),this.containers[i].containerCache.over=0);if(d)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(n=1e4,o=null,c=d.floating||this._isFloating(this.currentItem),a=c?"left":"top",r=c?"width":"height",u=c?"pageX":"pageY",s=this.items.length-1;s>=0;s--)t.contains(this.containers[p].element[0],this.items[s].item[0])&&this.items[s].item[0]!==this.currentItem[0]&&(h=this.items[s].item.offset()[a],l=!1,e[u]-h>this.items[s][r]/2&&(l=!0),n>Math.abs(e[u]-h)&&(n=Math.abs(e[u]-h),o=this.items[s],this.direction=l?"up":"down"));if(!o&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[p])return this.currentContainer.containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash()),this.currentContainer.containerCache.over=1),void 0;o?this._rearrange(e,o,null,!0):this._rearrange(e,null,this.containers[p].element,!0),this._trigger("change",e,this._uiHash()),this.containers[p]._trigger("change",e,this._uiHash(this)),this.currentContainer=this.containers[p],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1}},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper)?t(i.helper.apply(this.element[0],[e,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return s.parents("body").length||t("parent"!==i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]),s[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!s[0].style.width||i.forceHelperSize)&&s.width(this.currentItem.width()),(!s[0].style.height||i.forceHelperSize)&&s.height(this.currentItem.height()),s},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var e=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===this.document[0].body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&t.ui.ie)&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var t=this.currentItem.position();return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:t.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options;"parent"===n.containment&&(n.containment=this.helper[0].parentNode),("document"===n.containment||"window"===n.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===n.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===n.containment?this.document.height()||document.body.parentNode.scrollHeight:this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||(e=t(n.containment)[0],i=t(n.containment).offset(),s="hidden"!==t(e).css("overflow"),this.containment=[i.left+(parseInt(t(e).css("borderLeftWidth"),10)||0)+(parseInt(t(e).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(t(e).css("borderTopWidth"),10)||0)+(parseInt(t(e).css("paddingTop"),10)||0)-this.margins.top,i.left+(s?Math.max(e.scrollWidth,e.offsetWidth):e.offsetWidth)-(parseInt(t(e).css("borderLeftWidth"),10)||0)-(parseInt(t(e).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(s?Math.max(e.scrollHeight,e.offsetHeight):e.offsetHeight)-(parseInt(t(e).css("borderTopWidth"),10)||0)-(parseInt(t(e).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(e,i){i||(i=this.position);var s="absolute"===e?1:-1,n="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,o=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:n.scrollLeft())*s}},_generatePosition:function(e){var i,s,n=this.options,o=e.pageX,a=e.pageY,r="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(e.pageX-this.offset.click.left<this.containment[0]&&(o=this.containment[0]+this.offset.click.left),e.pageY-this.offset.click.top<this.containment[1]&&(a=this.containment[1]+this.offset.click.top),e.pageX-this.offset.click.left>this.containment[2]&&(o=this.containment[2]+this.offset.click.left),e.pageY-this.offset.click.top>this.containment[3]&&(a=this.containment[3]+this.offset.click.top)),n.grid&&(i=this.originalPageY+Math.round((a-this.originalPageY)/n.grid[1])*n.grid[1],a=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-n.grid[1]:i+n.grid[1]:i,s=this.originalPageX+Math.round((o-this.originalPageX)/n.grid[0])*n.grid[0],o=this.containment?s-this.offset.click.left>=this.containment[0]&&s-this.offset.click.left<=this.containment[2]?s:s-this.offset.click.left>=this.containment[0]?s-n.grid[0]:s+n.grid[0]:s)),{top:a-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:o-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_rearrange:function(t,e,i,s){i?i[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?e.item[0]:e.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter; -this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(t,e){function i(t,e,i){return function(s){i._trigger(t,s,e._uiHash(e))}}this.reverting=!1;var s,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(s in this._storedCSS)("auto"===this._storedCSS[s]||"static"===this._storedCSS[s])&&(this._storedCSS[s]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();for(this.fromOutside&&!e&&n.push(function(t){this._trigger("receive",t,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||e||n.push(function(t){this._trigger("update",t,this._uiHash())}),this!==this.currentContainer&&(e||(n.push(function(t){this._trigger("remove",t,this._uiHash())}),n.push(function(t){return function(e){t._trigger("receive",e,this._uiHash(this))}}.call(this,this.currentContainer)),n.push(function(t){return function(e){t._trigger("update",e,this._uiHash(this))}}.call(this,this.currentContainer)))),s=this.containers.length-1;s>=0;s--)e||n.push(i("deactivate",this,this.containers[s])),this.containers[s].containerCache.over&&(n.push(i("out",this,this.containers[s])),this.containers[s].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,e||this._trigger("beforeStop",t,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!e){for(s=0;n.length>s;s++)n[s].call(this,t);this._trigger("stop",t,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){t.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(e){var i=e||this;return{helper:i.helper,placeholder:i.placeholder||t([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:e?e.element:null}}}),t.widget("ui.spinner",{version:"1.12.1",defaultElement:"<input>",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e=this._super(),i=this.element;return t.each(["min","max","step"],function(t,s){var n=i.attr(s);null!=n&&n.length&&(e[s]=n)}),e},_events:{keydown:function(t){this._start(t)&&this._keydown(t)&&t.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",t),void 0)},mousewheel:function(t,e){if(e){if(!this.spinning&&!this._start(t))return!1;this._spin((e>0?1:-1)*this.options.step,t),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(t)},100),t.preventDefault()}},"mousedown .ui-spinner-button":function(e){function i(){var e=this.element[0]===t.ui.safeActiveElement(this.document[0]);e||(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===t.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),e.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(e)!==!1&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){return t(e.currentTarget).hasClass("ui-state-active")?this._start(e)===!1?!1:(this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("<span>").parent().append("<a></a><a></a>")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(e){var i=this.options,s=t.ui.keyCode;switch(e.keyCode){case s.UP:return this._repeat(null,1,e),!0;case s.DOWN:return this._repeat(null,-1,e),!0;case s.PAGE_UP:return this._repeat(null,i.page,e),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,e),!0}return!1},_start:function(t){return this.spinning||this._trigger("start",t)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(t,e,i){t=t||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,e,i)},t),this._spin(e*this.options.step,i)},_spin:function(t,e){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+t*this._increment(this.counter)),this.spinning&&this._trigger("spin",e,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(e){var i=this.options.incremental;return i?t.isFunction(i)?i(e):Math.floor(e*e*e/5e4-e*e/500+17*e/200+1):1},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_adjustValue:function(t){var e,i,s=this.options;return e=null!==s.min?s.min:0,i=t-e,i=Math.round(i/s.step)*s.step,t=e+i,t=parseFloat(t.toFixed(this._precision())),null!==s.max&&t>s.max?s.max:null!==s.min&&s.min>t?s.min:t},_stop:function(t){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",t))},_setOption:function(t,e){var i,s,n;return"culture"===t||"numberFormat"===t?(i=this._parse(this.element.val()),this.options[t]=e,this.element.val(this._format(i)),void 0):(("max"===t||"min"===t||"step"===t)&&"string"==typeof e&&(e=this._parse(e)),"icons"===t&&(s=this.buttons.first().find(".ui-icon"),this._removeClass(s,null,this.options.icons.up),this._addClass(s,null,e.up),n=this.buttons.last().find(".ui-icon"),this._removeClass(n,null,this.options.icons.down),this._addClass(n,null,e.down)),this._super(t,e),void 0)},_setOptionDisabled:function(t){this._super(t),this._toggleClass(this.uiSpinner,null,"ui-state-disabled",!!t),this.element.prop("disabled",!!t),this.buttons.button(t?"disable":"enable")},_setOptions:r(function(t){this._super(t)}),_parse:function(t){return"string"==typeof t&&""!==t&&(t=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(t,10,this.options.culture):+t),""===t||isNaN(t)?null:t},_format:function(t){return""===t?"":window.Globalize&&this.options.numberFormat?Globalize.format(t,this.options.numberFormat,this.options.culture):t},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var t=this.value();return null===t?!1:t===this._adjustValue(t)},_value:function(t,e){var i;""!==t&&(i=this._parse(t),null!==i&&(e||(i=this._adjustValue(i)),t=this._format(i))),this.element.val(t),this._refresh()},_destroy:function(){this.element.prop("disabled",!1).removeAttr("autocomplete role aria-valuemin aria-valuemax aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:r(function(t){this._stepUp(t)}),_stepUp:function(t){this._start()&&(this._spin((t||1)*this.options.step),this._stop())},stepDown:r(function(t){this._stepDown(t)}),_stepDown:function(t){this._start()&&(this._spin((t||1)*-this.options.step),this._stop())},pageUp:r(function(t){this._stepUp((t||1)*this.options.page)}),pageDown:r(function(t){this._stepDown((t||1)*this.options.page)}),value:function(t){return arguments.length?(r(this._value).call(this,t),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),t.uiBackCompat!==!1&&t.widget("ui.spinner",t.ui.spinner,{_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml())},_uiSpinnerHtml:function(){return"<span>"},_buttonHtml:function(){return"<a></a><a></a>"}}),t.ui.spinner,t.widget("ui.tabs",{version:"1.12.1",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var t=/#.*$/;return function(e){var i,s;i=e.href.replace(t,""),s=location.href.replace(t,"");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return e.hash.length>1&&i===s}}(),_create:function(){var e=this,i=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,i.collapsible),this._processTabs(),i.active=this._initialActive(),t.isArray(i.disabled)&&(i.disabled=t.unique(i.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),function(t){return e.tabs.index(t)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):t(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var e=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===e&&(s&&this.tabs.each(function(i,n){return t(n).attr("aria-controls")===s?(e=i,!1):void 0}),null===e&&(e=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===e||-1===e)&&(e=this.tabs.length?0:!1)),e!==!1&&(e=this.tabs.index(this.tabs.eq(e)),-1===e&&(e=i?!1:0)),!i&&e===!1&&this.anchors.length&&(e=0),e},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(e){var i=t(t.ui.safeActiveElement(this.document[0])).closest("li"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(e)){switch(e.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:s++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:n=!1,s--;break;case t.ui.keyCode.END:s=this.anchors.length-1;break;case t.ui.keyCode.HOME:s=0;break;case t.ui.keyCode.SPACE:return e.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case t.ui.keyCode.ENTER:return e.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}e.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),e.ctrlKey||e.metaKey||(i.attr("aria-selected","false"),this.tabs.eq(s).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",s)},this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(e){return e.altKey&&e.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):e.altKey&&e.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(e,i){function s(){return e>n&&(e=0),0>e&&(e=n),e}for(var n=this.tabs.length-1;-1!==t.inArray(s(),this.options.disabled);)e=i?e+1:e-1;return e},_focusNextTab:function(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).trigger("focus"),t},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):(this._super(t,e),"collapsible"===t&&(this._toggleClass("ui-tabs-collapsible",null,e),e||this.options.active!==!1||this._activate(0)),"event"===t&&this._setupEvents(e),"heightStyle"===t&&this._setupHeightStyle(e),void 0)},_sanitizeSelector:function(t){return t?t.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,i=this.tablist.children(":has(a[href])");e.disabled=t.map(i.filter(".ui-state-disabled"),function(t){return i.index(t)}),this._processTabs(),e.active!==!1&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this,i=this.tabs,s=this.anchors,n=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",function(e){t(this).is(".ui-state-disabled")&&e.preventDefault()}).on("focus"+this.eventNamespace,".ui-tabs-anchor",function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map(function(){return t("a",this)[0]}).attr({role:"presentation",tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=t(),this.anchors.each(function(i,s){var n,o,a,r=t(s).uniqueId().attr("id"),h=t(s).closest("li"),l=h.attr("aria-controls");e._isLocal(s)?(n=s.hash,a=n.substring(1),o=e.element.find(e._sanitizeSelector(n))):(a=h.attr("aria-controls")||t({}).uniqueId()[0].id,n="#"+a,o=e.element.find(n),o.length||(o=e._createPanel(a),o.insertAfter(e.panels[i-1]||e.tablist)),o.attr("aria-live","polite")),o.length&&(e.panels=e.panels.add(o)),l&&h.data("ui-tabs-aria-controls",l),h.attr({"aria-controls":a,"aria-labelledby":r}),o.attr("aria-labelledby",r)}),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),i&&(this._off(i.not(this.tabs)),this._off(s.not(this.anchors)),this._off(n.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(e){return t("<div>").attr("id",e).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(e){var i,s,n;for(t.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1),n=0;s=this.tabs[n];n++)i=t(s),e===!0||-1!==t.inArray(n,e)?(i.attr("aria-disabled","true"),this._addClass(i,null,"ui-state-disabled")):(i.removeAttr("aria-disabled"),this._removeClass(i,null,"ui-state-disabled"));this.options.disabled=e,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,e===!0)},_setupEvents:function(e){var i={};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(t){t.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var i,s=this.element.parent();"fill"===e?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var e=t(this),s=e.css("position");"absolute"!==s&&"fixed"!==s&&(i-=e.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=t(this).outerHeight(!0)}),this.panels.each(function(){t(this).height(Math.max(0,i-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===e&&(i=0,this.panels.each(function(){i=Math.max(i,t(this).height("").height())}).height(i))},_eventHandler:function(e){var i=this.options,s=this.active,n=t(e.currentTarget),o=n.closest("li"),a=o[0]===s[0],r=a&&i.collapsible,h=r?t():this._getPanelForTab(o),l=s.length?this._getPanelForTab(s):t(),c={oldTab:s,oldPanel:l,newTab:r?t():o,newPanel:h};e.preventDefault(),o.hasClass("ui-state-disabled")||o.hasClass("ui-tabs-loading")||this.running||a&&!i.collapsible||this._trigger("beforeActivate",e,c)===!1||(i.active=r?!1:this.tabs.index(o),this.active=a?t():o,this.xhr&&this.xhr.abort(),l.length||h.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(o),e),this._toggle(e,c))},_toggle:function(e,i){function s(){o.running=!1,o._trigger("activate",e,i)}function n(){o._addClass(i.newTab.closest("li"),"ui-tabs-active","ui-state-active"),a.length&&o.options.show?o._show(a,o.options.show,s):(a.show(),s())}var o=this,a=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){o._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),n()}):(this._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),r.hide(),n()),r.attr("aria-hidden","true"),i.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),a.length&&r.length?i.oldTab.attr("tabIndex",-1):a.length&&this.tabs.filter(function(){return 0===t(this).attr("tabIndex")}).attr("tabIndex",-1),a.attr("aria-hidden","false"),i.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(e){var i,s=this._findActive(e);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return e===!1?t():this.tabs.eq(e)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+t.ui.escapeSelector(e)+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each(function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")}),this.tabs.each(function(){var e=t(this),i=e.data("ui-tabs-aria-controls");i?e.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(e){var i=this.options.disabled;i!==!1&&(void 0===e?i=!1:(e=this._getIndex(e),i=t.isArray(i)?t.map(i,function(t){return t!==e?t:null}):t.map(this.tabs,function(t,i){return i!==e?i:null})),this._setOptionDisabled(i))},disable:function(e){var i=this.options.disabled;if(i!==!0){if(void 0===e)i=!0;else{if(e=this._getIndex(e),-1!==t.inArray(e,i))return;i=t.isArray(i)?t.merge([e],i).sort():[e]}this._setOptionDisabled(i)}},load:function(e,i){e=this._getIndex(e);var s=this,n=this.tabs.eq(e),o=n.find(".ui-tabs-anchor"),a=this._getPanelForTab(n),r={tab:n,panel:a},h=function(t,e){"abort"===e&&s.panels.stop(!1,!0),s._removeClass(n,"ui-tabs-loading"),a.removeAttr("aria-busy"),t===s.xhr&&delete s.xhr};this._isLocal(o[0])||(this.xhr=t.ajax(this._ajaxSettings(o,i,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(n,"ui-tabs-loading"),a.attr("aria-busy","true"),this.xhr.done(function(t,e,n){setTimeout(function(){a.html(t),s._trigger("load",i,r),h(n,e)},1)}).fail(function(t,e){setTimeout(function(){h(t,e)},1)})))},_ajaxSettings:function(e,i,s){var n=this;return{url:e.attr("href").replace(/#.*$/,""),beforeSend:function(e,o){return n._trigger("beforeLoad",i,t.extend({jqXHR:e,ajaxSettings:o},s))}}},_getPanelForTab:function(e){var i=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}}),t.uiBackCompat!==!1&&t.widget("ui.tabs",t.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),t.ui.tabs,t.widget("ui.tooltip",{version:"1.12.1",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var e=t(this).attr("title")||"";return t("<a>").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(e,i){var s=(e.attr("aria-describedby")||"").split(/\s+/);s.push(i),e.data("ui-tooltip-id",i).attr("aria-describedby",t.trim(s.join(" ")))},_removeDescribedBy:function(e){var i=e.data("ui-tooltip-id"),s=(e.attr("aria-describedby")||"").split(/\s+/),n=t.inArray(i,s);-1!==n&&s.splice(n,1),e.removeData("ui-tooltip-id"),s=t.trim(s.join(" ")),s?e.attr("aria-describedby",s):e.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=t("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=t([])},_setOption:function(e,i){var s=this;this._super(e,i),"content"===e&&t.each(this.tooltips,function(t,e){s._updateContent(e.element)})},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur");n.target=n.currentTarget=s.element[0],e.close(n,!0)}),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter(function(){var e=t(this);return e.is("[title]")?e.data("ui-tooltip-title",e.attr("title")).removeAttr("title"):void 0}))},_enable:function(){this.disabledTitles.each(function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))}),this.disabledTitles=t([])},open:function(e){var i=this,s=t(e?e.target:this.element).closest(this.options.items);s.length&&!s.data("ui-tooltip-id")&&(s.attr("title")&&s.data("ui-tooltip-title",s.attr("title")),s.data("ui-tooltip-open",!0),e&&"mouseover"===e.type&&s.parents().each(function(){var e,s=t(this);s.data("ui-tooltip-open")&&(e=t.Event("blur"),e.target=e.currentTarget=this,i.close(e,!0)),s.attr("title")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr("title")},s.attr("title",""))}),this._registerCloseHandlers(e,s),this._updateContent(s,e))},_updateContent:function(t,e){var i,s=this.options.content,n=this,o=e?e.type:null;return"string"==typeof s||s.nodeType||s.jquery?this._open(e,t,s):(i=s.call(t[0],function(i){n._delay(function(){t.data("ui-tooltip-open")&&(e&&(e.type=o),this._open(e,t,i))})}),i&&this._open(e,t,i),void 0)},_open:function(e,i,s){function n(t){l.of=t,a.is(":hidden")||a.position(l)}var o,a,r,h,l=t.extend({},this.options.position);if(s){if(o=this._find(i))return o.tooltip.find(".ui-tooltip-content").html(s),void 0;i.is("[title]")&&(e&&"mouseover"===e.type?i.attr("title",""):i.removeAttr("title")),o=this._tooltip(i),a=o.tooltip,this._addDescribedBy(i,a.attr("id")),a.find(".ui-tooltip-content").html(s),this.liveRegion.children().hide(),h=t("<div>").html(a.find(".ui-tooltip-content").html()),h.removeAttr("name").find("[name]").removeAttr("name"),h.removeAttr("id").find("[id]").removeAttr("id"),h.appendTo(this.liveRegion),this.options.track&&e&&/^mouse/.test(e.type)?(this._on(this.document,{mousemove:n}),n(e)):a.position(t.extend({of:i},this.options.position)),a.hide(),this._show(a,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(r=this.delayedShow=setInterval(function(){a.is(":visible")&&(n(l.of),clearInterval(r))},t.fx.interval)),this._trigger("open",e,{tooltip:a})}},_registerCloseHandlers:function(e,i){var s={keyup:function(e){if(e.keyCode===t.ui.keyCode.ESCAPE){var s=t.Event(e);s.currentTarget=i[0],this.close(s,!0)}}};i[0]!==this.element[0]&&(s.remove=function(){this._removeTooltip(this._find(i).tooltip)}),e&&"mouseover"!==e.type||(s.mouseleave="close"),e&&"focusin"!==e.type||(s.focusout="close"),this._on(!0,i,s)},close:function(e){var i,s=this,n=t(e?e.currentTarget:this.element),o=this._find(n);return o?(i=o.tooltip,o.closing||(clearInterval(this.delayedShow),n.data("ui-tooltip-title")&&!n.attr("title")&&n.attr("title",n.data("ui-tooltip-title")),this._removeDescribedBy(n),o.hiding=!0,i.stop(!0),this._hide(i,this.options.hide,function(){s._removeTooltip(t(this))}),n.removeData("ui-tooltip-open"),this._off(n,"mouseleave focusout keyup"),n[0]!==this.element[0]&&this._off(n,"remove"),this._off(this.document,"mousemove"),e&&"mouseleave"===e.type&&t.each(this.parents,function(e,i){t(i.element).attr("title",i.title),delete s.parents[e]}),o.closing=!0,this._trigger("close",e,{tooltip:i}),o.hiding||(o.closing=!1)),void 0):(n.removeData("ui-tooltip-open"),void 0)},_tooltip:function(e){var i=t("<div>").attr("role","tooltip"),s=t("<div>").appendTo(i),n=i.uniqueId().attr("id");return this._addClass(s,"ui-tooltip-content"),this._addClass(i,"ui-tooltip","ui-widget ui-widget-content"),i.appendTo(this._appendTo(e)),this.tooltips[n]={element:e,tooltip:i}},_find:function(t){var e=t.data("ui-tooltip-id");return e?this.tooltips[e]:null},_removeTooltip:function(t){t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){var e=t.closest(".ui-front, dialog");return e.length||(e=this.document[0].body),e},_destroy:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur"),o=s.element;n.target=n.currentTarget=o[0],e.close(n,!0),t("#"+i).remove(),o.data("ui-tooltip-title")&&(o.attr("title")||o.attr("title",o.data("ui-tooltip-title")),o.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}}),t.uiBackCompat!==!1&&t.widget("ui.tooltip",t.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}}),t.ui.tooltip});
\ No newline at end of file diff --git a/static/workshop_app/js/jquery.js b/static/workshop_app/js/jquery.js deleted file mode 100644 index cb15301..0000000 --- a/static/workshop_app/js/jquery.js +++ /dev/null @@ -1,8829 +0,0 @@ -/*! - * jQuery JavaScript Library v2.0.3 - * http://jquery.com/ - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * - * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2013-07-03T13:30Z - */ -(function( window, undefined ) { - -// Can't do this because several apps including ASP.NET trace -// the stack via arguments.caller.callee and Firefox dies if -// you try to trace through "use strict" call chains. (#13335) -// Support: Firefox 18+ -//"use strict"; -var - // A central reference to the root jQuery(document) - rootjQuery, - - // The deferred used on DOM ready - readyList, - - // Support: IE9 - // For `typeof xmlNode.method` instead of `xmlNode.method !== undefined` - core_strundefined = typeof undefined, - - // Use the correct document accordingly with window argument (sandbox) - location = window.location, - document = window.document, - docElem = document.documentElement, - - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$, - - // [[Class]] -> type pairs - class2type = {}, - - // List of deleted data cache ids, so we can reuse them - core_deletedIds = [], - - core_version = "2.0.3", - - // Save a reference to some core methods - core_concat = core_deletedIds.concat, - core_push = core_deletedIds.push, - core_slice = core_deletedIds.slice, - core_indexOf = core_deletedIds.indexOf, - core_toString = class2type.toString, - core_hasOwn = class2type.hasOwnProperty, - core_trim = core_version.trim, - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - // The jQuery object is actually just the init constructor 'enhanced' - return new jQuery.fn.init( selector, context, rootjQuery ); - }, - - // Used for matching numbers - core_pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, - - // Used for splitting on whitespace - core_rnotwhite = /\S+/g, - - // A simple way to check for HTML strings - // Prioritize #id over <tag> to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, - - // Match a standalone tag - rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, - - // Matches dashed string for camelizing - rmsPrefix = /^-ms-/, - rdashAlpha = /-([\da-z])/gi, - - // Used by jQuery.camelCase as callback to replace() - fcamelCase = function( all, letter ) { - return letter.toUpperCase(); - }, - - // The ready event handler and self cleanup method - completed = function() { - document.removeEventListener( "DOMContentLoaded", completed, false ); - window.removeEventListener( "load", completed, false ); - jQuery.ready(); - }; - -jQuery.fn = jQuery.prototype = { - // The current version of jQuery being used - jquery: core_version, - - constructor: jQuery, - init: function( selector, context, rootjQuery ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) { - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && (match[1] || !context) ) { - - // HANDLE: $(html) -> $(array) - if ( match[1] ) { - context = context instanceof jQuery ? context[0] : context; - - // scripts is true for back-compat - jQuery.merge( this, jQuery.parseHTML( - match[1], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - // Properties of context are called as methods if possible - if ( jQuery.isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[2] ); - - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - if ( elem && elem.parentNode ) { - // Inject the element directly into the jQuery object - this.length = 1; - this[0] = elem; - } - - this.context = document; - this.selector = selector; - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || rootjQuery ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this.context = this[0] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( jQuery.isFunction( selector ) ) { - return rootjQuery.ready( selector ); - } - - if ( selector.selector !== undefined ) { - this.selector = selector.selector; - this.context = selector.context; - } - - return jQuery.makeArray( selector, this ); - }, - - // Start with an empty selector - selector: "", - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return core_slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - return num == null ? - - // Return a 'clean' array - this.toArray() : - - // Return just the object - ( num < 0 ? this[ this.length + num ] : this[ num ] ); - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - ret.context = this.context; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - // (You can seed the arguments with an array of args, but this is - // only used internally.) - each: function( callback, args ) { - return jQuery.each( this, callback, args ); - }, - - ready: function( fn ) { - // Add the callback - jQuery.ready.promise().done( fn ); - - return this; - }, - - slice: function() { - return this.pushStack( core_slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map(this, function( elem, i ) { - return callback.call( elem, i, elem ); - })); - }, - - end: function() { - return this.prevObject || this.constructor(null); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: core_push, - sort: [].sort, - splice: [].splice -}; - -// Give the init function the jQuery prototype for later instantiation -jQuery.fn.init.prototype = jQuery.fn; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[0] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - target = arguments[1] || {}; - // skip the boolean and the target - i = 2; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !jQuery.isFunction(target) ) { - target = {}; - } - - // extend jQuery itself if only one argument is passed - if ( length === i ) { - target = this; - --i; - } - - for ( ; i < length; i++ ) { - // Only deal with non-null/undefined values - if ( (options = arguments[ i ]) != null ) { - // Extend the base object - for ( name in options ) { - src = target[ name ]; - copy = options[ name ]; - - // Prevent never-ending loop - if ( target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { - if ( copyIsArray ) { - copyIsArray = false; - clone = src && jQuery.isArray(src) ? src : []; - - } else { - clone = src && jQuery.isPlainObject(src) ? src : {}; - } - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend({ - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( core_version + Math.random() ).replace( /\D/g, "" ), - - noConflict: function( deep ) { - if ( window.$ === jQuery ) { - window.$ = _$; - } - - if ( deep && window.jQuery === jQuery ) { - window.jQuery = _jQuery; - } - - return jQuery; - }, - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Hold (or release) the ready event - holdReady: function( hold ) { - if ( hold ) { - jQuery.readyWait++; - } else { - jQuery.ready( true ); - } - }, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - - // Trigger any bound ready events - if ( jQuery.fn.trigger ) { - jQuery( document ).trigger("ready").off("ready"); - } - }, - - // See test/unit/core.js for details concerning isFunction. - // Since version 1.3, DOM methods and functions like alert - // aren't supported. They return false on IE (#2968). - isFunction: function( obj ) { - return jQuery.type(obj) === "function"; - }, - - isArray: Array.isArray, - - isWindow: function( obj ) { - return obj != null && obj === obj.window; - }, - - isNumeric: function( obj ) { - return !isNaN( parseFloat(obj) ) && isFinite( obj ); - }, - - type: function( obj ) { - if ( obj == null ) { - return String( obj ); - } - // Support: Safari <= 5.1 (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ core_toString.call(obj) ] || "object" : - typeof obj; - }, - - isPlainObject: function( obj ) { - // Not plain objects: - // - Any object or value whose internal [[Class]] property is not "[object Object]" - // - DOM nodes - // - window - if ( jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { - return false; - } - - // Support: Firefox <20 - // The try/catch suppresses exceptions thrown when attempting to access - // the "constructor" property of certain host objects, ie. |window.location| - // https://bugzilla.mozilla.org/show_bug.cgi?id=814622 - try { - if ( obj.constructor && - !core_hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) { - return false; - } - } catch ( e ) { - return false; - } - - // If the function hasn't returned already, we're confident that - // |obj| is a plain object, created by {} or constructed with new Object - return true; - }, - - isEmptyObject: function( obj ) { - var name; - for ( name in obj ) { - return false; - } - return true; - }, - - error: function( msg ) { - throw new Error( msg ); - }, - - // data: string of html - // context (optional): If specified, the fragment will be created in this context, defaults to document - // keepScripts (optional): If true, will include scripts passed in the html string - parseHTML: function( data, context, keepScripts ) { - if ( !data || typeof data !== "string" ) { - return null; - } - if ( typeof context === "boolean" ) { - keepScripts = context; - context = false; - } - context = context || document; - - var parsed = rsingleTag.exec( data ), - scripts = !keepScripts && []; - - // Single tag - if ( parsed ) { - return [ context.createElement( parsed[1] ) ]; - } - - parsed = jQuery.buildFragment( [ data ], context, scripts ); - - if ( scripts ) { - jQuery( scripts ).remove(); - } - - return jQuery.merge( [], parsed.childNodes ); - }, - - parseJSON: JSON.parse, - - // Cross-browser xml parsing - parseXML: function( data ) { - var xml, tmp; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE9 - try { - tmp = new DOMParser(); - xml = tmp.parseFromString( data , "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; - }, - - noop: function() {}, - - // Evaluates a script in a global context - globalEval: function( code ) { - var script, - indirect = eval; - - code = jQuery.trim( code ); - - if ( code ) { - // If the code includes a valid, prologue position - // strict mode pragma, execute code by injecting a - // script tag into the document. - if ( code.indexOf("use strict") === 1 ) { - script = document.createElement("script"); - script.text = code; - document.head.appendChild( script ).parentNode.removeChild( script ); - } else { - // Otherwise, avoid the DOM node creation, insertion - // and removal by using an indirect global eval - indirect( code ); - } - } - }, - - // Convert dashed to camelCase; used by the css and data modules - // Microsoft forgot to hump their vendor prefix (#9572) - camelCase: function( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); - }, - - nodeName: function( elem, name ) { - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - }, - - // args is for internal usage only - each: function( obj, callback, args ) { - var value, - i = 0, - length = obj.length, - isArray = isArraylike( obj ); - - if ( args ) { - if ( isArray ) { - for ( ; i < length; i++ ) { - value = callback.apply( obj[ i ], args ); - - if ( value === false ) { - break; - } - } - } else { - for ( i in obj ) { - value = callback.apply( obj[ i ], args ); - - if ( value === false ) { - break; - } - } - } - - // A special, fast, case for the most common use of each - } else { - if ( isArray ) { - for ( ; i < length; i++ ) { - value = callback.call( obj[ i ], i, obj[ i ] ); - - if ( value === false ) { - break; - } - } - } else { - for ( i in obj ) { - value = callback.call( obj[ i ], i, obj[ i ] ); - - if ( value === false ) { - break; - } - } - } - } - - return obj; - }, - - trim: function( text ) { - return text == null ? "" : core_trim.call( text ); - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArraylike( Object(arr) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - core_push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : core_indexOf.call( arr, elem, i ); - }, - - merge: function( first, second ) { - var l = second.length, - i = first.length, - j = 0; - - if ( typeof l === "number" ) { - for ( ; j < l; j++ ) { - first[ i++ ] = second[ j ]; - } - } else { - while ( second[j] !== undefined ) { - first[ i++ ] = second[ j++ ]; - } - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, inv ) { - var retVal, - ret = [], - i = 0, - length = elems.length; - inv = !!inv; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - retVal = !!callback( elems[ i ], i ); - if ( inv !== retVal ) { - ret.push( elems[ i ] ); - } - } - - return ret; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var value, - i = 0, - length = elems.length, - isArray = isArraylike( elems ), - ret = []; - - // Go through the array, translating each of the items to their - if ( isArray ) { - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret[ ret.length ] = value; - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret[ ret.length ] = value; - } - } - } - - // Flatten any nested arrays - return core_concat.apply( [], ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // Bind a function to a context, optionally partially applying any - // arguments. - proxy: function( fn, context ) { - var tmp, args, proxy; - - if ( typeof context === "string" ) { - tmp = fn[ context ]; - context = fn; - fn = tmp; - } - - // Quick check to determine if target is callable, in the spec - // this throws a TypeError, but we will just return undefined. - if ( !jQuery.isFunction( fn ) ) { - return undefined; - } - - // Simulated bind - args = core_slice.call( arguments, 2 ); - proxy = function() { - return fn.apply( context || this, args.concat( core_slice.call( arguments ) ) ); - }; - - // Set the guid of unique handler to the same of original handler, so it can be removed - proxy.guid = fn.guid = fn.guid || jQuery.guid++; - - return proxy; - }, - - // Multifunctional method to get and set values of a collection - // The value/s can optionally be executed if it's a function - access: function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - length = elems.length, - bulk = key == null; - - // Sets many values - if ( jQuery.type( key ) === "object" ) { - chainable = true; - for ( i in key ) { - jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !jQuery.isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < length; i++ ) { - fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); - } - } - } - - return chainable ? - elems : - - // Gets - bulk ? - fn.call( elems ) : - length ? fn( elems[0], key ) : emptyGet; - }, - - now: Date.now, - - // A method for quickly swapping in/out CSS properties to get correct calculations. - // Note: this method belongs to the css module but it's needed here for the support module. - // If support gets modularized, this method should be moved back to the css module. - swap: function( elem, options, callback, args ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.apply( elem, args || [] ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; - } -}); - -jQuery.ready.promise = function( obj ) { - if ( !readyList ) { - - readyList = jQuery.Deferred(); - - // Catch cases where $(document).ready() is called after the browser event has already occurred. - // we once tried to use readyState "interactive" here, but it caused issues like the one - // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 - if ( document.readyState === "complete" ) { - // Handle it asynchronously to allow scripts the opportunity to delay ready - setTimeout( jQuery.ready ); - - } else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed, false ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed, false ); - } - } - return readyList.promise( obj ); -}; - -// Populate the class2type map -jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -}); - -function isArraylike( obj ) { - var length = obj.length, - type = jQuery.type( obj ); - - if ( jQuery.isWindow( obj ) ) { - return false; - } - - if ( obj.nodeType === 1 && length ) { - return true; - } - - return type === "array" || type !== "function" && - ( length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj ); -} - -// All jQuery objects should point back to these -rootjQuery = jQuery(document); -/*! - * Sizzle CSS Selector Engine v1.9.4-pre - * http://sizzlejs.com/ - * - * Copyright 2013 jQuery Foundation, Inc. and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2013-06-03 - */ -(function( window, undefined ) { - -var i, - support, - cachedruns, - Expr, - getText, - isXML, - compile, - outermostContext, - sortInput, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + -(new Date()), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - hasDuplicate = false, - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - return 0; - } - return 0; - }, - - // General-purpose constants - strundefined = typeof undefined, - MAX_NEGATIVE = 1 << 31, - - // Instance methods - hasOwn = ({}).hasOwnProperty, - arr = [], - pop = arr.pop, - push_native = arr.push, - push = arr.push, - slice = arr.slice, - // Use a stripped-down indexOf if we can't use a native one - indexOf = arr.indexOf || function( elem ) { - var i = 0, - len = this.length; - for ( ; i < len; i++ ) { - if ( this[i] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - // http://www.w3.org/TR/css3-syntax/#characters - characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", - - // Loosely modeled on CSS identifier characters - // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors - // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier - identifier = characterEncoding.replace( "w", "w#" ), - - // Acceptable operators http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + characterEncoding + ")" + whitespace + - "*(?:([*^$|!~]?=)" + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]", - - // Prefer arguments quoted, - // then not containing pseudos/brackets, - // then attribute selectors/non-parenthetical expressions, - // then anything else - // These preferences are here to reduce the number of selectors - // needing tokenize in the PSEUDO preFilter - pseudos = ":(" + characterEncoding + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + attributes.replace( 3, 8 ) + ")*)|.*)\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), - - rsibling = new RegExp( whitespace + "*[+~]" ), - rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*)" + whitespace + "*\\]", "g" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + characterEncoding + ")" ), - "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), - "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + - "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + - "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + - whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rescape = /'|\\/g, - - // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), - funescape = function( _, escaped, escapedWhitespace ) { - var high = "0x" + escaped - 0x10000; - // NaN means non-codepoint - // Support: Firefox - // Workaround erroneous numeric interpretation of +"0x" - return high !== high || escapedWhitespace ? - escaped : - // BMP codepoint - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - // Supplemental Plane codepoint (surrogate pair) - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }; - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - (arr = slice.call( preferredDoc.childNodes )), - preferredDoc.childNodes - ); - // Support: Android<4.0 - // Detect silently failing push.apply - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - push_native.apply( target, slice.call(els) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - // Can't trust NodeList.length - while ( (target[j++] = els[i++]) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var match, elem, m, nodeType, - // QSA vars - i, groups, old, nid, newContext, newSelector; - - if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { - setDocument( context ); - } - - context = context || document; - results = results || []; - - if ( !selector || typeof selector !== "string" ) { - return results; - } - - if ( (nodeType = context.nodeType) !== 1 && nodeType !== 9 ) { - return []; - } - - if ( documentIsHTML && !seed ) { - - // Shortcuts - if ( (match = rquickExpr.exec( selector )) ) { - // Speed-up: Sizzle("#ID") - if ( (m = match[1]) ) { - if ( nodeType === 9 ) { - elem = context.getElementById( m ); - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - if ( elem && elem.parentNode ) { - // Handle the case where IE, Opera, and Webkit return items - // by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - } else { - // Context is not a document - if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && - contains( context, elem ) && elem.id === m ) { - results.push( elem ); - return results; - } - } - - // Speed-up: Sizzle("TAG") - } else if ( match[2] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Speed-up: Sizzle(".CLASS") - } else if ( (m = match[3]) && support.getElementsByClassName && context.getElementsByClassName ) { - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // QSA path - if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { - nid = old = expando; - newContext = context; - newSelector = nodeType === 9 && selector; - - // qSA works strangely on Element-rooted queries - // We can work around this by specifying an extra ID on the root - // and working up from there (Thanks to Andrew Dupont for the technique) - // IE 8 doesn't work on object elements - if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { - groups = tokenize( selector ); - - if ( (old = context.getAttribute("id")) ) { - nid = old.replace( rescape, "\\$&" ); - } else { - context.setAttribute( "id", nid ); - } - nid = "[id='" + nid + "'] "; - - i = groups.length; - while ( i-- ) { - groups[i] = nid + toSelector( groups[i] ); - } - newContext = rsibling.test( selector ) && context.parentNode || context; - newSelector = groups.join(","); - } - - if ( newSelector ) { - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch(qsaError) { - } finally { - if ( !old ) { - context.removeAttribute("id"); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {Function(string, Object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key += " " ) > Expr.cacheLength ) { - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return (cache[ key ] = value); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created div and expects a boolean result - */ -function assert( fn ) { - var div = document.createElement("div"); - - try { - return !!fn( div ); - } catch (e) { - return false; - } finally { - // Remove from its parent by default - if ( div.parentNode ) { - div.parentNode.removeChild( div ); - } - // release memory in IE - div = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split("|"), - i = attrs.length; - - while ( i-- ) { - Expr.attrHandle[ arr[i] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - ( ~b.sourceIndex || MAX_NEGATIVE ) - - ( ~a.sourceIndex || MAX_NEGATIVE ); - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( (cur = cur.nextSibling) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction(function( argument ) { - argument = +argument; - return markFunction(function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ (j = matchIndexes[i]) ] ) { - seed[j] = !(matches[j] = seed[j]); - } - } - }); - }); -} - -/** - * Detect xml - * @param {Element|Object} elem An element or a document - */ -isXML = Sizzle.isXML = function( elem ) { - // documentElement is verified for cases where it doesn't yet exist - // (such as loading iframes in IE - #4833) - var documentElement = elem && (elem.ownerDocument || elem).documentElement; - return documentElement ? documentElement.nodeName !== "HTML" : false; -}; - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var doc = node ? node.ownerDocument || node : preferredDoc, - parent = doc.defaultView; - - // If no document and documentElement is available, return - if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Set our document - document = doc; - docElem = doc.documentElement; - - // Support tests - documentIsHTML = !isXML( doc ); - - // Support: IE>8 - // If iframe document is assigned to "document" variable and if iframe has been reloaded, - // IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936 - // IE6-8 do not support the defaultView property so parent will be undefined - if ( parent && parent.attachEvent && parent !== parent.top ) { - parent.attachEvent( "onbeforeunload", function() { - setDocument(); - }); - } - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties (excepting IE8 booleans) - support.attributes = assert(function( div ) { - div.className = "i"; - return !div.getAttribute("className"); - }); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert(function( div ) { - div.appendChild( doc.createComment("") ); - return !div.getElementsByTagName("*").length; - }); - - // Check if getElementsByClassName can be trusted - support.getElementsByClassName = assert(function( div ) { - div.innerHTML = "<div class='a'></div><div class='a i'></div>"; - - // Support: Safari<4 - // Catch class over-caching - div.firstChild.className = "i"; - // Support: Opera<10 - // Catch gEBCN failure to find non-leading classes - return div.getElementsByClassName("i").length === 2; - }); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert(function( div ) { - docElem.appendChild( div ).id = expando; - return !doc.getElementsByName || !doc.getElementsByName( expando ).length; - }); - - // ID find and filter - if ( support.getById ) { - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== strundefined && documentIsHTML ) { - var m = context.getElementById( id ); - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - return m && m.parentNode ? [m] : []; - } - }; - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute("id") === attrId; - }; - }; - } else { - // Support: IE6/7 - // getElementById is not reliable as a find shortcut - delete Expr.find["ID"]; - - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id"); - return node && node.value === attrId; - }; - }; - } - - // Tag - Expr.find["TAG"] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== strundefined ) { - return context.getElementsByTagName( tag ); - } - } : - function( tag, context ) { - var elem, - tmp = [], - i = 0, - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( (elem = results[i++]) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== strundefined && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See http://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) { - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert(function( div ) { - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // http://bugs.jquery.com/ticket/12359 - div.innerHTML = "<select><option selected=''></option></select>"; - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !div.querySelectorAll("[selected]").length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !div.querySelectorAll(":checked").length ) { - rbuggyQSA.push(":checked"); - } - }); - - assert(function( div ) { - - // Support: Opera 10-12/IE8 - // ^= $= *= and empty values - // Should not select anything - // Support: Windows 8 Native Apps - // The type attribute is restricted during .innerHTML assignment - var input = doc.createElement("input"); - input.setAttribute( "type", "hidden" ); - div.appendChild( input ).setAttribute( "t", "" ); - - if ( div.querySelectorAll("[t^='']").length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( !div.querySelectorAll(":enabled").length ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Opera 10-11 does not throw on post-comma invalid pseudos - div.querySelectorAll("*,:x"); - rbuggyQSA.push(",.*:"); - }); - } - - if ( (support.matchesSelector = rnative.test( (matches = docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector) )) ) { - - assert(function( div ) { - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( div, "div" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( div, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - }); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); - - /* Contains - ---------------------------------------------------------------------- */ - - // Element contains another - // Purposefully does not implement inclusive descendent - // As in, an element does not contain itself - contains = rnative.test( docElem.contains ) || docElem.compareDocumentPosition ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - )); - } : - function( a, b ) { - if ( b ) { - while ( (b = b.parentNode) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = docElem.compareDocumentPosition ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var compare = b.compareDocumentPosition && a.compareDocumentPosition && a.compareDocumentPosition( b ); - - if ( compare ) { - // Disconnected nodes - if ( compare & 1 || - (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { - - // Choose the first element that is related to our preferred document - if ( a === doc || contains(preferredDoc, a) ) { - return -1; - } - if ( b === doc || contains(preferredDoc, b) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } - - // Not directly comparable, sort on existence of method - return a.compareDocumentPosition ? -1 : 1; - } : - function( a, b ) { - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - - // Parentless nodes are either documents or disconnected - } else if ( !aup || !bup ) { - return a === doc ? -1 : - b === doc ? 1 : - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( (cur = cur.parentNode) ) { - ap.unshift( cur ); - } - cur = b; - while ( (cur = cur.parentNode) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[i] === bp[i] ) { - i++; - } - - return i ? - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[i], bp[i] ) : - - // Otherwise nodes in our document sort first - ap[i] === preferredDoc ? -1 : - bp[i] === preferredDoc ? 1 : - 0; - }; - - return doc; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - // Make sure that attribute selectors are quoted - expr = expr.replace( rattributeQuotes, "='$1']" ); - - if ( support.matchesSelector && documentIsHTML && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch(e) {} - } - - return Sizzle( expr, document, null, [elem] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - // Set document vars if needed - if ( ( context.ownerDocument || context ) !== document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val === undefined ? - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - (val = elem.getAttributeNode(name)) && val.specified ? - val.value : - null : - val; -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( (elem = results[i++]) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - // If no nodeType, this is expected to be an array - for ( ; (node = elem[i]); i++ ) { - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - // Use textContent for elements - // innerText usage removed for consistency of new lines (see #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[1] = match[1].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[3] = ( match[4] || match[5] || "" ).replace( runescape, funescape ); - - if ( match[2] === "~=" ) { - match[3] = " " + match[3] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[1] = match[1].toLowerCase(); - - if ( match[1].slice( 0, 3 ) === "nth" ) { - // nth-* requires argument - if ( !match[3] ) { - Sizzle.error( match[0] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); - match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); - - // other types prohibit arguments - } else if ( match[3] ) { - Sizzle.error( match[0] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[5] && match[2]; - - if ( matchExpr["CHILD"].test( match[0] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[3] && match[4] !== undefined ) { - match[2] = match[4]; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - // Get excess from tokenize (recursively) - (excess = tokenize( unquoted, true )) && - // advance to the next closing parenthesis - (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { - - // excess is a negative index - match[0] = match[0].slice( 0, excess ); - match[2] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { return true; } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && - classCache( className, function( elem ) { - return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== strundefined && elem.getAttribute("class") || "" ); - }); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - }; - }, - - "CHILD": function( type, what, argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, context, xml ) { - var cache, outerCache, node, diff, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( (node = node[ dir ]) ) { - if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { - return false; - } - } - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - // Seek `elem` from a previously-cached index - outerCache = parent[ expando ] || (parent[ expando ] = {}); - cache = outerCache[ type ] || []; - nodeIndex = cache[0] === dirruns && cache[1]; - diff = cache[0] === dirruns && cache[2]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( (node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - (diff = nodeIndex = 0) || start.pop()) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - outerCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - // Use previously-cached element index if available - } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { - diff = cache[1]; - - // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) - } else { - // Use the same loop as above to seek `elem` from the start - while ( (node = ++nodeIndex && node && node[ dir ] || - (diff = nodeIndex = 0) || start.pop()) ) { - - if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { - // Cache the index of each encountered element - if ( useCache ) { - (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction(function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf.call( seed, matched[i] ); - seed[ idx ] = !( matches[ idx ] = matched[i] ); - } - }) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - // Potentially complex pseudos - "not": markFunction(function( selector ) { - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction(function( seed, matches, context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( (elem = unmatched[i]) ) { - seed[i] = !(matches[i] = elem); - } - } - }) : - function( elem, context, xml ) { - input[0] = elem; - matcher( input, null, xml, results ); - return !results.pop(); - }; - }), - - "has": markFunction(function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - }), - - "contains": markFunction(function( text ) { - return function( elem ) { - return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; - }; - }), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - // lang value must be a valid identifier - if ( !ridentifier.test(lang || "") ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( (elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); - return false; - }; - }), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); - }, - - // Boolean properties - "enabled": function( elem ) { - return elem.disabled === false; - }, - - "disabled": function( elem ) { - return elem.disabled === true; - }, - - "checked": function( elem ) { - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); - }, - - "selected": function( elem ) { - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is only affected by element nodes and content nodes(including text(3), cdata(4)), - // not comment, processing instructions, or others - // Thanks to Diego Perini for the nodeName shortcut - // Greater than "@" means alpha characters (specifically not starting with "#" or "?") - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeName > "@" || elem.nodeType === 3 || elem.nodeType === 4 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos["empty"]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc) - // use getAttribute instead to test this case - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === elem.type ); - }, - - // Position-in-collection - "first": createPositionalPseudo(function() { - return [ 0 ]; - }), - - "last": createPositionalPseudo(function( matchIndexes, length ) { - return [ length - 1 ]; - }), - - "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - }), - - "even": createPositionalPseudo(function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "odd": createPositionalPseudo(function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }) - } -}; - -Expr.pseudos["nth"] = Expr.pseudos["eq"]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -function tokenize( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || (match = rcomma.exec( soFar )) ) { - if ( match ) { - // Don't consume trailing commas as valid - soFar = soFar.slice( match[0].length ) || soFar; - } - groups.push( tokens = [] ); - } - - matched = false; - - // Combinators - if ( (match = rcombinators.exec( soFar )) ) { - matched = match.shift(); - tokens.push({ - value: matched, - // Cast descendant combinators to space - type: match[0].replace( rtrim, " " ) - }); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || - (match = preFilters[ type ]( match ))) ) { - matched = match.shift(); - tokens.push({ - value: matched, - type: type, - matches: match - }); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -} - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[i].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - checkNonElements = base && dir === "parentNode", - doneName = done++; - - return combinator.first ? - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var data, cache, outerCache, - dirkey = dirruns + " " + doneName; - - // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching - if ( xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || (elem[ expando ] = {}); - if ( (cache = outerCache[ dir ]) && cache[0] === dirkey ) { - if ( (data = cache[1]) === true || data === cachedruns ) { - return data === true; - } - } else { - cache = outerCache[ dir ] = [ dirkey ]; - cache[1] = matcher( elem, context, xml ) || cachedruns; - if ( cache[1] === true ) { - return true; - } - } - } - } - } - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[i]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[0]; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( (elem = unmatched[i]) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction(function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( (elem = temp[i]) ) { - matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) ) { - // Restore matcherIn since elem is not yet a final match - temp.push( (matcherIn[i] = elem) ); - } - } - postFinder( null, (matcherOut = []), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) && - (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) { - - seed[temp] = !(results[temp] = elem); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - }); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[0].type ], - implicitRelative = leadingRelative || Expr.relative[" "], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf.call( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - return ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - (checkContext = context).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - } ]; - - for ( ; i < len; i++ ) { - if ( (matcher = Expr.relative[ tokens[i].type ]) ) { - matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; - } else { - matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[j].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - // A counter to specify which element is currently being matched - var matcherCachedRuns = 0, - bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, expandContext ) { - var elem, j, matcher, - setMatched = [], - matchedCount = 0, - i = "0", - unmatched = seed && [], - outermost = expandContext != null, - contextBackup = outermostContext, - // We must always have either seed elements or context - elems = seed || byElement && Expr.find["TAG"]( "*", expandContext && context.parentNode || context ), - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1); - - if ( outermost ) { - outermostContext = context !== document && context; - cachedruns = matcherCachedRuns; - } - - // Add elements passing elementMatchers directly to results - // Keep `i` a string if there are no elements so `matchedCount` will be "00" below - for ( ; (elem = elems[i]) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - while ( (matcher = elementMatchers[j++]) ) { - if ( matcher( elem, context, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - cachedruns = ++matcherCachedRuns; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - // They will have gone through all possible matchers - if ( (elem = !matcher && elem) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // Apply set filters to unmatched elements - matchedCount += i; - if ( bySet && i !== matchedCount ) { - j = 0; - while ( (matcher = setMatchers[j++]) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !(unmatched[i] || setMatched[i]) ) { - setMatched[i] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, group /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - // Generate a function of recursive functions that can be used to check each element - if ( !group ) { - group = tokenize( selector ); - } - i = group.length; - while ( i-- ) { - cached = matcherFromTokens( group[i] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); - } - return cached; -}; - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[i], results ); - } - return results; -} - -function select( selector, context, results, seed ) { - var i, tokens, token, type, find, - match = tokenize( selector ); - - if ( !seed ) { - // Try to minimize operations if there is only one group - if ( match.length === 1 ) { - - // Take a shortcut and set the context if the root selector is an ID - tokens = match[0] = match[0].slice( 0 ); - if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && - support.getById && context.nodeType === 9 && documentIsHTML && - Expr.relative[ tokens[1].type ] ) { - - context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; - if ( !context ) { - return results; - } - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[i]; - - // Abort if we hit a combinator - if ( Expr.relative[ (type = token.type) ] ) { - break; - } - if ( (find = Expr.find[ type ]) ) { - // Search, expanding context for leading sibling combinators - if ( (seed = find( - token.matches[0].replace( runescape, funescape ), - rsibling.test( tokens[0].type ) && context.parentNode || context - )) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - } - - // Compile and execute a filtering function - // Provide `match` to avoid retokenization if we modified the selector above - compile( selector, match )( - seed, - context, - !documentIsHTML, - results, - rsibling.test( selector ) - ); - return results; -} - -// One-time assignments - -// Sort stability -support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; - -// Support: Chrome<14 -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert(function( div1 ) { - // Should return 1, but returns 4 (following) - return div1.compareDocumentPosition( document.createElement("div") ) & 1; -}); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert(function( div ) { - div.innerHTML = "<a href='#'></a>"; - return div.firstChild.getAttribute("href") === "#" ; -}) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - }); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert(function( div ) { - div.innerHTML = "<input/>"; - div.firstChild.setAttribute( "value", "" ); - return div.firstChild.getAttribute( "value" ) === ""; -}) ) { - addHandle( "value", function( elem, name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - }); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert(function( div ) { - return div.getAttribute("disabled") == null; -}) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return (val = elem.getAttributeNode( name )) && val.specified ? - val.value : - elem[ name ] === true ? name.toLowerCase() : null; - } - }); -} - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; -jQuery.expr[":"] = jQuery.expr.pseudos; -jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; - - -})( window ); -// String to Object options format cache -var optionsCache = {}; - -// Convert String-formatted options into Object-formatted ones and store in cache -function createOptions( options ) { - var object = optionsCache[ options ] = {}; - jQuery.each( options.match( core_rnotwhite ) || [], function( _, flag ) { - object[ flag ] = true; - }); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - ( optionsCache[ options ] || createOptions( options ) ) : - jQuery.extend( {}, options ); - - var // Last fire value (for non-forgettable lists) - memory, - // Flag to know if list was already fired - fired, - // Flag to know if list is currently firing - firing, - // First callback to fire (used internally by add and fireWith) - firingStart, - // End of the loop when firing - firingLength, - // Index of currently firing callback (modified by remove if needed) - firingIndex, - // Actual callback list - list = [], - // Stack of fire calls for repeatable lists - stack = !options.once && [], - // Fire callbacks - fire = function( data ) { - memory = options.memory && data; - fired = true; - firingIndex = firingStart || 0; - firingStart = 0; - firingLength = list.length; - firing = true; - for ( ; list && firingIndex < firingLength; firingIndex++ ) { - if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { - memory = false; // To prevent further calls using add - break; - } - } - firing = false; - if ( list ) { - if ( stack ) { - if ( stack.length ) { - fire( stack.shift() ); - } - } else if ( memory ) { - list = []; - } else { - self.disable(); - } - } - }, - // Actual Callbacks object - self = { - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - // First, we save the current length - var start = list.length; - (function add( args ) { - jQuery.each( args, function( _, arg ) { - var type = jQuery.type( arg ); - if ( type === "function" ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && type !== "string" ) { - // Inspect recursively - add( arg ); - } - }); - })( arguments ); - // Do we need to add the callbacks to the - // current firing batch? - if ( firing ) { - firingLength = list.length; - // With memory, if we're not firing then - // we should call right away - } else if ( memory ) { - firingStart = start; - fire( memory ); - } - } - return this; - }, - // Remove a callback from the list - remove: function() { - if ( list ) { - jQuery.each( arguments, function( _, arg ) { - var index; - while( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - // Handle firing indexes - if ( firing ) { - if ( index <= firingLength ) { - firingLength--; - } - if ( index <= firingIndex ) { - firingIndex--; - } - } - } - }); - } - return this; - }, - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); - }, - // Remove all callbacks from the list - empty: function() { - list = []; - firingLength = 0; - return this; - }, - // Have the list do nothing anymore - disable: function() { - list = stack = memory = undefined; - return this; - }, - // Is it disabled? - disabled: function() { - return !list; - }, - // Lock the list in its current state - lock: function() { - stack = undefined; - if ( !memory ) { - self.disable(); - } - return this; - }, - // Is it locked? - locked: function() { - return !stack; - }, - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( list && ( !fired || stack ) ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - if ( firing ) { - stack.push( args ); - } else { - fire( args ); - } - } - return this; - }, - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; -jQuery.extend({ - - Deferred: function( func ) { - var tuples = [ - // action, add listener, listener list, final state - [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], - [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], - [ "notify", "progress", jQuery.Callbacks("memory") ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - then: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - return jQuery.Deferred(function( newDefer ) { - jQuery.each( tuples, function( i, tuple ) { - var action = tuple[ 0 ], - fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; - // deferred[ done | fail | progress ] for forwarding actions to newDefer - deferred[ tuple[1] ](function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && jQuery.isFunction( returned.promise ) ) { - returned.promise() - .done( newDefer.resolve ) - .fail( newDefer.reject ) - .progress( newDefer.notify ); - } else { - newDefer[ action + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); - } - }); - }); - fns = null; - }).promise(); - }, - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Keep pipe for back-compat - promise.pipe = promise.then; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 3 ]; - - // promise[ done | fail | progress ] = list.add - promise[ tuple[1] ] = list.add; - - // Handle state - if ( stateString ) { - list.add(function() { - // state = [ resolved | rejected ] - state = stateString; - - // [ reject_list | resolve_list ].disable; progress_list.lock - }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); - } - - // deferred[ resolve | reject | notify ] - deferred[ tuple[0] ] = function() { - deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); - return this; - }; - deferred[ tuple[0] + "With" ] = list.fireWith; - }); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( subordinate /* , ..., subordinateN */ ) { - var i = 0, - resolveValues = core_slice.call( arguments ), - length = resolveValues.length, - - // the count of uncompleted subordinates - remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, - - // the master Deferred. If resolveValues consist of only a single Deferred, just use that. - deferred = remaining === 1 ? subordinate : jQuery.Deferred(), - - // Update function for both resolve and progress values - updateFunc = function( i, contexts, values ) { - return function( value ) { - contexts[ i ] = this; - values[ i ] = arguments.length > 1 ? core_slice.call( arguments ) : value; - if( values === progressValues ) { - deferred.notifyWith( contexts, values ); - } else if ( !( --remaining ) ) { - deferred.resolveWith( contexts, values ); - } - }; - }, - - progressValues, progressContexts, resolveContexts; - - // add listeners to Deferred subordinates; treat others as resolved - if ( length > 1 ) { - progressValues = new Array( length ); - progressContexts = new Array( length ); - resolveContexts = new Array( length ); - for ( ; i < length; i++ ) { - if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { - resolveValues[ i ].promise() - .done( updateFunc( i, resolveContexts, resolveValues ) ) - .fail( deferred.reject ) - .progress( updateFunc( i, progressContexts, progressValues ) ); - } else { - --remaining; - } - } - } - - // if we're not waiting on anything, resolve the master - if ( !remaining ) { - deferred.resolveWith( resolveContexts, resolveValues ); - } - - return deferred.promise(); - } -}); -jQuery.support = (function( support ) { - var input = document.createElement("input"), - fragment = document.createDocumentFragment(), - div = document.createElement("div"), - select = document.createElement("select"), - opt = select.appendChild( document.createElement("option") ); - - // Finish early in limited environments - if ( !input.type ) { - return support; - } - - input.type = "checkbox"; - - // Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3 - // Check the default checkbox/radio value ("" on old WebKit; "on" elsewhere) - support.checkOn = input.value !== ""; - - // Must access the parent to make an option select properly - // Support: IE9, IE10 - support.optSelected = opt.selected; - - // Will be defined later - support.reliableMarginRight = true; - support.boxSizingReliable = true; - support.pixelPosition = false; - - // Make sure checked status is properly cloned - // Support: IE9, IE10 - input.checked = true; - support.noCloneChecked = input.cloneNode( true ).checked; - - // Make sure that the options inside disabled selects aren't marked as disabled - // (WebKit marks them as disabled) - select.disabled = true; - support.optDisabled = !opt.disabled; - - // Check if an input maintains its value after becoming a radio - // Support: IE9, IE10 - input = document.createElement("input"); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; - - // #11217 - WebKit loses check when the name is after the checked attribute - input.setAttribute( "checked", "t" ); - input.setAttribute( "name", "t" ); - - fragment.appendChild( input ); - - // Support: Safari 5.1, Android 4.x, Android 2.3 - // old WebKit doesn't clone checked state correctly in fragments - support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: Firefox, Chrome, Safari - // Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP) - support.focusinBubbles = "onfocusin" in window; - - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - // Run tests that need a body at doc ready - jQuery(function() { - var container, marginDiv, - // Support: Firefox, Android 2.3 (Prefixed box-sizing versions). - divReset = "padding:0;margin:0;border:0;display:block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box", - body = document.getElementsByTagName("body")[ 0 ]; - - if ( !body ) { - // Return for frameset docs that don't have a body - return; - } - - container = document.createElement("div"); - container.style.cssText = "border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px"; - - // Check box-sizing and margin behavior. - body.appendChild( container ).appendChild( div ); - div.innerHTML = ""; - // Support: Firefox, Android 2.3 (Prefixed box-sizing versions). - div.style.cssText = "-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%"; - - // Workaround failing boxSizing test due to offsetWidth returning wrong value - // with some non-1 values of body zoom, ticket #13543 - jQuery.swap( body, body.style.zoom != null ? { zoom: 1 } : {}, function() { - support.boxSizing = div.offsetWidth === 4; - }); - - // Use window.getComputedStyle because jsdom on node.js will break without it. - if ( window.getComputedStyle ) { - support.pixelPosition = ( window.getComputedStyle( div, null ) || {} ).top !== "1%"; - support.boxSizingReliable = ( window.getComputedStyle( div, null ) || { width: "4px" } ).width === "4px"; - - // Support: Android 2.3 - // Check if div with explicit width and no margin-right incorrectly - // gets computed margin-right based on width of container. (#3333) - // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right - marginDiv = div.appendChild( document.createElement("div") ); - marginDiv.style.cssText = div.style.cssText = divReset; - marginDiv.style.marginRight = marginDiv.style.width = "0"; - div.style.width = "1px"; - - support.reliableMarginRight = - !parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight ); - } - - body.removeChild( container ); - }); - - return support; -})( {} ); - -/* - Implementation Summary - - 1. Enforce API surface and semantic compatibility with 1.9.x branch - 2. Improve the module's maintainability by reducing the storage - paths to a single mechanism. - 3. Use the same single mechanism to support "private" and "user" data. - 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) - 5. Avoid exposing implementation details on user objects (eg. expando properties) - 6. Provide a clear path for implementation upgrade to WeakMap in 2014 -*/ -var data_user, data_priv, - rbrace = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/, - rmultiDash = /([A-Z])/g; - -function Data() { - // Support: Android < 4, - // Old WebKit does not have Object.preventExtensions/freeze method, - // return new empty object instead with no [[set]] accessor - Object.defineProperty( this.cache = {}, 0, { - get: function() { - return {}; - } - }); - - this.expando = jQuery.expando + Math.random(); -} - -Data.uid = 1; - -Data.accepts = function( owner ) { - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType ? - owner.nodeType === 1 || owner.nodeType === 9 : true; -}; - -Data.prototype = { - key: function( owner ) { - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return the key for a frozen object. - if ( !Data.accepts( owner ) ) { - return 0; - } - - var descriptor = {}, - // Check if the owner object already has a cache key - unlock = owner[ this.expando ]; - - // If not, create one - if ( !unlock ) { - unlock = Data.uid++; - - // Secure it in a non-enumerable, non-writable property - try { - descriptor[ this.expando ] = { value: unlock }; - Object.defineProperties( owner, descriptor ); - - // Support: Android < 4 - // Fallback to a less secure definition - } catch ( e ) { - descriptor[ this.expando ] = unlock; - jQuery.extend( owner, descriptor ); - } - } - - // Ensure the cache object - if ( !this.cache[ unlock ] ) { - this.cache[ unlock ] = {}; - } - - return unlock; - }, - set: function( owner, data, value ) { - var prop, - // There may be an unlock assigned to this node, - // if there is no entry for this "owner", create one inline - // and set the unlock as though an owner entry had always existed - unlock = this.key( owner ), - cache = this.cache[ unlock ]; - - // Handle: [ owner, key, value ] args - if ( typeof data === "string" ) { - cache[ data ] = value; - - // Handle: [ owner, { properties } ] args - } else { - // Fresh assignments by object are shallow copied - if ( jQuery.isEmptyObject( cache ) ) { - jQuery.extend( this.cache[ unlock ], data ); - // Otherwise, copy the properties one-by-one to the cache object - } else { - for ( prop in data ) { - cache[ prop ] = data[ prop ]; - } - } - } - return cache; - }, - get: function( owner, key ) { - // Either a valid cache is found, or will be created. - // New caches will be created and the unlock returned, - // allowing direct access to the newly created - // empty data object. A valid owner object must be provided. - var cache = this.cache[ this.key( owner ) ]; - - return key === undefined ? - cache : cache[ key ]; - }, - access: function( owner, key, value ) { - var stored; - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ((key && typeof key === "string") && value === undefined) ) { - - stored = this.get( owner, key ); - - return stored !== undefined ? - stored : this.get( owner, jQuery.camelCase(key) ); - } - - // [*]When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, name, camel, - unlock = this.key( owner ), - cache = this.cache[ unlock ]; - - if ( key === undefined ) { - this.cache[ unlock ] = {}; - - } else { - // Support array or space separated string of keys - if ( jQuery.isArray( key ) ) { - // If "name" is an array of keys... - // When data is initially created, via ("key", "val") signature, - // keys will be converted to camelCase. - // Since there is no way to tell _how_ a key was added, remove - // both plain key and camelCase key. #12786 - // This will only penalize the array argument path. - name = key.concat( key.map( jQuery.camelCase ) ); - } else { - camel = jQuery.camelCase( key ); - // Try the string as a key before any manipulation - if ( key in cache ) { - name = [ key, camel ]; - } else { - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - name = camel; - name = name in cache ? - [ name ] : ( name.match( core_rnotwhite ) || [] ); - } - } - - i = name.length; - while ( i-- ) { - delete cache[ name[ i ] ]; - } - } - }, - hasData: function( owner ) { - return !jQuery.isEmptyObject( - this.cache[ owner[ this.expando ] ] || {} - ); - }, - discard: function( owner ) { - if ( owner[ this.expando ] ) { - delete this.cache[ owner[ this.expando ] ]; - } - } -}; - -// These may be used throughout the jQuery core codebase -data_user = new Data(); -data_priv = new Data(); - - -jQuery.extend({ - acceptData: Data.accepts, - - hasData: function( elem ) { - return data_user.hasData( elem ) || data_priv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return data_user.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - data_user.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to data_priv methods, these can be deprecated. - _data: function( elem, name, data ) { - return data_priv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - data_priv.remove( elem, name ); - } -}); - -jQuery.fn.extend({ - data: function( key, value ) { - var attrs, name, - elem = this[ 0 ], - i = 0, - data = null; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = data_user.get( elem ); - - if ( elem.nodeType === 1 && !data_priv.get( elem, "hasDataAttrs" ) ) { - attrs = elem.attributes; - for ( ; i < attrs.length; i++ ) { - name = attrs[ i ].name; - - if ( name.indexOf( "data-" ) === 0 ) { - name = jQuery.camelCase( name.slice(5) ); - dataAttr( elem, name, data[ name ] ); - } - } - data_priv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each(function() { - data_user.set( this, key ); - }); - } - - return jQuery.access( this, function( value ) { - var data, - camelKey = jQuery.camelCase( key ); - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - // Attempt to get data from the cache - // with the key as-is - data = data_user.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to get data from the cache - // with the key camelized - data = data_user.get( elem, camelKey ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, camelKey, undefined ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each(function() { - // First, attempt to store a copy or reference of any - // data that might've been store with a camelCased key. - var data = data_user.get( this, camelKey ); - - // For HTML5 data-* attribute interop, we have to - // store property names with dashes in a camelCase form. - // This might not apply to all properties...* - data_user.set( this, camelKey, value ); - - // *... In the case of properties that might _actually_ - // have dashes, we need to also store a copy of that - // unchanged property. - if ( key.indexOf("-") !== -1 && data !== undefined ) { - data_user.set( this, key, value ); - } - }); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each(function() { - data_user.remove( this, key ); - }); - } -}); - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = data === "true" ? true : - data === "false" ? false : - data === "null" ? null : - // Only convert to a number if it doesn't change the string - +data + "" === data ? +data : - rbrace.test( data ) ? JSON.parse( data ) : - data; - } catch( e ) {} - - // Make sure we set the data so it isn't changed later - data_user.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} -jQuery.extend({ - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = data_priv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || jQuery.isArray( data ) ) { - queue = data_priv.access( elem, type, jQuery.makeArray(data) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // not intended for public consumption - generates a queueHooks object, or returns the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return data_priv.get( elem, key ) || data_priv.access( elem, key, { - empty: jQuery.Callbacks("once memory").add(function() { - data_priv.remove( elem, [ type + "queue", key ] ); - }) - }); - } -}); - -jQuery.fn.extend({ - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[0], type ); - } - - return data === undefined ? - this : - this.each(function() { - var queue = jQuery.queue( this, type, data ); - - // ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[0] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - }); - }, - dequeue: function( type ) { - return this.each(function() { - jQuery.dequeue( this, type ); - }); - }, - // Based off of the plugin by Clint Helfers, with permission. - // http://blindsignals.com/index.php/2009/07/jquery-delay/ - delay: function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = setTimeout( next, time ); - hooks.stop = function() { - clearTimeout( timeout ); - }; - }); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while( i-- ) { - tmp = data_priv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -}); -var nodeHook, boolHook, - rclass = /[\t\r\n\f]/g, - rreturn = /\r/g, - rfocusable = /^(?:input|select|textarea|button)$/i; - -jQuery.fn.extend({ - attr: function( name, value ) { - return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each(function() { - jQuery.removeAttr( this, name ); - }); - }, - - prop: function( name, value ) { - return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each(function() { - delete this[ jQuery.propFix[ name ] || name ]; - }); - }, - - addClass: function( value ) { - var classes, elem, cur, clazz, j, - i = 0, - len = this.length, - proceed = typeof value === "string" && value; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( j ) { - jQuery( this ).addClass( value.call( this, j, this.className ) ); - }); - } - - if ( proceed ) { - // The disjunction here is for better compressibility (see removeClass) - classes = ( value || "" ).match( core_rnotwhite ) || []; - - for ( ; i < len; i++ ) { - elem = this[ i ]; - cur = elem.nodeType === 1 && ( elem.className ? - ( " " + elem.className + " " ).replace( rclass, " " ) : - " " - ); - - if ( cur ) { - j = 0; - while ( (clazz = classes[j++]) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - elem.className = jQuery.trim( cur ); - - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, clazz, j, - i = 0, - len = this.length, - proceed = arguments.length === 0 || typeof value === "string" && value; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( j ) { - jQuery( this ).removeClass( value.call( this, j, this.className ) ); - }); - } - if ( proceed ) { - classes = ( value || "" ).match( core_rnotwhite ) || []; - - for ( ; i < len; i++ ) { - elem = this[ i ]; - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( elem.className ? - ( " " + elem.className + " " ).replace( rclass, " " ) : - "" - ); - - if ( cur ) { - j = 0; - while ( (clazz = classes[j++]) ) { - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) >= 0 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - elem.className = value ? jQuery.trim( cur ) : ""; - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value; - - if ( typeof stateVal === "boolean" && type === "string" ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( jQuery.isFunction( value ) ) { - return this.each(function( i ) { - jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal ); - }); - } - - return this.each(function() { - if ( type === "string" ) { - // toggle individual class names - var className, - i = 0, - self = jQuery( this ), - classNames = value.match( core_rnotwhite ) || []; - - while ( (className = classNames[ i++ ]) ) { - // check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( type === core_strundefined || type === "boolean" ) { - if ( this.className ) { - // store className if set - data_priv.set( this, "__className__", this.className ); - } - - // If the element has a class name or if we're passed "false", - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - this.className = this.className || value === false ? "" : data_priv.get( this, "__className__" ) || ""; - } - }); - }, - - hasClass: function( selector ) { - var className = " " + selector + " ", - i = 0, - l = this.length; - for ( ; i < l; i++ ) { - if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) >= 0 ) { - return true; - } - } - - return false; - }, - - val: function( value ) { - var hooks, ret, isFunction, - elem = this[0]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { - return ret; - } - - ret = elem.value; - - return typeof ret === "string" ? - // handle most common string cases - ret.replace(rreturn, "") : - // handle cases where value is null/undef or number - ret == null ? "" : ret; - } - - return; - } - - isFunction = jQuery.isFunction( value ); - - return this.each(function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( isFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - } else if ( typeof val === "number" ) { - val += ""; - } else if ( jQuery.isArray( val ) ) { - val = jQuery.map(val, function ( value ) { - return value == null ? "" : value + ""; - }); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - }); - } -}); - -jQuery.extend({ - valHooks: { - option: { - get: function( elem ) { - // attributes.value is undefined in Blackberry 4.7 but - // uses .value. See #6932 - var val = elem.attributes.value; - return !val || val.specified ? elem.value : elem.text; - } - }, - select: { - get: function( elem ) { - var value, option, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one" || index < 0, - values = one ? null : [], - max = one ? index + 1 : options.length, - i = index < 0 ? - max : - one ? index : 0; - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // IE6-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - // Don't return options that are disabled or in a disabled optgroup - ( jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null ) && - ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - if ( (option.selected = jQuery.inArray( jQuery(option).val(), values ) >= 0) ) { - optionSet = true; - } - } - - // force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - }, - - attr: function( elem, name, value ) { - var hooks, ret, - nType = elem.nodeType; - - // don't get/set attributes on text, comment and attribute nodes - if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === core_strundefined ) { - return jQuery.prop( elem, name, value ); - } - - // All attributes are lowercase - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - name = name.toLowerCase(); - hooks = jQuery.attrHooks[ name ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook ); - } - - if ( value !== undefined ) { - - if ( value === null ) { - jQuery.removeAttr( elem, name ); - - } else if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) { - return ret; - - } else { - elem.setAttribute( name, value + "" ); - return value; - } - - } else if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) { - return ret; - - } else { - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? - undefined : - ret; - } - }, - - removeAttr: function( elem, value ) { - var name, propName, - i = 0, - attrNames = value && value.match( core_rnotwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( (name = attrNames[i++]) ) { - propName = jQuery.propFix[ name ] || name; - - // Boolean attributes get special treatment (#10870) - if ( jQuery.expr.match.bool.test( name ) ) { - // Set corresponding property to false - elem[ propName ] = false; - } - - elem.removeAttribute( name ); - } - } - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) { - // Setting the type on a radio button after the value resets the value in IE6-9 - // Reset value to default in case type is set after value during creation - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - }, - - prop: function( elem, name, value ) { - var ret, hooks, notxml, - nType = elem.nodeType; - - // don't get/set properties on text, comment and attribute nodes - if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); - - if ( notxml ) { - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - return hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ? - ret : - ( elem[ name ] = value ); - - } else { - return hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ? - ret : - elem[ name ]; - } - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - return elem.hasAttribute( "tabindex" ) || rfocusable.test( elem.nodeName ) || elem.href ? - elem.tabIndex : - -1; - } - } - } -}); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { - var getter = jQuery.expr.attrHandle[ name ] || jQuery.find.attr; - - jQuery.expr.attrHandle[ name ] = function( elem, name, isXML ) { - var fn = jQuery.expr.attrHandle[ name ], - ret = isXML ? - undefined : - /* jshint eqeqeq: false */ - // Temporarily disable this handler to check existence - (jQuery.expr.attrHandle[ name ] = undefined) != - getter( elem, name, isXML ) ? - - name.toLowerCase() : - null; - - // Restore handler - jQuery.expr.attrHandle[ name ] = fn; - - return ret; - }; -}); - -// Support: IE9+ -// Selectedness for an option in an optgroup can be inaccurate -if ( !jQuery.support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - } - }; -} - -jQuery.each([ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -}); - -// Radios and checkboxes getter/setter -jQuery.each([ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( jQuery.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 ); - } - } - }; - if ( !jQuery.support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - // Support: Webkit - // "" is returned instead of "on" if a value isn't specified - return elem.getAttribute("value") === null ? "on" : elem.value; - }; - } -}); -var rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|contextmenu)|click/, - rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = data_priv.get( elem ); - - // Don't attach events to noData or text/comment nodes (but allow plain objects) - if ( !elemData ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !(events = elemData.events) ) { - events = elemData.events = {}; - } - if ( !(eventHandle = elemData.handle) ) { - eventHandle = elemData.handle = function( e ) { - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== core_strundefined && (!e || jQuery.event.triggered !== e.type) ? - jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : - undefined; - }; - // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events - eventHandle.elem = elem; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( core_rnotwhite ) || [""]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[t] ) || []; - type = origType = tmp[1]; - namespaces = ( tmp[2] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend({ - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join(".") - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !(handlers = events[ type ]) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle, false ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - // Nullify elem to prevent memory leaks in IE - elem = null; - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = data_priv.hasData( elem ) && data_priv.get( elem ); - - if ( !elemData || !(events = elemData.events) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( core_rnotwhite ) || [""]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[t] ) || []; - type = origType = tmp[1]; - namespaces = ( tmp[2] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - delete elemData.handle; - data_priv.remove( elem, "events" ); - } - }, - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, - eventPath = [ elem || document ], - type = core_hasOwn.call( event, "type" ) ? event.type : event, - namespaces = core_hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; - - cur = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf(".") >= 0 ) { - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split("."); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf(":") < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join("."); - event.namespace_re = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === (elem.ownerDocument || document) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { - - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( data_priv.get( cur, "events" ) || {} )[ event.type ] && data_priv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && jQuery.acceptData( cur ) && handle.apply && handle.apply( cur, data ) === false ) { - event.preventDefault(); - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && - jQuery.acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - elem[ type ](); - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - dispatch: function( event ) { - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( event ); - - var i, j, ret, matched, handleObj, - handlerQueue = [], - args = core_slice.call( arguments ), - handlers = ( data_priv.get( this, "events" ) || {} )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[0] = event; - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { - - // Triggered event must either 1) have no namespace, or - // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). - if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) - .apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( (event.result = ret) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, matches, sel, handleObj, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - // Black-hole SVG <use> instance trees (#13180) - // Avoid non-left-click bubbling in Firefox (#3861) - if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.disabled !== true || event.type !== "click" ) { - matches = []; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matches[ sel ] === undefined ) { - matches[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) >= 0 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matches[ sel ] ) { - matches.push( handleObj ); - } - } - if ( matches.length ) { - handlerQueue.push({ elem: cur, handlers: matches }); - } - } - } - } - - // Add the remaining (directly-bound) handlers - if ( delegateCount < handlers.length ) { - handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); - } - - return handlerQueue; - }, - - // Includes some event props shared by KeyEvent and MouseEvent - props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), - - fixHooks: {}, - - keyHooks: { - props: "char charCode key keyCode".split(" "), - filter: function( event, original ) { - - // Add which for key events - if ( event.which == null ) { - event.which = original.charCode != null ? original.charCode : original.keyCode; - } - - return event; - } - }, - - mouseHooks: { - props: "button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "), - filter: function( event, original ) { - var eventDoc, doc, body, - button = original.button; - - // Calculate pageX/Y if missing and clientX/Y available - if ( event.pageX == null && original.clientX != null ) { - eventDoc = event.target.ownerDocument || document; - doc = eventDoc.documentElement; - body = eventDoc.body; - - event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); - event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - // Note: button is not normalized, so don't use it - if ( !event.which && button !== undefined ) { - event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); - } - - return event; - } - }, - - fix: function( event ) { - if ( event[ jQuery.expando ] ) { - return event; - } - - // Create a writable copy of the event object and normalize some properties - var i, prop, copy, - type = event.type, - originalEvent = event, - fixHook = this.fixHooks[ type ]; - - if ( !fixHook ) { - this.fixHooks[ type ] = fixHook = - rmouseEvent.test( type ) ? this.mouseHooks : - rkeyEvent.test( type ) ? this.keyHooks : - {}; - } - copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; - - event = new jQuery.Event( originalEvent ); - - i = copy.length; - while ( i-- ) { - prop = copy[ i ]; - event[ prop ] = originalEvent[ prop ]; - } - - // Support: Cordova 2.5 (WebKit) (#13255) - // All events should have a target; Cordova deviceready doesn't - if ( !event.target ) { - event.target = document; - } - - // Support: Safari 6.0+, Chrome < 28 - // Target should not be a text node (#504, #13143) - if ( event.target.nodeType === 3 ) { - event.target = event.target.parentNode; - } - - return fixHook.filter? fixHook.filter( event, originalEvent ) : event; - }, - - special: { - load: { - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - focus: { - // Fire native event if possible so blur/focus sequence is correct - trigger: function() { - if ( this !== safeActiveElement() && this.focus ) { - this.focus(); - return false; - } - }, - delegateType: "focusin" - }, - blur: { - trigger: function() { - if ( this === safeActiveElement() && this.blur ) { - this.blur(); - return false; - } - }, - delegateType: "focusout" - }, - click: { - // For checkbox, fire native event so checked state will be right - trigger: function() { - if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) { - this.click(); - return false; - } - }, - - // For cross-browser consistency, don't fire native .click() on links - _default: function( event ) { - return jQuery.nodeName( event.target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined ) { - event.originalEvent.returnValue = event.result; - } - } - } - }, - - simulate: function( type, elem, event, bubble ) { - // Piggyback on a donor event to simulate a different one. - // Fake originalEvent to avoid donor's stopPropagation, but if the - // simulated event prevents default then we do the same on the donor. - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true, - originalEvent: {} - } - ); - if ( bubble ) { - jQuery.event.trigger( e, null, elem ); - } else { - jQuery.event.dispatch.call( elem, e ); - } - if ( e.isDefaultPrevented() ) { - event.preventDefault(); - } - } -}; - -jQuery.removeEvent = function( elem, type, handle ) { - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle, false ); - } -}; - -jQuery.Event = function( src, props ) { - // Allow instantiation without the 'new' keyword - if ( !(this instanceof jQuery.Event) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = ( src.defaultPrevented || - src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || jQuery.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && e.preventDefault ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && e.stopPropagation ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - this.isImmediatePropagationStopped = returnTrue; - this.stopPropagation(); - } -}; - -// Create mouseenter/leave events using mouseover/out and event-time checks -// Support: Chrome 15+ -jQuery.each({ - mouseenter: "mouseover", - mouseleave: "mouseout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mousenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || (related !== target && !jQuery.contains( target, related )) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -}); - -// Create "bubbling" focus and blur events -// Support: Firefox, Chrome, Safari -if ( !jQuery.support.focusinBubbles ) { - jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler while someone wants focusin/focusout - var attaches = 0, - handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - if ( attaches++ === 0 ) { - document.addEventListener( orig, handler, true ); - } - }, - teardown: function() { - if ( --attaches === 0 ) { - document.removeEventListener( orig, handler, true ); - } - } - }; - }); -} - -jQuery.fn.extend({ - - on: function( types, selector, data, fn, /*INTERNAL*/ one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - this.on( type, selector, data, types[ type ], one ); - } - return this; - } - - if ( data == null && fn == null ) { - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return this; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return this.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - }); - }, - one: function( types, selector, data, fn ) { - return this.on( types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each(function() { - jQuery.event.remove( this, types, fn, selector ); - }); - }, - - trigger: function( type, data ) { - return this.each(function() { - jQuery.event.trigger( type, data, this ); - }); - }, - triggerHandler: function( type, data ) { - var elem = this[0]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -}); -var isSimple = /^.[^:#\[\.,]*$/, - rparentsprev = /^(?:parents|prev(?:Until|All))/, - rneedsContext = jQuery.expr.match.needsContext, - // methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend({ - find: function( selector ) { - var i, - ret = [], - self = this, - len = self.length; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter(function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - }) ); - } - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - // Needed because $( selector, context ) becomes $( context ).find( selector ) - ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); - ret.selector = this.selector ? this.selector + " " + selector : selector; - return ret; - }, - - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter(function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[i] ) ) { - return true; - } - } - }); - }, - - not: function( selector ) { - return this.pushStack( winnow(this, selector || [], true) ); - }, - - filter: function( selector ) { - return this.pushStack( winnow(this, selector || [], false) ); - }, - - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - pos = ( rneedsContext.test( selectors ) || typeof selectors !== "string" ) ? - jQuery( selectors, context || this.context ) : - 0; - - for ( ; i < l; i++ ) { - for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { - // Always skip document fragments - if ( cur.nodeType < 11 && (pos ? - pos.index(cur) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector(cur, selectors)) ) { - - cur = matched.push( cur ); - break; - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched ); - }, - - // Determine the position of an element within - // the matched set of elements - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // index in selector - if ( typeof elem === "string" ) { - return core_indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return core_indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - var set = typeof selector === "string" ? - jQuery( selector, context ) : - jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ), - all = jQuery.merge( this.get(), set ); - - return this.pushStack( jQuery.unique(all) ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter(selector) - ); - } -}); - -function sibling( cur, dir ) { - while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {} - - return cur; -} - -jQuery.each({ - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return jQuery.dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, i, until ) { - return jQuery.dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return jQuery.dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return jQuery.dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, i, until ) { - return jQuery.dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, i, until ) { - return jQuery.dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return jQuery.sibling( elem.firstChild ); - }, - contents: function( elem ) { - return elem.contentDocument || jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.unique( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -}); - -jQuery.extend({ - filter: function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - return elems.length === 1 && elem.nodeType === 1 ? - jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : - jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - })); - }, - - dir: function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; - }, - - sibling: function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; - } -}); - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( jQuery.isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - /* jshint -W018 */ - return !!qualifier.call( elem, i, elem ) !== not; - }); - - } - - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - }); - - } - - if ( typeof qualifier === "string" ) { - if ( isSimple.test( qualifier ) ) { - return jQuery.filter( qualifier, elements, not ); - } - - qualifier = jQuery.filter( qualifier, elements ); - } - - return jQuery.grep( elements, function( elem ) { - return ( core_indexOf.call( qualifier, elem ) >= 0 ) !== not; - }); -} -var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, - rtagName = /<([\w:]+)/, - rhtml = /<|&#?\w+;/, - rnoInnerhtml = /<(?:script|style|link)/i, - manipulation_rcheckableType = /^(?:checkbox|radio)$/i, - // checked="checked" or checked - rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - rscriptType = /^$|\/(?:java|ecma)script/i, - rscriptTypeMasked = /^true\/(.*)/, - rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g, - - // We have to close these tags to support XHTML (#13200) - wrapMap = { - - // Support: IE 9 - option: [ 1, "<select multiple='multiple'>", "</select>" ], - - thead: [ 1, "<table>", "</table>" ], - col: [ 2, "<table><colgroup>", "</colgroup></table>" ], - tr: [ 2, "<table><tbody>", "</tbody></table>" ], - td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], - - _default: [ 0, "", "" ] - }; - -// Support: IE 9 -wrapMap.optgroup = wrapMap.option; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -jQuery.fn.extend({ - text: function( value ) { - return jQuery.access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().append( ( this[ 0 ] && this[ 0 ].ownerDocument || document ).createTextNode( value ) ); - }, null, value, arguments.length ); - }, - - append: function() { - return this.domManip( arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - }); - }, - - prepend: function() { - return this.domManip( arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - }); - }, - - before: function() { - return this.domManip( arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - }); - }, - - after: function() { - return this.domManip( arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - }); - }, - - // keepData is for internal use only--do not document - remove: function( selector, keepData ) { - var elem, - elems = selector ? jQuery.filter( selector, this ) : this, - i = 0; - - for ( ; (elem = elems[i]) != null; i++ ) { - if ( !keepData && elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem ) ); - } - - if ( elem.parentNode ) { - if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { - setGlobalEval( getAll( elem, "script" ) ); - } - elem.parentNode.removeChild( elem ); - } - } - - return this; - }, - - empty: function() { - var elem, - i = 0; - - for ( ; (elem = this[i]) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function () { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - }); - }, - - html: function( value ) { - return jQuery.access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = value.replace( rxhtmlTag, "<$1></$2>" ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var - // Snapshot the DOM in case .domManip sweeps something relevant into its fragment - args = jQuery.map( this, function( elem ) { - return [ elem.nextSibling, elem.parentNode ]; - }), - i = 0; - - // Make the changes, replacing each context element with the new content - this.domManip( arguments, function( elem ) { - var next = args[ i++ ], - parent = args[ i++ ]; - - if ( parent ) { - // Don't use the snapshot next if it has moved (#13810) - if ( next && next.parentNode !== parent ) { - next = this.nextSibling; - } - jQuery( this ).remove(); - parent.insertBefore( elem, next ); - } - // Allow new content to include elements from the context set - }, true ); - - // Force removal if there was no new content (e.g., from empty arguments) - return i ? this : this.remove(); - }, - - detach: function( selector ) { - return this.remove( selector, true ); - }, - - domManip: function( args, callback, allowIntersection ) { - - // Flatten any nested arrays - args = core_concat.apply( [], args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = this.length, - set = this, - iNoClone = l - 1, - value = args[ 0 ], - isFunction = jQuery.isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( isFunction || !( l <= 1 || typeof value !== "string" || jQuery.support.checkClone || !rchecked.test( value ) ) ) { - return this.each(function( index ) { - var self = set.eq( index ); - if ( isFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - self.domManip( args, callback, allowIntersection ); - }); - } - - if ( l ) { - fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, !allowIntersection && this ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - if ( first ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - // Support: QtWebKit - // jQuery.merge because core_push.apply(_, arraylike) throws - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( this[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !data_priv.access( node, "globalEval" ) && jQuery.contains( doc, node ) ) { - - if ( node.src ) { - // Hope ajax is available... - jQuery._evalUrl( node.src ); - } else { - jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) ); - } - } - } - } - } - } - - return this; - } -}); - -jQuery.each({ - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: QtWebKit - // .get() because core_push.apply(_, arraylike) throws - core_push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -}); - -jQuery.extend({ - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = jQuery.contains( elem.ownerDocument, elem ); - - // Support: IE >= 9 - // Fix Cloning issues - if ( !jQuery.support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - buildFragment: function( elems, context, scripts, selection ) { - var elem, tmp, tag, wrap, contains, j, - i = 0, - l = elems.length, - fragment = context.createDocumentFragment(), - nodes = []; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( jQuery.type( elem ) === "object" ) { - // Support: QtWebKit - // jQuery.merge because core_push.apply(_, arraylike) throws - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement("div") ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || ["", ""] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, "<$1></$2>" ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: QtWebKit - // jQuery.merge because core_push.apply(_, arraylike) throws - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Fixes #12346 - // Support: Webkit, IE - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( (elem = nodes[ i++ ]) ) { - - // #4087 - If origin and destination elements are the same, and this is - // that element, do not do anything - if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { - continue; - } - - contains = jQuery.contains( elem.ownerDocument, elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( contains ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( (elem = tmp[ j++ ]) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; - }, - - cleanData: function( elems ) { - var data, elem, events, type, key, j, - special = jQuery.event.special, - i = 0; - - for ( ; (elem = elems[ i ]) !== undefined; i++ ) { - if ( Data.accepts( elem ) ) { - key = elem[ data_priv.expando ]; - - if ( key && (data = data_priv.cache[ key ]) ) { - events = Object.keys( data.events || {} ); - if ( events.length ) { - for ( j = 0; (type = events[j]) !== undefined; j++ ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - if ( data_priv.cache[ key ] ) { - // Discard any remaining `private` data - delete data_priv.cache[ key ]; - } - } - } - // Discard any remaining `user` data - delete data_user.cache[ elem[ data_user.expando ] ]; - } - }, - - _evalUrl: function( url ) { - return jQuery.ajax({ - url: url, - type: "GET", - dataType: "script", - async: false, - global: false, - "throws": true - }); - } -}); - -// Support: 1.x compatibility -// Manipulating tables requires a tbody -function manipulationTarget( elem, content ) { - return jQuery.nodeName( elem, "table" ) && - jQuery.nodeName( content.nodeType === 1 ? content : content.firstChild, "tr" ) ? - - elem.getElementsByTagName("tbody")[0] || - elem.appendChild( elem.ownerDocument.createElement("tbody") ) : - elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = (elem.getAttribute("type") !== null) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - var match = rscriptTypeMasked.exec( elem.type ); - - if ( match ) { - elem.type = match[ 1 ]; - } else { - elem.removeAttribute("type"); - } - - return elem; -} - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var l = elems.length, - i = 0; - - for ( ; i < l; i++ ) { - data_priv.set( - elems[ i ], "globalEval", !refElements || data_priv.get( refElements[ i ], "globalEval" ) - ); - } -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( data_priv.hasData( src ) ) { - pdataOld = data_priv.access( src ); - pdataCur = data_priv.set( dest, pdataOld ); - events = pdataOld.events; - - if ( events ) { - delete pdataCur.handle; - pdataCur.events = {}; - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( data_user.hasData( src ) ) { - udataOld = data_user.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - data_user.set( dest, udataCur ); - } -} - - -function getAll( context, tag ) { - var ret = context.getElementsByTagName ? context.getElementsByTagName( tag || "*" ) : - context.querySelectorAll ? context.querySelectorAll( tag || "*" ) : - []; - - return tag === undefined || tag && jQuery.nodeName( context, tag ) ? - jQuery.merge( [ context ], ret ) : - ret; -} - -// Support: IE >= 9 -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && manipulation_rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} -jQuery.fn.extend({ - wrapAll: function( html ) { - var wrap; - - if ( jQuery.isFunction( html ) ) { - return this.each(function( i ) { - jQuery( this ).wrapAll( html.call(this, i) ); - }); - } - - if ( this[ 0 ] ) { - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map(function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - }).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( jQuery.isFunction( html ) ) { - return this.each(function( i ) { - jQuery( this ).wrapInner( html.call(this, i) ); - }); - } - - return this.each(function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - }); - }, - - wrap: function( html ) { - var isFunction = jQuery.isFunction( html ); - - return this.each(function( i ) { - jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html ); - }); - }, - - unwrap: function() { - return this.parent().each(function() { - if ( !jQuery.nodeName( this, "body" ) ) { - jQuery( this ).replaceWith( this.childNodes ); - } - }).end(); - } -}); -var curCSS, iframe, - // swappable if display is none or starts with table except "table", "table-cell", or "table-caption" - // see here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rmargin = /^margin/, - rnumsplit = new RegExp( "^(" + core_pnum + ")(.*)$", "i" ), - rnumnonpx = new RegExp( "^(" + core_pnum + ")(?!px)[a-z%]+$", "i" ), - rrelNum = new RegExp( "^([+-])=(" + core_pnum + ")", "i" ), - elemdisplay = { BODY: "block" }, - - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: 0, - fontWeight: 400 - }, - - cssExpand = [ "Top", "Right", "Bottom", "Left" ], - cssPrefixes = [ "Webkit", "O", "Moz", "ms" ]; - -// return a css property mapped to a potentially vendor prefixed property -function vendorPropName( style, name ) { - - // shortcut for names that are not vendor prefixed - if ( name in style ) { - return name; - } - - // check for vendor prefixed names - var capName = name.charAt(0).toUpperCase() + name.slice(1), - origName = name, - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in style ) { - return name; - } - } - - return origName; -} - -function isHidden( elem, el ) { - // isHidden might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); -} - -// NOTE: we've included the "window" in window.getComputedStyle -// because jsdom on node.js will break without it. -function getStyles( elem ) { - return window.getComputedStyle( elem, null ); -} - -function showHide( elements, show ) { - var display, elem, hidden, - values = [], - index = 0, - length = elements.length; - - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - values[ index ] = data_priv.get( elem, "olddisplay" ); - display = elem.style.display; - if ( show ) { - // Reset the inline display of this element to learn if it is - // being hidden by cascaded rules or not - if ( !values[ index ] && display === "none" ) { - elem.style.display = ""; - } - - // Set elements which have been overridden with display: none - // in a stylesheet to whatever the default browser style is - // for such an element - if ( elem.style.display === "" && isHidden( elem ) ) { - values[ index ] = data_priv.access( elem, "olddisplay", css_defaultDisplay(elem.nodeName) ); - } - } else { - - if ( !values[ index ] ) { - hidden = isHidden( elem ); - - if ( display && display !== "none" || !hidden ) { - data_priv.set( elem, "olddisplay", hidden ? display : jQuery.css(elem, "display") ); - } - } - } - } - - // Set the display of most of the elements in a second loop - // to avoid the constant reflow - for ( index = 0; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - if ( !show || elem.style.display === "none" || elem.style.display === "" ) { - elem.style.display = show ? values[ index ] || "" : "none"; - } - } - - return elements; -} - -jQuery.fn.extend({ - css: function( name, value ) { - return jQuery.access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( jQuery.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - }, - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each(function() { - if ( isHidden( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - }); - } -}); - -jQuery.extend({ - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "columnCount": true, - "fillOpacity": true, - "fontWeight": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: { - // normalize float css property - "float": "cssFloat" - }, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = jQuery.camelCase( name ), - style = elem.style; - - name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) ); - - // gets hook for the prefixed version - // followed by the unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // convert relative number strings (+= or -=) to relative numbers. #7345 - if ( type === "string" && (ret = rrelNum.exec( value )) ) { - value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) ); - // Fixes bug #9237 - type = "number"; - } - - // Make sure that NaN and null values aren't set. See: #7116 - if ( value == null || type === "number" && isNaN( value ) ) { - return; - } - - // If a number was passed in, add 'px' to the (except for certain CSS properties) - if ( type === "number" && !jQuery.cssNumber[ origName ] ) { - value += "px"; - } - - // Fixes #8908, it can be done more correctly by specifying setters in cssHooks, - // but it would mean to define eight (for every problematic property) identical functions - if ( !jQuery.support.clearCloneStyle && value === "" && name.indexOf("background") === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) { - style[ name ] = value; - } - - } else { - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) { - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = jQuery.camelCase( name ); - - // Make sure that we're working with the right name - name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) ); - - // gets hook for the prefixed version - // followed by the unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - //convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Return, converting to number if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || jQuery.isNumeric( num ) ? num || 0 : val; - } - return val; - } -}); - -curCSS = function( elem, name, _computed ) { - var width, minWidth, maxWidth, - computed = _computed || getStyles( elem ), - - // Support: IE9 - // getPropertyValue is only needed for .css('filter') in IE9, see #12537 - ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined, - style = elem.style; - - if ( computed ) { - - if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { - ret = jQuery.style( elem, name ); - } - - // Support: Safari 5.1 - // A tribute to the "awesome hack by Dean Edwards" - // Safari 5.1.7 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels - // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values - if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret; -}; - - -function setPositiveNumber( elem, value, subtract ) { - var matches = rnumsplit.exec( value ); - return matches ? - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) : - value; -} - -function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { - var i = extra === ( isBorderBox ? "border" : "content" ) ? - // If we already have the right measurement, avoid augmentation - 4 : - // Otherwise initialize for horizontal or vertical properties - name === "width" ? 1 : 0, - - val = 0; - - for ( ; i < 4; i += 2 ) { - // both box models exclude margin, so add it if we want it - if ( extra === "margin" ) { - val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); - } - - if ( isBorderBox ) { - // border-box includes padding, so remove it if we want content - if ( extra === "content" ) { - val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // at this point, extra isn't border nor margin, so remove border - if ( extra !== "margin" ) { - val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } else { - // at this point, extra isn't content, so add padding - val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // at this point, extra isn't content nor padding, so add border - if ( extra !== "padding" ) { - val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - return val; -} - -function getWidthOrHeight( elem, name, extra ) { - - // Start with offset property, which is equivalent to the border-box value - var valueIsBorderBox = true, - val = name === "width" ? elem.offsetWidth : elem.offsetHeight, - styles = getStyles( elem ), - isBorderBox = jQuery.support.boxSizing && jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // some non-html elements return undefined for offsetWidth, so check for null/undefined - // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285 - // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668 - if ( val <= 0 || val == null ) { - // Fall back to computed then uncomputed css if necessary - val = curCSS( elem, name, styles ); - if ( val < 0 || val == null ) { - val = elem.style[ name ]; - } - - // Computed unit is not pixels. Stop here and return. - if ( rnumnonpx.test(val) ) { - return val; - } - - // we need the check for style in case a browser which returns unreliable values - // for getComputedStyle silently falls back to the reliable elem.style - valueIsBorderBox = isBorderBox && ( jQuery.support.boxSizingReliable || val === elem.style[ name ] ); - - // Normalize "", auto, and prepare for extra - val = parseFloat( val ) || 0; - } - - // use the active box-sizing model to add/subtract irrelevant styles - return ( val + - augmentWidthOrHeight( - elem, - name, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles - ) - ) + "px"; -} - -// Try to determine the default display value of an element -function css_defaultDisplay( nodeName ) { - var doc = document, - display = elemdisplay[ nodeName ]; - - if ( !display ) { - display = actualDisplay( nodeName, doc ); - - // If the simple way fails, read from inside an iframe - if ( display === "none" || !display ) { - // Use the already-created iframe if possible - iframe = ( iframe || - jQuery("<iframe frameborder='0' width='0' height='0'/>") - .css( "cssText", "display:block !important" ) - ).appendTo( doc.documentElement ); - - // Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse - doc = ( iframe[0].contentWindow || iframe[0].contentDocument ).document; - doc.write("<!doctype html><html><body>"); - doc.close(); - - display = actualDisplay( nodeName, doc ); - iframe.detach(); - } - - // Store the correct default display - elemdisplay[ nodeName ] = display; - } - - return display; -} - -// Called ONLY from within css_defaultDisplay -function actualDisplay( name, doc ) { - var elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), - display = jQuery.css( elem[0], "display" ); - elem.remove(); - return display; -} - -jQuery.each([ "height", "width" ], function( i, name ) { - jQuery.cssHooks[ name ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - // certain elements can have dimension info if we invisibly show them - // however, it must have a current display style that would benefit from this - return elem.offsetWidth === 0 && rdisplayswap.test( jQuery.css( elem, "display" ) ) ? - jQuery.swap( elem, cssShow, function() { - return getWidthOrHeight( elem, name, extra ); - }) : - getWidthOrHeight( elem, name, extra ); - } - }, - - set: function( elem, value, extra ) { - var styles = extra && getStyles( elem ); - return setPositiveNumber( elem, value, extra ? - augmentWidthOrHeight( - elem, - name, - extra, - jQuery.support.boxSizing && jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - styles - ) : 0 - ); - } - }; -}); - -// These hooks cannot be added until DOM ready because the support test -// for it is not run until after DOM ready -jQuery(function() { - // Support: Android 2.3 - if ( !jQuery.support.reliableMarginRight ) { - jQuery.cssHooks.marginRight = { - get: function( elem, computed ) { - if ( computed ) { - // Support: Android 2.3 - // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right - // Work around by temporarily setting element display to inline-block - return jQuery.swap( elem, { "display": "inline-block" }, - curCSS, [ elem, "marginRight" ] ); - } - } - }; - } - - // Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 - // getComputedStyle returns percent when specified for top/left/bottom/right - // rather than make the css module depend on the offset module, we just check for it here - if ( !jQuery.support.pixelPosition && jQuery.fn.position ) { - jQuery.each( [ "top", "left" ], function( i, prop ) { - jQuery.cssHooks[ prop ] = { - get: function( elem, computed ) { - if ( computed ) { - computed = curCSS( elem, prop ); - // if curCSS returns percentage, fallback to offset - return rnumnonpx.test( computed ) ? - jQuery( elem ).position()[ prop ] + "px" : - computed; - } - } - }; - }); - } - -}); - -if ( jQuery.expr && jQuery.expr.filters ) { - jQuery.expr.filters.hidden = function( elem ) { - // Support: Opera <= 12.12 - // Opera reports offsetWidths and offsetHeights less than zero on some elements - return elem.offsetWidth <= 0 && elem.offsetHeight <= 0; - }; - - jQuery.expr.filters.visible = function( elem ) { - return !jQuery.expr.filters.hidden( elem ); - }; -} - -// These hooks are used by animate to expand properties -jQuery.each({ - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // assumes a single number if not a string - parts = typeof value === "string" ? value.split(" ") : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( !rmargin.test( prefix ) ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -}); -var r20 = /%20/g, - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -jQuery.fn.extend({ - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map(function(){ - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - }) - .filter(function(){ - var type = this.type; - // Use .is(":disabled") so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !manipulation_rcheckableType.test( type ) ); - }) - .map(function( i, elem ){ - var val = jQuery( this ).val(); - - return val == null ? - null : - jQuery.isArray( val ) ? - jQuery.map( val, function( val ){ - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - }) : - { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - }).get(); - } -}); - -//Serialize an array of form elements or a set of -//key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, value ) { - // If value is a function, invoke it and return its value - value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value ); - s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value ); - }; - - // Set traditional to true for jQuery <= 1.3.2 behavior. - if ( traditional === undefined ) { - traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - }); - - } else { - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ).replace( r20, "+" ); -}; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( jQuery.isArray( obj ) ) { - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - // Item is non-scalar (array or object), encode its numeric index. - buildParams( prefix + "[" + ( typeof v === "object" ? i : "" ) + "]", v, traditional, add ); - } - }); - - } else if ( !traditional && jQuery.type( obj ) === "object" ) { - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - // Serialize scalar item. - add( prefix, obj ); - } -} -jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup error contextmenu").split(" "), function( i, name ) { - - // Handle event binding - jQuery.fn[ name ] = function( data, fn ) { - return arguments.length > 0 ? - this.on( name, null, data, fn ) : - this.trigger( name ); - }; -}); - -jQuery.fn.extend({ - hover: function( fnOver, fnOut ) { - return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); - }, - - bind: function( types, data, fn ) { - return this.on( types, null, data, fn ); - }, - unbind: function( types, fn ) { - return this.off( types, null, fn ); - }, - - delegate: function( selector, types, data, fn ) { - return this.on( types, selector, data, fn ); - }, - undelegate: function( selector, types, fn ) { - // ( namespace ) or ( selector, types [, fn] ) - return arguments.length === 1 ? this.off( selector, "**" ) : this.off( types, selector || "**", fn ); - } -}); -var - // Document location - ajaxLocParts, - ajaxLocation, - - ajax_nonce = jQuery.now(), - - ajax_rquery = /\?/, - rhash = /#.*$/, - rts = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - rurl = /^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/, - - // Keep a copy of the old load method - _load = jQuery.fn.load, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat("*"); - -// #8138, IE may throw an exception when accessing -// a field from window.location if document.domain has been set -try { - ajaxLocation = location.href; -} catch( e ) { - // Use the href attribute of an A element - // since IE will modify it given document.location - ajaxLocation = document.createElement( "a" ); - ajaxLocation.href = ""; - ajaxLocation = ajaxLocation.href; -} - -// Segment location into parts -ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || []; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( core_rnotwhite ) || []; - - if ( jQuery.isFunction( func ) ) { - // For each dataType in the dataTypeExpression - while ( (dataType = dataTypes[i++]) ) { - // Prepend if requested - if ( dataType[0] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - (structure[ dataType ] = structure[ dataType ] || []).unshift( func ); - - // Otherwise append - } else { - (structure[ dataType ] = structure[ dataType ] || []).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if( typeof dataTypeOrTransport === "string" && !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - }); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || (deep = {}) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -jQuery.fn.load = function( url, params, callback ) { - if ( typeof url !== "string" && _load ) { - return _load.apply( this, arguments ); - } - - var selector, type, response, - self = this, - off = url.indexOf(" "); - - if ( off >= 0 ) { - selector = url.slice( off ); - url = url.slice( 0, off ); - } - - // If it's a function - if ( jQuery.isFunction( params ) ) { - - // We assume that it's the callback - callback = params; - params = undefined; - - // Otherwise, build a param string - } else if ( params && typeof params === "object" ) { - type = "POST"; - } - - // If we have elements to modify, make the request - if ( self.length > 0 ) { - jQuery.ajax({ - url: url, - - // if "type" variable is undefined, then "GET" method will be used - type: type, - dataType: "html", - data: params - }).done(function( responseText ) { - - // Save response for use in complete callback - response = arguments; - - self.html( selector ? - - // If a selector was specified, locate the right elements in a dummy div - // Exclude scripts to avoid IE 'Permission Denied' errors - jQuery("<div>").append( jQuery.parseHTML( responseText ) ).find( selector ) : - - // Otherwise use the full result - responseText ); - - }).complete( callback && function( jqXHR, status ) { - self.each( callback, response || [ jqXHR.responseText, status, jqXHR ] ); - }); - } - - return this; -}; - -// Attach a bunch of functions for handling common AJAX events -jQuery.each( [ "ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend" ], function( i, type ){ - jQuery.fn[ type ] = function( fn ){ - return this.on( type, fn ); - }; -}); - -jQuery.extend({ - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: ajaxLocation, - type: "GET", - isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /xml/, - html: /html/, - json: /json/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": jQuery.parseJSON, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - // URL without anti-cache param - cacheURL, - // Response headers - responseHeadersString, - responseHeaders, - // timeout handle - timeoutTimer, - // Cross-domain detection vars - parts, - // To know if global events are to be dispatched - fireGlobals, - // Loop variable - i, - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - // Callbacks context - callbackContext = s.context || s, - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks("once memory"), - // Status-dependent callbacks - statusCode = s.statusCode || {}, - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - // The jqXHR state - state = 0, - // Default abort message - strAbort = "canceled", - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( state === 2 ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( (match = rheaders.exec( responseHeadersString )) ) { - responseHeaders[ match[1].toLowerCase() ] = match[ 2 ]; - } - } - match = responseHeaders[ key.toLowerCase() ]; - } - return match == null ? null : match; - }, - - // Raw string - getAllResponseHeaders: function() { - return state === 2 ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - var lname = name.toLowerCase(); - if ( !state ) { - name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( !state ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( state < 2 ) { - for ( code in map ) { - // Lazy-add the new callback in a way that preserves old ones - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } else { - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ).complete = completeDeferred.add; - jqXHR.success = jqXHR.done; - jqXHR.error = jqXHR.fail; - - // Remove hash character (#7531: and string promotion) - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || ajaxLocation ) + "" ).replace( rhash, "" ) - .replace( rprotocol, ajaxLocParts[ 1 ] + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().match( core_rnotwhite ) || [""]; - - // A cross-domain request is in order when we have a protocol:host:port mismatch - if ( s.crossDomain == null ) { - parts = rurl.exec( s.url.toLowerCase() ); - s.crossDomain = !!( parts && - ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] || - ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? "80" : "443" ) ) !== - ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? "80" : "443" ) ) ) - ); - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( state === 2 ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - fireGlobals = s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger("ajaxStart"); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - cacheURL = s.url; - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // If data is available, append data to url - if ( s.data ) { - cacheURL = ( s.url += ( ajax_rquery.test( cacheURL ) ? "&" : "?" ) + s.data ); - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add anti-cache in url if needed - if ( s.cache === false ) { - s.url = rts.test( cacheURL ) ? - - // If there is already a '_' parameter, set its value - cacheURL.replace( rts, "$1_=" + ajax_nonce++ ) : - - // Otherwise add one to the end - cacheURL + ( ajax_rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ajax_nonce++; - } - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ? - s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) { - // Abort if not done already and return - return jqXHR.abort(); - } - - // aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - for ( i in { success: 1, error: 1, complete: 1 } ) { - jqXHR[ i ]( s[ i ] ); - } - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = setTimeout(function() { - jqXHR.abort("timeout"); - }, s.timeout ); - } - - try { - state = 1; - transport.send( requestHeaders, done ); - } catch ( e ) { - // Propagate exception as error if not done - if ( state < 2 ) { - done( -1, e ); - // Simply rethrow otherwise - } else { - throw e; - } - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Called once - if ( state === 2 ) { - return; - } - - // State is "done" now - state = 2; - - // Clear timeout if it exists - if ( timeoutTimer ) { - clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader("Last-Modified"); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader("etag"); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - // We extract error from statusText - // then normalize statusText and status for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger("ajaxStop"); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -}); - -jQuery.each( [ "get", "post" ], function( i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - // shift arguments if data argument was omitted - if ( jQuery.isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - return jQuery.ajax({ - url: url, - type: method, - dataType: type, - data: data, - success: callback - }); - }; -}); - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader("Content-Type"); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[0] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s[ "throws" ] ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { state: "parsererror", error: conv ? e : "No conversion from " + prev + " to " + current }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} -// Install script dataType -jQuery.ajaxSetup({ - accepts: { - script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /(?:java|ecma)script/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -}); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -}); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - // This transport only deals with cross domain requests - if ( s.crossDomain ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery("<script>").prop({ - async: true, - charset: s.scriptCharset, - src: s.url - }).on( - "load error", - callback = function( evt ) { - script.remove(); - callback = null; - if ( evt ) { - complete( evt.type === "error" ? 404 : 200, evt.type ); - } - } - ); - document.head.appendChild( script[ 0 ] ); - }, - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -}); -var oldCallbacks = [], - rjsonp = /(=)\?(?=&|$)|\?\?/; - -// Default jsonp settings -jQuery.ajaxSetup({ - jsonp: "callback", - jsonpCallback: function() { - var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( ajax_nonce++ ) ); - this[ callback ] = true; - return callback; - } -}); - -// Detect, normalize options and install callbacks for jsonp requests -jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { - - var callbackName, overwritten, responseContainer, - jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ? - "url" : - typeof s.data === "string" && !( s.contentType || "" ).indexOf("application/x-www-form-urlencoded") && rjsonp.test( s.data ) && "data" - ); - - // Handle iff the expected data type is "jsonp" or we have a parameter to set - if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) { - - // Get callback name, remembering preexisting value associated with it - callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ? - s.jsonpCallback() : - s.jsonpCallback; - - // Insert callback into url or form data - if ( jsonProp ) { - s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName ); - } else if ( s.jsonp !== false ) { - s.url += ( ajax_rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName; - } - - // Use data converter to retrieve json after script execution - s.converters["script json"] = function() { - if ( !responseContainer ) { - jQuery.error( callbackName + " was not called" ); - } - return responseContainer[ 0 ]; - }; - - // force json dataType - s.dataTypes[ 0 ] = "json"; - - // Install callback - overwritten = window[ callbackName ]; - window[ callbackName ] = function() { - responseContainer = arguments; - }; - - // Clean-up function (fires after converters) - jqXHR.always(function() { - // Restore preexisting value - window[ callbackName ] = overwritten; - - // Save back as free - if ( s[ callbackName ] ) { - // make sure that re-using the options doesn't screw things around - s.jsonpCallback = originalSettings.jsonpCallback; - - // save the callback name for future use - oldCallbacks.push( callbackName ); - } - - // Call if it was a function and we have a response - if ( responseContainer && jQuery.isFunction( overwritten ) ) { - overwritten( responseContainer[ 0 ] ); - } - - responseContainer = overwritten = undefined; - }); - - // Delegate to script - return "script"; - } -}); -jQuery.ajaxSettings.xhr = function() { - try { - return new XMLHttpRequest(); - } catch( e ) {} -}; - -var xhrSupported = jQuery.ajaxSettings.xhr(), - xhrSuccessStatus = { - // file protocol always yields status code 0, assume 200 - 0: 200, - // Support: IE9 - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - // Support: IE9 - // We need to keep track of outbound xhr and abort them manually - // because IE is not smart enough to do it all by itself - xhrId = 0, - xhrCallbacks = {}; - -if ( window.ActiveXObject ) { - jQuery( window ).on( "unload", function() { - for( var key in xhrCallbacks ) { - xhrCallbacks[ key ](); - } - xhrCallbacks = undefined; - }); -} - -jQuery.support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -jQuery.support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport(function( options ) { - var callback; - // Cross domain only allowed if supported through XMLHttpRequest - if ( jQuery.support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, id, - xhr = options.xhr(); - xhr.open( options.type, options.url, options.async, options.username, options.password ); - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers["X-Requested-With"] ) { - headers["X-Requested-With"] = "XMLHttpRequest"; - } - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - delete xhrCallbacks[ id ]; - callback = xhr.onload = xhr.onerror = null; - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - complete( - // file protocol always yields status 0, assume 404 - xhr.status || 404, - xhr.statusText - ); - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - // Support: IE9 - // #11426: When requesting binary data, IE9 will throw an exception - // on any attempt to access responseText - typeof xhr.responseText === "string" ? { - text: xhr.responseText - } : undefined, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - // Listen to events - xhr.onload = callback(); - xhr.onerror = callback("error"); - // Create the abort callback - callback = xhrCallbacks[( id = xhrId++ )] = callback("abort"); - // Do send the request - // This may raise an exception which is actually - // handled in jQuery.ajax (so no try/catch here) - xhr.send( options.hasContent && options.data || null ); - }, - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -}); -var fxNow, timerId, - rfxtypes = /^(?:toggle|show|hide)$/, - rfxnum = new RegExp( "^(?:([+-])=|)(" + core_pnum + ")([a-z%]*)$", "i" ), - rrun = /queueHooks$/, - animationPrefilters = [ defaultPrefilter ], - tweeners = { - "*": [function( prop, value ) { - var tween = this.createTween( prop, value ), - target = tween.cur(), - parts = rfxnum.exec( value ), - unit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - start = ( jQuery.cssNumber[ prop ] || unit !== "px" && +target ) && - rfxnum.exec( jQuery.css( tween.elem, prop ) ), - scale = 1, - maxIterations = 20; - - if ( start && start[ 3 ] !== unit ) { - // Trust units reported by jQuery.css - unit = unit || start[ 3 ]; - - // Make sure we update the tween properties later on - parts = parts || []; - - // Iteratively approximate from a nonzero starting point - start = +target || 1; - - do { - // If previous iteration zeroed out, double until we get *something* - // Use a string for doubling factor so we don't accidentally see scale as unchanged below - scale = scale || ".5"; - - // Adjust and apply - start = start / scale; - jQuery.style( tween.elem, prop, start + unit ); - - // Update scale, tolerating zero or NaN from tween.cur() - // And breaking the loop if scale is unchanged or perfect, or if we've just had enough - } while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations ); - } - - // Update tween properties - if ( parts ) { - start = tween.start = +start || +target || 0; - tween.unit = unit; - // If a +=/-= token was provided, we're doing a relative animation - tween.end = parts[ 1 ] ? - start + ( parts[ 1 ] + 1 ) * parts[ 2 ] : - +parts[ 2 ]; - } - - return tween; - }] - }; - -// Animations created synchronously will run synchronously -function createFxNow() { - setTimeout(function() { - fxNow = undefined; - }); - return ( fxNow = jQuery.now() ); -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( tweeners[ prop ] || [] ).concat( tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( (tween = collection[ index ].call( animation, prop, value )) ) { - - // we're done with this property - return tween; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = animationPrefilters.length, - deferred = jQuery.Deferred().always( function() { - // don't match elem in the :animated selector - delete tick.elem; - }), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - // archaic crash bug won't allow us to use 1 - ( 0.5 || 0 ) (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length ; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ]); - - if ( percent < 1 && length ) { - return remaining; - } else { - deferred.resolveWith( elem, [ animation ] ); - return false; - } - }, - animation = deferred.promise({ - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { specialEasing: {} }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - // if we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length ; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // resolve when we played the last frame - // otherwise, reject - if ( gotoEnd ) { - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - }), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length ; index++ ) { - result = animationPrefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( jQuery.isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - }) - ); - - // attach callbacks from options - return animation.progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = jQuery.camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( jQuery.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // not quite $.extend, this wont overwrite keys already present. - // also - reusing 'index' from above because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweener: function( props, callback ) { - if ( jQuery.isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.split(" "); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length ; index++ ) { - prop = props[ index ]; - tweeners[ prop ] = tweeners[ prop ] || []; - tweeners[ prop ].unshift( callback ); - } - }, - - prefilter: function( callback, prepend ) { - if ( prepend ) { - animationPrefilters.unshift( callback ); - } else { - animationPrefilters.push( callback ); - } - } -}); - -function defaultPrefilter( elem, props, opts ) { - /* jshint validthis: true */ - var prop, value, toggle, tween, hooks, oldfire, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHidden( elem ), - dataShow = data_priv.get( elem, "fxshow" ); - - // handle queue: false promises - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always(function() { - // doing this makes sure that the complete handler will be called - // before this completes - anim.always(function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - }); - }); - } - - // height/width overflow pass - if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) { - // Make sure that nothing sneaks out - // Record all 3 overflow attributes because IE9-10 do not - // change the overflow attribute when overflowX and - // overflowY are set to the same value - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Set display property to inline-block for height/width - // animations on inline elements that are having width/height animated - if ( jQuery.css( elem, "display" ) === "inline" && - jQuery.css( elem, "float" ) === "none" ) { - - style.display = "inline-block"; - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always(function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - }); - } - - - // show/hide pass - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.exec( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - if ( !jQuery.isEmptyObject( orig ) ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = data_priv.access( elem, "fxshow", {} ); - } - - // store state if its toggle - enables .stop().toggle() to "reverse" - if ( toggle ) { - dataShow.hidden = !hidden; - } - if ( hidden ) { - jQuery( elem ).show(); - } else { - anim.done(function() { - jQuery( elem ).hide(); - }); - } - anim.done(function() { - var prop; - - data_priv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - }); - for ( prop in orig ) { - tween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = tween.start; - if ( hidden ) { - tween.end = tween.start; - tween.start = prop === "width" || prop === "height" ? 1 : 0; - } - } - } - } -} - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || "swing"; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - if ( tween.elem[ tween.prop ] != null && - (!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) { - return tween.elem[ tween.prop ]; - } - - // passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails - // so, simple values such as "10px" are parsed to Float. - // complex values such as "rotate(1rad)" are returned as is. - result = jQuery.css( tween.elem, tween.prop, "" ); - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - // use step hook for back compat - use cssHook if its there - use .style if its - // available and use plain properties where available - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE9 -// Panic based approach to setting things on disconnected nodes - -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.each([ "toggle", "show", "hide" ], function( i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -}); - -jQuery.fn.extend({ - fadeTo: function( speed, to, easing, callback ) { - - // show any hidden elements after setting opacity to 0 - return this.filter( isHidden ).css( "opacity", 0 ).show() - - // animate to the value specified - .end().animate({ opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || data_priv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue && type !== false ) { - this.queue( type || "fx", [] ); - } - - return this.each(function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = data_priv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) { - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // start the next in the queue if the last step wasn't forced - // timers currently will call their complete callbacks, which will dequeue - // but only if they were gotoEnd - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - }); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each(function() { - var index, - data = data_priv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // enable finishing flag on private data - data.finish = true; - - // empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // turn off finishing flag - delete data.finish; - }); - } -}); - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - attrs = { height: type }, - i = 0; - - // if we include width, step value is 1 to do all cssExpand values, - // if we don't include width, step value is 2 to skip over Left and Right - includeWidth = includeWidth? 1 : 0; - for( ; i < 4 ; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -// Generate shortcuts for custom animations -jQuery.each({ - slideDown: genFx("show"), - slideUp: genFx("hide"), - slideToggle: genFx("toggle"), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -}); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - jQuery.isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing - }; - - opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration : - opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default; - - // normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( jQuery.isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p*Math.PI ) / 2; - } -}; - -jQuery.timers = []; -jQuery.fx = Tween.prototype.init; -jQuery.fx.tick = function() { - var timer, - timers = jQuery.timers, - i = 0; - - fxNow = jQuery.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - // Checks the timer has not already been removed - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - if ( timer() && jQuery.timers.push( timer ) ) { - jQuery.fx.start(); - } -}; - -jQuery.fx.interval = 13; - -jQuery.fx.start = function() { - if ( !timerId ) { - timerId = setInterval( jQuery.fx.tick, jQuery.fx.interval ); - } -}; - -jQuery.fx.stop = function() { - clearInterval( timerId ); - timerId = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - // Default speed - _default: 400 -}; - -// Back Compat <1.8 extension point -jQuery.fx.step = {}; - -if ( jQuery.expr && jQuery.expr.filters ) { - jQuery.expr.filters.animated = function( elem ) { - return jQuery.grep(jQuery.timers, function( fn ) { - return elem === fn.elem; - }).length; - }; -} -jQuery.fn.offset = function( options ) { - if ( arguments.length ) { - return options === undefined ? - this : - this.each(function( i ) { - jQuery.offset.setOffset( this, options, i ); - }); - } - - var docElem, win, - elem = this[ 0 ], - box = { top: 0, left: 0 }, - doc = elem && elem.ownerDocument; - - if ( !doc ) { - return; - } - - docElem = doc.documentElement; - - // Make sure it's not a disconnected DOM node - if ( !jQuery.contains( docElem, elem ) ) { - return box; - } - - // If we don't have gBCR, just use 0,0 rather than error - // BlackBerry 5, iOS 3 (original iPhone) - if ( typeof elem.getBoundingClientRect !== core_strundefined ) { - box = elem.getBoundingClientRect(); - } - win = getWindow( doc ); - return { - top: box.top + win.pageYOffset - docElem.clientTop, - left: box.left + win.pageXOffset - docElem.clientLeft - }; -}; - -jQuery.offset = { - - setOffset: function( elem, options, i ) { - var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, - position = jQuery.css( elem, "position" ), - curElem = jQuery( elem ), - props = {}; - - // Set position first, in-case top/left are set even on static elem - if ( position === "static" ) { - elem.style.position = "relative"; - } - - curOffset = curElem.offset(); - curCSSTop = jQuery.css( elem, "top" ); - curCSSLeft = jQuery.css( elem, "left" ); - calculatePosition = ( position === "absolute" || position === "fixed" ) && ( curCSSTop + curCSSLeft ).indexOf("auto") > -1; - - // Need to be able to calculate position if either top or left is auto and position is either absolute or fixed - if ( calculatePosition ) { - curPosition = curElem.position(); - curTop = curPosition.top; - curLeft = curPosition.left; - - } else { - curTop = parseFloat( curCSSTop ) || 0; - curLeft = parseFloat( curCSSLeft ) || 0; - } - - if ( jQuery.isFunction( options ) ) { - options = options.call( elem, i, curOffset ); - } - - if ( options.top != null ) { - props.top = ( options.top - curOffset.top ) + curTop; - } - if ( options.left != null ) { - props.left = ( options.left - curOffset.left ) + curLeft; - } - - if ( "using" in options ) { - options.using.call( elem, props ); - - } else { - curElem.css( props ); - } - } -}; - - -jQuery.fn.extend({ - - position: function() { - if ( !this[ 0 ] ) { - return; - } - - var offsetParent, offset, - elem = this[ 0 ], - parentOffset = { top: 0, left: 0 }; - - // Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is it's only offset parent - if ( jQuery.css( elem, "position" ) === "fixed" ) { - // We assume that getBoundingClientRect is available when computed position is fixed - offset = elem.getBoundingClientRect(); - - } else { - // Get *real* offsetParent - offsetParent = this.offsetParent(); - - // Get correct offsets - offset = this.offset(); - if ( !jQuery.nodeName( offsetParent[ 0 ], "html" ) ) { - parentOffset = offsetParent.offset(); - } - - // Add offsetParent borders - parentOffset.top += jQuery.css( offsetParent[ 0 ], "borderTopWidth", true ); - parentOffset.left += jQuery.css( offsetParent[ 0 ], "borderLeftWidth", true ); - } - - // Subtract parent offsets and element margins - return { - top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), - left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) - }; - }, - - offsetParent: function() { - return this.map(function() { - var offsetParent = this.offsetParent || docElem; - - while ( offsetParent && ( !jQuery.nodeName( offsetParent, "html" ) && jQuery.css( offsetParent, "position") === "static" ) ) { - offsetParent = offsetParent.offsetParent; - } - - return offsetParent || docElem; - }); - } -}); - - -// Create scrollLeft and scrollTop methods -jQuery.each( {scrollLeft: "pageXOffset", scrollTop: "pageYOffset"}, function( method, prop ) { - var top = "pageYOffset" === prop; - - jQuery.fn[ method ] = function( val ) { - return jQuery.access( this, function( elem, method, val ) { - var win = getWindow( elem ); - - if ( val === undefined ) { - return win ? win[ prop ] : elem[ method ]; - } - - if ( win ) { - win.scrollTo( - !top ? val : window.pageXOffset, - top ? val : window.pageYOffset - ); - - } else { - elem[ method ] = val; - } - }, method, val, arguments.length, null ); - }; -}); - -function getWindow( elem ) { - return jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView; -} -// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods -jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) { - // margin is only for outerHeight, outerWidth - jQuery.fn[ funcName ] = function( margin, value ) { - var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), - extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); - - return jQuery.access( this, function( elem, type, value ) { - var doc; - - if ( jQuery.isWindow( elem ) ) { - // As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there - // isn't a whole lot we can do. See pull request at this URL for discussion: - // https://github.com/jquery/jquery/pull/764 - return elem.document.documentElement[ "client" + name ]; - } - - // Get document width or height - if ( elem.nodeType === 9 ) { - doc = elem.documentElement; - - // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], - // whichever is greatest - return Math.max( - elem.body[ "scroll" + name ], doc[ "scroll" + name ], - elem.body[ "offset" + name ], doc[ "offset" + name ], - doc[ "client" + name ] - ); - } - - return value === undefined ? - // Get width or height on the element, requesting but not forcing parseFloat - jQuery.css( elem, type, extra ) : - - // Set width or height on the element - jQuery.style( elem, type, value, extra ); - }, type, chainable ? margin : undefined, chainable, null ); - }; - }); -}); -// Limit scope pollution from any deprecated API -// (function() { - -// The number of elements contained in the matched element set -jQuery.fn.size = function() { - return this.length; -}; - -jQuery.fn.andSelf = jQuery.fn.addBack; - -// })(); -if ( typeof module === "object" && module && typeof module.exports === "object" ) { - // Expose jQuery as module.exports in loaders that implement the Node - // module pattern (including browserify). Do not create the global, since - // the user will be storing it themselves locally, and globals are frowned - // upon in the Node module world. - module.exports = jQuery; -} else { - // Register as a named AMD module, since jQuery can be concatenated with other - // files that may use define, but not via a proper concatenation script that - // understands anonymous AMD modules. A named AMD is safest and most robust - // way to register. Lowercase jquery is used because AMD module names are - // derived from file names, and jQuery is normally delivered in a lowercase - // file name. Do this after creating the global so that if an AMD module wants - // to call noConflict to hide this version of jQuery, it will work. - if ( typeof define === "function" && define.amd ) { - define( "jquery", [], function () { return jQuery; } ); - } -} - -// If there is a window object, that at least has a document property, -// define jQuery and $ identifiers -if ( typeof window === "object" && typeof window.document === "object" ) { - window.jQuery = window.$ = jQuery; -} - -})( window ); diff --git a/static/workshop_app/js/js.cookie.js b/static/workshop_app/js/js.cookie.js deleted file mode 100644 index ff88c76..0000000 --- a/static/workshop_app/js/js.cookie.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! js-cookie v2.0.3 | MIT */ -!function(a){if("function"==typeof define&&define.amd)define(a);else if("object"==typeof exports)module.exports=a();else{var b=window.Cookies,c=window.Cookies=a(window.jQuery);c.noConflict=function(){return window.Cookies=b,c}}}(function(){function a(){for(var a=0,b={};a<arguments.length;a++){var c=arguments[a];for(var d in c)b[d]=c[d]}return b}function b(c){function d(b,e,f){var g;if(arguments.length>1){if(f=a({path:"/"},d.defaults,f),"number"==typeof f.expires){var h=new Date;h.setMilliseconds(h.getMilliseconds()+864e5*f.expires),f.expires=h}try{g=JSON.stringify(e),/^[\{\[]/.test(g)&&(e=g)}catch(i){}return e=encodeURIComponent(String(e)),e=e.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),b=encodeURIComponent(String(b)),b=b.replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent),b=b.replace(/[\(\)]/g,escape),document.cookie=[b,"=",e,f.expires&&"; expires="+f.expires.toUTCString(),f.path&&"; path="+f.path,f.domain&&"; domain="+f.domain,f.secure?"; secure":""].join("")}b||(g={});for(var j=document.cookie?document.cookie.split("; "):[],k=/(%[0-9A-Z]{2})+/g,l=0;l<j.length;l++){var m=j[l].split("="),n=m[0].replace(k,decodeURIComponent),o=m.slice(1).join("=");'"'===o.charAt(0)&&(o=o.slice(1,-1));try{if(o=c&&c(o,n)||o.replace(k,decodeURIComponent),this.json)try{o=JSON.parse(o)}catch(i){}if(b===n){g=o;break}b||(g[n]=o)}catch(i){}}return g}return d.get=d.set=d,d.getJSON=function(){return d.apply({json:!0},[].slice.call(arguments))},d.defaults={},d.remove=function(b,c){d(b,"",a(c,{expires:-1}))},d.withConverter=b,d}return b()});
\ No newline at end of file diff --git a/static/workshop_app/js/overlay.js b/static/workshop_app/js/overlay.js deleted file mode 100644 index b4165c4..0000000 --- a/static/workshop_app/js/overlay.js +++ /dev/null @@ -1,7 +0,0 @@ -// function overlay(course_no) { -// el = document.getElementById("overlay"); -// course_id = document.getElementById("course_id"); -// el.style.visibility = (el.style.visibility == "visible") ? "hidden" : "visible"; - -// console.log(course_no); -// }
\ No newline at end of file diff --git a/static/workshop_app/js/slick.js b/static/workshop_app/js/slick.js deleted file mode 100644 index 6cbcbb4..0000000 --- a/static/workshop_app/js/slick.js +++ /dev/null @@ -1,3037 +0,0 @@ -/* - _ _ _ _ - ___| (_) ___| | __ (_)___ -/ __| | |/ __| |/ / | / __| -\__ \ | | (__| < _ | \__ \ -|___/_|_|\___|_|\_(_)/ |___/ - |__/ - - Version: 1.9.0 - Author: Ken Wheeler - Website: http://kenwheeler.github.io - Docs: http://kenwheeler.github.io/slick - Repo: http://github.com/kenwheeler/slick - Issues: http://github.com/kenwheeler/slick/issues - - */ -/* global window, document, define, jQuery, setInterval, clearInterval */ -;(function(factory) { - 'use strict'; - if (typeof define === 'function' && define.amd) { - define(['jquery'], factory); - } else if (typeof exports !== 'undefined') { - module.exports = factory(require('jquery')); - } else { - factory(jQuery); - } - -}(function($) { - 'use strict'; - var Slick = window.Slick || {}; - - Slick = (function() { - - var instanceUid = 0; - - function Slick(element, settings) { - - var _ = this, dataSettings; - - _.defaults = { - accessibility: true, - adaptiveHeight: false, - appendArrows: $(element), - appendDots: $(element), - arrows: true, - asNavFor: null, - prevArrow: '<button class="slick-prev" aria-label="Previous" type="button">Previous</button>', - nextArrow: '<button class="slick-next" aria-label="Next" type="button">Next</button>', - autoplay: false, - autoplaySpeed: 3000, - centerMode: false, - centerPadding: '50px', - cssEase: 'ease', - customPaging: function(slider, i) { - return $('<button type="button" />').text(i + 1); - }, - dots: false, - dotsClass: 'slick-dots', - draggable: true, - easing: 'linear', - edgeFriction: 0.35, - fade: false, - focusOnSelect: false, - focusOnChange: false, - infinite: true, - initialSlide: 0, - lazyLoad: 'ondemand', - mobileFirst: false, - pauseOnHover: true, - pauseOnFocus: true, - pauseOnDotsHover: false, - respondTo: 'window', - responsive: null, - rows: 1, - rtl: false, - slide: '', - slidesPerRow: 1, - slidesToShow: 1, - slidesToScroll: 1, - speed: 500, - swipe: true, - swipeToSlide: false, - touchMove: true, - touchThreshold: 5, - useCSS: true, - useTransform: true, - variableWidth: false, - vertical: false, - verticalSwiping: false, - waitForAnimate: true, - zIndex: 1000 - }; - - _.initials = { - animating: false, - dragging: false, - autoPlayTimer: null, - currentDirection: 0, - currentLeft: null, - currentSlide: 0, - direction: 1, - $dots: null, - listWidth: null, - listHeight: null, - loadIndex: 0, - $nextArrow: null, - $prevArrow: null, - scrolling: false, - slideCount: null, - slideWidth: null, - $slideTrack: null, - $slides: null, - sliding: false, - slideOffset: 0, - swipeLeft: null, - swiping: false, - $list: null, - touchObject: {}, - transformsEnabled: false, - unslicked: false - }; - - $.extend(_, _.initials); - - _.activeBreakpoint = null; - _.animType = null; - _.animProp = null; - _.breakpoints = []; - _.breakpointSettings = []; - _.cssTransitions = false; - _.focussed = false; - _.interrupted = false; - _.hidden = 'hidden'; - _.paused = true; - _.positionProp = null; - _.respondTo = null; - _.rowCount = 1; - _.shouldClick = true; - _.$slider = $(element); - _.$slidesCache = null; - _.transformType = null; - _.transitionType = null; - _.visibilityChange = 'visibilitychange'; - _.windowWidth = 0; - _.windowTimer = null; - - dataSettings = $(element).data('slick') || {}; - - _.options = $.extend({}, _.defaults, settings, dataSettings); - - _.currentSlide = _.options.initialSlide; - - _.originalSettings = _.options; - - if (typeof document.mozHidden !== 'undefined') { - _.hidden = 'mozHidden'; - _.visibilityChange = 'mozvisibilitychange'; - } else if (typeof document.webkitHidden !== 'undefined') { - _.hidden = 'webkitHidden'; - _.visibilityChange = 'webkitvisibilitychange'; - } - - _.autoPlay = $.proxy(_.autoPlay, _); - _.autoPlayClear = $.proxy(_.autoPlayClear, _); - _.autoPlayIterator = $.proxy(_.autoPlayIterator, _); - _.changeSlide = $.proxy(_.changeSlide, _); - _.clickHandler = $.proxy(_.clickHandler, _); - _.selectHandler = $.proxy(_.selectHandler, _); - _.setPosition = $.proxy(_.setPosition, _); - _.swipeHandler = $.proxy(_.swipeHandler, _); - _.dragHandler = $.proxy(_.dragHandler, _); - _.keyHandler = $.proxy(_.keyHandler, _); - - _.instanceUid = instanceUid++; - - // A simple way to check for HTML strings - // Strict HTML recognition (must start with <) - // Extracted from jQuery v1.11 source - _.htmlExpr = /^(?:\s*(<[\w\W]+>)[^>]*)$/; - - - _.registerBreakpoints(); - _.init(true); - - } - - return Slick; - - }()); - - Slick.prototype.activateADA = function() { - var _ = this; - - _.$slideTrack.find('.slick-active').attr({ - 'aria-hidden': 'false' - }).find('a, input, button, select').attr({ - 'tabindex': '0' - }); - - }; - - Slick.prototype.addSlide = Slick.prototype.slickAdd = function(markup, index, addBefore) { - - var _ = this; - - if (typeof(index) === 'boolean') { - addBefore = index; - index = null; - } else if (index < 0 || (index >= _.slideCount)) { - return false; - } - - _.unload(); - - if (typeof(index) === 'number') { - if (index === 0 && _.$slides.length === 0) { - $(markup).appendTo(_.$slideTrack); - } else if (addBefore) { - $(markup).insertBefore(_.$slides.eq(index)); - } else { - $(markup).insertAfter(_.$slides.eq(index)); - } - } else { - if (addBefore === true) { - $(markup).prependTo(_.$slideTrack); - } else { - $(markup).appendTo(_.$slideTrack); - } - } - - _.$slides = _.$slideTrack.children(this.options.slide); - - _.$slideTrack.children(this.options.slide).detach(); - - _.$slideTrack.append(_.$slides); - - _.$slides.each(function(index, element) { - $(element).attr('data-slick-index', index); - }); - - _.$slidesCache = _.$slides; - - _.reinit(); - - }; - - Slick.prototype.animateHeight = function() { - var _ = this; - if (_.options.slidesToShow === 1 && _.options.adaptiveHeight === true && _.options.vertical === false) { - var targetHeight = _.$slides.eq(_.currentSlide).outerHeight(true); - _.$list.animate({ - height: targetHeight - }, _.options.speed); - } - }; - - Slick.prototype.animateSlide = function(targetLeft, callback) { - - var animProps = {}, - _ = this; - - _.animateHeight(); - - if (_.options.rtl === true && _.options.vertical === false) { - targetLeft = -targetLeft; - } - if (_.transformsEnabled === false) { - if (_.options.vertical === false) { - _.$slideTrack.animate({ - left: targetLeft - }, _.options.speed, _.options.easing, callback); - } else { - _.$slideTrack.animate({ - top: targetLeft - }, _.options.speed, _.options.easing, callback); - } - - } else { - - if (_.cssTransitions === false) { - if (_.options.rtl === true) { - _.currentLeft = -(_.currentLeft); - } - $({ - animStart: _.currentLeft - }).animate({ - animStart: targetLeft - }, { - duration: _.options.speed, - easing: _.options.easing, - step: function(now) { - now = Math.ceil(now); - if (_.options.vertical === false) { - animProps[_.animType] = 'translate(' + - now + 'px, 0px)'; - _.$slideTrack.css(animProps); - } else { - animProps[_.animType] = 'translate(0px,' + - now + 'px)'; - _.$slideTrack.css(animProps); - } - }, - complete: function() { - if (callback) { - callback.call(); - } - } - }); - - } else { - - _.applyTransition(); - targetLeft = Math.ceil(targetLeft); - - if (_.options.vertical === false) { - animProps[_.animType] = 'translate3d(' + targetLeft + 'px, 0px, 0px)'; - } else { - animProps[_.animType] = 'translate3d(0px,' + targetLeft + 'px, 0px)'; - } - _.$slideTrack.css(animProps); - - if (callback) { - setTimeout(function() { - - _.disableTransition(); - - callback.call(); - }, _.options.speed); - } - - } - - } - - }; - - Slick.prototype.getNavTarget = function() { - - var _ = this, - asNavFor = _.options.asNavFor; - - if ( asNavFor && asNavFor !== null ) { - asNavFor = $(asNavFor).not(_.$slider); - } - - return asNavFor; - - }; - - Slick.prototype.asNavFor = function(index) { - - var _ = this, - asNavFor = _.getNavTarget(); - - if ( asNavFor !== null && typeof asNavFor === 'object' ) { - asNavFor.each(function() { - var target = $(this).slick('getSlick'); - if(!target.unslicked) { - target.slideHandler(index, true); - } - }); - } - - }; - - Slick.prototype.applyTransition = function(slide) { - - var _ = this, - transition = {}; - - if (_.options.fade === false) { - transition[_.transitionType] = _.transformType + ' ' + _.options.speed + 'ms ' + _.options.cssEase; - } else { - transition[_.transitionType] = 'opacity ' + _.options.speed + 'ms ' + _.options.cssEase; - } - - if (_.options.fade === false) { - _.$slideTrack.css(transition); - } else { - _.$slides.eq(slide).css(transition); - } - - }; - - Slick.prototype.autoPlay = function() { - - var _ = this; - - _.autoPlayClear(); - - if ( _.slideCount > _.options.slidesToShow ) { - _.autoPlayTimer = setInterval( _.autoPlayIterator, _.options.autoplaySpeed ); - } - - }; - - Slick.prototype.autoPlayClear = function() { - - var _ = this; - - if (_.autoPlayTimer) { - clearInterval(_.autoPlayTimer); - } - - }; - - Slick.prototype.autoPlayIterator = function() { - - var _ = this, - slideTo = _.currentSlide + _.options.slidesToScroll; - - if ( !_.paused && !_.interrupted && !_.focussed ) { - - if ( _.options.infinite === false ) { - - if ( _.direction === 1 && ( _.currentSlide + 1 ) === ( _.slideCount - 1 )) { - _.direction = 0; - } - - else if ( _.direction === 0 ) { - - slideTo = _.currentSlide - _.options.slidesToScroll; - - if ( _.currentSlide - 1 === 0 ) { - _.direction = 1; - } - - } - - } - - _.slideHandler( slideTo ); - - } - - }; - - Slick.prototype.buildArrows = function() { - - var _ = this; - - if (_.options.arrows === true ) { - - _.$prevArrow = $(_.options.prevArrow).addClass('slick-arrow'); - _.$nextArrow = $(_.options.nextArrow).addClass('slick-arrow'); - - if( _.slideCount > _.options.slidesToShow ) { - - _.$prevArrow.removeClass('slick-hidden').removeAttr('aria-hidden tabindex'); - _.$nextArrow.removeClass('slick-hidden').removeAttr('aria-hidden tabindex'); - - if (_.htmlExpr.test(_.options.prevArrow)) { - _.$prevArrow.prependTo(_.options.appendArrows); - } - - if (_.htmlExpr.test(_.options.nextArrow)) { - _.$nextArrow.appendTo(_.options.appendArrows); - } - - if (_.options.infinite !== true) { - _.$prevArrow - .addClass('slick-disabled') - .attr('aria-disabled', 'true'); - } - - } else { - - _.$prevArrow.add( _.$nextArrow ) - - .addClass('slick-hidden') - .attr({ - 'aria-disabled': 'true', - 'tabindex': '-1' - }); - - } - - } - - }; - - Slick.prototype.buildDots = function() { - - var _ = this, - i, dot; - - if (_.options.dots === true && _.slideCount > _.options.slidesToShow) { - - _.$slider.addClass('slick-dotted'); - - dot = $('<ul />').addClass(_.options.dotsClass); - - for (i = 0; i <= _.getDotCount(); i += 1) { - dot.append($('<li />').append(_.options.customPaging.call(this, _, i))); - } - - _.$dots = dot.appendTo(_.options.appendDots); - - _.$dots.find('li').first().addClass('slick-active'); - - } - - }; - - Slick.prototype.buildOut = function() { - - var _ = this; - - _.$slides = - _.$slider - .children( _.options.slide + ':not(.slick-cloned)') - .addClass('slick-slide'); - - _.slideCount = _.$slides.length; - - _.$slides.each(function(index, element) { - $(element) - .attr('data-slick-index', index) - .data('originalStyling', $(element).attr('style') || ''); - }); - - _.$slider.addClass('slick-slider'); - - _.$slideTrack = (_.slideCount === 0) ? - $('<div class="slick-track"/>').appendTo(_.$slider) : - _.$slides.wrapAll('<div class="slick-track"/>').parent(); - - _.$list = _.$slideTrack.wrap( - '<div class="slick-list"/>').parent(); - _.$slideTrack.css('opacity', 0); - - if (_.options.centerMode === true || _.options.swipeToSlide === true) { - _.options.slidesToScroll = 1; - } - - $('img[data-lazy]', _.$slider).not('[src]').addClass('slick-loading'); - - _.setupInfinite(); - - _.buildArrows(); - - _.buildDots(); - - _.updateDots(); - - - _.setSlideClasses(typeof _.currentSlide === 'number' ? _.currentSlide : 0); - - if (_.options.draggable === true) { - _.$list.addClass('draggable'); - } - - }; - - Slick.prototype.buildRows = function() { - - var _ = this, a, b, c, newSlides, numOfSlides, originalSlides,slidesPerSection; - - newSlides = document.createDocumentFragment(); - originalSlides = _.$slider.children(); - - if(_.options.rows > 0) { - - slidesPerSection = _.options.slidesPerRow * _.options.rows; - numOfSlides = Math.ceil( - originalSlides.length / slidesPerSection - ); - - for(a = 0; a < numOfSlides; a++){ - var slide = document.createElement('div'); - for(b = 0; b < _.options.rows; b++) { - var row = document.createElement('div'); - for(c = 0; c < _.options.slidesPerRow; c++) { - var target = (a * slidesPerSection + ((b * _.options.slidesPerRow) + c)); - if (originalSlides.get(target)) { - row.appendChild(originalSlides.get(target)); - } - } - slide.appendChild(row); - } - newSlides.appendChild(slide); - } - - _.$slider.empty().append(newSlides); - _.$slider.children().children().children() - .css({ - 'width':(100 / _.options.slidesPerRow) + '%', - 'display': 'inline-block' - }); - - } - - }; - - Slick.prototype.checkResponsive = function(initial, forceUpdate) { - - var _ = this, - breakpoint, targetBreakpoint, respondToWidth, triggerBreakpoint = false; - var sliderWidth = _.$slider.width(); - var windowWidth = window.innerWidth || $(window).width(); - - if (_.respondTo === 'window') { - respondToWidth = windowWidth; - } else if (_.respondTo === 'slider') { - respondToWidth = sliderWidth; - } else if (_.respondTo === 'min') { - respondToWidth = Math.min(windowWidth, sliderWidth); - } - - if ( _.options.responsive && - _.options.responsive.length && - _.options.responsive !== null) { - - targetBreakpoint = null; - - for (breakpoint in _.breakpoints) { - if (_.breakpoints.hasOwnProperty(breakpoint)) { - if (_.originalSettings.mobileFirst === false) { - if (respondToWidth < _.breakpoints[breakpoint]) { - targetBreakpoint = _.breakpoints[breakpoint]; - } - } else { - if (respondToWidth > _.breakpoints[breakpoint]) { - targetBreakpoint = _.breakpoints[breakpoint]; - } - } - } - } - - if (targetBreakpoint !== null) { - if (_.activeBreakpoint !== null) { - if (targetBreakpoint !== _.activeBreakpoint || forceUpdate) { - _.activeBreakpoint = - targetBreakpoint; - if (_.breakpointSettings[targetBreakpoint] === 'unslick') { - _.unslick(targetBreakpoint); - } else { - _.options = $.extend({}, _.originalSettings, - _.breakpointSettings[ - targetBreakpoint]); - if (initial === true) { - _.currentSlide = _.options.initialSlide; - } - _.refresh(initial); - } - triggerBreakpoint = targetBreakpoint; - } - } else { - _.activeBreakpoint = targetBreakpoint; - if (_.breakpointSettings[targetBreakpoint] === 'unslick') { - _.unslick(targetBreakpoint); - } else { - _.options = $.extend({}, _.originalSettings, - _.breakpointSettings[ - targetBreakpoint]); - if (initial === true) { - _.currentSlide = _.options.initialSlide; - } - _.refresh(initial); - } - triggerBreakpoint = targetBreakpoint; - } - } else { - if (_.activeBreakpoint !== null) { - _.activeBreakpoint = null; - _.options = _.originalSettings; - if (initial === true) { - _.currentSlide = _.options.initialSlide; - } - _.refresh(initial); - triggerBreakpoint = targetBreakpoint; - } - } - - // only trigger breakpoints during an actual break. not on initialize. - if( !initial && triggerBreakpoint !== false ) { - _.$slider.trigger('breakpoint', [_, triggerBreakpoint]); - } - } - - }; - - Slick.prototype.changeSlide = function(event, dontAnimate) { - - var _ = this, - $target = $(event.currentTarget), - indexOffset, slideOffset, unevenOffset; - - // If target is a link, prevent default action. - if($target.is('a')) { - event.preventDefault(); - } - - // If target is not the <li> element (ie: a child), find the <li>. - if(!$target.is('li')) { - $target = $target.closest('li'); - } - - unevenOffset = (_.slideCount % _.options.slidesToScroll !== 0); - indexOffset = unevenOffset ? 0 : (_.slideCount - _.currentSlide) % _.options.slidesToScroll; - - switch (event.data.message) { - - case 'previous': - slideOffset = indexOffset === 0 ? _.options.slidesToScroll : _.options.slidesToShow - indexOffset; - if (_.slideCount > _.options.slidesToShow) { - _.slideHandler(_.currentSlide - slideOffset, false, dontAnimate); - } - break; - - case 'next': - slideOffset = indexOffset === 0 ? _.options.slidesToScroll : indexOffset; - if (_.slideCount > _.options.slidesToShow) { - _.slideHandler(_.currentSlide + slideOffset, false, dontAnimate); - } - break; - - case 'index': - var index = event.data.index === 0 ? 0 : - event.data.index || $target.index() * _.options.slidesToScroll; - - _.slideHandler(_.checkNavigable(index), false, dontAnimate); - $target.children().trigger('focus'); - break; - - default: - return; - } - - }; - - Slick.prototype.checkNavigable = function(index) { - - var _ = this, - navigables, prevNavigable; - - navigables = _.getNavigableIndexes(); - prevNavigable = 0; - if (index > navigables[navigables.length - 1]) { - index = navigables[navigables.length - 1]; - } else { - for (var n in navigables) { - if (index < navigables[n]) { - index = prevNavigable; - break; - } - prevNavigable = navigables[n]; - } - } - - return index; - }; - - Slick.prototype.cleanUpEvents = function() { - - var _ = this; - - if (_.options.dots && _.$dots !== null) { - - $('li', _.$dots) - .off('click.slick', _.changeSlide) - .off('mouseenter.slick', $.proxy(_.interrupt, _, true)) - .off('mouseleave.slick', $.proxy(_.interrupt, _, false)); - - if (_.options.accessibility === true) { - _.$dots.off('keydown.slick', _.keyHandler); - } - } - - _.$slider.off('focus.slick blur.slick'); - - if (_.options.arrows === true && _.slideCount > _.options.slidesToShow) { - _.$prevArrow && _.$prevArrow.off('click.slick', _.changeSlide); - _.$nextArrow && _.$nextArrow.off('click.slick', _.changeSlide); - - if (_.options.accessibility === true) { - _.$prevArrow && _.$prevArrow.off('keydown.slick', _.keyHandler); - _.$nextArrow && _.$nextArrow.off('keydown.slick', _.keyHandler); - } - } - - _.$list.off('touchstart.slick mousedown.slick', _.swipeHandler); - _.$list.off('touchmove.slick mousemove.slick', _.swipeHandler); - _.$list.off('touchend.slick mouseup.slick', _.swipeHandler); - _.$list.off('touchcancel.slick mouseleave.slick', _.swipeHandler); - - _.$list.off('click.slick', _.clickHandler); - - $(document).off(_.visibilityChange, _.visibility); - - _.cleanUpSlideEvents(); - - if (_.options.accessibility === true) { - _.$list.off('keydown.slick', _.keyHandler); - } - - if (_.options.focusOnSelect === true) { - $(_.$slideTrack).children().off('click.slick', _.selectHandler); - } - - $(window).off('orientationchange.slick.slick-' + _.instanceUid, _.orientationChange); - - $(window).off('resize.slick.slick-' + _.instanceUid, _.resize); - - $('[draggable!=true]', _.$slideTrack).off('dragstart', _.preventDefault); - - $(window).off('load.slick.slick-' + _.instanceUid, _.setPosition); - - }; - - Slick.prototype.cleanUpSlideEvents = function() { - - var _ = this; - - _.$list.off('mouseenter.slick', $.proxy(_.interrupt, _, true)); - _.$list.off('mouseleave.slick', $.proxy(_.interrupt, _, false)); - - }; - - Slick.prototype.cleanUpRows = function() { - - var _ = this, originalSlides; - - if(_.options.rows > 0) { - originalSlides = _.$slides.children().children(); - originalSlides.removeAttr('style'); - _.$slider.empty().append(originalSlides); - } - - }; - - Slick.prototype.clickHandler = function(event) { - - var _ = this; - - if (_.shouldClick === false) { - event.stopImmediatePropagation(); - event.stopPropagation(); - event.preventDefault(); - } - - }; - - Slick.prototype.destroy = function(refresh) { - - var _ = this; - - _.autoPlayClear(); - - _.touchObject = {}; - - _.cleanUpEvents(); - - $('.slick-cloned', _.$slider).detach(); - - if (_.$dots) { - _.$dots.remove(); - } - - if ( _.$prevArrow && _.$prevArrow.length ) { - - _.$prevArrow - .removeClass('slick-disabled slick-arrow slick-hidden') - .removeAttr('aria-hidden aria-disabled tabindex') - .css('display',''); - - if ( _.htmlExpr.test( _.options.prevArrow )) { - _.$prevArrow.remove(); - } - } - - if ( _.$nextArrow && _.$nextArrow.length ) { - - _.$nextArrow - .removeClass('slick-disabled slick-arrow slick-hidden') - .removeAttr('aria-hidden aria-disabled tabindex') - .css('display',''); - - if ( _.htmlExpr.test( _.options.nextArrow )) { - _.$nextArrow.remove(); - } - } - - - if (_.$slides) { - - _.$slides - .removeClass('slick-slide slick-active slick-center slick-visible slick-current') - .removeAttr('aria-hidden') - .removeAttr('data-slick-index') - .each(function(){ - $(this).attr('style', $(this).data('originalStyling')); - }); - - _.$slideTrack.children(this.options.slide).detach(); - - _.$slideTrack.detach(); - - _.$list.detach(); - - _.$slider.append(_.$slides); - } - - _.cleanUpRows(); - - _.$slider.removeClass('slick-slider'); - _.$slider.removeClass('slick-initialized'); - _.$slider.removeClass('slick-dotted'); - - _.unslicked = true; - - if(!refresh) { - _.$slider.trigger('destroy', [_]); - } - - }; - - Slick.prototype.disableTransition = function(slide) { - - var _ = this, - transition = {}; - - transition[_.transitionType] = ''; - - if (_.options.fade === false) { - _.$slideTrack.css(transition); - } else { - _.$slides.eq(slide).css(transition); - } - - }; - - Slick.prototype.fadeSlide = function(slideIndex, callback) { - - var _ = this; - - if (_.cssTransitions === false) { - - _.$slides.eq(slideIndex).css({ - zIndex: _.options.zIndex - }); - - _.$slides.eq(slideIndex).animate({ - opacity: 1 - }, _.options.speed, _.options.easing, callback); - - } else { - - _.applyTransition(slideIndex); - - _.$slides.eq(slideIndex).css({ - opacity: 1, - zIndex: _.options.zIndex - }); - - if (callback) { - setTimeout(function() { - - _.disableTransition(slideIndex); - - callback.call(); - }, _.options.speed); - } - - } - - }; - - Slick.prototype.fadeSlideOut = function(slideIndex) { - - var _ = this; - - if (_.cssTransitions === false) { - - _.$slides.eq(slideIndex).animate({ - opacity: 0, - zIndex: _.options.zIndex - 2 - }, _.options.speed, _.options.easing); - - } else { - - _.applyTransition(slideIndex); - - _.$slides.eq(slideIndex).css({ - opacity: 0, - zIndex: _.options.zIndex - 2 - }); - - } - - }; - - Slick.prototype.filterSlides = Slick.prototype.slickFilter = function(filter) { - - var _ = this; - - if (filter !== null) { - - _.$slidesCache = _.$slides; - - _.unload(); - - _.$slideTrack.children(this.options.slide).detach(); - - _.$slidesCache.filter(filter).appendTo(_.$slideTrack); - - _.reinit(); - - } - - }; - - Slick.prototype.focusHandler = function() { - - var _ = this; - - // If any child element receives focus within the slider we need to pause the autoplay - _.$slider - .off('focus.slick blur.slick') - .on( - 'focus.slick', - '*', - function(event) { - var $sf = $(this); - - setTimeout(function() { - if( _.options.pauseOnFocus ) { - if ($sf.is(':focus')) { - _.focussed = true; - _.autoPlay(); - } - } - }, 0); - } - ).on( - 'blur.slick', - '*', - function(event) { - var $sf = $(this); - - // When a blur occurs on any elements within the slider we become unfocused - if( _.options.pauseOnFocus ) { - _.focussed = false; - _.autoPlay(); - } - } - ); - }; - - Slick.prototype.getCurrent = Slick.prototype.slickCurrentSlide = function() { - - var _ = this; - return _.currentSlide; - - }; - - Slick.prototype.getDotCount = function() { - - var _ = this; - - var breakPoint = 0; - var counter = 0; - var pagerQty = 0; - - if (_.options.infinite === true) { - if (_.slideCount <= _.options.slidesToShow) { - ++pagerQty; - } else { - while (breakPoint < _.slideCount) { - ++pagerQty; - breakPoint = counter + _.options.slidesToScroll; - counter += _.options.slidesToScroll <= _.options.slidesToShow ? _.options.slidesToScroll : _.options.slidesToShow; - } - } - } else if (_.options.centerMode === true) { - pagerQty = _.slideCount; - } else if(!_.options.asNavFor) { - pagerQty = 1 + Math.ceil((_.slideCount - _.options.slidesToShow) / _.options.slidesToScroll); - }else { - while (breakPoint < _.slideCount) { - ++pagerQty; - breakPoint = counter + _.options.slidesToScroll; - counter += _.options.slidesToScroll <= _.options.slidesToShow ? _.options.slidesToScroll : _.options.slidesToShow; - } - } - - return pagerQty - 1; - - }; - - Slick.prototype.getLeft = function(slideIndex) { - - var _ = this, - targetLeft, - verticalHeight, - verticalOffset = 0, - targetSlide, - coef; - - _.slideOffset = 0; - verticalHeight = _.$slides.first().outerHeight(true); - - if (_.options.infinite === true) { - if (_.slideCount > _.options.slidesToShow) { - _.slideOffset = (_.slideWidth * _.options.slidesToShow) * -1; - coef = -1 - - if (_.options.vertical === true && _.options.centerMode === true) { - if (_.options.slidesToShow === 2) { - coef = -1.5; - } else if (_.options.slidesToShow === 1) { - coef = -2 - } - } - verticalOffset = (verticalHeight * _.options.slidesToShow) * coef; - } - if (_.slideCount % _.options.slidesToScroll !== 0) { - if (slideIndex + _.options.slidesToScroll > _.slideCount && _.slideCount > _.options.slidesToShow) { - if (slideIndex > _.slideCount) { - _.slideOffset = ((_.options.slidesToShow - (slideIndex - _.slideCount)) * _.slideWidth) * -1; - verticalOffset = ((_.options.slidesToShow - (slideIndex - _.slideCount)) * verticalHeight) * -1; - } else { - _.slideOffset = ((_.slideCount % _.options.slidesToScroll) * _.slideWidth) * -1; - verticalOffset = ((_.slideCount % _.options.slidesToScroll) * verticalHeight) * -1; - } - } - } - } else { - if (slideIndex + _.options.slidesToShow > _.slideCount) { - _.slideOffset = ((slideIndex + _.options.slidesToShow) - _.slideCount) * _.slideWidth; - verticalOffset = ((slideIndex + _.options.slidesToShow) - _.slideCount) * verticalHeight; - } - } - - if (_.slideCount <= _.options.slidesToShow) { - _.slideOffset = 0; - verticalOffset = 0; - } - - if (_.options.centerMode === true && _.slideCount <= _.options.slidesToShow) { - _.slideOffset = ((_.slideWidth * Math.floor(_.options.slidesToShow)) / 2) - ((_.slideWidth * _.slideCount) / 2); - } else if (_.options.centerMode === true && _.options.infinite === true) { - _.slideOffset += _.slideWidth * Math.floor(_.options.slidesToShow / 2) - _.slideWidth; - } else if (_.options.centerMode === true) { - _.slideOffset = 0; - _.slideOffset += _.slideWidth * Math.floor(_.options.slidesToShow / 2); - } - - if (_.options.vertical === false) { - targetLeft = ((slideIndex * _.slideWidth) * -1) + _.slideOffset; - } else { - targetLeft = ((slideIndex * verticalHeight) * -1) + verticalOffset; - } - - if (_.options.variableWidth === true) { - - if (_.slideCount <= _.options.slidesToShow || _.options.infinite === false) { - targetSlide = _.$slideTrack.children('.slick-slide').eq(slideIndex); - } else { - targetSlide = _.$slideTrack.children('.slick-slide').eq(slideIndex + _.options.slidesToShow); - } - - if (_.options.rtl === true) { - if (targetSlide[0]) { - targetLeft = (_.$slideTrack.width() - targetSlide[0].offsetLeft - targetSlide.width()) * -1; - } else { - targetLeft = 0; - } - } else { - targetLeft = targetSlide[0] ? targetSlide[0].offsetLeft * -1 : 0; - } - - if (_.options.centerMode === true) { - if (_.slideCount <= _.options.slidesToShow || _.options.infinite === false) { - targetSlide = _.$slideTrack.children('.slick-slide').eq(slideIndex); - } else { - targetSlide = _.$slideTrack.children('.slick-slide').eq(slideIndex + _.options.slidesToShow + 1); - } - - if (_.options.rtl === true) { - if (targetSlide[0]) { - targetLeft = (_.$slideTrack.width() - targetSlide[0].offsetLeft - targetSlide.width()) * -1; - } else { - targetLeft = 0; - } - } else { - targetLeft = targetSlide[0] ? targetSlide[0].offsetLeft * -1 : 0; - } - - targetLeft += (_.$list.width() - targetSlide.outerWidth()) / 2; - } - } - - return targetLeft; - - }; - - Slick.prototype.getOption = Slick.prototype.slickGetOption = function(option) { - - var _ = this; - - return _.options[option]; - - }; - - Slick.prototype.getNavigableIndexes = function() { - - var _ = this, - breakPoint = 0, - counter = 0, - indexes = [], - max; - - if (_.options.infinite === false) { - max = _.slideCount; - } else { - breakPoint = _.options.slidesToScroll * -1; - counter = _.options.slidesToScroll * -1; - max = _.slideCount * 2; - } - - while (breakPoint < max) { - indexes.push(breakPoint); - breakPoint = counter + _.options.slidesToScroll; - counter += _.options.slidesToScroll <= _.options.slidesToShow ? _.options.slidesToScroll : _.options.slidesToShow; - } - - return indexes; - - }; - - Slick.prototype.getSlick = function() { - - return this; - - }; - - Slick.prototype.getSlideCount = function() { - - var _ = this, - slidesTraversed, swipedSlide, swipeTarget, centerOffset; - - centerOffset = _.options.centerMode === true ? Math.floor(_.$list.width() / 2) : 0; - swipeTarget = (_.swipeLeft * -1) + centerOffset; - - if (_.options.swipeToSlide === true) { - - _.$slideTrack.find('.slick-slide').each(function(index, slide) { - - var slideOuterWidth, slideOffset, slideRightBoundary; - slideOuterWidth = $(slide).outerWidth(); - slideOffset = slide.offsetLeft; - if (_.options.centerMode !== true) { - slideOffset += (slideOuterWidth / 2); - } - - slideRightBoundary = slideOffset + (slideOuterWidth); - - if (swipeTarget < slideRightBoundary) { - swipedSlide = slide; - return false; - } - }); - - slidesTraversed = Math.abs($(swipedSlide).attr('data-slick-index') - _.currentSlide) || 1; - - return slidesTraversed; - - } else { - return _.options.slidesToScroll; - } - - }; - - Slick.prototype.goTo = Slick.prototype.slickGoTo = function(slide, dontAnimate) { - - var _ = this; - - _.changeSlide({ - data: { - message: 'index', - index: parseInt(slide) - } - }, dontAnimate); - - }; - - Slick.prototype.init = function(creation) { - - var _ = this; - - if (!$(_.$slider).hasClass('slick-initialized')) { - - $(_.$slider).addClass('slick-initialized'); - - _.buildRows(); - _.buildOut(); - _.setProps(); - _.startLoad(); - _.loadSlider(); - _.initializeEvents(); - _.updateArrows(); - _.updateDots(); - _.checkResponsive(true); - _.focusHandler(); - - } - - if (creation) { - _.$slider.trigger('init', [_]); - } - - if (_.options.accessibility === true) { - _.initADA(); - } - - if ( _.options.autoplay ) { - - _.paused = false; - _.autoPlay(); - - } - - }; - - Slick.prototype.initADA = function() { - var _ = this, - numDotGroups = Math.ceil(_.slideCount / _.options.slidesToShow), - tabControlIndexes = _.getNavigableIndexes().filter(function(val) { - return (val >= 0) && (val < _.slideCount); - }); - - _.$slides.add(_.$slideTrack.find('.slick-cloned')).attr({ - 'aria-hidden': 'true', - 'tabindex': '-1' - }).find('a, input, button, select').attr({ - 'tabindex': '-1' - }); - - if (_.$dots !== null) { - _.$slides.not(_.$slideTrack.find('.slick-cloned')).each(function(i) { - var slideControlIndex = tabControlIndexes.indexOf(i); - - $(this).attr({ - 'role': 'tabpanel', - 'id': 'slick-slide' + _.instanceUid + i, - 'tabindex': -1 - }); - - if (slideControlIndex !== -1) { - var ariaButtonControl = 'slick-slide-control' + _.instanceUid + slideControlIndex - if ($('#' + ariaButtonControl).length) { - $(this).attr({ - 'aria-describedby': ariaButtonControl - }); - } - } - }); - - _.$dots.attr('role', 'tablist').find('li').each(function(i) { - var mappedSlideIndex = tabControlIndexes[i]; - - $(this).attr({ - 'role': 'presentation' - }); - - $(this).find('button').first().attr({ - 'role': 'tab', - 'id': 'slick-slide-control' + _.instanceUid + i, - 'aria-controls': 'slick-slide' + _.instanceUid + mappedSlideIndex, - 'aria-label': (i + 1) + ' of ' + numDotGroups, - 'aria-selected': null, - 'tabindex': '-1' - }); - - }).eq(_.currentSlide).find('button').attr({ - 'aria-selected': 'true', - 'tabindex': '0' - }).end(); - } - - for (var i=_.currentSlide, max=i+_.options.slidesToShow; i < max; i++) { - if (_.options.focusOnChange) { - _.$slides.eq(i).attr({'tabindex': '0'}); - } else { - _.$slides.eq(i).removeAttr('tabindex'); - } - } - - _.activateADA(); - - }; - - Slick.prototype.initArrowEvents = function() { - - var _ = this; - - if (_.options.arrows === true && _.slideCount > _.options.slidesToShow) { - _.$prevArrow - .off('click.slick') - .on('click.slick', { - message: 'previous' - }, _.changeSlide); - _.$nextArrow - .off('click.slick') - .on('click.slick', { - message: 'next' - }, _.changeSlide); - - if (_.options.accessibility === true) { - _.$prevArrow.on('keydown.slick', _.keyHandler); - _.$nextArrow.on('keydown.slick', _.keyHandler); - } - } - - }; - - Slick.prototype.initDotEvents = function() { - - var _ = this; - - if (_.options.dots === true && _.slideCount > _.options.slidesToShow) { - $('li', _.$dots).on('click.slick', { - message: 'index' - }, _.changeSlide); - - if (_.options.accessibility === true) { - _.$dots.on('keydown.slick', _.keyHandler); - } - } - - if (_.options.dots === true && _.options.pauseOnDotsHover === true && _.slideCount > _.options.slidesToShow) { - - $('li', _.$dots) - .on('mouseenter.slick', $.proxy(_.interrupt, _, true)) - .on('mouseleave.slick', $.proxy(_.interrupt, _, false)); - - } - - }; - - Slick.prototype.initSlideEvents = function() { - - var _ = this; - - if ( _.options.pauseOnHover ) { - - _.$list.on('mouseenter.slick', $.proxy(_.interrupt, _, true)); - _.$list.on('mouseleave.slick', $.proxy(_.interrupt, _, false)); - - } - - }; - - Slick.prototype.initializeEvents = function() { - - var _ = this; - - _.initArrowEvents(); - - _.initDotEvents(); - _.initSlideEvents(); - - _.$list.on('touchstart.slick mousedown.slick', { - action: 'start' - }, _.swipeHandler); - _.$list.on('touchmove.slick mousemove.slick', { - action: 'move' - }, _.swipeHandler); - _.$list.on('touchend.slick mouseup.slick', { - action: 'end' - }, _.swipeHandler); - _.$list.on('touchcancel.slick mouseleave.slick', { - action: 'end' - }, _.swipeHandler); - - _.$list.on('click.slick', _.clickHandler); - - $(document).on(_.visibilityChange, $.proxy(_.visibility, _)); - - if (_.options.accessibility === true) { - _.$list.on('keydown.slick', _.keyHandler); - } - - if (_.options.focusOnSelect === true) { - $(_.$slideTrack).children().on('click.slick', _.selectHandler); - } - - $(window).on('orientationchange.slick.slick-' + _.instanceUid, $.proxy(_.orientationChange, _)); - - $(window).on('resize.slick.slick-' + _.instanceUid, $.proxy(_.resize, _)); - - $('[draggable!=true]', _.$slideTrack).on('dragstart', _.preventDefault); - - $(window).on('load.slick.slick-' + _.instanceUid, _.setPosition); - $(_.setPosition); - - }; - - Slick.prototype.initUI = function() { - - var _ = this; - - if (_.options.arrows === true && _.slideCount > _.options.slidesToShow) { - - _.$prevArrow.show(); - _.$nextArrow.show(); - - } - - if (_.options.dots === true && _.slideCount > _.options.slidesToShow) { - - _.$dots.show(); - - } - - }; - - Slick.prototype.keyHandler = function(event) { - - var _ = this; - //Dont slide if the cursor is inside the form fields and arrow keys are pressed - if(!event.target.tagName.match('TEXTAREA|INPUT|SELECT')) { - if (event.keyCode === 37 && _.options.accessibility === true) { - _.changeSlide({ - data: { - message: _.options.rtl === true ? 'next' : 'previous' - } - }); - } else if (event.keyCode === 39 && _.options.accessibility === true) { - _.changeSlide({ - data: { - message: _.options.rtl === true ? 'previous' : 'next' - } - }); - } - } - - }; - - Slick.prototype.lazyLoad = function() { - - var _ = this, - loadRange, cloneRange, rangeStart, rangeEnd; - - function loadImages(imagesScope) { - - $('img[data-lazy]', imagesScope).each(function() { - - var image = $(this), - imageSource = $(this).attr('data-lazy'), - imageSrcSet = $(this).attr('data-srcset'), - imageSizes = $(this).attr('data-sizes') || _.$slider.attr('data-sizes'), - imageToLoad = document.createElement('img'); - - imageToLoad.onload = function() { - - image - .animate({ opacity: 0 }, 100, function() { - - if (imageSrcSet) { - image - .attr('srcset', imageSrcSet ); - - if (imageSizes) { - image - .attr('sizes', imageSizes ); - } - } - - image - .attr('src', imageSource) - .animate({ opacity: 1 }, 200, function() { - image - .removeAttr('data-lazy data-srcset data-sizes') - .removeClass('slick-loading'); - }); - _.$slider.trigger('lazyLoaded', [_, image, imageSource]); - }); - - }; - - imageToLoad.onerror = function() { - - image - .removeAttr( 'data-lazy' ) - .removeClass( 'slick-loading' ) - .addClass( 'slick-lazyload-error' ); - - _.$slider.trigger('lazyLoadError', [ _, image, imageSource ]); - - }; - - imageToLoad.src = imageSource; - - }); - - } - - if (_.options.centerMode === true) { - if (_.options.infinite === true) { - rangeStart = _.currentSlide + (_.options.slidesToShow / 2 + 1); - rangeEnd = rangeStart + _.options.slidesToShow + 2; - } else { - rangeStart = Math.max(0, _.currentSlide - (_.options.slidesToShow / 2 + 1)); - rangeEnd = 2 + (_.options.slidesToShow / 2 + 1) + _.currentSlide; - } - } else { - rangeStart = _.options.infinite ? _.options.slidesToShow + _.currentSlide : _.currentSlide; - rangeEnd = Math.ceil(rangeStart + _.options.slidesToShow); - if (_.options.fade === true) { - if (rangeStart > 0) rangeStart--; - if (rangeEnd <= _.slideCount) rangeEnd++; - } - } - - loadRange = _.$slider.find('.slick-slide').slice(rangeStart, rangeEnd); - - if (_.options.lazyLoad === 'anticipated') { - var prevSlide = rangeStart - 1, - nextSlide = rangeEnd, - $slides = _.$slider.find('.slick-slide'); - - for (var i = 0; i < _.options.slidesToScroll; i++) { - if (prevSlide < 0) prevSlide = _.slideCount - 1; - loadRange = loadRange.add($slides.eq(prevSlide)); - loadRange = loadRange.add($slides.eq(nextSlide)); - prevSlide--; - nextSlide++; - } - } - - loadImages(loadRange); - - if (_.slideCount <= _.options.slidesToShow) { - cloneRange = _.$slider.find('.slick-slide'); - loadImages(cloneRange); - } else - if (_.currentSlide >= _.slideCount - _.options.slidesToShow) { - cloneRange = _.$slider.find('.slick-cloned').slice(0, _.options.slidesToShow); - loadImages(cloneRange); - } else if (_.currentSlide === 0) { - cloneRange = _.$slider.find('.slick-cloned').slice(_.options.slidesToShow * -1); - loadImages(cloneRange); - } - - }; - - Slick.prototype.loadSlider = function() { - - var _ = this; - - _.setPosition(); - - _.$slideTrack.css({ - opacity: 1 - }); - - _.$slider.removeClass('slick-loading'); - - _.initUI(); - - if (_.options.lazyLoad === 'progressive') { - _.progressiveLazyLoad(); - } - - }; - - Slick.prototype.next = Slick.prototype.slickNext = function() { - - var _ = this; - - _.changeSlide({ - data: { - message: 'next' - } - }); - - }; - - Slick.prototype.orientationChange = function() { - - var _ = this; - - _.checkResponsive(); - _.setPosition(); - - }; - - Slick.prototype.pause = Slick.prototype.slickPause = function() { - - var _ = this; - - _.autoPlayClear(); - _.paused = true; - - }; - - Slick.prototype.play = Slick.prototype.slickPlay = function() { - - var _ = this; - - _.autoPlay(); - _.options.autoplay = true; - _.paused = false; - _.focussed = false; - _.interrupted = false; - - }; - - Slick.prototype.postSlide = function(index) { - - var _ = this; - - if( !_.unslicked ) { - - _.$slider.trigger('afterChange', [_, index]); - - _.animating = false; - - if (_.slideCount > _.options.slidesToShow) { - _.setPosition(); - } - - _.swipeLeft = null; - - if ( _.options.autoplay ) { - _.autoPlay(); - } - - if (_.options.accessibility === true) { - _.initADA(); - - if (_.options.focusOnChange) { - var $currentSlide = $(_.$slides.get(_.currentSlide)); - $currentSlide.attr('tabindex', 0).focus(); - } - } - - } - - }; - - Slick.prototype.prev = Slick.prototype.slickPrev = function() { - - var _ = this; - - _.changeSlide({ - data: { - message: 'previous' - } - }); - - }; - - Slick.prototype.preventDefault = function(event) { - - event.preventDefault(); - - }; - - Slick.prototype.progressiveLazyLoad = function( tryCount ) { - - tryCount = tryCount || 1; - - var _ = this, - $imgsToLoad = $( 'img[data-lazy]', _.$slider ), - image, - imageSource, - imageSrcSet, - imageSizes, - imageToLoad; - - if ( $imgsToLoad.length ) { - - image = $imgsToLoad.first(); - imageSource = image.attr('data-lazy'); - imageSrcSet = image.attr('data-srcset'); - imageSizes = image.attr('data-sizes') || _.$slider.attr('data-sizes'); - imageToLoad = document.createElement('img'); - - imageToLoad.onload = function() { - - if (imageSrcSet) { - image - .attr('srcset', imageSrcSet ); - - if (imageSizes) { - image - .attr('sizes', imageSizes ); - } - } - - image - .attr( 'src', imageSource ) - .removeAttr('data-lazy data-srcset data-sizes') - .removeClass('slick-loading'); - - if ( _.options.adaptiveHeight === true ) { - _.setPosition(); - } - - _.$slider.trigger('lazyLoaded', [ _, image, imageSource ]); - _.progressiveLazyLoad(); - - }; - - imageToLoad.onerror = function() { - - if ( tryCount < 3 ) { - - /** - * try to load the image 3 times, - * leave a slight delay so we don't get - * servers blocking the request. - */ - setTimeout( function() { - _.progressiveLazyLoad( tryCount + 1 ); - }, 500 ); - - } else { - - image - .removeAttr( 'data-lazy' ) - .removeClass( 'slick-loading' ) - .addClass( 'slick-lazyload-error' ); - - _.$slider.trigger('lazyLoadError', [ _, image, imageSource ]); - - _.progressiveLazyLoad(); - - } - - }; - - imageToLoad.src = imageSource; - - } else { - - _.$slider.trigger('allImagesLoaded', [ _ ]); - - } - - }; - - Slick.prototype.refresh = function( initializing ) { - - var _ = this, currentSlide, lastVisibleIndex; - - lastVisibleIndex = _.slideCount - _.options.slidesToShow; - - // in non-infinite sliders, we don't want to go past the - // last visible index. - if( !_.options.infinite && ( _.currentSlide > lastVisibleIndex )) { - _.currentSlide = lastVisibleIndex; - } - - // if less slides than to show, go to start. - if ( _.slideCount <= _.options.slidesToShow ) { - _.currentSlide = 0; - - } - - currentSlide = _.currentSlide; - - _.destroy(true); - - $.extend(_, _.initials, { currentSlide: currentSlide }); - - _.init(); - - if( !initializing ) { - - _.changeSlide({ - data: { - message: 'index', - index: currentSlide - } - }, false); - - } - - }; - - Slick.prototype.registerBreakpoints = function() { - - var _ = this, breakpoint, currentBreakpoint, l, - responsiveSettings = _.options.responsive || null; - - if ( $.type(responsiveSettings) === 'array' && responsiveSettings.length ) { - - _.respondTo = _.options.respondTo || 'window'; - - for ( breakpoint in responsiveSettings ) { - - l = _.breakpoints.length-1; - - if (responsiveSettings.hasOwnProperty(breakpoint)) { - currentBreakpoint = responsiveSettings[breakpoint].breakpoint; - - // loop through the breakpoints and cut out any existing - // ones with the same breakpoint number, we don't want dupes. - while( l >= 0 ) { - if( _.breakpoints[l] && _.breakpoints[l] === currentBreakpoint ) { - _.breakpoints.splice(l,1); - } - l--; - } - - _.breakpoints.push(currentBreakpoint); - _.breakpointSettings[currentBreakpoint] = responsiveSettings[breakpoint].settings; - - } - - } - - _.breakpoints.sort(function(a, b) { - return ( _.options.mobileFirst ) ? a-b : b-a; - }); - - } - - }; - - Slick.prototype.reinit = function() { - - var _ = this; - - _.$slides = - _.$slideTrack - .children(_.options.slide) - .addClass('slick-slide'); - - _.slideCount = _.$slides.length; - - if (_.currentSlide >= _.slideCount && _.currentSlide !== 0) { - _.currentSlide = _.currentSlide - _.options.slidesToScroll; - } - - if (_.slideCount <= _.options.slidesToShow) { - _.currentSlide = 0; - } - - _.registerBreakpoints(); - - _.setProps(); - _.setupInfinite(); - _.buildArrows(); - _.updateArrows(); - _.initArrowEvents(); - _.buildDots(); - _.updateDots(); - _.initDotEvents(); - _.cleanUpSlideEvents(); - _.initSlideEvents(); - - _.checkResponsive(false, true); - - if (_.options.focusOnSelect === true) { - $(_.$slideTrack).children().on('click.slick', _.selectHandler); - } - - _.setSlideClasses(typeof _.currentSlide === 'number' ? _.currentSlide : 0); - - _.setPosition(); - _.focusHandler(); - - _.paused = !_.options.autoplay; - _.autoPlay(); - - _.$slider.trigger('reInit', [_]); - - }; - - Slick.prototype.resize = function() { - - var _ = this; - - if ($(window).width() !== _.windowWidth) { - clearTimeout(_.windowDelay); - _.windowDelay = window.setTimeout(function() { - _.windowWidth = $(window).width(); - _.checkResponsive(); - if( !_.unslicked ) { _.setPosition(); } - }, 50); - } - }; - - Slick.prototype.removeSlide = Slick.prototype.slickRemove = function(index, removeBefore, removeAll) { - - var _ = this; - - if (typeof(index) === 'boolean') { - removeBefore = index; - index = removeBefore === true ? 0 : _.slideCount - 1; - } else { - index = removeBefore === true ? --index : index; - } - - if (_.slideCount < 1 || index < 0 || index > _.slideCount - 1) { - return false; - } - - _.unload(); - - if (removeAll === true) { - _.$slideTrack.children().remove(); - } else { - _.$slideTrack.children(this.options.slide).eq(index).remove(); - } - - _.$slides = _.$slideTrack.children(this.options.slide); - - _.$slideTrack.children(this.options.slide).detach(); - - _.$slideTrack.append(_.$slides); - - _.$slidesCache = _.$slides; - - _.reinit(); - - }; - - Slick.prototype.setCSS = function(position) { - - var _ = this, - positionProps = {}, - x, y; - - if (_.options.rtl === true) { - position = -position; - } - x = _.positionProp == 'left' ? Math.ceil(position) + 'px' : '0px'; - y = _.positionProp == 'top' ? Math.ceil(position) + 'px' : '0px'; - - positionProps[_.positionProp] = position; - - if (_.transformsEnabled === false) { - _.$slideTrack.css(positionProps); - } else { - positionProps = {}; - if (_.cssTransitions === false) { - positionProps[_.animType] = 'translate(' + x + ', ' + y + ')'; - _.$slideTrack.css(positionProps); - } else { - positionProps[_.animType] = 'translate3d(' + x + ', ' + y + ', 0px)'; - _.$slideTrack.css(positionProps); - } - } - - }; - - Slick.prototype.setDimensions = function() { - - var _ = this; - - if (_.options.vertical === false) { - if (_.options.centerMode === true) { - _.$list.css({ - padding: ('0px ' + _.options.centerPadding) - }); - } - } else { - _.$list.height(_.$slides.first().outerHeight(true) * _.options.slidesToShow); - if (_.options.centerMode === true) { - _.$list.css({ - padding: (_.options.centerPadding + ' 0px') - }); - } - } - - _.listWidth = _.$list.width(); - _.listHeight = _.$list.height(); - - - if (_.options.vertical === false && _.options.variableWidth === false) { - _.slideWidth = Math.ceil(_.listWidth / _.options.slidesToShow); - _.$slideTrack.width(Math.ceil((_.slideWidth * _.$slideTrack.children('.slick-slide').length))); - - } else if (_.options.variableWidth === true) { - _.$slideTrack.width(5000 * _.slideCount); - } else { - _.slideWidth = Math.ceil(_.listWidth); - _.$slideTrack.height(Math.ceil((_.$slides.first().outerHeight(true) * _.$slideTrack.children('.slick-slide').length))); - } - - var offset = _.$slides.first().outerWidth(true) - _.$slides.first().width(); - if (_.options.variableWidth === false) _.$slideTrack.children('.slick-slide').width(_.slideWidth - offset); - - }; - - Slick.prototype.setFade = function() { - - var _ = this, - targetLeft; - - _.$slides.each(function(index, element) { - targetLeft = (_.slideWidth * index) * -1; - if (_.options.rtl === true) { - $(element).css({ - position: 'relative', - right: targetLeft, - top: 0, - zIndex: _.options.zIndex - 2, - opacity: 0 - }); - } else { - $(element).css({ - position: 'relative', - left: targetLeft, - top: 0, - zIndex: _.options.zIndex - 2, - opacity: 0 - }); - } - }); - - _.$slides.eq(_.currentSlide).css({ - zIndex: _.options.zIndex - 1, - opacity: 1 - }); - - }; - - Slick.prototype.setHeight = function() { - - var _ = this; - - if (_.options.slidesToShow === 1 && _.options.adaptiveHeight === true && _.options.vertical === false) { - var targetHeight = _.$slides.eq(_.currentSlide).outerHeight(true); - _.$list.css('height', targetHeight); - } - - }; - - Slick.prototype.setOption = - Slick.prototype.slickSetOption = function() { - - /** - * accepts arguments in format of: - * - * - for changing a single option's value: - * .slick("setOption", option, value, refresh ) - * - * - for changing a set of responsive options: - * .slick("setOption", 'responsive', [{}, ...], refresh ) - * - * - for updating multiple values at once (not responsive) - * .slick("setOption", { 'option': value, ... }, refresh ) - */ - - var _ = this, l, item, option, value, refresh = false, type; - - if( $.type( arguments[0] ) === 'object' ) { - - option = arguments[0]; - refresh = arguments[1]; - type = 'multiple'; - - } else if ( $.type( arguments[0] ) === 'string' ) { - - option = arguments[0]; - value = arguments[1]; - refresh = arguments[2]; - - if ( arguments[0] === 'responsive' && $.type( arguments[1] ) === 'array' ) { - - type = 'responsive'; - - } else if ( typeof arguments[1] !== 'undefined' ) { - - type = 'single'; - - } - - } - - if ( type === 'single' ) { - - _.options[option] = value; - - - } else if ( type === 'multiple' ) { - - $.each( option , function( opt, val ) { - - _.options[opt] = val; - - }); - - - } else if ( type === 'responsive' ) { - - for ( item in value ) { - - if( $.type( _.options.responsive ) !== 'array' ) { - - _.options.responsive = [ value[item] ]; - - } else { - - l = _.options.responsive.length-1; - - // loop through the responsive object and splice out duplicates. - while( l >= 0 ) { - - if( _.options.responsive[l].breakpoint === value[item].breakpoint ) { - - _.options.responsive.splice(l,1); - - } - - l--; - - } - - _.options.responsive.push( value[item] ); - - } - - } - - } - - if ( refresh ) { - - _.unload(); - _.reinit(); - - } - - }; - - Slick.prototype.setPosition = function() { - - var _ = this; - - _.setDimensions(); - - _.setHeight(); - - if (_.options.fade === false) { - _.setCSS(_.getLeft(_.currentSlide)); - } else { - _.setFade(); - } - - _.$slider.trigger('setPosition', [_]); - - }; - - Slick.prototype.setProps = function() { - - var _ = this, - bodyStyle = document.body.style; - - _.positionProp = _.options.vertical === true ? 'top' : 'left'; - - if (_.positionProp === 'top') { - _.$slider.addClass('slick-vertical'); - } else { - _.$slider.removeClass('slick-vertical'); - } - - if (bodyStyle.WebkitTransition !== undefined || - bodyStyle.MozTransition !== undefined || - bodyStyle.msTransition !== undefined) { - if (_.options.useCSS === true) { - _.cssTransitions = true; - } - } - - if ( _.options.fade ) { - if ( typeof _.options.zIndex === 'number' ) { - if( _.options.zIndex < 3 ) { - _.options.zIndex = 3; - } - } else { - _.options.zIndex = _.defaults.zIndex; - } - } - - if (bodyStyle.OTransform !== undefined) { - _.animType = 'OTransform'; - _.transformType = '-o-transform'; - _.transitionType = 'OTransition'; - if (bodyStyle.perspectiveProperty === undefined && bodyStyle.webkitPerspective === undefined) _.animType = false; - } - if (bodyStyle.MozTransform !== undefined) { - _.animType = 'MozTransform'; - _.transformType = '-moz-transform'; - _.transitionType = 'MozTransition'; - if (bodyStyle.perspectiveProperty === undefined && bodyStyle.MozPerspective === undefined) _.animType = false; - } - if (bodyStyle.webkitTransform !== undefined) { - _.animType = 'webkitTransform'; - _.transformType = '-webkit-transform'; - _.transitionType = 'webkitTransition'; - if (bodyStyle.perspectiveProperty === undefined && bodyStyle.webkitPerspective === undefined) _.animType = false; - } - if (bodyStyle.msTransform !== undefined) { - _.animType = 'msTransform'; - _.transformType = '-ms-transform'; - _.transitionType = 'msTransition'; - if (bodyStyle.msTransform === undefined) _.animType = false; - } - if (bodyStyle.transform !== undefined && _.animType !== false) { - _.animType = 'transform'; - _.transformType = 'transform'; - _.transitionType = 'transition'; - } - _.transformsEnabled = _.options.useTransform && (_.animType !== null && _.animType !== false); - }; - - - Slick.prototype.setSlideClasses = function(index) { - - var _ = this, - centerOffset, allSlides, indexOffset, remainder; - - allSlides = _.$slider - .find('.slick-slide') - .removeClass('slick-active slick-center slick-current') - .attr('aria-hidden', 'true'); - - _.$slides - .eq(index) - .addClass('slick-current'); - - if (_.options.centerMode === true) { - - var evenCoef = _.options.slidesToShow % 2 === 0 ? 1 : 0; - - centerOffset = Math.floor(_.options.slidesToShow / 2); - - if (_.options.infinite === true) { - - if (index >= centerOffset && index <= (_.slideCount - 1) - centerOffset) { - _.$slides - .slice(index - centerOffset + evenCoef, index + centerOffset + 1) - .addClass('slick-active') - .attr('aria-hidden', 'false'); - - } else { - - indexOffset = _.options.slidesToShow + index; - allSlides - .slice(indexOffset - centerOffset + 1 + evenCoef, indexOffset + centerOffset + 2) - .addClass('slick-active') - .attr('aria-hidden', 'false'); - - } - - if (index === 0) { - - allSlides - .eq(allSlides.length - 1 - _.options.slidesToShow) - .addClass('slick-center'); - - } else if (index === _.slideCount - 1) { - - allSlides - .eq(_.options.slidesToShow) - .addClass('slick-center'); - - } - - } - - _.$slides - .eq(index) - .addClass('slick-center'); - - } else { - - if (index >= 0 && index <= (_.slideCount - _.options.slidesToShow)) { - - _.$slides - .slice(index, index + _.options.slidesToShow) - .addClass('slick-active') - .attr('aria-hidden', 'false'); - - } else if (allSlides.length <= _.options.slidesToShow) { - - allSlides - .addClass('slick-active') - .attr('aria-hidden', 'false'); - - } else { - - remainder = _.slideCount % _.options.slidesToShow; - indexOffset = _.options.infinite === true ? _.options.slidesToShow + index : index; - - if (_.options.slidesToShow == _.options.slidesToScroll && (_.slideCount - index) < _.options.slidesToShow) { - - allSlides - .slice(indexOffset - (_.options.slidesToShow - remainder), indexOffset + remainder) - .addClass('slick-active') - .attr('aria-hidden', 'false'); - - } else { - - allSlides - .slice(indexOffset, indexOffset + _.options.slidesToShow) - .addClass('slick-active') - .attr('aria-hidden', 'false'); - - } - - } - - } - - if (_.options.lazyLoad === 'ondemand' || _.options.lazyLoad === 'anticipated') { - _.lazyLoad(); - } - }; - - Slick.prototype.setupInfinite = function() { - - var _ = this, - i, slideIndex, infiniteCount; - - if (_.options.fade === true) { - _.options.centerMode = false; - } - - if (_.options.infinite === true && _.options.fade === false) { - - slideIndex = null; - - if (_.slideCount > _.options.slidesToShow) { - - if (_.options.centerMode === true) { - infiniteCount = _.options.slidesToShow + 1; - } else { - infiniteCount = _.options.slidesToShow; - } - - for (i = _.slideCount; i > (_.slideCount - - infiniteCount); i -= 1) { - slideIndex = i - 1; - $(_.$slides[slideIndex]).clone(true).attr('id', '') - .attr('data-slick-index', slideIndex - _.slideCount) - .prependTo(_.$slideTrack).addClass('slick-cloned'); - } - for (i = 0; i < infiniteCount + _.slideCount; i += 1) { - slideIndex = i; - $(_.$slides[slideIndex]).clone(true).attr('id', '') - .attr('data-slick-index', slideIndex + _.slideCount) - .appendTo(_.$slideTrack).addClass('slick-cloned'); - } - _.$slideTrack.find('.slick-cloned').find('[id]').each(function() { - $(this).attr('id', ''); - }); - - } - - } - - }; - - Slick.prototype.interrupt = function( toggle ) { - - var _ = this; - - if( !toggle ) { - _.autoPlay(); - } - _.interrupted = toggle; - - }; - - Slick.prototype.selectHandler = function(event) { - - var _ = this; - - var targetElement = - $(event.target).is('.slick-slide') ? - $(event.target) : - $(event.target).parents('.slick-slide'); - - var index = parseInt(targetElement.attr('data-slick-index')); - - if (!index) index = 0; - - if (_.slideCount <= _.options.slidesToShow) { - - _.slideHandler(index, false, true); - return; - - } - - _.slideHandler(index); - - }; - - Slick.prototype.slideHandler = function(index, sync, dontAnimate) { - - var targetSlide, animSlide, oldSlide, slideLeft, targetLeft = null, - _ = this, navTarget; - - sync = sync || false; - - if (_.animating === true && _.options.waitForAnimate === true) { - return; - } - - if (_.options.fade === true && _.currentSlide === index) { - return; - } - - if (sync === false) { - _.asNavFor(index); - } - - targetSlide = index; - targetLeft = _.getLeft(targetSlide); - slideLeft = _.getLeft(_.currentSlide); - - _.currentLeft = _.swipeLeft === null ? slideLeft : _.swipeLeft; - - if (_.options.infinite === false && _.options.centerMode === false && (index < 0 || index > _.getDotCount() * _.options.slidesToScroll)) { - if (_.options.fade === false) { - targetSlide = _.currentSlide; - if (dontAnimate !== true && _.slideCount > _.options.slidesToShow) { - _.animateSlide(slideLeft, function() { - _.postSlide(targetSlide); - }); - } else { - _.postSlide(targetSlide); - } - } - return; - } else if (_.options.infinite === false && _.options.centerMode === true && (index < 0 || index > (_.slideCount - _.options.slidesToScroll))) { - if (_.options.fade === false) { - targetSlide = _.currentSlide; - if (dontAnimate !== true && _.slideCount > _.options.slidesToShow) { - _.animateSlide(slideLeft, function() { - _.postSlide(targetSlide); - }); - } else { - _.postSlide(targetSlide); - } - } - return; - } - - if ( _.options.autoplay ) { - clearInterval(_.autoPlayTimer); - } - - if (targetSlide < 0) { - if (_.slideCount % _.options.slidesToScroll !== 0) { - animSlide = _.slideCount - (_.slideCount % _.options.slidesToScroll); - } else { - animSlide = _.slideCount + targetSlide; - } - } else if (targetSlide >= _.slideCount) { - if (_.slideCount % _.options.slidesToScroll !== 0) { - animSlide = 0; - } else { - animSlide = targetSlide - _.slideCount; - } - } else { - animSlide = targetSlide; - } - - _.animating = true; - - _.$slider.trigger('beforeChange', [_, _.currentSlide, animSlide]); - - oldSlide = _.currentSlide; - _.currentSlide = animSlide; - - _.setSlideClasses(_.currentSlide); - - if ( _.options.asNavFor ) { - - navTarget = _.getNavTarget(); - navTarget = navTarget.slick('getSlick'); - - if ( navTarget.slideCount <= navTarget.options.slidesToShow ) { - navTarget.setSlideClasses(_.currentSlide); - } - - } - - _.updateDots(); - _.updateArrows(); - - if (_.options.fade === true) { - if (dontAnimate !== true) { - - _.fadeSlideOut(oldSlide); - - _.fadeSlide(animSlide, function() { - _.postSlide(animSlide); - }); - - } else { - _.postSlide(animSlide); - } - _.animateHeight(); - return; - } - - if (dontAnimate !== true && _.slideCount > _.options.slidesToShow) { - _.animateSlide(targetLeft, function() { - _.postSlide(animSlide); - }); - } else { - _.postSlide(animSlide); - } - - }; - - Slick.prototype.startLoad = function() { - - var _ = this; - - if (_.options.arrows === true && _.slideCount > _.options.slidesToShow) { - - _.$prevArrow.hide(); - _.$nextArrow.hide(); - - } - - if (_.options.dots === true && _.slideCount > _.options.slidesToShow) { - - _.$dots.hide(); - - } - - _.$slider.addClass('slick-loading'); - - }; - - Slick.prototype.swipeDirection = function() { - - var xDist, yDist, r, swipeAngle, _ = this; - - xDist = _.touchObject.startX - _.touchObject.curX; - yDist = _.touchObject.startY - _.touchObject.curY; - r = Math.atan2(yDist, xDist); - - swipeAngle = Math.round(r * 180 / Math.PI); - if (swipeAngle < 0) { - swipeAngle = 360 - Math.abs(swipeAngle); - } - - if ((swipeAngle <= 45) && (swipeAngle >= 0)) { - return (_.options.rtl === false ? 'left' : 'right'); - } - if ((swipeAngle <= 360) && (swipeAngle >= 315)) { - return (_.options.rtl === false ? 'left' : 'right'); - } - if ((swipeAngle >= 135) && (swipeAngle <= 225)) { - return (_.options.rtl === false ? 'right' : 'left'); - } - if (_.options.verticalSwiping === true) { - if ((swipeAngle >= 35) && (swipeAngle <= 135)) { - return 'down'; - } else { - return 'up'; - } - } - - return 'vertical'; - - }; - - Slick.prototype.swipeEnd = function(event) { - - var _ = this, - slideCount, - direction; - - _.dragging = false; - _.swiping = false; - - if (_.scrolling) { - _.scrolling = false; - return false; - } - - _.interrupted = false; - _.shouldClick = ( _.touchObject.swipeLength > 10 ) ? false : true; - - if ( _.touchObject.curX === undefined ) { - return false; - } - - if ( _.touchObject.edgeHit === true ) { - _.$slider.trigger('edge', [_, _.swipeDirection() ]); - } - - if ( _.touchObject.swipeLength >= _.touchObject.minSwipe ) { - - direction = _.swipeDirection(); - - switch ( direction ) { - - case 'left': - case 'down': - - slideCount = - _.options.swipeToSlide ? - _.checkNavigable( _.currentSlide + _.getSlideCount() ) : - _.currentSlide + _.getSlideCount(); - - _.currentDirection = 0; - - break; - - case 'right': - case 'up': - - slideCount = - _.options.swipeToSlide ? - _.checkNavigable( _.currentSlide - _.getSlideCount() ) : - _.currentSlide - _.getSlideCount(); - - _.currentDirection = 1; - - break; - - default: - - - } - - if( direction != 'vertical' ) { - - _.slideHandler( slideCount ); - _.touchObject = {}; - _.$slider.trigger('swipe', [_, direction ]); - - } - - } else { - - if ( _.touchObject.startX !== _.touchObject.curX ) { - - _.slideHandler( _.currentSlide ); - _.touchObject = {}; - - } - - } - - }; - - Slick.prototype.swipeHandler = function(event) { - - var _ = this; - - if ((_.options.swipe === false) || ('ontouchend' in document && _.options.swipe === false)) { - return; - } else if (_.options.draggable === false && event.type.indexOf('mouse') !== -1) { - return; - } - - _.touchObject.fingerCount = event.originalEvent && event.originalEvent.touches !== undefined ? - event.originalEvent.touches.length : 1; - - _.touchObject.minSwipe = _.listWidth / _.options - .touchThreshold; - - if (_.options.verticalSwiping === true) { - _.touchObject.minSwipe = _.listHeight / _.options - .touchThreshold; - } - - switch (event.data.action) { - - case 'start': - _.swipeStart(event); - break; - - case 'move': - _.swipeMove(event); - break; - - case 'end': - _.swipeEnd(event); - break; - - } - - }; - - Slick.prototype.swipeMove = function(event) { - - var _ = this, - edgeWasHit = false, - curLeft, swipeDirection, swipeLength, positionOffset, touches, verticalSwipeLength; - - touches = event.originalEvent !== undefined ? event.originalEvent.touches : null; - - if (!_.dragging || _.scrolling || touches && touches.length !== 1) { - return false; - } - - curLeft = _.getLeft(_.currentSlide); - - _.touchObject.curX = touches !== undefined ? touches[0].pageX : event.clientX; - _.touchObject.curY = touches !== undefined ? touches[0].pageY : event.clientY; - - _.touchObject.swipeLength = Math.round(Math.sqrt( - Math.pow(_.touchObject.curX - _.touchObject.startX, 2))); - - verticalSwipeLength = Math.round(Math.sqrt( - Math.pow(_.touchObject.curY - _.touchObject.startY, 2))); - - if (!_.options.verticalSwiping && !_.swiping && verticalSwipeLength > 4) { - _.scrolling = true; - return false; - } - - if (_.options.verticalSwiping === true) { - _.touchObject.swipeLength = verticalSwipeLength; - } - - swipeDirection = _.swipeDirection(); - - if (event.originalEvent !== undefined && _.touchObject.swipeLength > 4) { - _.swiping = true; - event.preventDefault(); - } - - positionOffset = (_.options.rtl === false ? 1 : -1) * (_.touchObject.curX > _.touchObject.startX ? 1 : -1); - if (_.options.verticalSwiping === true) { - positionOffset = _.touchObject.curY > _.touchObject.startY ? 1 : -1; - } - - - swipeLength = _.touchObject.swipeLength; - - _.touchObject.edgeHit = false; - - if (_.options.infinite === false) { - if ((_.currentSlide === 0 && swipeDirection === 'right') || (_.currentSlide >= _.getDotCount() && swipeDirection === 'left')) { - swipeLength = _.touchObject.swipeLength * _.options.edgeFriction; - _.touchObject.edgeHit = true; - } - } - - if (_.options.vertical === false) { - _.swipeLeft = curLeft + swipeLength * positionOffset; - } else { - _.swipeLeft = curLeft + (swipeLength * (_.$list.height() / _.listWidth)) * positionOffset; - } - if (_.options.verticalSwiping === true) { - _.swipeLeft = curLeft + swipeLength * positionOffset; - } - - if (_.options.fade === true || _.options.touchMove === false) { - return false; - } - - if (_.animating === true) { - _.swipeLeft = null; - return false; - } - - _.setCSS(_.swipeLeft); - - }; - - Slick.prototype.swipeStart = function(event) { - - var _ = this, - touches; - - _.interrupted = true; - - if (_.touchObject.fingerCount !== 1 || _.slideCount <= _.options.slidesToShow) { - _.touchObject = {}; - return false; - } - - if (event.originalEvent !== undefined && event.originalEvent.touches !== undefined) { - touches = event.originalEvent.touches[0]; - } - - _.touchObject.startX = _.touchObject.curX = touches !== undefined ? touches.pageX : event.clientX; - _.touchObject.startY = _.touchObject.curY = touches !== undefined ? touches.pageY : event.clientY; - - _.dragging = true; - - }; - - Slick.prototype.unfilterSlides = Slick.prototype.slickUnfilter = function() { - - var _ = this; - - if (_.$slidesCache !== null) { - - _.unload(); - - _.$slideTrack.children(this.options.slide).detach(); - - _.$slidesCache.appendTo(_.$slideTrack); - - _.reinit(); - - } - - }; - - Slick.prototype.unload = function() { - - var _ = this; - - $('.slick-cloned', _.$slider).remove(); - - if (_.$dots) { - _.$dots.remove(); - } - - if (_.$prevArrow && _.htmlExpr.test(_.options.prevArrow)) { - _.$prevArrow.remove(); - } - - if (_.$nextArrow && _.htmlExpr.test(_.options.nextArrow)) { - _.$nextArrow.remove(); - } - - _.$slides - .removeClass('slick-slide slick-active slick-visible slick-current') - .attr('aria-hidden', 'true') - .css('width', ''); - - }; - - Slick.prototype.unslick = function(fromBreakpoint) { - - var _ = this; - _.$slider.trigger('unslick', [_, fromBreakpoint]); - _.destroy(); - - }; - - Slick.prototype.updateArrows = function() { - - var _ = this, - centerOffset; - - centerOffset = Math.floor(_.options.slidesToShow / 2); - - if ( _.options.arrows === true && - _.slideCount > _.options.slidesToShow && - !_.options.infinite ) { - - _.$prevArrow.removeClass('slick-disabled').attr('aria-disabled', 'false'); - _.$nextArrow.removeClass('slick-disabled').attr('aria-disabled', 'false'); - - if (_.currentSlide === 0) { - - _.$prevArrow.addClass('slick-disabled').attr('aria-disabled', 'true'); - _.$nextArrow.removeClass('slick-disabled').attr('aria-disabled', 'false'); - - } else if (_.currentSlide >= _.slideCount - _.options.slidesToShow && _.options.centerMode === false) { - - _.$nextArrow.addClass('slick-disabled').attr('aria-disabled', 'true'); - _.$prevArrow.removeClass('slick-disabled').attr('aria-disabled', 'false'); - - } else if (_.currentSlide >= _.slideCount - 1 && _.options.centerMode === true) { - - _.$nextArrow.addClass('slick-disabled').attr('aria-disabled', 'true'); - _.$prevArrow.removeClass('slick-disabled').attr('aria-disabled', 'false'); - - } - - } - - }; - - Slick.prototype.updateDots = function() { - - var _ = this; - - if (_.$dots !== null) { - - _.$dots - .find('li') - .removeClass('slick-active') - .end(); - - _.$dots - .find('li') - .eq(Math.floor(_.currentSlide / _.options.slidesToScroll)) - .addClass('slick-active'); - - } - - }; - - Slick.prototype.visibility = function() { - - var _ = this; - - if ( _.options.autoplay ) { - - if ( document[_.hidden] ) { - - _.interrupted = true; - - } else { - - _.interrupted = false; - - } - - } - - }; - - $.fn.slick = function() { - var _ = this, - opt = arguments[0], - args = Array.prototype.slice.call(arguments, 1), - l = _.length, - i, - ret; - for (i = 0; i < l; i++) { - if (typeof opt == 'object' || typeof opt == 'undefined') - _[i].slick = new Slick(_[i], opt); - else - ret = _[i].slick[opt].apply(_[i].slick, args); - if (typeof ret != 'undefined') return ret; - } - return _; - }; - -})); diff --git a/static/workshop_app/js/slick.min.js b/static/workshop_app/js/slick.min.js deleted file mode 100644 index 33bb967..0000000 --- a/static/workshop_app/js/slick.min.js +++ /dev/null @@ -1,18 +0,0 @@ -/* - _ _ _ _ - ___| (_) ___| | __ (_)___ -/ __| | |/ __| |/ / | / __| -\__ \ | | (__| < _ | \__ \ -|___/_|_|\___|_|\_(_)/ |___/ - |__/ - - Version: 1.9.0 - Author: Ken Wheeler - Website: http://kenwheeler.github.io - Docs: http://kenwheeler.github.io/slick - Repo: http://github.com/kenwheeler/slick - Issues: http://github.com/kenwheeler/slick/issues - - */ -(function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):"undefined"!=typeof exports?module.exports=i(require("jquery")):i(jQuery)})(function(i){"use strict";var e=window.Slick||{};e=function(){function e(e,o){var s,n=this;n.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:i(e),appendDots:i(e),arrows:!0,asNavFor:null,prevArrow:'<button class="slick-prev" aria-label="Previous" type="button">Previous</button>',nextArrow:'<button class="slick-next" aria-label="Next" type="button">Next</button>',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(e,t){return i('<button type="button" />').text(t+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,focusOnChange:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnFocus:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1e3},n.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,scrolling:!1,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,swiping:!1,$list:null,touchObject:{},transformsEnabled:!1,unslicked:!1},i.extend(n,n.initials),n.activeBreakpoint=null,n.animType=null,n.animProp=null,n.breakpoints=[],n.breakpointSettings=[],n.cssTransitions=!1,n.focussed=!1,n.interrupted=!1,n.hidden="hidden",n.paused=!0,n.positionProp=null,n.respondTo=null,n.rowCount=1,n.shouldClick=!0,n.$slider=i(e),n.$slidesCache=null,n.transformType=null,n.transitionType=null,n.visibilityChange="visibilitychange",n.windowWidth=0,n.windowTimer=null,s=i(e).data("slick")||{},n.options=i.extend({},n.defaults,o,s),n.currentSlide=n.options.initialSlide,n.originalSettings=n.options,"undefined"!=typeof document.mozHidden?(n.hidden="mozHidden",n.visibilityChange="mozvisibilitychange"):"undefined"!=typeof document.webkitHidden&&(n.hidden="webkitHidden",n.visibilityChange="webkitvisibilitychange"),n.autoPlay=i.proxy(n.autoPlay,n),n.autoPlayClear=i.proxy(n.autoPlayClear,n),n.autoPlayIterator=i.proxy(n.autoPlayIterator,n),n.changeSlide=i.proxy(n.changeSlide,n),n.clickHandler=i.proxy(n.clickHandler,n),n.selectHandler=i.proxy(n.selectHandler,n),n.setPosition=i.proxy(n.setPosition,n),n.swipeHandler=i.proxy(n.swipeHandler,n),n.dragHandler=i.proxy(n.dragHandler,n),n.keyHandler=i.proxy(n.keyHandler,n),n.instanceUid=t++,n.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/,n.registerBreakpoints(),n.init(!0)}var t=0;return e}(),e.prototype.activateADA=function(){var i=this;i.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a, input, button, select").attr({tabindex:"0"})},e.prototype.addSlide=e.prototype.slickAdd=function(e,t,o){var s=this;if("boolean"==typeof t)o=t,t=null;else if(t<0||t>=s.slideCount)return!1;s.unload(),"number"==typeof t?0===t&&0===s.$slides.length?i(e).appendTo(s.$slideTrack):o?i(e).insertBefore(s.$slides.eq(t)):i(e).insertAfter(s.$slides.eq(t)):o===!0?i(e).prependTo(s.$slideTrack):i(e).appendTo(s.$slideTrack),s.$slides=s.$slideTrack.children(this.options.slide),s.$slideTrack.children(this.options.slide).detach(),s.$slideTrack.append(s.$slides),s.$slides.each(function(e,t){i(t).attr("data-slick-index",e)}),s.$slidesCache=s.$slides,s.reinit()},e.prototype.animateHeight=function(){var i=this;if(1===i.options.slidesToShow&&i.options.adaptiveHeight===!0&&i.options.vertical===!1){var e=i.$slides.eq(i.currentSlide).outerHeight(!0);i.$list.animate({height:e},i.options.speed)}},e.prototype.animateSlide=function(e,t){var o={},s=this;s.animateHeight(),s.options.rtl===!0&&s.options.vertical===!1&&(e=-e),s.transformsEnabled===!1?s.options.vertical===!1?s.$slideTrack.animate({left:e},s.options.speed,s.options.easing,t):s.$slideTrack.animate({top:e},s.options.speed,s.options.easing,t):s.cssTransitions===!1?(s.options.rtl===!0&&(s.currentLeft=-s.currentLeft),i({animStart:s.currentLeft}).animate({animStart:e},{duration:s.options.speed,easing:s.options.easing,step:function(i){i=Math.ceil(i),s.options.vertical===!1?(o[s.animType]="translate("+i+"px, 0px)",s.$slideTrack.css(o)):(o[s.animType]="translate(0px,"+i+"px)",s.$slideTrack.css(o))},complete:function(){t&&t.call()}})):(s.applyTransition(),e=Math.ceil(e),s.options.vertical===!1?o[s.animType]="translate3d("+e+"px, 0px, 0px)":o[s.animType]="translate3d(0px,"+e+"px, 0px)",s.$slideTrack.css(o),t&&setTimeout(function(){s.disableTransition(),t.call()},s.options.speed))},e.prototype.getNavTarget=function(){var e=this,t=e.options.asNavFor;return t&&null!==t&&(t=i(t).not(e.$slider)),t},e.prototype.asNavFor=function(e){var t=this,o=t.getNavTarget();null!==o&&"object"==typeof o&&o.each(function(){var t=i(this).slick("getSlick");t.unslicked||t.slideHandler(e,!0)})},e.prototype.applyTransition=function(i){var e=this,t={};e.options.fade===!1?t[e.transitionType]=e.transformType+" "+e.options.speed+"ms "+e.options.cssEase:t[e.transitionType]="opacity "+e.options.speed+"ms "+e.options.cssEase,e.options.fade===!1?e.$slideTrack.css(t):e.$slides.eq(i).css(t)},e.prototype.autoPlay=function(){var i=this;i.autoPlayClear(),i.slideCount>i.options.slidesToShow&&(i.autoPlayTimer=setInterval(i.autoPlayIterator,i.options.autoplaySpeed))},e.prototype.autoPlayClear=function(){var i=this;i.autoPlayTimer&&clearInterval(i.autoPlayTimer)},e.prototype.autoPlayIterator=function(){var i=this,e=i.currentSlide+i.options.slidesToScroll;i.paused||i.interrupted||i.focussed||(i.options.infinite===!1&&(1===i.direction&&i.currentSlide+1===i.slideCount-1?i.direction=0:0===i.direction&&(e=i.currentSlide-i.options.slidesToScroll,i.currentSlide-1===0&&(i.direction=1))),i.slideHandler(e))},e.prototype.buildArrows=function(){var e=this;e.options.arrows===!0&&(e.$prevArrow=i(e.options.prevArrow).addClass("slick-arrow"),e.$nextArrow=i(e.options.nextArrow).addClass("slick-arrow"),e.slideCount>e.options.slidesToShow?(e.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),e.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),e.htmlExpr.test(e.options.prevArrow)&&e.$prevArrow.prependTo(e.options.appendArrows),e.htmlExpr.test(e.options.nextArrow)&&e.$nextArrow.appendTo(e.options.appendArrows),e.options.infinite!==!0&&e.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):e.$prevArrow.add(e.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))},e.prototype.buildDots=function(){var e,t,o=this;if(o.options.dots===!0&&o.slideCount>o.options.slidesToShow){for(o.$slider.addClass("slick-dotted"),t=i("<ul />").addClass(o.options.dotsClass),e=0;e<=o.getDotCount();e+=1)t.append(i("<li />").append(o.options.customPaging.call(this,o,e)));o.$dots=t.appendTo(o.options.appendDots),o.$dots.find("li").first().addClass("slick-active")}},e.prototype.buildOut=function(){var e=this;e.$slides=e.$slider.children(e.options.slide+":not(.slick-cloned)").addClass("slick-slide"),e.slideCount=e.$slides.length,e.$slides.each(function(e,t){i(t).attr("data-slick-index",e).data("originalStyling",i(t).attr("style")||"")}),e.$slider.addClass("slick-slider"),e.$slideTrack=0===e.slideCount?i('<div class="slick-track"/>').appendTo(e.$slider):e.$slides.wrapAll('<div class="slick-track"/>').parent(),e.$list=e.$slideTrack.wrap('<div class="slick-list"/>').parent(),e.$slideTrack.css("opacity",0),e.options.centerMode!==!0&&e.options.swipeToSlide!==!0||(e.options.slidesToScroll=1),i("img[data-lazy]",e.$slider).not("[src]").addClass("slick-loading"),e.setupInfinite(),e.buildArrows(),e.buildDots(),e.updateDots(),e.setSlideClasses("number"==typeof e.currentSlide?e.currentSlide:0),e.options.draggable===!0&&e.$list.addClass("draggable")},e.prototype.buildRows=function(){var i,e,t,o,s,n,r,l=this;if(o=document.createDocumentFragment(),n=l.$slider.children(),l.options.rows>0){for(r=l.options.slidesPerRow*l.options.rows,s=Math.ceil(n.length/r),i=0;i<s;i++){var d=document.createElement("div");for(e=0;e<l.options.rows;e++){var a=document.createElement("div");for(t=0;t<l.options.slidesPerRow;t++){var c=i*r+(e*l.options.slidesPerRow+t);n.get(c)&&a.appendChild(n.get(c))}d.appendChild(a)}o.appendChild(d)}l.$slider.empty().append(o),l.$slider.children().children().children().css({width:100/l.options.slidesPerRow+"%",display:"inline-block"})}},e.prototype.checkResponsive=function(e,t){var o,s,n,r=this,l=!1,d=r.$slider.width(),a=window.innerWidth||i(window).width();if("window"===r.respondTo?n=a:"slider"===r.respondTo?n=d:"min"===r.respondTo&&(n=Math.min(a,d)),r.options.responsive&&r.options.responsive.length&&null!==r.options.responsive){s=null;for(o in r.breakpoints)r.breakpoints.hasOwnProperty(o)&&(r.originalSettings.mobileFirst===!1?n<r.breakpoints[o]&&(s=r.breakpoints[o]):n>r.breakpoints[o]&&(s=r.breakpoints[o]));null!==s?null!==r.activeBreakpoint?(s!==r.activeBreakpoint||t)&&(r.activeBreakpoint=s,"unslick"===r.breakpointSettings[s]?r.unslick(s):(r.options=i.extend({},r.originalSettings,r.breakpointSettings[s]),e===!0&&(r.currentSlide=r.options.initialSlide),r.refresh(e)),l=s):(r.activeBreakpoint=s,"unslick"===r.breakpointSettings[s]?r.unslick(s):(r.options=i.extend({},r.originalSettings,r.breakpointSettings[s]),e===!0&&(r.currentSlide=r.options.initialSlide),r.refresh(e)),l=s):null!==r.activeBreakpoint&&(r.activeBreakpoint=null,r.options=r.originalSettings,e===!0&&(r.currentSlide=r.options.initialSlide),r.refresh(e),l=s),e||l===!1||r.$slider.trigger("breakpoint",[r,l])}},e.prototype.changeSlide=function(e,t){var o,s,n,r=this,l=i(e.currentTarget);switch(l.is("a")&&e.preventDefault(),l.is("li")||(l=l.closest("li")),n=r.slideCount%r.options.slidesToScroll!==0,o=n?0:(r.slideCount-r.currentSlide)%r.options.slidesToScroll,e.data.message){case"previous":s=0===o?r.options.slidesToScroll:r.options.slidesToShow-o,r.slideCount>r.options.slidesToShow&&r.slideHandler(r.currentSlide-s,!1,t);break;case"next":s=0===o?r.options.slidesToScroll:o,r.slideCount>r.options.slidesToShow&&r.slideHandler(r.currentSlide+s,!1,t);break;case"index":var d=0===e.data.index?0:e.data.index||l.index()*r.options.slidesToScroll;r.slideHandler(r.checkNavigable(d),!1,t),l.children().trigger("focus");break;default:return}},e.prototype.checkNavigable=function(i){var e,t,o=this;if(e=o.getNavigableIndexes(),t=0,i>e[e.length-1])i=e[e.length-1];else for(var s in e){if(i<e[s]){i=t;break}t=e[s]}return i},e.prototype.cleanUpEvents=function(){var e=this;e.options.dots&&null!==e.$dots&&(i("li",e.$dots).off("click.slick",e.changeSlide).off("mouseenter.slick",i.proxy(e.interrupt,e,!0)).off("mouseleave.slick",i.proxy(e.interrupt,e,!1)),e.options.accessibility===!0&&e.$dots.off("keydown.slick",e.keyHandler)),e.$slider.off("focus.slick blur.slick"),e.options.arrows===!0&&e.slideCount>e.options.slidesToShow&&(e.$prevArrow&&e.$prevArrow.off("click.slick",e.changeSlide),e.$nextArrow&&e.$nextArrow.off("click.slick",e.changeSlide),e.options.accessibility===!0&&(e.$prevArrow&&e.$prevArrow.off("keydown.slick",e.keyHandler),e.$nextArrow&&e.$nextArrow.off("keydown.slick",e.keyHandler))),e.$list.off("touchstart.slick mousedown.slick",e.swipeHandler),e.$list.off("touchmove.slick mousemove.slick",e.swipeHandler),e.$list.off("touchend.slick mouseup.slick",e.swipeHandler),e.$list.off("touchcancel.slick mouseleave.slick",e.swipeHandler),e.$list.off("click.slick",e.clickHandler),i(document).off(e.visibilityChange,e.visibility),e.cleanUpSlideEvents(),e.options.accessibility===!0&&e.$list.off("keydown.slick",e.keyHandler),e.options.focusOnSelect===!0&&i(e.$slideTrack).children().off("click.slick",e.selectHandler),i(window).off("orientationchange.slick.slick-"+e.instanceUid,e.orientationChange),i(window).off("resize.slick.slick-"+e.instanceUid,e.resize),i("[draggable!=true]",e.$slideTrack).off("dragstart",e.preventDefault),i(window).off("load.slick.slick-"+e.instanceUid,e.setPosition)},e.prototype.cleanUpSlideEvents=function(){var e=this;e.$list.off("mouseenter.slick",i.proxy(e.interrupt,e,!0)),e.$list.off("mouseleave.slick",i.proxy(e.interrupt,e,!1))},e.prototype.cleanUpRows=function(){var i,e=this;e.options.rows>0&&(i=e.$slides.children().children(),i.removeAttr("style"),e.$slider.empty().append(i))},e.prototype.clickHandler=function(i){var e=this;e.shouldClick===!1&&(i.stopImmediatePropagation(),i.stopPropagation(),i.preventDefault())},e.prototype.destroy=function(e){var t=this;t.autoPlayClear(),t.touchObject={},t.cleanUpEvents(),i(".slick-cloned",t.$slider).detach(),t.$dots&&t.$dots.remove(),t.$prevArrow&&t.$prevArrow.length&&(t.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),t.htmlExpr.test(t.options.prevArrow)&&t.$prevArrow.remove()),t.$nextArrow&&t.$nextArrow.length&&(t.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),t.htmlExpr.test(t.options.nextArrow)&&t.$nextArrow.remove()),t.$slides&&(t.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each(function(){i(this).attr("style",i(this).data("originalStyling"))}),t.$slideTrack.children(this.options.slide).detach(),t.$slideTrack.detach(),t.$list.detach(),t.$slider.append(t.$slides)),t.cleanUpRows(),t.$slider.removeClass("slick-slider"),t.$slider.removeClass("slick-initialized"),t.$slider.removeClass("slick-dotted"),t.unslicked=!0,e||t.$slider.trigger("destroy",[t])},e.prototype.disableTransition=function(i){var e=this,t={};t[e.transitionType]="",e.options.fade===!1?e.$slideTrack.css(t):e.$slides.eq(i).css(t)},e.prototype.fadeSlide=function(i,e){var t=this;t.cssTransitions===!1?(t.$slides.eq(i).css({zIndex:t.options.zIndex}),t.$slides.eq(i).animate({opacity:1},t.options.speed,t.options.easing,e)):(t.applyTransition(i),t.$slides.eq(i).css({opacity:1,zIndex:t.options.zIndex}),e&&setTimeout(function(){t.disableTransition(i),e.call()},t.options.speed))},e.prototype.fadeSlideOut=function(i){var e=this;e.cssTransitions===!1?e.$slides.eq(i).animate({opacity:0,zIndex:e.options.zIndex-2},e.options.speed,e.options.easing):(e.applyTransition(i),e.$slides.eq(i).css({opacity:0,zIndex:e.options.zIndex-2}))},e.prototype.filterSlides=e.prototype.slickFilter=function(i){var e=this;null!==i&&(e.$slidesCache=e.$slides,e.unload(),e.$slideTrack.children(this.options.slide).detach(),e.$slidesCache.filter(i).appendTo(e.$slideTrack),e.reinit())},e.prototype.focusHandler=function(){var e=this;e.$slider.off("focus.slick blur.slick").on("focus.slick","*",function(t){var o=i(this);setTimeout(function(){e.options.pauseOnFocus&&o.is(":focus")&&(e.focussed=!0,e.autoPlay())},0)}).on("blur.slick","*",function(t){i(this);e.options.pauseOnFocus&&(e.focussed=!1,e.autoPlay())})},e.prototype.getCurrent=e.prototype.slickCurrentSlide=function(){var i=this;return i.currentSlide},e.prototype.getDotCount=function(){var i=this,e=0,t=0,o=0;if(i.options.infinite===!0)if(i.slideCount<=i.options.slidesToShow)++o;else for(;e<i.slideCount;)++o,e=t+i.options.slidesToScroll,t+=i.options.slidesToScroll<=i.options.slidesToShow?i.options.slidesToScroll:i.options.slidesToShow;else if(i.options.centerMode===!0)o=i.slideCount;else if(i.options.asNavFor)for(;e<i.slideCount;)++o,e=t+i.options.slidesToScroll,t+=i.options.slidesToScroll<=i.options.slidesToShow?i.options.slidesToScroll:i.options.slidesToShow;else o=1+Math.ceil((i.slideCount-i.options.slidesToShow)/i.options.slidesToScroll);return o-1},e.prototype.getLeft=function(i){var e,t,o,s,n=this,r=0;return n.slideOffset=0,t=n.$slides.first().outerHeight(!0),n.options.infinite===!0?(n.slideCount>n.options.slidesToShow&&(n.slideOffset=n.slideWidth*n.options.slidesToShow*-1,s=-1,n.options.vertical===!0&&n.options.centerMode===!0&&(2===n.options.slidesToShow?s=-1.5:1===n.options.slidesToShow&&(s=-2)),r=t*n.options.slidesToShow*s),n.slideCount%n.options.slidesToScroll!==0&&i+n.options.slidesToScroll>n.slideCount&&n.slideCount>n.options.slidesToShow&&(i>n.slideCount?(n.slideOffset=(n.options.slidesToShow-(i-n.slideCount))*n.slideWidth*-1,r=(n.options.slidesToShow-(i-n.slideCount))*t*-1):(n.slideOffset=n.slideCount%n.options.slidesToScroll*n.slideWidth*-1,r=n.slideCount%n.options.slidesToScroll*t*-1))):i+n.options.slidesToShow>n.slideCount&&(n.slideOffset=(i+n.options.slidesToShow-n.slideCount)*n.slideWidth,r=(i+n.options.slidesToShow-n.slideCount)*t),n.slideCount<=n.options.slidesToShow&&(n.slideOffset=0,r=0),n.options.centerMode===!0&&n.slideCount<=n.options.slidesToShow?n.slideOffset=n.slideWidth*Math.floor(n.options.slidesToShow)/2-n.slideWidth*n.slideCount/2:n.options.centerMode===!0&&n.options.infinite===!0?n.slideOffset+=n.slideWidth*Math.floor(n.options.slidesToShow/2)-n.slideWidth:n.options.centerMode===!0&&(n.slideOffset=0,n.slideOffset+=n.slideWidth*Math.floor(n.options.slidesToShow/2)),e=n.options.vertical===!1?i*n.slideWidth*-1+n.slideOffset:i*t*-1+r,n.options.variableWidth===!0&&(o=n.slideCount<=n.options.slidesToShow||n.options.infinite===!1?n.$slideTrack.children(".slick-slide").eq(i):n.$slideTrack.children(".slick-slide").eq(i+n.options.slidesToShow),e=n.options.rtl===!0?o[0]?(n.$slideTrack.width()-o[0].offsetLeft-o.width())*-1:0:o[0]?o[0].offsetLeft*-1:0,n.options.centerMode===!0&&(o=n.slideCount<=n.options.slidesToShow||n.options.infinite===!1?n.$slideTrack.children(".slick-slide").eq(i):n.$slideTrack.children(".slick-slide").eq(i+n.options.slidesToShow+1),e=n.options.rtl===!0?o[0]?(n.$slideTrack.width()-o[0].offsetLeft-o.width())*-1:0:o[0]?o[0].offsetLeft*-1:0,e+=(n.$list.width()-o.outerWidth())/2)),e},e.prototype.getOption=e.prototype.slickGetOption=function(i){var e=this;return e.options[i]},e.prototype.getNavigableIndexes=function(){var i,e=this,t=0,o=0,s=[];for(e.options.infinite===!1?i=e.slideCount:(t=e.options.slidesToScroll*-1,o=e.options.slidesToScroll*-1,i=2*e.slideCount);t<i;)s.push(t),t=o+e.options.slidesToScroll,o+=e.options.slidesToScroll<=e.options.slidesToShow?e.options.slidesToScroll:e.options.slidesToShow;return s},e.prototype.getSlick=function(){return this},e.prototype.getSlideCount=function(){var e,t,o,s,n=this;return s=n.options.centerMode===!0?Math.floor(n.$list.width()/2):0,o=n.swipeLeft*-1+s,n.options.swipeToSlide===!0?(n.$slideTrack.find(".slick-slide").each(function(e,s){var r,l,d;if(r=i(s).outerWidth(),l=s.offsetLeft,n.options.centerMode!==!0&&(l+=r/2),d=l+r,o<d)return t=s,!1}),e=Math.abs(i(t).attr("data-slick-index")-n.currentSlide)||1):n.options.slidesToScroll},e.prototype.goTo=e.prototype.slickGoTo=function(i,e){var t=this;t.changeSlide({data:{message:"index",index:parseInt(i)}},e)},e.prototype.init=function(e){var t=this;i(t.$slider).hasClass("slick-initialized")||(i(t.$slider).addClass("slick-initialized"),t.buildRows(),t.buildOut(),t.setProps(),t.startLoad(),t.loadSlider(),t.initializeEvents(),t.updateArrows(),t.updateDots(),t.checkResponsive(!0),t.focusHandler()),e&&t.$slider.trigger("init",[t]),t.options.accessibility===!0&&t.initADA(),t.options.autoplay&&(t.paused=!1,t.autoPlay())},e.prototype.initADA=function(){var e=this,t=Math.ceil(e.slideCount/e.options.slidesToShow),o=e.getNavigableIndexes().filter(function(i){return i>=0&&i<e.slideCount});e.$slides.add(e.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"}),null!==e.$dots&&(e.$slides.not(e.$slideTrack.find(".slick-cloned")).each(function(t){var s=o.indexOf(t);if(i(this).attr({role:"tabpanel",id:"slick-slide"+e.instanceUid+t,tabindex:-1}),s!==-1){var n="slick-slide-control"+e.instanceUid+s;i("#"+n).length&&i(this).attr({"aria-describedby":n})}}),e.$dots.attr("role","tablist").find("li").each(function(s){var n=o[s];i(this).attr({role:"presentation"}),i(this).find("button").first().attr({role:"tab",id:"slick-slide-control"+e.instanceUid+s,"aria-controls":"slick-slide"+e.instanceUid+n,"aria-label":s+1+" of "+t,"aria-selected":null,tabindex:"-1"})}).eq(e.currentSlide).find("button").attr({"aria-selected":"true",tabindex:"0"}).end());for(var s=e.currentSlide,n=s+e.options.slidesToShow;s<n;s++)e.options.focusOnChange?e.$slides.eq(s).attr({tabindex:"0"}):e.$slides.eq(s).removeAttr("tabindex");e.activateADA()},e.prototype.initArrowEvents=function(){var i=this;i.options.arrows===!0&&i.slideCount>i.options.slidesToShow&&(i.$prevArrow.off("click.slick").on("click.slick",{message:"previous"},i.changeSlide),i.$nextArrow.off("click.slick").on("click.slick",{message:"next"},i.changeSlide),i.options.accessibility===!0&&(i.$prevArrow.on("keydown.slick",i.keyHandler),i.$nextArrow.on("keydown.slick",i.keyHandler)))},e.prototype.initDotEvents=function(){var e=this;e.options.dots===!0&&e.slideCount>e.options.slidesToShow&&(i("li",e.$dots).on("click.slick",{message:"index"},e.changeSlide),e.options.accessibility===!0&&e.$dots.on("keydown.slick",e.keyHandler)),e.options.dots===!0&&e.options.pauseOnDotsHover===!0&&e.slideCount>e.options.slidesToShow&&i("li",e.$dots).on("mouseenter.slick",i.proxy(e.interrupt,e,!0)).on("mouseleave.slick",i.proxy(e.interrupt,e,!1))},e.prototype.initSlideEvents=function(){var e=this;e.options.pauseOnHover&&(e.$list.on("mouseenter.slick",i.proxy(e.interrupt,e,!0)),e.$list.on("mouseleave.slick",i.proxy(e.interrupt,e,!1)))},e.prototype.initializeEvents=function(){var e=this;e.initArrowEvents(),e.initDotEvents(),e.initSlideEvents(),e.$list.on("touchstart.slick mousedown.slick",{action:"start"},e.swipeHandler),e.$list.on("touchmove.slick mousemove.slick",{action:"move"},e.swipeHandler),e.$list.on("touchend.slick mouseup.slick",{action:"end"},e.swipeHandler),e.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},e.swipeHandler),e.$list.on("click.slick",e.clickHandler),i(document).on(e.visibilityChange,i.proxy(e.visibility,e)),e.options.accessibility===!0&&e.$list.on("keydown.slick",e.keyHandler),e.options.focusOnSelect===!0&&i(e.$slideTrack).children().on("click.slick",e.selectHandler),i(window).on("orientationchange.slick.slick-"+e.instanceUid,i.proxy(e.orientationChange,e)),i(window).on("resize.slick.slick-"+e.instanceUid,i.proxy(e.resize,e)),i("[draggable!=true]",e.$slideTrack).on("dragstart",e.preventDefault),i(window).on("load.slick.slick-"+e.instanceUid,e.setPosition),i(e.setPosition)},e.prototype.initUI=function(){var i=this;i.options.arrows===!0&&i.slideCount>i.options.slidesToShow&&(i.$prevArrow.show(),i.$nextArrow.show()),i.options.dots===!0&&i.slideCount>i.options.slidesToShow&&i.$dots.show()},e.prototype.keyHandler=function(i){var e=this;i.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===i.keyCode&&e.options.accessibility===!0?e.changeSlide({data:{message:e.options.rtl===!0?"next":"previous"}}):39===i.keyCode&&e.options.accessibility===!0&&e.changeSlide({data:{message:e.options.rtl===!0?"previous":"next"}}))},e.prototype.lazyLoad=function(){function e(e){i("img[data-lazy]",e).each(function(){var e=i(this),t=i(this).attr("data-lazy"),o=i(this).attr("data-srcset"),s=i(this).attr("data-sizes")||r.$slider.attr("data-sizes"),n=document.createElement("img");n.onload=function(){e.animate({opacity:0},100,function(){o&&(e.attr("srcset",o),s&&e.attr("sizes",s)),e.attr("src",t).animate({opacity:1},200,function(){e.removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading")}),r.$slider.trigger("lazyLoaded",[r,e,t])})},n.onerror=function(){e.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),r.$slider.trigger("lazyLoadError",[r,e,t])},n.src=t})}var t,o,s,n,r=this;if(r.options.centerMode===!0?r.options.infinite===!0?(s=r.currentSlide+(r.options.slidesToShow/2+1),n=s+r.options.slidesToShow+2):(s=Math.max(0,r.currentSlide-(r.options.slidesToShow/2+1)),n=2+(r.options.slidesToShow/2+1)+r.currentSlide):(s=r.options.infinite?r.options.slidesToShow+r.currentSlide:r.currentSlide,n=Math.ceil(s+r.options.slidesToShow),r.options.fade===!0&&(s>0&&s--,n<=r.slideCount&&n++)),t=r.$slider.find(".slick-slide").slice(s,n),"anticipated"===r.options.lazyLoad)for(var l=s-1,d=n,a=r.$slider.find(".slick-slide"),c=0;c<r.options.slidesToScroll;c++)l<0&&(l=r.slideCount-1),t=t.add(a.eq(l)),t=t.add(a.eq(d)),l--,d++;e(t),r.slideCount<=r.options.slidesToShow?(o=r.$slider.find(".slick-slide"),e(o)):r.currentSlide>=r.slideCount-r.options.slidesToShow?(o=r.$slider.find(".slick-cloned").slice(0,r.options.slidesToShow),e(o)):0===r.currentSlide&&(o=r.$slider.find(".slick-cloned").slice(r.options.slidesToShow*-1),e(o))},e.prototype.loadSlider=function(){var i=this;i.setPosition(),i.$slideTrack.css({opacity:1}),i.$slider.removeClass("slick-loading"),i.initUI(),"progressive"===i.options.lazyLoad&&i.progressiveLazyLoad()},e.prototype.next=e.prototype.slickNext=function(){var i=this;i.changeSlide({data:{message:"next"}})},e.prototype.orientationChange=function(){var i=this;i.checkResponsive(),i.setPosition()},e.prototype.pause=e.prototype.slickPause=function(){var i=this;i.autoPlayClear(),i.paused=!0},e.prototype.play=e.prototype.slickPlay=function(){var i=this;i.autoPlay(),i.options.autoplay=!0,i.paused=!1,i.focussed=!1,i.interrupted=!1},e.prototype.postSlide=function(e){var t=this;if(!t.unslicked&&(t.$slider.trigger("afterChange",[t,e]),t.animating=!1,t.slideCount>t.options.slidesToShow&&t.setPosition(),t.swipeLeft=null,t.options.autoplay&&t.autoPlay(),t.options.accessibility===!0&&(t.initADA(),t.options.focusOnChange))){var o=i(t.$slides.get(t.currentSlide));o.attr("tabindex",0).focus()}},e.prototype.prev=e.prototype.slickPrev=function(){var i=this;i.changeSlide({data:{message:"previous"}})},e.prototype.preventDefault=function(i){i.preventDefault()},e.prototype.progressiveLazyLoad=function(e){e=e||1;var t,o,s,n,r,l=this,d=i("img[data-lazy]",l.$slider);d.length?(t=d.first(),o=t.attr("data-lazy"),s=t.attr("data-srcset"),n=t.attr("data-sizes")||l.$slider.attr("data-sizes"),r=document.createElement("img"),r.onload=function(){s&&(t.attr("srcset",s),n&&t.attr("sizes",n)),t.attr("src",o).removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading"),l.options.adaptiveHeight===!0&&l.setPosition(),l.$slider.trigger("lazyLoaded",[l,t,o]),l.progressiveLazyLoad()},r.onerror=function(){e<3?setTimeout(function(){l.progressiveLazyLoad(e+1)},500):(t.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),l.$slider.trigger("lazyLoadError",[l,t,o]),l.progressiveLazyLoad())},r.src=o):l.$slider.trigger("allImagesLoaded",[l])},e.prototype.refresh=function(e){var t,o,s=this;o=s.slideCount-s.options.slidesToShow,!s.options.infinite&&s.currentSlide>o&&(s.currentSlide=o),s.slideCount<=s.options.slidesToShow&&(s.currentSlide=0),t=s.currentSlide,s.destroy(!0),i.extend(s,s.initials,{currentSlide:t}),s.init(),e||s.changeSlide({data:{message:"index",index:t}},!1)},e.prototype.registerBreakpoints=function(){var e,t,o,s=this,n=s.options.responsive||null;if("array"===i.type(n)&&n.length){s.respondTo=s.options.respondTo||"window";for(e in n)if(o=s.breakpoints.length-1,n.hasOwnProperty(e)){for(t=n[e].breakpoint;o>=0;)s.breakpoints[o]&&s.breakpoints[o]===t&&s.breakpoints.splice(o,1),o--;s.breakpoints.push(t),s.breakpointSettings[t]=n[e].settings}s.breakpoints.sort(function(i,e){return s.options.mobileFirst?i-e:e-i})}},e.prototype.reinit=function(){var e=this;e.$slides=e.$slideTrack.children(e.options.slide).addClass("slick-slide"),e.slideCount=e.$slides.length,e.currentSlide>=e.slideCount&&0!==e.currentSlide&&(e.currentSlide=e.currentSlide-e.options.slidesToScroll),e.slideCount<=e.options.slidesToShow&&(e.currentSlide=0),e.registerBreakpoints(),e.setProps(),e.setupInfinite(),e.buildArrows(),e.updateArrows(),e.initArrowEvents(),e.buildDots(),e.updateDots(),e.initDotEvents(),e.cleanUpSlideEvents(),e.initSlideEvents(),e.checkResponsive(!1,!0),e.options.focusOnSelect===!0&&i(e.$slideTrack).children().on("click.slick",e.selectHandler),e.setSlideClasses("number"==typeof e.currentSlide?e.currentSlide:0),e.setPosition(),e.focusHandler(),e.paused=!e.options.autoplay,e.autoPlay(),e.$slider.trigger("reInit",[e])},e.prototype.resize=function(){var e=this;i(window).width()!==e.windowWidth&&(clearTimeout(e.windowDelay),e.windowDelay=window.setTimeout(function(){e.windowWidth=i(window).width(),e.checkResponsive(),e.unslicked||e.setPosition()},50))},e.prototype.removeSlide=e.prototype.slickRemove=function(i,e,t){var o=this;return"boolean"==typeof i?(e=i,i=e===!0?0:o.slideCount-1):i=e===!0?--i:i,!(o.slideCount<1||i<0||i>o.slideCount-1)&&(o.unload(),t===!0?o.$slideTrack.children().remove():o.$slideTrack.children(this.options.slide).eq(i).remove(),o.$slides=o.$slideTrack.children(this.options.slide),o.$slideTrack.children(this.options.slide).detach(),o.$slideTrack.append(o.$slides),o.$slidesCache=o.$slides,void o.reinit())},e.prototype.setCSS=function(i){var e,t,o=this,s={};o.options.rtl===!0&&(i=-i),e="left"==o.positionProp?Math.ceil(i)+"px":"0px",t="top"==o.positionProp?Math.ceil(i)+"px":"0px",s[o.positionProp]=i,o.transformsEnabled===!1?o.$slideTrack.css(s):(s={},o.cssTransitions===!1?(s[o.animType]="translate("+e+", "+t+")",o.$slideTrack.css(s)):(s[o.animType]="translate3d("+e+", "+t+", 0px)",o.$slideTrack.css(s)))},e.prototype.setDimensions=function(){var i=this;i.options.vertical===!1?i.options.centerMode===!0&&i.$list.css({padding:"0px "+i.options.centerPadding}):(i.$list.height(i.$slides.first().outerHeight(!0)*i.options.slidesToShow),i.options.centerMode===!0&&i.$list.css({padding:i.options.centerPadding+" 0px"})),i.listWidth=i.$list.width(),i.listHeight=i.$list.height(),i.options.vertical===!1&&i.options.variableWidth===!1?(i.slideWidth=Math.ceil(i.listWidth/i.options.slidesToShow),i.$slideTrack.width(Math.ceil(i.slideWidth*i.$slideTrack.children(".slick-slide").length))):i.options.variableWidth===!0?i.$slideTrack.width(5e3*i.slideCount):(i.slideWidth=Math.ceil(i.listWidth),i.$slideTrack.height(Math.ceil(i.$slides.first().outerHeight(!0)*i.$slideTrack.children(".slick-slide").length)));var e=i.$slides.first().outerWidth(!0)-i.$slides.first().width();i.options.variableWidth===!1&&i.$slideTrack.children(".slick-slide").width(i.slideWidth-e)},e.prototype.setFade=function(){var e,t=this;t.$slides.each(function(o,s){e=t.slideWidth*o*-1,t.options.rtl===!0?i(s).css({position:"relative",right:e,top:0,zIndex:t.options.zIndex-2,opacity:0}):i(s).css({position:"relative",left:e,top:0,zIndex:t.options.zIndex-2,opacity:0})}),t.$slides.eq(t.currentSlide).css({zIndex:t.options.zIndex-1,opacity:1})},e.prototype.setHeight=function(){var i=this;if(1===i.options.slidesToShow&&i.options.adaptiveHeight===!0&&i.options.vertical===!1){var e=i.$slides.eq(i.currentSlide).outerHeight(!0);i.$list.css("height",e)}},e.prototype.setOption=e.prototype.slickSetOption=function(){var e,t,o,s,n,r=this,l=!1;if("object"===i.type(arguments[0])?(o=arguments[0],l=arguments[1],n="multiple"):"string"===i.type(arguments[0])&&(o=arguments[0],s=arguments[1],l=arguments[2],"responsive"===arguments[0]&&"array"===i.type(arguments[1])?n="responsive":"undefined"!=typeof arguments[1]&&(n="single")),"single"===n)r.options[o]=s;else if("multiple"===n)i.each(o,function(i,e){r.options[i]=e});else if("responsive"===n)for(t in s)if("array"!==i.type(r.options.responsive))r.options.responsive=[s[t]];else{for(e=r.options.responsive.length-1;e>=0;)r.options.responsive[e].breakpoint===s[t].breakpoint&&r.options.responsive.splice(e,1),e--;r.options.responsive.push(s[t])}l&&(r.unload(),r.reinit())},e.prototype.setPosition=function(){var i=this;i.setDimensions(),i.setHeight(),i.options.fade===!1?i.setCSS(i.getLeft(i.currentSlide)):i.setFade(),i.$slider.trigger("setPosition",[i])},e.prototype.setProps=function(){var i=this,e=document.body.style;i.positionProp=i.options.vertical===!0?"top":"left", -"top"===i.positionProp?i.$slider.addClass("slick-vertical"):i.$slider.removeClass("slick-vertical"),void 0===e.WebkitTransition&&void 0===e.MozTransition&&void 0===e.msTransition||i.options.useCSS===!0&&(i.cssTransitions=!0),i.options.fade&&("number"==typeof i.options.zIndex?i.options.zIndex<3&&(i.options.zIndex=3):i.options.zIndex=i.defaults.zIndex),void 0!==e.OTransform&&(i.animType="OTransform",i.transformType="-o-transform",i.transitionType="OTransition",void 0===e.perspectiveProperty&&void 0===e.webkitPerspective&&(i.animType=!1)),void 0!==e.MozTransform&&(i.animType="MozTransform",i.transformType="-moz-transform",i.transitionType="MozTransition",void 0===e.perspectiveProperty&&void 0===e.MozPerspective&&(i.animType=!1)),void 0!==e.webkitTransform&&(i.animType="webkitTransform",i.transformType="-webkit-transform",i.transitionType="webkitTransition",void 0===e.perspectiveProperty&&void 0===e.webkitPerspective&&(i.animType=!1)),void 0!==e.msTransform&&(i.animType="msTransform",i.transformType="-ms-transform",i.transitionType="msTransition",void 0===e.msTransform&&(i.animType=!1)),void 0!==e.transform&&i.animType!==!1&&(i.animType="transform",i.transformType="transform",i.transitionType="transition"),i.transformsEnabled=i.options.useTransform&&null!==i.animType&&i.animType!==!1},e.prototype.setSlideClasses=function(i){var e,t,o,s,n=this;if(t=n.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true"),n.$slides.eq(i).addClass("slick-current"),n.options.centerMode===!0){var r=n.options.slidesToShow%2===0?1:0;e=Math.floor(n.options.slidesToShow/2),n.options.infinite===!0&&(i>=e&&i<=n.slideCount-1-e?n.$slides.slice(i-e+r,i+e+1).addClass("slick-active").attr("aria-hidden","false"):(o=n.options.slidesToShow+i,t.slice(o-e+1+r,o+e+2).addClass("slick-active").attr("aria-hidden","false")),0===i?t.eq(t.length-1-n.options.slidesToShow).addClass("slick-center"):i===n.slideCount-1&&t.eq(n.options.slidesToShow).addClass("slick-center")),n.$slides.eq(i).addClass("slick-center")}else i>=0&&i<=n.slideCount-n.options.slidesToShow?n.$slides.slice(i,i+n.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):t.length<=n.options.slidesToShow?t.addClass("slick-active").attr("aria-hidden","false"):(s=n.slideCount%n.options.slidesToShow,o=n.options.infinite===!0?n.options.slidesToShow+i:i,n.options.slidesToShow==n.options.slidesToScroll&&n.slideCount-i<n.options.slidesToShow?t.slice(o-(n.options.slidesToShow-s),o+s).addClass("slick-active").attr("aria-hidden","false"):t.slice(o,o+n.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"));"ondemand"!==n.options.lazyLoad&&"anticipated"!==n.options.lazyLoad||n.lazyLoad()},e.prototype.setupInfinite=function(){var e,t,o,s=this;if(s.options.fade===!0&&(s.options.centerMode=!1),s.options.infinite===!0&&s.options.fade===!1&&(t=null,s.slideCount>s.options.slidesToShow)){for(o=s.options.centerMode===!0?s.options.slidesToShow+1:s.options.slidesToShow,e=s.slideCount;e>s.slideCount-o;e-=1)t=e-1,i(s.$slides[t]).clone(!0).attr("id","").attr("data-slick-index",t-s.slideCount).prependTo(s.$slideTrack).addClass("slick-cloned");for(e=0;e<o+s.slideCount;e+=1)t=e,i(s.$slides[t]).clone(!0).attr("id","").attr("data-slick-index",t+s.slideCount).appendTo(s.$slideTrack).addClass("slick-cloned");s.$slideTrack.find(".slick-cloned").find("[id]").each(function(){i(this).attr("id","")})}},e.prototype.interrupt=function(i){var e=this;i||e.autoPlay(),e.interrupted=i},e.prototype.selectHandler=function(e){var t=this,o=i(e.target).is(".slick-slide")?i(e.target):i(e.target).parents(".slick-slide"),s=parseInt(o.attr("data-slick-index"));return s||(s=0),t.slideCount<=t.options.slidesToShow?void t.slideHandler(s,!1,!0):void t.slideHandler(s)},e.prototype.slideHandler=function(i,e,t){var o,s,n,r,l,d=null,a=this;if(e=e||!1,!(a.animating===!0&&a.options.waitForAnimate===!0||a.options.fade===!0&&a.currentSlide===i))return e===!1&&a.asNavFor(i),o=i,d=a.getLeft(o),r=a.getLeft(a.currentSlide),a.currentLeft=null===a.swipeLeft?r:a.swipeLeft,a.options.infinite===!1&&a.options.centerMode===!1&&(i<0||i>a.getDotCount()*a.options.slidesToScroll)?void(a.options.fade===!1&&(o=a.currentSlide,t!==!0&&a.slideCount>a.options.slidesToShow?a.animateSlide(r,function(){a.postSlide(o)}):a.postSlide(o))):a.options.infinite===!1&&a.options.centerMode===!0&&(i<0||i>a.slideCount-a.options.slidesToScroll)?void(a.options.fade===!1&&(o=a.currentSlide,t!==!0&&a.slideCount>a.options.slidesToShow?a.animateSlide(r,function(){a.postSlide(o)}):a.postSlide(o))):(a.options.autoplay&&clearInterval(a.autoPlayTimer),s=o<0?a.slideCount%a.options.slidesToScroll!==0?a.slideCount-a.slideCount%a.options.slidesToScroll:a.slideCount+o:o>=a.slideCount?a.slideCount%a.options.slidesToScroll!==0?0:o-a.slideCount:o,a.animating=!0,a.$slider.trigger("beforeChange",[a,a.currentSlide,s]),n=a.currentSlide,a.currentSlide=s,a.setSlideClasses(a.currentSlide),a.options.asNavFor&&(l=a.getNavTarget(),l=l.slick("getSlick"),l.slideCount<=l.options.slidesToShow&&l.setSlideClasses(a.currentSlide)),a.updateDots(),a.updateArrows(),a.options.fade===!0?(t!==!0?(a.fadeSlideOut(n),a.fadeSlide(s,function(){a.postSlide(s)})):a.postSlide(s),void a.animateHeight()):void(t!==!0&&a.slideCount>a.options.slidesToShow?a.animateSlide(d,function(){a.postSlide(s)}):a.postSlide(s)))},e.prototype.startLoad=function(){var i=this;i.options.arrows===!0&&i.slideCount>i.options.slidesToShow&&(i.$prevArrow.hide(),i.$nextArrow.hide()),i.options.dots===!0&&i.slideCount>i.options.slidesToShow&&i.$dots.hide(),i.$slider.addClass("slick-loading")},e.prototype.swipeDirection=function(){var i,e,t,o,s=this;return i=s.touchObject.startX-s.touchObject.curX,e=s.touchObject.startY-s.touchObject.curY,t=Math.atan2(e,i),o=Math.round(180*t/Math.PI),o<0&&(o=360-Math.abs(o)),o<=45&&o>=0?s.options.rtl===!1?"left":"right":o<=360&&o>=315?s.options.rtl===!1?"left":"right":o>=135&&o<=225?s.options.rtl===!1?"right":"left":s.options.verticalSwiping===!0?o>=35&&o<=135?"down":"up":"vertical"},e.prototype.swipeEnd=function(i){var e,t,o=this;if(o.dragging=!1,o.swiping=!1,o.scrolling)return o.scrolling=!1,!1;if(o.interrupted=!1,o.shouldClick=!(o.touchObject.swipeLength>10),void 0===o.touchObject.curX)return!1;if(o.touchObject.edgeHit===!0&&o.$slider.trigger("edge",[o,o.swipeDirection()]),o.touchObject.swipeLength>=o.touchObject.minSwipe){switch(t=o.swipeDirection()){case"left":case"down":e=o.options.swipeToSlide?o.checkNavigable(o.currentSlide+o.getSlideCount()):o.currentSlide+o.getSlideCount(),o.currentDirection=0;break;case"right":case"up":e=o.options.swipeToSlide?o.checkNavigable(o.currentSlide-o.getSlideCount()):o.currentSlide-o.getSlideCount(),o.currentDirection=1}"vertical"!=t&&(o.slideHandler(e),o.touchObject={},o.$slider.trigger("swipe",[o,t]))}else o.touchObject.startX!==o.touchObject.curX&&(o.slideHandler(o.currentSlide),o.touchObject={})},e.prototype.swipeHandler=function(i){var e=this;if(!(e.options.swipe===!1||"ontouchend"in document&&e.options.swipe===!1||e.options.draggable===!1&&i.type.indexOf("mouse")!==-1))switch(e.touchObject.fingerCount=i.originalEvent&&void 0!==i.originalEvent.touches?i.originalEvent.touches.length:1,e.touchObject.minSwipe=e.listWidth/e.options.touchThreshold,e.options.verticalSwiping===!0&&(e.touchObject.minSwipe=e.listHeight/e.options.touchThreshold),i.data.action){case"start":e.swipeStart(i);break;case"move":e.swipeMove(i);break;case"end":e.swipeEnd(i)}},e.prototype.swipeMove=function(i){var e,t,o,s,n,r,l=this;return n=void 0!==i.originalEvent?i.originalEvent.touches:null,!(!l.dragging||l.scrolling||n&&1!==n.length)&&(e=l.getLeft(l.currentSlide),l.touchObject.curX=void 0!==n?n[0].pageX:i.clientX,l.touchObject.curY=void 0!==n?n[0].pageY:i.clientY,l.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(l.touchObject.curX-l.touchObject.startX,2))),r=Math.round(Math.sqrt(Math.pow(l.touchObject.curY-l.touchObject.startY,2))),!l.options.verticalSwiping&&!l.swiping&&r>4?(l.scrolling=!0,!1):(l.options.verticalSwiping===!0&&(l.touchObject.swipeLength=r),t=l.swipeDirection(),void 0!==i.originalEvent&&l.touchObject.swipeLength>4&&(l.swiping=!0,i.preventDefault()),s=(l.options.rtl===!1?1:-1)*(l.touchObject.curX>l.touchObject.startX?1:-1),l.options.verticalSwiping===!0&&(s=l.touchObject.curY>l.touchObject.startY?1:-1),o=l.touchObject.swipeLength,l.touchObject.edgeHit=!1,l.options.infinite===!1&&(0===l.currentSlide&&"right"===t||l.currentSlide>=l.getDotCount()&&"left"===t)&&(o=l.touchObject.swipeLength*l.options.edgeFriction,l.touchObject.edgeHit=!0),l.options.vertical===!1?l.swipeLeft=e+o*s:l.swipeLeft=e+o*(l.$list.height()/l.listWidth)*s,l.options.verticalSwiping===!0&&(l.swipeLeft=e+o*s),l.options.fade!==!0&&l.options.touchMove!==!1&&(l.animating===!0?(l.swipeLeft=null,!1):void l.setCSS(l.swipeLeft))))},e.prototype.swipeStart=function(i){var e,t=this;return t.interrupted=!0,1!==t.touchObject.fingerCount||t.slideCount<=t.options.slidesToShow?(t.touchObject={},!1):(void 0!==i.originalEvent&&void 0!==i.originalEvent.touches&&(e=i.originalEvent.touches[0]),t.touchObject.startX=t.touchObject.curX=void 0!==e?e.pageX:i.clientX,t.touchObject.startY=t.touchObject.curY=void 0!==e?e.pageY:i.clientY,void(t.dragging=!0))},e.prototype.unfilterSlides=e.prototype.slickUnfilter=function(){var i=this;null!==i.$slidesCache&&(i.unload(),i.$slideTrack.children(this.options.slide).detach(),i.$slidesCache.appendTo(i.$slideTrack),i.reinit())},e.prototype.unload=function(){var e=this;i(".slick-cloned",e.$slider).remove(),e.$dots&&e.$dots.remove(),e.$prevArrow&&e.htmlExpr.test(e.options.prevArrow)&&e.$prevArrow.remove(),e.$nextArrow&&e.htmlExpr.test(e.options.nextArrow)&&e.$nextArrow.remove(),e.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")},e.prototype.unslick=function(i){var e=this;e.$slider.trigger("unslick",[e,i]),e.destroy()},e.prototype.updateArrows=function(){var i,e=this;i=Math.floor(e.options.slidesToShow/2),e.options.arrows===!0&&e.slideCount>e.options.slidesToShow&&!e.options.infinite&&(e.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),e.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false"),0===e.currentSlide?(e.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),e.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):e.currentSlide>=e.slideCount-e.options.slidesToShow&&e.options.centerMode===!1?(e.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),e.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")):e.currentSlide>=e.slideCount-1&&e.options.centerMode===!0&&(e.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),e.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))},e.prototype.updateDots=function(){var i=this;null!==i.$dots&&(i.$dots.find("li").removeClass("slick-active").end(),i.$dots.find("li").eq(Math.floor(i.currentSlide/i.options.slidesToScroll)).addClass("slick-active"))},e.prototype.visibility=function(){var i=this;i.options.autoplay&&(document[i.hidden]?i.interrupted=!0:i.interrupted=!1)},i.fn.slick=function(){var i,t,o=this,s=arguments[0],n=Array.prototype.slice.call(arguments,1),r=o.length;for(i=0;i<r;i++)if("object"==typeof s||"undefined"==typeof s?o[i].slick=new e(o[i],s):t=o[i].slick[s].apply(o[i].slick,n),"undefined"!=typeof t)return t;return o}});
\ No newline at end of file |