<!doctype html><html lang="en">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
  <title>P2400R3: Library Evolution Report: 2021-09-28 to 2022-01-25</title>
<style data-fill-with="stylesheet">/******************************************************************************
 *                   Style sheet for the W3C specifications                   *
 *
 * Special classes handled by this style sheet include:
 *
 * Indices
 *   - .toc for the Table of Contents (<ol class="toc">)
 *     + <span class="secno"> for the section numbers
 *   - #toc for the Table of Contents (<nav id="toc">)
 *   - ul.index for Indices (<a href="#ref">term</a><span>, in § N.M</span>)
 *   - table.index for Index Tables (e.g. for properties or elements)
 *
 * Structural Markup
 *   - table.data for general data tables
 *     -> use 'scope' attribute, <colgroup>, <thead>, and <tbody> for best results !
 *     -> use <table class='complex data'> for extra-complex tables
 *     -> use <td class='long'> for paragraph-length cell content
 *     -> use <td class='pre'> when manual line breaks/indentation would help readability
 *   - dl.switch for switch statements
 *   - ol.algorithm for algorithms (helps to visualize nesting)
 *   - .figure and .caption (HTML4) and figure and figcaption (HTML5)
 *     -> .sidefigure for right-floated figures
 *   - ins/del
 *     -> ins/del.c### for candidate and proposed changes (amendments)
 *
 * Code
 *   - pre and code
 *
 * Special Sections
 *   - .note       for informative notes             (div, p, span, aside, details)
 *   - .example    for informative examples          (div, p, pre, span)
 *   - .issue      for issues                        (div, p, span)
 *   - .advisement for loud normative statements     (div, p, strong)
 *   - .annoying-warning for spec obsoletion notices (div, aside, details)
 *   - .correction for "candidate corrections"       (div, aside, details, section)
 *   - .addition   for "candidate additions"         (div, aside, details, section)
 *   - .correction.proposed for "proposed corrections" (div, aside, details, section)
 *   - .addition.proposed   for "proposed additions"   (div, aside, details, section)
 *
 * Definition Boxes
 *   - pre.def   for WebIDL definitions
 *   - table.def for tables that define other entities (e.g. CSS properties)
 *   - dl.def    for definition lists that define other entitles (e.g. HTML elements)
 *
 * Numbering
 *   - .secno for section numbers in .toc and headings (<span class='secno'>3.2</span>)
 *   - .marker for source-inserted example/figure/issue numbers (<span class='marker'>Issue 4</span>)
 *   - ::before styled for CSS-generated issue/example/figure numbers:
 *     -> Documents wishing to use this only need to add
 *        figcaption::before,
 *        .caption::before { content: "Figure "  counter(figure) " ";  }
 *        .example::before { content: "Example " counter(example) " "; }
 *        .issue::before   { content: "Issue "   counter(issue) " ";   }
 *
 * Header Stuff (ignore, just don't conflict with these classes)
 *   - .head for the header
 *   - .copyright for the copyright
 *
 * Outdated warning for old specs
 *
 * Miscellaneous
 *   - .overlarge for things that should be as wide as possible, even if
 *     that overflows the body text area. This can be used on an item or
 *     on its container, depending on the effect desired.
 *     Note that this styling basically doesn't help at all when printing,
 *     since A4 paper isn't much wider than the max-width here.
 *     It's better to design things to fit into a narrower measure if possible.
 *
 *   - js-added ToC jump links (see fixup.js)
 *
 ******************************************************************************/

/* color variables included separately for reliability */

/******************************************************************************/
/*                                    Body                                    */
/******************************************************************************/

	html {
	}

	body {
		counter-reset: example figure issue;

		/* Layout */
		max-width: 50em;			  /* limit line length to 50em for readability   */
		margin: 0 auto;				/* center text within page                    */
		padding: 1.6em 1.5em 2em 50px; /* assume 16px font size for downlevel clients */
		padding: 1.6em 1.5em 2em calc(26px + 1.5em); /* leave space for status flag    */

		/* Typography */
		line-height: 1.5;
		font-family: sans-serif;
		widows: 2;
		orphans: 2;
		word-wrap: break-word;
		overflow-wrap: break-word;
		hyphens: auto;

		color: black;
		color: var(--text);
		background: white top left fixed no-repeat;
		background: var(--bg) top left fixed no-repeat;
		background-size: 25px auto;
	}


/******************************************************************************/
/*                         Front Matter & Navigation                          */
/******************************************************************************/

/** Header ********************************************************************/

	div.head { margin-bottom: 1em; }
	div.head hr { border-style: solid; }

	div.head h1 {
		font-weight: bold;
		margin: 0 0 .1em;
		font-size: 220%;
	}

	div.head h2 { margin-bottom: 1.5em;}

/** W3C Logo ******************************************************************/

	.head .logo {
		float: right;
		margin: 0.4rem 0 0.2rem .4rem;
	}

	.head img[src*="logos/W3C"] {
		display: block;
		border: solid #1a5e9a;
		border: solid var(--logo-bg);
		border-width: .65rem .7rem .6rem;
		border-radius: .4rem;
		background: #1a5e9a;
		background: var(--logo-bg);
		color: white;
		color: var(--logo-text);
		font-weight: bold;
	}

	.head a:hover > img[src*="logos/W3C"],
	.head a:focus > img[src*="logos/W3C"] {
		opacity: .8;
	}

	.head a:active > img[src*="logos/W3C"] {
		background: #c00;
		background: var(--logo-active-bg);
		border-color: #c00;
		border-color: var(--logo-active-bg);
	}

	/* see also additional rules in Link Styling section */

/** Copyright *****************************************************************/

	p.copyright,
	p.copyright small { font-size: small; }

/** Back to Top / ToC Toggle **************************************************/

	@media print {
		#toc-nav {
			display: none;
		}
	}
	@media not print {
		#toc-nav {
			position: fixed;
			z-index: 3;
			bottom: 0; left: 0;
			margin: 0;
			min-width: 1.33em;
			border-top-right-radius: 2rem;
			box-shadow: 0 0 2px;
			font-size: 1.5em;
		}
		#toc-nav > a {
			display: block;
			white-space: nowrap;

			height: 1.33em;
			padding: .1em 0.3em;
			margin: 0;

			box-shadow: 0 0 2px;
			border: none;
			border-top-right-radius: 1.33em;

			color: #707070;
			color: var(--tocnav-normal-text);
			background: white;
			background: var(--tocnav-normal-bg);
		}
		#toc-nav > a:hover,
		#toc-nav > a:focus {
			color: black;
			color: var(--tocnav-hover-text);
			background: #f8f8f8;
			background: var(--tocnav-hover-bg);
		}
		#toc-nav > a:active {
			color: #c00;
			color: var(--tocnav-active-text);
			background: white;
			background: var(--tocnav-active-bg);
		}

		#toc-nav > #toc-jump {
			padding-bottom: 2em;
			margin-bottom: -1.9em;
		}

		/* statusbar gets in the way on keyboard focus; remove once browsers fix */
		#toc-nav > a[href="#toc"]:not(:hover):focus:last-child {
			padding-bottom: 1.5rem;
		}

		#toc-nav:not(:hover) > a:not(:focus) > span + span {
			/* Ideally this uses :focus-within on #toc-nav */
			display: none;
		}
		#toc-nav > a > span + span {
			padding-right: 0.2em;
		}
	}

/** ToC Sidebar ***************************************************************/

	/* Floating sidebar */
	@media screen {
		body.toc-sidebar #toc {
			position: fixed;
			top: 0; bottom: 0;
			left: 0;
			width: 23.5em;
			max-width: 80%;
			max-width: calc(100% - 2em - 26px);
			overflow: auto;
			padding: 0 1em;
			padding-left: 42px;
			padding-left: calc(1em + 26px);
			color: black;
			color: var(--tocsidebar-text);
			background: inherit;
			background-color: #f7f8f9;
			background-color: var(--tocsidebar-bg);
			z-index: 1;
			box-shadow: -.1em 0 .25em rgba(0,0,0,.1) inset;
			box-shadow: -.1em 0 .25em var(--tocsidebar-shadow) inset;
		}
		body.toc-sidebar #toc h2 {
			margin-top: .8rem;
			font-variant: small-caps;
			font-variant: all-small-caps;
			text-transform: lowercase;
			font-weight: bold;
			color: gray;
			color: hsla(203,20%,40%,.7);
			color: var(--tocsidebar-heading-text);
		}
		body.toc-sidebar #toc-jump:not(:focus) {
			width: 0;
			height: 0;
			padding: 0;
			position: absolute;
			overflow: hidden;
		}
	}
	/* Hide main scroller when only the ToC is visible anyway */
	@media screen and (max-width: 28em) {
		body.toc-sidebar {
			overflow: hidden;
		}
	}

	/* Sidebar with its own space */
	@media screen and (min-width: 78em) {
		body:not(.toc-inline) #toc {
			position: fixed;
			top: 0; bottom: 0;
			left: 0;
			width: 23.5em;
			overflow: auto;
			padding: 0 1em;
			padding-left: 42px;
			padding-left: calc(1em + 26px);
			color: black;
			color: var(--tocsidebar-text);
			background: inherit;
			background-color: #f7f8f9;
			background-color: var(--tocsidebar-bg);
			z-index: 1;
			box-shadow: -.1em 0 .25em rgba(0,0,0,.1) inset;
			box-shadow: -.1em 0 .25em var(--tocsidebar-shadow) inset;
		}
		body:not(.toc-inline) #toc h2 {
			margin-top: .8rem;
			font-variant: small-caps;
			font-variant: all-small-caps;
			text-transform: lowercase;
			font-weight: bold;
			color: gray;
			color: hsla(203,20%,40%,.7);
			color: var(--tocsidebar-heading-text);
		}

		body:not(.toc-inline) {
			padding-left: 29em;
		}
		/* See also Overflow section at the bottom */

		body:not(.toc-inline) #toc-jump:not(:focus) {
			width: 0;
			height: 0;
			padding: 0;
			position: absolute;
			overflow: hidden;
		}
	}
	@media screen and (min-width: 90em) {
		body:not(.toc-inline) {
			margin: 0 4em;
		}
	}

/******************************************************************************/
/*                                Sectioning                                  */
/******************************************************************************/

/** Headings ******************************************************************/

	h1, h2, h3, h4, h5, h6, dt {
		page-break-after: avoid;
		page-break-inside: avoid;
		font: 100% sans-serif;   /* Reset all font styling to clear out UA styles */
		font-family: inherit;	/* Inherit the font family. */
		line-height: 1.2;		/* Keep wrapped headings compact */
		hyphens: manual;		/* Hyphenated headings look weird */
	}

	h2, h3, h4, h5, h6 {
		margin-top: 3rem;
	}

	h1, h2, h3 {
		color: #005A9C;
		color: var(--heading-text);
	}

	h1 { font-size: 170%; }
	h2 { font-size: 140%; }
	h3 { font-size: 120%; }
	h4 { font-weight: bold; }
	h5 { font-style: italic; }
	h6 { font-variant: small-caps; }
	dt { font-weight: bold; }

/** Subheadings ***************************************************************/

	h1 + h2,
	#profile-and-date {
		/* #profile-and-date is a subtitle in an H2 under the H1 */
		margin-top: 0;
	}
	h2 + h3,
	h3 + h4,
	h4 + h5,
	h5 + h6 {
		margin-top: 1.2em; /* = 1 x line-height */
	}

/** Section divider ***********************************************************/

	:not(.head) > :not(.head) + hr {
		font-size: 1.5em;
		text-align: center;
		margin: 1em auto;
		height: auto;
		color: black;
		color: var(--hr-text);
		border: transparent solid 0;
		background: transparent;
	}
	:not(.head) > hr::before {
		content: "\2727\2003\2003\2727\2003\2003\2727";
	}

/******************************************************************************/
/*                            Paragraphs and Lists                            */
/******************************************************************************/

	p {
		margin: 1em 0;
	}

	dd > p:first-child,
	li > p:first-child {
		margin-top: 0;
	}

	ul, ol {
		margin-left: 0;
		padding-left: 2em;
	}

	li {
		margin: 0.25em 0 0.5em;
		padding: 0;
	}

	dl dd {
		margin: 0 0 .5em 2em;
	}

	.head dd + dd { /* compact for header */
		margin-top: -.5em;
	}

	/* Style for algorithms */
	ol.algorithm ol:not(.algorithm),
	.algorithm > ol ol:not(.algorithm) {
	border-left: 0.5em solid #DEF;
	border-left: 0.5em solid var(--algo-border);
	}

	/* Put nice boxes around each algorithm. */
	[data-algorithm]:not(.heading) {
	 padding: .5em;
	 border: thin solid #ddd;
	 border: thin solid var(--algo-border);
	 border-radius: .5em;
	 margin: .5em calc(-0.5em - 1px);
	}
	[data-algorithm]:not(.heading) > :first-child {
	 margin-top: 0;
	}
	[data-algorithm]:not(.heading) > :last-child {
	 margin-bottom: 0;
	}

	/* Style for switch/case <dl>s */
	dl.switch > dd > ol.only,
	dl.switch > dd > .only > ol {
	margin-left: 0;
	}
	dl.switch > dd > ol.algorithm,
	dl.switch > dd > .algorithm > ol {
	margin-left: -2em;
	}
	dl.switch {
	padding-left: 2em;
	}
	dl.switch > dt {
	text-indent: -1.5em;
	margin-top: 1em;
	}
	dl.switch > dt + dt {
	margin-top: 0;
	}
	dl.switch > dt::before {
	content: '\21AA';
	padding: 0 0.5em 0 0;
	display: inline-block;
	width: 1em;
	text-align: right;
	line-height: 0.5em;
	}

/** Terminology Markup ********************************************************/


/******************************************************************************/
/*                                 Inline Markup                              */
/******************************************************************************/

/** Terminology Markup ********************************************************/
	dfn   { /* Defining instance */
		font-weight: bolder;
	}
	a > i { /* Instance of term */
		font-style: normal;
	}
	dt dfn code, code.idl {
		font-size: inherit;
	}
	dfn var {
		font-style: normal;
	}

/** Change Marking ************************************************************/

	del {
		color: #aa0000;
		color: var(--del-text);
		background: transparent;
		background: var(--del-bg);
		text-decoration: line-through;
	}
	ins {
		color: #006100;
		color: var(--ins-text);
		background: transparent;
		background: var(--ins-bg);
		text-decoration: underline;
	}

	/* for amendments (candidate/proposed changes) */

	.amendment ins, .correction ins, .addition ins,
	ins[class^=c] {
		text-decoration-style: dotted;
	}
	.amendment del, .correction del, .addition del,
	del[class^=c] {
		text-decoration-style: dotted;
	}
	.amendment.proposed ins, .correction.proposed ins, .addition.proposed ins,
	ins[class^=c].proposed {
		text-decoration-style: double;
	}
	.amendment.proposed del, .correction.proposed del, .addition.proposed del,
	del[class^=c].proposed {
		text-decoration-style: double;
	}

/** Miscellaneous improvements to inline formatting ***************************/

	sup {
		vertical-align: super;
		font-size: 80%
	}

/******************************************************************************/
/*                                    Code                                    */
/******************************************************************************/

/** General monospace/pre rules ***********************************************/

	pre, code, samp {
		font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
		font-size: .9em;
		hyphens: none;
		text-transform: none;
		text-align: left;
		text-align: start;
		font-variant: normal;
		orphans: 3;
		widows: 3;
		page-break-before: avoid;
	}
	pre code,
	code code {
		font-size: 100%;
	}

	pre {
		margin-top: 1em;
		margin-bottom: 1em;
		overflow: auto;
	}

/** Inline Code fragments *****************************************************/

	/* Do something nice. */

/******************************************************************************/
/*                                    Links                                   */
/******************************************************************************/

/** General Hyperlinks ********************************************************/

	/* We hyperlink a lot, so make it less intrusive */
	a[href] {
		color: #034575;
		color: var(--a-normal-text);
		text-decoration: underline #707070;
		text-decoration: underline var(--a-normal-underline);
		text-decoration-skip-ink: none;
	}
	a:visited {
		color: #034575;
		color: var(--a-visited-text);
		text-decoration-color: #bbb;
		text-decoration-color: var(--a-visited-underline);
	}

	/* Indicate interaction with the link */
	a[href]:focus,
	a[href]:hover {
		text-decoration-thickness: 2px;
	}
	a[href]:active {
		color: #c00;
		color: var(--a-active-text);
		text-decoration-color: #c00;
		text-decoration-color: var(--a-active-underline);
	}

	/* Backout above styling for W3C logo */
	.head .logo,
	.head .logo a {
		border: none;
		text-decoration: none;
		background: transparent;
	}

/******************************************************************************/
/*                                    Images                                  */
/******************************************************************************/

	img {
		border-style: none;
	}

	img, svg {
		/* Intentionally not color-scheme aware. */
		background: white;
	}

	/* For autogen numbers, add
	  .caption::before, figcaption::before { content: "Figure " counter(figure) ". "; }
	*/

	figure, .figure, .sidefigure {
		page-break-inside: avoid;
		text-align: center;
		margin: 2.5em 0;
	}
	.figure img,	.sidefigure img,	figure img,
	.figure object, .sidefigure object, figure object {
		max-width: 100%;
		margin: auto;
		height: auto;
	}
	.figure pre, .sidefigure pre, figure pre {
		text-align: left;
		display: table;
		margin: 1em auto;
	}
	.figure table, figure table {
		margin: auto;
	}
	@media screen and (min-width: 20em) {
		.sidefigure {
			float: right;
			width: 50%;
			margin: 0 0 0.5em 0.5em;
		}
	}
	.caption, figcaption, caption {
		font-style: italic;
		font-size: 90%;
	}
	.caption::before, figcaption::before, figcaption > .marker {
		font-weight: bold;
	}
	.caption, figcaption {
		counter-increment: figure;
	}

	/* DL list is indented 2em, but figure inside it is not */
	dd > .figure, dd > figure { margin-left: -2em; }

/******************************************************************************/
/*                             Colored Boxes                                  */
/******************************************************************************/

	.issue, .note, .example, .assertion, .advisement, blockquote,
	.amendment, .correction, .addition {
		margin: 1em auto;
		padding: .5em;
		border: .5em;
		border-left-style: solid;
		page-break-inside: avoid;
	}
	span.issue, span.note {
		padding: .1em .5em .15em;
		border-right-style: solid;
	}

	blockquote > :first-child,
	.note  > p:first-child,
	.issue > p:first-child,
	.amendment > p:first-child,
	.correction > p:first-child,
	.addition > p:first-child {
		margin-top: 0;
	}
	blockquote > :last-child,
	.note  > p:last-child,
	.issue > p:last-child,
	.amendment > p:last-child,
	.correction > p:last-child,
	.addition > p:last-child {
		margin-bottom: 0;
	}


	.issue::before, .issue > .marker,
	.example::before, .example > .marker,
	.note::before, .note > .marker,
	details.note > summary > .marker,
	.amendment::before, .amendment > .marker,
	details.amendment > summary > .marker,
	.addition::before, .addition > .marker,
	addition.amendment > summary > .marker,
	.correction::before, .correction > .marker,
	correction.amendment > summary > .marker
	{
		text-transform: uppercase;
		padding-right: 1em;
	}

	.example::before, .example > .marker {
		display: block;
		padding-right: 0em;
	}

/** Blockquotes ***************************************************************/

	blockquote {
		border-color: silver;
		border-color: var(--blockquote-border);
		background: transparent;
		background: var(--blockquote-bg);
		color: currentcolor;
		color: var(--blockquote-text);
	}

/** Open issue ****************************************************************/

	.issue {
		border-color: #e05252;
		border-color: var(--issue-border);
		background: #fbe9e9;
		background: var(--issue-bg);
		color: black;
		color: var(--issue-text);
		counter-increment: issue;
		overflow: auto;
	}
	.issue::before, .issue > .marker {
		color: #831616;
		color: var(--issueheading-text);
	}
	/* Add .issue::before { content: "Issue " counter(issue) " "; } for autogen numbers,
	  or use class="marker" to mark up the issue number in source. */

/** Example *******************************************************************/

	.example {
		border-color: #e0cb52;
		border-color: var(--example-border);
		background: #fcfaee;
		background: var(--example-bg);
		color: black;
		color: var(--example-text);
		counter-increment: example;
		overflow: auto;
		clear: both;
	}
	.example::before, .example > .marker {
		color: #574b0f;
		color: var(--exampleheading-text);
	}
	/* Add .example::before { content: "Example " counter(example) " "; } for autogen numbers,
	  or use class="marker" to mark up the example number in source. */

/** Non-normative Note ********************************************************/

	.note {
		border-color: #52e052;
		border-color: var(--note-border);
		background: #e9fbe9;
		background: var(--note-bg);
		color: black;
		color: var(--note-text);
		overflow: auto;
	}

	.note::before, .note > .marker,
	details.note > summary {
		color: hsl(120, 70%, 30%);
		color: var(--noteheading-text);
	}
	/* Add .note::before { content: "Note "; } for autogen label,
	  or use class="marker" to mark up the label in source. */

	details.note[open] > summary {
		border-bottom: 1px silver solid;
		border-bottom: 1px var(--notesummary-underline) solid;
	}

/** Assertion Box *************************************************************/
	/*  for assertions in algorithms */

	.assertion {
		border-color: #AAA;
		border-color: var(--assertion-border);
		background: #EEE;
		background: var(--assertion-bg);
		color: black;
		color: var(--assertion-text);
	}

/** Advisement Box ************************************************************/
	/*  for attention-grabbing normative statements */

	.advisement {
		border-color: orange;
		border-color: var(--advisement-border);
		border-style: none solid;
		background: #fec;
		background: var(--advisement-bg);
		color: black;
		color: var(--advisement-text);
	}
	strong.advisement {
		display: block;
		text-align: center;
	}
	.advisement::before, .advisement > .marker {
		color: #b35f00;
		color: var(--advisementheading-text);
	}

/** Amendment Box *************************************************************/

	.amendment, .correction, .addition {
		border-color: #330099;
		border-color: var(--amendment-border);
		background: #F5F0FF;
		background: var(--amendment-bg);
		color: black;
		color: var(--amendment-text);
	}
	.amendment.proposed, .correction.proposed, .addition.proposed {
		border-style: solid;
		border-block-width: 0.25em;
	}
	.amendment::before, .amendment > .marker,
	details.amendment > summary::before, details.amendment > summary > .marker,
	.correction::before, .correction > .marker,
	details.correction > summary::before, details.correction > summary > .marker,
	.addition::before, .addition > .marker,
	details.addition > summary::before, details.addition > summary > .marker {
		color: #220066;
		color: var(--amendmentheading-text);
	}
	.amendment.proposed::before, .amendment.proposed > .marker,
	details.amendment.proposed > summary::before, details.amendment.proposed > summary > .marker,
	.correction.proposed::before, .correction.proposed > .marker,
	details.correction.proposed > summary::before, details.correction.proposed > summary > .marker,
	.addition.proposed::before, .addition.proposed > .marker,
	details.addition.proposed > summary::before, details.addition.proposed > summary > .marker {
		font-weight: bold;
	}

/** Spec Obsoletion Notice ****************************************************/
	/* obnoxious obsoletion notice for older/abandoned specs. */

	details {
		display: block;
	}
	summary {
		font-weight: bolder;
	}

	.annoying-warning:not(details),
	details.annoying-warning:not([open]) > summary,
	details.annoying-warning[open] {
		background: hsla(40,100%,50%,0.95);
		background: var(--warning-bg);
		color: black;
		color: var(--warning-text);
		padding: .75em 1em;
		border: red;
		border: var(--warning-border);
		border-style: solid none;
		box-shadow: 0 2px 8px black;
		text-align: center;
	}
	.annoying-warning :last-child {
		margin-bottom: 0;
	}

@media not print {
	details.annoying-warning[open] {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 2em;
		z-index: 1000;
	}
}

	details.annoying-warning:not([open]) > summary {
		text-align: center;
	}

/** Entity Definition Boxes ***************************************************/

	.def {
		padding: .5em 1em;
		background: #def;
		background: var(--def-bg);
		margin: 1.2em 0;
		border-left: 0.5em solid #8ccbf2;
		border-left: 0.5em solid var(--def-border);
		color: black;
		color: var(--def-text);
	}

/******************************************************************************/
/*                                    Tables                                  */
/******************************************************************************/

	th, td {
		text-align: left;
		text-align: start;
	}

/** Property/Descriptor Definition Tables *************************************/

	table.def {
		/* inherits .def box styling, see above */
		width: 100%;
		border-spacing: 0;
	}

	table.def td,
	table.def th {
		padding: 0.5em;
		vertical-align: baseline;
		border-bottom: 1px solid #bbd7e9;
		border-bottom: 1px solid var(--defrow-border);
	}

	table.def > tbody > tr:last-child th,
	table.def > tbody > tr:last-child td {
		border-bottom: 0;
	}

	table.def th {
		font-style: italic;
		font-weight: normal;
		padding-left: 1em;
		width: 3em;
	}

	/* For when values are extra-complex and need formatting for readability */
	table td.pre {
		white-space: pre-wrap;
	}

	/* A footnote at the bottom of a def table */
	table.def td.footnote {
		padding-top: 0.6em;
	}
	table.def td.footnote::before {
		content: " ";
		display: block;
		height: 0.6em;
		width: 4em;
		border-top: thin solid;
	}

/** Data tables (and properly marked-up index tables) *************************/
	/*
		<table class="data"> highlights structural relationships in a table
		when correct markup is used (e.g. thead/tbody, th vs. td, scope attribute)

		Use class="complex data" for particularly complicated tables --
		(This will draw more lines: busier, but clearer.)

		Use class="long" on table cells with paragraph-like contents
		(This will adjust text alignment accordingly.)
		Alternately use class="longlastcol" on tables, to have the last column assume "long".
	*/

	table {
		word-wrap: normal;
		overflow-wrap: normal;
		hyphens: manual;
	}

	table.data,
	table.index {
		margin: 1em auto;
		border-collapse: collapse;
		border: hidden;
		width: 100%;
	}
	table.data caption,
	table.index caption {
		max-width: 50em;
		margin: 0 auto 1em;
	}

	table.data td,  table.data th,
	table.index td, table.index th {
		padding: 0.5em 1em;
		border-width: 1px;
		border-color: silver;
		border-color: var(--datacell-border);
		border-top-style: solid;
	}

	table.data thead td:empty {
		padding: 0;
		border: 0;
	}

	table.data  thead,
	table.index thead,
	table.data  tbody,
	table.index tbody {
		border-bottom: 2px solid;
	}

	table.data colgroup,
	table.index colgroup {
		border-left: 2px solid;
	}

	table.data  tbody th:first-child,
	table.index tbody th:first-child  {
		border-right: 2px solid;
		border-top: 1px solid silver;
		border-top: 1px solid var(--datacell-border);
		padding-right: 1em;
	}

	table.data th[colspan],
	table.data td[colspan] {
		text-align: center;
	}

	table.complex.data th,
	table.complex.data td {
		border: 1px solid silver;
		border: 1px solid var(--datacell-border);
		text-align: center;
	}

	table.data.longlastcol td:last-child,
	table.data td.long {
		vertical-align: baseline;
		text-align: left;
	}

	table.data img {
		vertical-align: middle;
	}


/*
Alternate table alignment rules

	table.data,
	table.index {
		text-align: center;
	}

	table.data  thead th[scope="row"],
	table.index thead th[scope="row"] {
		text-align: right;
	}

	table.data  tbody th:first-child,
	table.index tbody th:first-child  {
		text-align: right;
	}

Possible extra rowspan handling

	table.data  tbody th[rowspan]:not([rowspan='1']),
	table.index tbody th[rowspan]:not([rowspan='1']),
	table.data  tbody td[rowspan]:not([rowspan='1']),
	table.index tbody td[rowspan]:not([rowspan='1']) {
		border-left: 1px solid silver;
	}

	table.data  tbody th[rowspan]:first-child,
	table.index tbody th[rowspan]:first-child,
	table.data  tbody td[rowspan]:first-child,
	table.index tbody td[rowspan]:first-child{
		border-left: 0;
		border-right: 1px solid silver;
	}
*/

/******************************************************************************/
/*                                  Indices                                   */
/******************************************************************************/


/** Table of Contents *********************************************************/

	.toc a {
		/* More spacing; use padding to make it part of the click target. */
		padding: 0.1rem 1px 0;
		/* Larger, more consistently-sized click target */
		display: block;
		/* Switch to using border-bottom for underlines */
		text-decoration: none;
		border-bottom: 1px solid;
		/* Reverse color scheme */
		color: black;
		color: var(--toclink-text);
		border-color: #3980b5;
		border-color: var(--toclink-underline);
	}
	.toc a:visited {
		color: black;
		color: var(--toclink-visited-text);
		border-color: #054572;
		border-color: var(--toclink-visited-underline);
	}
	.toc a:focus,
	.toc a:hover {
		background: rgba(75%, 75%, 75%, .25);
		background: var(--a-hover-bg);
		border-bottom-width: 3px;
		margin-bottom: -2px;
	}
	.toc a:not(:focus):not(:hover) {
		/* Allow colors to cascade through from link styling */
		border-bottom-color: transparent;
	}

	.toc, .toc ol, .toc ul, .toc li {
		list-style: none; /* Numbers must be inlined into source */
		/* because generated content isn't search/selectable and markers can't do multilevel yet */
		margin:  0;
		padding: 0;
	}
	.toc {
		line-height: 1.1em;
	}

	/* ToC not indented until third level, but font style & margins show hierarchy */
	.toc > li			{ font-weight: bold;   }
	.toc > li li		 { font-weight: normal; }
	.toc > li li li	  { font-size:   95%;	}
	.toc > li li li li	{ font-size:   90%;	}
	.toc > li li li li li { font-size:   85%;	}

	/* @supports not (display:grid) { */
		.toc > li			{ margin: 1.5rem 0;	}
		.toc > li li		 { margin: 0.3rem 0;	}
		.toc > li li li	  { margin-left: 2rem;   }

		/* Section numbers in a column of their own */
		.toc .secno {
			float: left;
			width: 4rem;
			white-space: nowrap;
		}
		.toc > li li li li .secno { font-size: 85%; }
		.toc > li li li li li .secno { font-size: 100%; }

		.toc li {
			clear: both;
		}

		:not(li) > .toc			 { margin-left:  5rem; }
		.toc .secno				 { margin-left: -5rem; }
		.toc > li li li .secno	  { margin-left: -7rem; }
		.toc > li li li li .secno	{ margin-left: -9rem; }
		.toc > li li li li li .secno { margin-left: -11rem; }

		/* Tighten up indentation in narrow ToCs */
		@media (max-width: 30em) {
			:not(li) > .toc			 { margin-left:  4rem; }
			.toc .secno				 { margin-left: -4rem; }
			.toc > li li li			 { margin-left:  1rem; }
			.toc > li li li .secno	  { margin-left: -5rem; }
			.toc > li li li li .secno	{ margin-left: -6rem; }
			.toc > li li li li li .secno { margin-left: -7rem; }
		}
		/* Loosen it on wide screens */
		@media screen and (min-width: 78em) {
			body:not(.toc-inline) :not(li) > .toc			 { margin-left:  4rem; }
			body:not(.toc-inline) .toc .secno				 { margin-left: -4rem; }
			body:not(.toc-inline) .toc > li li li			 { margin-left:  1rem; }
			body:not(.toc-inline) .toc > li li li .secno	  { margin-left: -5rem; }
			body:not(.toc-inline) .toc > li li li li .secno	{ margin-left: -6rem; }
			body:not(.toc-inline) .toc > li li li li li .secno { margin-left: -7rem; }
	}
	/* } */

	@supports (display:grid) and (display:contents) {
		/* Use #toc over .toc to override non-@supports rules. */
		#toc {
			display: grid;
			align-content: start;
			grid-template-columns: auto 1fr;
			grid-column-gap: 1rem;
			column-gap: 1rem;
			grid-row-gap: .6rem;
			row-gap: .6rem;
		}
		#toc h2 {
			grid-column: 1 / -1;
			margin-bottom: 0;
		}
		#toc ol,
		#toc li,
		#toc a {
			display: contents;
			/* Switch <a> to subgrid when supported */
		}
		#toc span {
			margin: 0;
		}
		#toc > .toc > li > a > span {
			/* The spans of the top-level list,
			  comprising the first items of each top-level section. */
			margin-top: 1.1rem;
		}
		#toc#toc .secno { /* Ugh, need more specificity to override base.css */
			grid-column: 1;
			width: auto;
			margin-left: 0;
		}
		#toc .content {
			grid-column: 2;
			width: auto;
			margin-right: 1rem;
		}
		#toc .content:hover,
		#toc .content:focus {
			background: rgba(75%, 75%, 75%, .25);
			background: var(--a-hover-bg);
			border-bottom: 3px solid #054572;
			border-bottom: 3px solid var(--toclink-underline);
			margin-bottom: -3px;
		}
		#toc li li li .content {
			margin-left: 1rem;
		}
		#toc li li li li .content {
			margin-left: 2rem;
		}
	}


/** Index *********************************************************************/

	/* Index Lists: Layout */
	ul.index	  { margin-left: 0; columns: 15em; text-indent: 1em hanging; }
	ul.index li	{ margin-left: 0; list-style: none; break-inside: avoid; }
	ul.index li li { margin-left: 1em; }
	ul.index dl	{ margin-top: 0; }
	ul.index dt	{ margin: .2em 0 .2em 20px;}
	ul.index dd	{ margin: .2em 0 .2em 40px;}
	/* Index Lists: Typography */
	ul.index ul,
	ul.index dl { font-size: smaller; }
	@media not print {
		ul.index li a + span {
			white-space: nowrap;
			color: transparent; }
		ul.index li a:hover + span,
		ul.index li a:focus + span {
			color: #707070;
			color: var(--indexinfo-text);
		}
	}

/** Index Tables *****************************************************/
	/* See also the data table styling section, which this effectively subclasses */

	table.index {
		font-size: small;
		border-collapse: collapse;
		border-spacing: 0;
		text-align: left;
		margin: 1em 0;
	}

	table.index td,
	table.index th {
		padding: 0.4em;
	}

	table.index tr:hover td:not([rowspan]),
	table.index tr:hover th:not([rowspan]) {
		color: black;
		color: var(--indextable-hover-text);
		background: #f7f8f9;
		background: var(--indextable-hover-bg);
	}

	/* The link in the first column in the property table (formerly a TD) */
	table.index th:first-child a {
		font-weight: bold;
	}

/** Outdated warning **********************************************************/

.outdated-spec {
	color: black;
	color: var(--outdatedspec-text);
	background-color: rgba(0,0,0,0.5);
	background-color: var(--outdatedspec-bg);
}

.outdated-warning {
	position: fixed;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	background: maroon;
	background: var(--outdated-bg);
	color: white;
	color: var(--outdated-text);
	border-radius: 1em;
	box-shadow: 0 0 1em red;
	box-shadow: 0 0 1em var(--outdated-shadow);
	padding: 2em;
	text-align: center;
	z-index: 2;
}

.outdated-warning a {
	color: currentcolor;
	background: transparent;
}

.edited-rec-warning {
	background: darkorange;
	background: var(--editedrec-bg);
	box-shadow: 0 0 1em;
}

.outdated-warning button {
	color: var(--outdated-text);
	border-radius: 1em;
	box-shadow: 0 0 1em red;
	box-shadow: 0 0 1em var(--outdated-shadow);
	padding: 2em;
	text-align: center;
	z-index: 2;
}

.outdated-warning a {
	color: currentcolor;
	background: transparent;
}

.edited-rec-warning {
	background: darkorange;
	background: var(--editedrec-bg);
	box-shadow: 0 0 1em;
}

.outdated-warning button {
	position: absolute;
	top: 0;
	right:0;
	margin: 0;
	border: 0;
	padding: 0.25em 0.5em;
	background: transparent;
	color: white;
	color: var(--outdated-text);
	font:1em sans-serif;
	text-align:center;
}

.outdated-warning span {
	display: block;
}

.outdated-collapsed {
	bottom: 0;
	border-radius: 0;
	width: 100%;
	padding: 0;
}

/******************************************************************************/
/*                                    Print                                   */
/******************************************************************************/

	@media print {
		/* Pages have their own margins. */
		html {
			margin: 0;
		}
		/* Serif for print. */
		body {
			font-family: serif;
		}

		.outdated-warning {
			position: absolute;
			border-style: solid;
			border-color: red;
		}

		.outdated-warning input {
			display: none;
		}
	}
	@page {
		margin: 1.5cm 1.1cm;
	}



/******************************************************************************/
/*                             Overflow Control                               */
/******************************************************************************/

	.figure .caption, .sidefigure .caption, figcaption {
		/* in case figure is overlarge, limit caption to 50em */
		max-width: 50rem;
		margin-left: auto;
		margin-right: auto;
	}
	.overlarge {
		/* Magic to create good item positioning:
		  "content column" is 50ems wide at max; less on smaller screens.
		  Extra space (after ToC + content) is empty on the right.

		  1. When item < content column, centers item in column.
		  2. When content < item < available, left-aligns.
		  3. When item > available, fills available + scroll bar.
		*/
		display: grid;
		grid-template-columns: minmax(0, 50em);
	}
	.overlarge > table {
		/* limit preferred width of table */
		max-width: 50em;
		margin-left: auto;
		margin-right: auto;
	}

	@media (min-width: 55em) {
		.overlarge {
			margin-right: calc(13px + 26.5rem - 50vw);
			max-width: none;
		}
	}
	@media screen and (min-width: 78em) {
		body:not(.toc-inline) .overlarge {
			/* 30.5em body padding 50em content area */
			margin-right: calc(40em - 50vw) !important;
		}
	}
	@media screen and (min-width: 90em) {
		body:not(.toc-inline) .overlarge {
			/* 4em html margin 30.5em body padding 50em content area */
			margin-right: calc(84.5em - 100vw) !important;
		}
	}

	@media not print {
		.overlarge {
			overflow-x: auto;
			/* See Lea Verou's explanation background-attachment:
			* http://lea.verou.me/2012/04/background-attachment-local/
			*
			background: top left  / 4em 100% linear-gradient(to right,  #ffffff, rgba(255, 255, 255, 0)) local,
						top right / 4em 100% linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)) local,
						top left  / 1em 100% linear-gradient(to right,  #c3c3c5, rgba(195, 195, 197, 0)) scroll,
						top right / 1em 100% linear-gradient(to left, #c3c3c5, rgba(195, 195, 197, 0)) scroll,
						white;
			background-repeat: no-repeat;
			*/
		}
	}
</style>
<style>
    table, th, td {
      border: 1px solid black;
      border-collapse: collapse;
      vertical-align: top;
    }
    th, td {
      border-left: none;
      border-right: none;
      padding: 0px 10px;
    }
    th {
      text-align: center;
    }

    del { background: #fcc; color: #000; text-decoration: line-through; }
    ins { background: #cfc; color: #000; }
    blockquote .highlight:not(.idl) { background: initial; margin: initial; padding: 0.5em }
    blockquote ul { background: inherit; }
    blockquote code.highlight:not(.idl) { padding: initial; }
    blockquote c-[a] { color: inherit; } /* Keyword.Declaration */
    blockquote c-[b] { color: inherit; } /* Keyword.Type */
    blockquote c-[c] { color: inherit; } /* Comment */
    blockquote c-[d] { color: inherit; } /* Comment.Multiline */
    blockquote c-[e] { color: inherit; } /* Name.Attribute */
    blockquote c-[f] { color: inherit; } /* Name.Tag */
    blockquote c-[g] { color: inherit; } /* Name.Variable */
    blockquote c-[k] { color: inherit; } /* Keyword */
    blockquote c-[l] { color: inherit; } /* Literal */
    blockquote c-[m] { color: inherit; } /* Literal.Number */
    blockquote c-[n] { color: inherit; } /* Name */
    blockquote c-[o] { color: inherit; } /* Operator */
    blockquote c-[p] { color: inherit; } /* Punctuation */
    blockquote c-[s] { color: inherit; } /* Literal.String */
    blockquote c-[t] { color: inherit; } /* Literal.String.Single */
    blockquote c-[u] { color: inherit; } /* Literal.String.Double */
    blockquote c-[cp] { color: inherit; } /* Comment.Preproc */
    blockquote c-[c1] { color: inherit; } /* Comment.Single */
    blockquote c-[cs] { color: inherit; } /* Comment.Special */
    blockquote c-[kc] { color: inherit; } /* Keyword.Constant */
    blockquote c-[kn] { color: inherit; } /* Keyword.Namespace */
    blockquote c-[kp] { color: inherit; } /* Keyword.Pseudo */
    blockquote c-[kr] { color: inherit; } /* Keyword.Reserved */
    blockquote c-[ld] { color: inherit; } /* Literal.Date */
    blockquote c-[nc] { color: inherit; } /* Name.Class */
    blockquote c-[no] { color: inherit; } /* Name.Constant */
    blockquote c-[nd] { color: inherit; } /* Name.Decorator */
    blockquote c-[ni] { color: inherit; } /* Name.Entity */
    blockquote c-[ne] { color: inherit; } /* Name.Exception */
    blockquote c-[nf] { color: inherit; } /* Name.Function */
    blockquote c-[nl] { color: inherit; } /* Name.Label */
    blockquote c-[nn] { color: inherit; } /* Name.Namespace */
    blockquote c-[py] { color: inherit; } /* Name.Property */
    blockquote c-[ow] { color: inherit; } /* Operator.Word */
    blockquote c-[mb] { color: inherit; } /* Literal.Number.Bin */
    blockquote c-[mf] { color: inherit; } /* Literal.Number.Float */
    blockquote c-[mh] { color: inherit; } /* Literal.Number.Hex */
    blockquote c-[mi] { color: inherit; } /* Literal.Number.Integer */
    blockquote c-[mo] { color: inherit; } /* Literal.Number.Oct */
    blockquote c-[sb] { color: inherit; } /* Literal.String.Backtick */
    blockquote c-[sc] { color: inherit; } /* Literal.String.Char */
    blockquote c-[sd] { color: inherit; } /* Literal.String.Doc */
    blockquote c-[se] { color: inherit; } /* Literal.String.Escape */
    blockquote c-[sh] { color: inherit; } /* Literal.String.Heredoc */
    blockquote c-[si] { color: inherit; } /* Literal.String.Interpol */
    blockquote c-[sx] { color: inherit; } /* Literal.String.Other */
    blockquote c-[sr] { color: inherit; } /* Literal.String.Regex */
    blockquote c-[ss] { color: inherit; } /* Literal.String.Symbol */
    blockquote c-[vc] { color: inherit; } /* Name.Variable.Class */
    blockquote c-[vg] { color: inherit; } /* Name.Variable.Global */
    blockquote c-[vi] { color: inherit; } /* Name.Variable.Instance */
    blockquote c-[il] { color: inherit; } /* Literal.Number.Integer.Long */
  </style>
  <meta content="Bikeshed version 1f1661843, updated Wed Dec 15 11:50:57 2021 -0800" name="generator">
  <link href="https://wg21.link/P2400" rel="canonical">
  <link href="https://isocpp.org/favicon.ico" rel="icon">
  <meta content="a20a9a3127d80bf6f25553db031cf92b2d4eb941" name="document-revision">
<style>
svg {
  background: transparent;
}
th {
  text-align: left;
}
table, th, tr, td {
  border: 2px solid black !important;
}
@media (prefers-color-scheme: dark) {
  table, th, tr, td {
    border: 2px solid white !important;
  }
}
.warning {
  color: red;
  font-weight: bold;
}
</style>
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
    color: var(--a-normal-text);
    font-size: inherit;
    font-family: inherit;
}
.css::before, .property::before, .descriptor::before {
    content: "‘";
}
.css::after, .property::after, .descriptor::after {
    content: "’";
}
.property, .descriptor {
    /* Don't wrap property and descriptor names */
    white-space: nowrap;
}
.type { /* CSS value <type> */
    font-style: italic;
}
pre .property::before, pre .property::after {
    content: "";
}
[data-link-type="property"]::before,
[data-link-type="propdesc"]::before,
[data-link-type="descriptor"]::before,
[data-link-type="value"]::before,
[data-link-type="function"]::before,
[data-link-type="at-rule"]::before,
[data-link-type="selector"]::before,
[data-link-type="maybe"]::before {
    content: "‘";
}
[data-link-type="property"]::after,
[data-link-type="propdesc"]::after,
[data-link-type="descriptor"]::after,
[data-link-type="value"]::after,
[data-link-type="function"]::after,
[data-link-type="at-rule"]::after,
[data-link-type="selector"]::after,
[data-link-type="maybe"]::after {
    content: "’";
}

[data-link-type].production::before,
[data-link-type].production::after,
.prod [data-link-type]::before,
.prod [data-link-type]::after {
    content: "";
}

[data-link-type=element],
[data-link-type=element-attr] {
    font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
    font-size: .9em;
}
[data-link-type=element]::before { content: "<" }
[data-link-type=element]::after  { content: ">" }

[data-link-type=biblio] {
    white-space: pre;
}</style>
<style>/* style-colors */

/* Any --*-text not paired with a --*-bg is assumed to have a transparent bg */
:root {
    color-scheme: light dark;

    --text: black;
    --bg: white;

    --unofficial-watermark: url(https://www.w3.org/StyleSheets/TR/2016/logos/UD-watermark);

    --logo-bg: #1a5e9a;
    --logo-active-bg: #c00;
    --logo-text: white;

    --tocnav-normal-text: #707070;
    --tocnav-normal-bg: var(--bg);
    --tocnav-hover-text: var(--tocnav-normal-text);
    --tocnav-hover-bg: #f8f8f8;
    --tocnav-active-text: #c00;
    --tocnav-active-bg: var(--tocnav-normal-bg);

    --tocsidebar-text: var(--text);
    --tocsidebar-bg: #f7f8f9;
    --tocsidebar-shadow: rgba(0,0,0,.1);
    --tocsidebar-heading-text: hsla(203,20%,40%,.7);

    --toclink-text: var(--text);
    --toclink-underline: #3980b5;
    --toclink-visited-text: var(--toclink-text);
    --toclink-visited-underline: #054572;

    --heading-text: #005a9c;

    --hr-text: var(--text);

    --algo-border: #def;

    --del-text: red;
    --del-bg: transparent;
    --ins-text: #080;
    --ins-bg: transparent;

    --a-normal-text: #034575;
    --a-normal-underline: #bbb;
    --a-visited-text: var(--a-normal-text);
    --a-visited-underline: #707070;
    --a-hover-bg: rgba(75%, 75%, 75%, .25);
    --a-active-text: #c00;
    --a-active-underline: #c00;

    --blockquote-border: silver;
    --blockquote-bg: transparent;
    --blockquote-text: currentcolor;

    --issue-border: #e05252;
    --issue-bg: #fbe9e9;
    --issue-text: var(--text);
    --issueheading-text: #831616;

    --example-border: #e0cb52;
    --example-bg: #fcfaee;
    --example-text: var(--text);
    --exampleheading-text: #574b0f;

    --note-border: #52e052;
    --note-bg: #e9fbe9;
    --note-text: var(--text);
    --noteheading-text: hsl(120, 70%, 30%);
    --notesummary-underline: silver;

    --assertion-border: #aaa;
    --assertion-bg: #eee;
    --assertion-text: black;

    --advisement-border: orange;
    --advisement-bg: #fec;
    --advisement-text: var(--text);
    --advisementheading-text: #b35f00;

    --warning-border: red;
    --warning-bg: hsla(40,100%,50%,0.95);
    --warning-text: var(--text);

    --amendment-border: #330099;
    --amendment-bg: #F5F0FF;
    --amendment-text: var(--text);
    --amendmentheading-text: #220066;

    --def-border: #8ccbf2;
    --def-bg: #def;
    --def-text: var(--text);
    --defrow-border: #bbd7e9;

    --datacell-border: silver;

    --indexinfo-text: #707070;

    --indextable-hover-text: black;
    --indextable-hover-bg: #f7f8f9;

    --outdatedspec-bg: rgba(0, 0, 0, .5);
    --outdatedspec-text: black;
    --outdated-bg: maroon;
    --outdated-text: white;
    --outdated-shadow: red;

    --editedrec-bg: darkorange;
}</style>
<style>/* style-counters */

body {
    counter-reset: example figure issue;
}
.issue {
    counter-increment: issue;
}
.issue:not(.no-marker)::before {
    content: "Issue " counter(issue);
}

.example {
    counter-increment: example;
}
.example:not(.no-marker)::before {
    content: "Example " counter(example);
}
.invalid.example:not(.no-marker)::before,
.illegal.example:not(.no-marker)::before {
    content: "Invalid Example" counter(example);
}

figcaption {
    counter-increment: figure;
}
figcaption:not(.no-marker)::before {
    content: "Figure " counter(figure) " ";
}</style>
<style>/* style-issues */

a[href].issue-return {
    float: right;
    float: inline-end;
    color: var(--issueheading-text);
    font-weight: bold;
    text-decoration: none;
}
</style>
<style>/* style-md-lists */

/* This is a weird hack for me not yet following the commonmark spec
   regarding paragraph and lists. */
[data-md] > :first-child {
    margin-top: 0;
}
[data-md] > :last-child {
    margin-bottom: 0;
}</style>
<style>/* style-selflinks */

:root {
    --selflink-text: white;
    --selflink-bg: gray;
    --selflink-hover-text: black;
}
.heading, .issue, .note, .example, li, dt {
    position: relative;
}
a.self-link {
    position: absolute;
    top: 0;
    left: calc(-1 * (3.5rem - 26px));
    width: calc(3.5rem - 26px);
    height: 2em;
    text-align: center;
    border: none;
    transition: opacity .2s;
    opacity: .5;
}
a.self-link:hover {
    opacity: 1;
}
.heading > a.self-link {
    font-size: 83%;
}
li > a.self-link {
    left: calc(-1 * (3.5rem - 26px) - 2em);
}
dfn > a.self-link {
    top: auto;
    left: auto;
    opacity: 0;
    width: 1.5em;
    height: 1.5em;
    background: var(--selflink-bg);
    color: var(--selflink-text);
    font-style: normal;
    transition: opacity .2s, background-color .2s, color .2s;
}
dfn:hover > a.self-link {
    opacity: 1;
}
dfn > a.self-link:hover {
    color: var(--selflink-hover-text);
}

a.self-link::before            { content: "¶"; }
.heading > a.self-link::before { content: "§"; }
dfn > a.self-link::before      { content: "#"; }
</style>
<style>/* style-darkmode */

@media (prefers-color-scheme: dark) {
    :root {
        --text: #ddd;
        --bg: black;

        --unofficial-watermark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cg fill='%23100808' transform='translate(200 200) rotate(-45) translate(-200 -200)' stroke='%23100808' stroke-width='3'%3E%3Ctext x='50%25' y='220' style='font: bold 70px sans-serif; text-anchor: middle; letter-spacing: 6px;'%3EUNOFFICIAL%3C/text%3E%3Ctext x='50%25' y='305' style='font: bold 70px sans-serif; text-anchor: middle; letter-spacing: 6px;'%3EDRAFT%3C/text%3E%3C/g%3E%3C/svg%3E");

        --logo-bg: #1a5e9a;
        --logo-active-bg: #c00;
        --logo-text: white;

        --tocnav-normal-text: #999;
        --tocnav-normal-bg: var(--bg);
        --tocnav-hover-text: var(--tocnav-normal-text);
        --tocnav-hover-bg: #080808;
        --tocnav-active-text: #f44;
        --tocnav-active-bg: var(--tocnav-normal-bg);

        --tocsidebar-text: var(--text);
        --tocsidebar-bg: #080808;
        --tocsidebar-shadow: rgba(255,255,255,.1);
        --tocsidebar-heading-text: hsla(203,20%,40%,.7);

        --toclink-text: var(--text);
        --toclink-underline: #6af;
        --toclink-visited-text: var(--toclink-text);
        --toclink-visited-underline: #054572;

        --heading-text: #8af;

        --hr-text: var(--text);

        --algo-border: #456;

        --del-text: #f44;
        --del-bg: transparent;
        --ins-text: #4a4;
        --ins-bg: transparent;

        --a-normal-text: #6af;
        --a-normal-underline: #555;
        --a-visited-text: var(--a-normal-text);
        --a-visited-underline: var(--a-normal-underline);
        --a-hover-bg: rgba(25%, 25%, 25%, .2);
        --a-active-text: #f44;
        --a-active-underline: var(--a-active-text);

        --borderedblock-bg: rgba(255, 255, 255, .05);

        --blockquote-border: silver;
        --blockquote-bg: var(--borderedblock-bg);
        --blockquote-text: currentcolor;

        --issue-border: #e05252;
        --issue-bg: var(--borderedblock-bg);
        --issue-text: var(--text);
        --issueheading-text: hsl(0deg, 70%, 70%);

        --example-border: hsl(50deg, 90%, 60%);
        --example-bg: var(--borderedblock-bg);
        --example-text: var(--text);
        --exampleheading-text: hsl(50deg, 70%, 70%);

        --note-border: hsl(120deg, 100%, 35%);
        --note-bg: var(--borderedblock-bg);
        --note-text: var(--text);
        --noteheading-text: hsl(120, 70%, 70%);
        --notesummary-underline: silver;

        --assertion-border: #444;
        --assertion-bg: var(--borderedblock-bg);
        --assertion-text: var(--text);

        --advisement-border: orange;
        --advisement-bg: #222218;
        --advisement-text: var(--text);
        --advisementheading-text: #f84;

        --warning-border: red;
        --warning-bg: hsla(40,100%,20%,0.95);
        --warning-text: var(--text);

        --amendment-border: #330099;
        --amendment-bg: #080010;
        --amendment-text: var(--text);
        --amendmentheading-text: #cc00ff;

        --def-border: #8ccbf2;
        --def-bg: #080818;
        --def-text: var(--text);
        --defrow-border: #136;

        --datacell-border: silver;

        --indexinfo-text: #aaa;

        --indextable-hover-text: var(--text);
        --indextable-hover-bg: #181818;

        --outdatedspec-bg: rgba(255, 255, 255, .5);
        --outdatedspec-text: black;
        --outdated-bg: maroon;
        --outdated-text: white;
        --outdated-shadow: red;

        --editedrec-bg: darkorange;
    }
    /* In case a transparent-bg image doesn't expect to be on a dark bg,
       which is quite common in practice... */
    img { background: white; }
}
@media (prefers-color-scheme: dark) {
    :root {
        --selflink-text: black;
        --selflink-bg: silver;
        --selflink-hover-text: white;
    }
}

@media (prefers-color-scheme: dark) {
    .highlight:not(.idl) { background: rgba(255, 255, 255, .05); }

    c-[a] { color: #d33682 } /* Keyword.Declaration */
    c-[b] { color: #d33682 } /* Keyword.Type */
    c-[c] { color: #2aa198 } /* Comment */
    c-[d] { color: #2aa198 } /* Comment.Multiline */
    c-[e] { color: #268bd2 } /* Name.Attribute */
    c-[f] { color: #b58900 } /* Name.Tag */
    c-[g] { color: #cb4b16 } /* Name.Variable */
    c-[k] { color: #d33682 } /* Keyword */
    c-[l] { color: #657b83 } /* Literal */
    c-[m] { color: #657b83 } /* Literal.Number */
    c-[n] { color: #268bd2 } /* Name */
    c-[o] { color: #657b83 } /* Operator */
    c-[p] { color: #657b83 } /* Punctuation */
    c-[s] { color: #6c71c4 } /* Literal.String */
    c-[t] { color: #6c71c4 } /* Literal.String.Single */
    c-[u] { color: #6c71c4 } /* Literal.String.Double */
    c-[ch] { color: #2aa198 } /* Comment.Hashbang */
    c-[cp] { color: #2aa198 } /* Comment.Preproc */
    c-[cpf] { color: #2aa198 } /* Comment.PreprocFile */
    c-[c1] { color: #2aa198 } /* Comment.Single */
    c-[cs] { color: #2aa198 } /* Comment.Special */
    c-[kc] { color: #d33682 } /* Keyword.Constant */
    c-[kn] { color: #d33682 } /* Keyword.Namespace */
    c-[kp] { color: #d33682 } /* Keyword.Pseudo */
    c-[kr] { color: #d33682 } /* Keyword.Reserved */
    c-[ld] { color: #657b83 } /* Literal.Date */
    c-[nc] { color: #268bd2 } /* Name.Class */
    c-[no] { color: #268bd2 } /* Name.Constant */
    c-[nd] { color: #268bd2 } /* Name.Decorator */
    c-[ni] { color: #268bd2 } /* Name.Entity */
    c-[ne] { color: #268bd2 } /* Name.Exception */
    c-[nf] { color: #268bd2 } /* Name.Function */
    c-[nl] { color: #268bd2 } /* Name.Label */
    c-[nn] { color: #268bd2 } /* Name.Namespace */
    c-[py] { color: #268bd2 } /* Name.Property */
    c-[ow] { color: #657b83 } /* Operator.Word */
    c-[mb] { color: #657b83 } /* Literal.Number.Bin */
    c-[mf] { color: #657b83 } /* Literal.Number.Float */
    c-[mh] { color: #657b83 } /* Literal.Number.Hex */
    c-[mi] { color: #657b83 } /* Literal.Number.Integer */
    c-[mo] { color: #657b83 } /* Literal.Number.Oct */
    c-[sa] { color: #6c71c4 } /* Literal.String.Affix */
    c-[sb] { color: #6c71c4 } /* Literal.String.Backtick */
    c-[sc] { color: #6c71c4 } /* Literal.String.Char */
    c-[dl] { color: #6c71c4 } /* Literal.String.Delimiter */
    c-[sd] { color: #6c71c4 } /* Literal.String.Doc */
    c-[se] { color: #6c71c4 } /* Literal.String.Escape */
    c-[sh] { color: #6c71c4 } /* Literal.String.Heredoc */
    c-[si] { color: #6c71c4 } /* Literal.String.Interpol */
    c-[sx] { color: #6c71c4 } /* Literal.String.Other */
    c-[sr] { color: #6c71c4 } /* Literal.String.Regex */
    c-[ss] { color: #6c71c4 } /* Literal.String.Symbol */
    c-[fm] { color: #268bd2 } /* Name.Function.Magic */
    c-[vc] { color: #cb4b16 } /* Name.Variable.Class */
    c-[vg] { color: #cb4b16 } /* Name.Variable.Global */
    c-[vi] { color: #cb4b16 } /* Name.Variable.Instance */
    c-[vm] { color: #cb4b16 } /* Name.Variable.Magic */
    c-[il] { color: #657b83 } /* Literal.Number.Integer.Long */
}
</style>
 <body class="h-entry">
  <div class="head">
   <p data-fill-with="logo"></p>
   <h1 class="p-name no-ref" id="title">P2400R3<br>Library Evolution Report: <br>2021-09-28 to 2022-01-25</h1>
   <h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="2022-04-21">2022-04-21</time></span></h2>
   <div data-fill-with="spec-metadata">
    <dl>
     <dt class="editor">Authors:
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:brycelelbach@gmail.com">Bryce Adelstein Lelbach (he/him/his) — Library Evolution Chair</a> (<span class="p-org org">NVIDIA</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:f.fracassi@gmx.net">Fabio Fracassi — Library Evolution Vice Chair</a> (<span class="p-org org">CODE University of Applied Sciences</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:ben.craig@gmail.com">Ben Craig — Library Evolution Vice Chair</a> (<span class="p-org org">NI</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:Billy.Baker@flightsafety.com">Billy Baker — Library Incubator Chair</a> (<span class="p-org org">FlightSafety</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:nliber@gmail.com">Nevin Liber — Library Incubator Vice Chair</a> (<span class="p-org org">Argonne National Laboratory</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:sinbal2l@gmail.com">Inbal Levi — Ranges Chair (SG9) and Library Mailing List Review Manager</a>
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:corentin.jabot@gmail.com">Corentin Jabot — Library Mailing List Review Manager</a>
     <dt>Source:
     <dd><a href="https://github.com/brycelelbach/wg21_p2400_library_evolution_report/blob/main/library_evolution_report.bs">GitHub</a>
     <dt>Issue Tracking:
     <dd><a href="https://github.com/brycelelbach/wg21_p2400_library_evolution_report/issues">GitHub</a>
     <dt>Project:
     <dd>ISO/IEC JTC1/SC22/WG21 14882: Programming Language — C++
     <dt>Audience:
     <dd>WG21
    </dl>
   </div>
   <div data-fill-with="warning"></div>
   <hr title="Separator for header">
  </div>
  <nav data-fill-with="table-of-contents" id="toc">
   <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
   <ol class="toc" role="directory">
    <li>
     <a href="#execution"><span class="secno">1</span> <span class="content">Execution</span></a>
     <ol class="toc">
      <li><a href="#c++23-schedule"><span class="secno">1.1</span> <span class="content">C++23 Schedule</span></a>
      <li><a href="#c++26-schedule"><span class="secno">1.2</span> <span class="content">C++26 Schedule</span></a>
      <li><a href="#telecons"><span class="secno">1.3</span> <span class="content">Telecons</span></a>
      <li><a href="#mailing-list-reviews"><span class="secno">1.4</span> <span class="content">Mailing List Reviews</span></a>
      <li><a href="#paper-queues-and-backlog"><span class="secno">1.5</span> <span class="content">Paper Queues and Backlog</span></a>
      <li>
       <a href="#electronic-polling"><span class="secno">1.6</span> <span class="content">Electronic Polling</span></a>
       <ol class="toc">
        <li><a href="#expedited-electronic-polling"><span class="secno">1.6.1</span> <span class="content">Expedited Advancement to Electronic Polling</span></a>
       </ol>
      <li><a href="#prioritization"><span class="secno">1.7</span> <span class="content">Prioritization</span></a>
      <li><a href="#chairing-guide"><span class="secno">1.8</span> <span class="content">Chair Guide</span></a>
      <li><a href="#staff"><span class="secno">1.9</span> <span class="content">Staff</span></a>
     </ol>
    <li>
     <a href="#technical"><span class="secno">2</span> <span class="content">Technical</span></a>
     <ol class="toc">
      <li>
       <a href="#plenary-approved-priorities"><span class="secno">2.1</span> <span class="content">Plenary Approved Priorities</span></a>
       <ol class="toc">
        <li><a href="#senders-and-receivers"><span class="secno">2.1.1</span> <span class="content">Senders And Receivers</span></a>
        <li><a href="#networking"><span class="secno">2.1.2</span> <span class="content">Networking</span></a>
        <li><a href="#coroutines-library-support"><span class="secno">2.1.3</span> <span class="content">Coroutines Library Support</span></a>
        <li><a href="#standard-library-modules"><span class="secno">2.1.4</span> <span class="content">Standard Library Modules</span></a>
       </ol>
      <li>
       <a href="#other-highlights"><span class="secno">2.2</span> <span class="content">Other Highlights</span></a>
       <ol class="toc">
        <li><a href="#ranges"><span class="secno">2.2.1</span> <span class="content">Ranges</span></a>
        <li><a href="#formatting-and-printing"><span class="secno">2.2.2</span> <span class="content">Formatting and Printing</span></a>
        <li><a href="#text-and-unicode"><span class="secno">2.2.3</span> <span class="content">Text and Unicode</span></a>
        <li><a href="#linear-algebra-and-mdspan"><span class="secno">2.2.4</span> <span class="content">Linear Algebra and <code class="highlight"><c- n>mdspan</c-></code></span></a>
        <li><a href="#concurrency-ts-v2"><span class="secno">2.2.5</span> <span class="content">Concurrency TS v2</span></a>
       </ol>
      <li><a href="#papers-reviewed"><span class="secno">2.3</span> <span class="content">Papers Reviewed</span></a>
      <li><a href="#papers-advanced-for-cpp23"><span class="secno">2.4</span> <span class="content">Papers Advanced For C++23</span></a>
     </ol>
    <li>
     <a href="#references"><span class="secno"></span> <span class="content">References</span></a>
     <ol class="toc">
      <li><a href="#informative"><span class="secno"></span> <span class="content">Informative References</span></a>
     </ol>
   </ol>
  </nav>
  <main>
   <p>This report summarizes the activities of C++'s Library Evolution group from
  2021-09-28 to 2022-01-25.
It is split into two sections; one focused on <em>execution</em> (process, logistics,
  and operations) and one focused on <em>technical</em> work (papers we processed, etc).</p>
   <p>Readers are encouraged to also look at:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2145r1">[P2145R1]</a>: Evolving C++ Remotely</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2138r3">[P2138R3]</a>: Rules of Design &lt;=> Specification Engagement</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2195r2">[P2195R2]</a>: Electronic Straw Polls</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1000r4">[P1000R4]</a>: C++ Release Schedule</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0592r4">[P0592R4]</a>: Plan and Priorities for C++23 and Beyond</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2489r0">[P2489R0]</a>: Library Evolution Plan for Completing C++23</p>
   </ul>
   <p>Prior Library Evolution reports:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2247r1">[P2247R1]</a>: 2020-04-06 to 2020-10-22</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2400r0">[P2400R0]</a>: 2020-10-27 to 2021-02-16</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2400r1">[P2400R1]</a>: 2021-02-23 to 2021-05-25</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2400r2">[P2400R2]</a>: 2021-06-01 to 2021-09-20</p>
   </ul>
   <h2 class="heading settled" data-level="1" id="execution"><span class="secno">1. </span><span class="content">Execution</span><a class="self-link" href="#execution"></a></h2>
   <h3 class="heading settled" data-level="1.1" id="c++23-schedule"><span class="secno">1.1. </span><span class="content">C++23 Schedule</span><a class="self-link" href="#c++23-schedule"></a></h3>
   <p>C++23 is now feature complete, as of 2022-02, as per
  our release schedule <a data-link-type="biblio" href="https://wg21.link/p1000r4">[P1000R4]</a>.
No new features will be added to C++23.
C++23 is the first C++ Standard designed entirely under
  our remote procedures <a data-link-type="biblio" href="https://wg21.link/p2145r1">[P2145R1]</a>.</p>
   <p>We will continue to refine C++23 over the next few months.
In particular, we’ll focus on:</p>
   <ul>
    <li data-md>
     <p>Clarifications or questions from Library on material we’ve already
forwarded to them for C++23.</p>
    <li data-md>
     <p>Papers that fix issues in papers we’ve sent to Library for C++23.</p>
    <li data-md>
     <p>Papers that fix issues in the Working Draft (especially issues
we’ve recently introduced).</p>
   </ul>
   <p>Library Evolution will continue working solely on C++23 through 2022-02, at
  which point we expect to complete all outstanding C++23 work.</p>
   <p>In 2022-07, the C++ Committee will complete the C++23 Committee Draft (CD) and
  solicit comments from National Bodies (NBs).
Once we receive those comments in 2022-Fall, Library Evolution will shift its
  attention back to C++23.</p>
   <h3 class="heading settled" data-level="1.2" id="c++26-schedule"><span class="secno">1.2. </span><span class="content">C++26 Schedule</span><a class="self-link" href="#c++26-schedule"></a></h3>
   <p>Library Evolution will begin working on C++26 in 2022-03, and C++26 will
  increasingly consume our attention as we approach the release of the C++23
  Committee Draft.</p>
   <p>By 2022-Summer, we expect to be fully focused on C++26.
Our efforts will briefly shift away from C++26 in 2022-Fall so that we can
  address National Body comments and finalize C++23.</p>
   <h3 class="heading settled" data-level="1.3" id="telecons"><span class="secno">1.3. </span><span class="content">Telecons</span><a class="self-link" href="#telecons"></a></h3>
   <p>Since 2020-04, Library Evolution has held a 1.5 hour telecon once a week to
  review papers.
Typically, 1 or 2 papers are reviewed at each telecon.</p>
   <p>Recently, Library Evolution has started experimenting with a new format,
  supertelecons, to work on larger projects and help complete C++23.
Supertelecons are held over 2 consecutive days, meeting for 3.5 hours a day, for
  7 hours in total.
We held three supertelecons - 2021-10, 2021-11, and 2022-01.
These initial 3 supertelecons were quite successful, and we anticipate using
  this format alongside regulary weekly telecons and mailing list reviews in
  the future.</p>
   <p>The agenda for upcoming telecon reviews can be found <a href="https://github.com/cplusplus/LEWG/wiki/2022-Telecons">here</a>.
For details on how to participate in telecon reviews, please view the calendar
  on <a href="https://documents.isocpp.org">documents.isocpp.org</a> or <a href="mailto:brycelelbach@gmail.com">contact Bryce Adelstein Lelbach</a>.</p>
   <p>More details on how we use telecons can be found in <a data-link-type="biblio" href="https://wg21.link/p2145r1">[P2145R1]</a>.</p>
   <center>
    <table>
     <tbody>
      <tr>
       <th>
       <th>2021-09-28 to 2022-01-25 
       <th>Since 2020-04-06 
      <tr>
       <th># of Telecons 
       <td>14 
       <td>88 
      <tr>
       <th># of Supertelecons 
       <td>3 
       <td>3 
      <tr>
       <th># of (Super)Telecon Days 
       <td>6 
       <td>6 
      <tr>
       <th># of Papers Reviewed On (Super)Telecons 
       <td>36 
       <td>143 
      <tr>
       <th># of Papers Advanced From (Super)Telecons to Electronic Polling 
       <td>21 
       <td>49 
      <tr>
       <th>Total # of (Super)Telecon Attendees 
       <td>121 
       <td>217 
      <tr>
       <th>Mean Attendees Per Telecon 
       <td>34.65 
       <td>31.58 
      <tr>
       <th>Median Attendees Per Telecon 
       <td>31.5 
       <td>30.0 
      <tr>
       <th>Mean Telecons Per Attendee 
       <td>5.73 
       <td>13.05 
      <tr>
       <th>Median Telecons Per Attendee 
       <td>3 
       <td>4 
      <tr>
       <th>Mean Attendees Per Supertelecon Day 
       <td>43 
       <td>43 
      <tr>
       <th>Median Attendees Per Supertelecon Day 
       <td>43.5 
       <td>43.5 
      <tr>
    </table>
    <svg fill="none" height="474" stroke="none" stroke-linecap="square" stroke-miterlimit="10" version="1.1" viewBox="0.0 0.0 757.0 474.0" width="757" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
     <path d="M0 0L757.0 0L757.0 474.0L0 474.0L0 0Z" fill="#ffffff" fill-opacity="0.0" fill-rule="nonzero"></path>
     <path d="M54.5 380.5L733.5 380.5" fill-rule="nonzero" stroke="#333333" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 359.5L733.5 359.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 338.5L733.5 338.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 317.5L733.5 317.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 296.5L733.5 296.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 275.5L733.5 275.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 254.5L733.5 254.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 233.5L733.5 233.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 212.5L733.5 212.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 191.5L733.5 191.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 170.5L733.5 170.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 149.5L733.5 149.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 128.5L733.5 128.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 107.5L733.5 107.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 378.5L733.5 378.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 376.5L733.5 376.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 374.5L733.5 374.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 371.5L733.5 371.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 369.5L733.5 369.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 367.5L733.5 367.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 365.5L733.5 365.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 363.5L733.5 363.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 361.5L733.5 361.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 357.5L733.5 357.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 355.5L733.5 355.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 353.5L733.5 353.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 350.5L733.5 350.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 348.5L733.5 348.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 346.5L733.5 346.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 344.5L733.5 344.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 342.5L733.5 342.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 340.5L733.5 340.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 336.5L733.5 336.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 334.5L733.5 334.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 332.5L733.5 332.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 329.5L733.5 329.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 327.5L733.5 327.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 325.5L733.5 325.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 323.5L733.5 323.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 321.5L733.5 321.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 319.5L733.5 319.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 315.5L733.5 315.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 313.5L733.5 313.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 311.5L733.5 311.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 308.5L733.5 308.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 306.5L733.5 306.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 304.5L733.5 304.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 302.5L733.5 302.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 300.5L733.5 300.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 298.5L733.5 298.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 294.5L733.5 294.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 292.5L733.5 292.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 290.5L733.5 290.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 287.5L733.5 287.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 285.5L733.5 285.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 283.5L733.5 283.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 281.5L733.5 281.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 279.5L733.5 279.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 277.5L733.5 277.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 273.5L733.5 273.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 271.5L733.5 271.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 269.5L733.5 269.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 266.5L733.5 266.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 264.5L733.5 264.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 262.5L733.5 262.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 260.5L733.5 260.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 258.5L733.5 258.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 256.5L733.5 256.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 252.5L733.5 252.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 250.5L733.5 250.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 248.5L733.5 248.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 245.5L733.5 245.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 243.5L733.5 243.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 241.5L733.5 241.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 239.5L733.5 239.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 237.5L733.5 237.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 235.5L733.5 235.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 231.5L733.5 231.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 229.5L733.5 229.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 227.5L733.5 227.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 224.5L733.5 224.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 222.5L733.5 222.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 220.5L733.5 220.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 218.5L733.5 218.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 216.5L733.5 216.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 214.5L733.5 214.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 210.5L733.5 210.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 208.5L733.5 208.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 206.5L733.5 206.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 203.5L733.5 203.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 201.5L733.5 201.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 199.5L733.5 199.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 197.5L733.5 197.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 195.5L733.5 195.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 193.5L733.5 193.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 189.5L733.5 189.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 187.5L733.5 187.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 185.5L733.5 185.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 182.5L733.5 182.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 180.5L733.5 180.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 178.5L733.5 178.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 176.5L733.5 176.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 174.5L733.5 174.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 172.5L733.5 172.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 168.5L733.5 168.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 166.5L733.5 166.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 164.5L733.5 164.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 161.5L733.5 161.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 159.5L733.5 159.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 157.5L733.5 157.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 155.5L733.5 155.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 153.5L733.5 153.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 151.5L733.5 151.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 147.5L733.5 147.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 145.5L733.5 145.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 143.5L733.5 143.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 140.5L733.5 140.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 138.5L733.5 138.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 136.5L733.5 136.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 134.5L733.5 134.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 132.5L733.5 132.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 130.5L733.5 130.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 126.5L733.5 126.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 124.5L733.5 124.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 122.5L733.5 122.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 119.5L733.5 119.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 117.5L733.5 117.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 115.5L733.5 115.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 113.5L733.5 113.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 111.5L733.5 111.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 109.5L733.5 109.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <clipPath id="id_0">
      <path clip-rule="nonzero" d="M54.7 107.3L733.3 107.3L733.3 380.3L54.7 380.3L54.7 107.3Z"></path>
     </clipPath>
     <path clip-path="url(#id_0)" d="M63.0 380.0L58.0 380.0L58.0 380.0L63.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M63.0 380.0L58.0 380.0L58.0 380.0L63.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M70.0 380.0L65.0 380.0L65.0 380.0L70.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M70.0 380.0L65.0 380.0L65.0 380.0L70.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M77.0 380.0L72.0 380.0L72.0 380.0L77.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M77.0 380.0L72.0 380.0L72.0 380.0L77.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M84.0 380.0L79.0 380.0L79.0 380.0L84.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M84.0 380.0L79.0 380.0L79.0 380.0L84.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M91.0 380.0L86.0 380.0L86.0 380.0L91.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M91.0 380.0L86.0 380.0L86.0 380.0L91.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M99.0 380.0L94.0 380.0L94.0 380.0L99.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M99.0 380.0L94.0 380.0L94.0 380.0L99.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M106.0 380.0L101.0 380.0L101.0 380.0L106.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M106.0 380.0L101.0 380.0L101.0 380.0L106.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M113.0 380.0L108.0 380.0L108.0 380.0L113.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M113.0 380.0L108.0 380.0L108.0 380.0L113.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M120.0 380.0L115.0 380.0L115.0 380.0L120.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M120.0 380.0L115.0 380.0L115.0 380.0L120.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M127.0 380.0L122.0 380.0L122.0 380.0L127.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M127.0 380.0L122.0 380.0L122.0 380.0L127.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M134.0 380.0L129.0 380.0L129.0 380.0L134.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M134.0 380.0L129.0 380.0L129.0 380.0L134.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M142.0 380.0L137.0 380.0L137.0 380.0L142.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M142.0 380.0L137.0 380.0L137.0 380.0L142.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M149.0 380.0L144.0 380.0L144.0 380.0L149.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M149.0 380.0L144.0 380.0L144.0 380.0L149.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M156.0 380.0L151.0 380.0L151.0 380.0L156.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M156.0 380.0L151.0 380.0L151.0 380.0L156.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M163.0 380.0L158.0 380.0L158.0 380.0L163.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M163.0 380.0L158.0 380.0L158.0 380.0L163.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M170.0 380.0L165.0 380.0L165.0 380.0L170.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M170.0 380.0L165.0 380.0L165.0 380.0L170.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M178.0 380.0L173.0 380.0L173.0 380.0L178.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M178.0 380.0L173.0 380.0L173.0 380.0L178.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M185.0 380.0L180.0 380.0L180.0 380.0L185.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M185.0 380.0L180.0 380.0L180.0 380.0L185.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M192.0 380.0L187.0 380.0L187.0 380.0L192.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M192.0 380.0L187.0 380.0L187.0 380.0L192.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M199.0 380.0L194.0 380.0L194.0 380.0L199.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M199.0 380.0L194.0 380.0L194.0 380.0L199.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M206.0 380.0L201.0 380.0L201.0 380.0L206.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M206.0 380.0L201.0 380.0L201.0 380.0L206.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M214.0 380.0L209.0 380.0L209.0 380.0L214.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M214.0 380.0L209.0 380.0L209.0 380.0L214.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M221.0 380.0L216.0 380.0L216.0 380.0L221.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M221.0 380.0L216.0 380.0L216.0 380.0L221.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M228.0 380.0L223.0 380.0L223.0 380.0L228.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M228.0 380.0L223.0 380.0L223.0 380.0L228.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M235.0 380.0L230.0 380.0L230.0 380.0L235.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M235.0 380.0L230.0 380.0L230.0 380.0L235.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M242.0 380.0L237.0 380.0L237.0 380.0L242.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M242.0 380.0L237.0 380.0L237.0 380.0L242.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M250.0 380.0L245.0 380.0L245.0 380.0L250.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M250.0 380.0L245.0 380.0L245.0 380.0L250.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M257.0 380.0L252.0 380.0L252.0 380.0L257.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M257.0 380.0L252.0 380.0L252.0 380.0L257.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M264.0 380.0L259.0 380.0L259.0 380.0L264.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M264.0 380.0L259.0 380.0L259.0 380.0L264.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M271.0 380.0L266.0 380.0L266.0 380.0L271.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M271.0 380.0L266.0 380.0L266.0 380.0L271.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M278.0 380.0L273.0 380.0L273.0 380.0L278.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M278.0 380.0L273.0 380.0L273.0 380.0L278.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M286.0 380.0L281.0 380.0L281.0 380.0L286.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M286.0 380.0L281.0 380.0L281.0 380.0L286.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M293.0 380.0L288.0 380.0L288.0 380.0L293.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M293.0 380.0L288.0 380.0L288.0 380.0L293.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M300.0 380.0L295.0 380.0L295.0 380.0L300.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M300.0 380.0L295.0 380.0L295.0 380.0L300.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M307.0 380.0L302.0 380.0L302.0 380.0L307.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M307.0 380.0L302.0 380.0L302.0 380.0L307.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M314.0 380.0L309.0 380.0L309.0 380.0L314.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M314.0 380.0L309.0 380.0L309.0 380.0L314.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M321.0 380.0L316.0 380.0L316.0 380.0L321.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M321.0 380.0L316.0 380.0L316.0 380.0L321.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M329.0 380.0L324.0 380.0L324.0 380.0L329.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M329.0 380.0L324.0 380.0L324.0 380.0L329.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M336.0 380.0L331.0 380.0L331.0 380.0L336.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M336.0 380.0L331.0 380.0L331.0 380.0L336.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M343.0 380.0L338.0 380.0L338.0 380.0L343.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M343.0 380.0L338.0 380.0L338.0 380.0L343.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M350.0 380.0L345.0 380.0L345.0 380.0L350.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M350.0 380.0L345.0 380.0L345.0 380.0L350.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M357.0 380.0L352.0 380.0L352.0 380.0L357.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M357.0 380.0L352.0 380.0L352.0 380.0L357.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M365.0 380.0L360.0 380.0L360.0 380.0L365.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M365.0 380.0L360.0 380.0L360.0 380.0L365.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M372.0 380.0L367.0 380.0L367.0 380.0L372.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M372.0 380.0L367.0 380.0L367.0 380.0L372.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M379.0 380.0L374.0 380.0L374.0 380.0L379.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M379.0 380.0L374.0 380.0L374.0 380.0L379.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M386.0 380.0L381.0 380.0L381.0 380.0L386.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M386.0 380.0L381.0 380.0L381.0 380.0L386.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M393.0 380.0L388.0 380.0L388.0 380.0L393.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M393.0 380.0L388.0 380.0L388.0 380.0L393.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M401.0 380.0L396.0 380.0L396.0 380.0L401.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M401.0 380.0L396.0 380.0L396.0 380.0L401.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M408.0 380.0L403.0 380.0L403.0 380.0L408.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M408.0 380.0L403.0 380.0L403.0 380.0L408.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M415.0 380.0L410.0 380.0L410.0 380.0L415.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M415.0 380.0L410.0 380.0L410.0 380.0L415.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M422.0 380.0L417.0 380.0L417.0 380.0L422.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M422.0 380.0L417.0 380.0L417.0 380.0L422.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M429.0 380.0L424.0 380.0L424.0 380.0L429.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M429.0 380.0L424.0 380.0L424.0 380.0L429.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M437.0 380.0L432.0 380.0L432.0 380.0L437.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M437.0 380.0L432.0 380.0L432.0 380.0L437.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M444.0 380.0L439.0 380.0L439.0 380.0L444.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M444.0 380.0L439.0 380.0L439.0 380.0L444.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M451.0 380.0L446.0 380.0L446.0 380.0L451.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M451.0 380.0L446.0 380.0L446.0 380.0L451.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M458.0 380.0L453.0 380.0L453.0 380.0L458.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M458.0 380.0L453.0 380.0L453.0 380.0L458.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M465.0 380.0L460.0 380.0L460.0 380.0L465.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M465.0 380.0L460.0 380.0L460.0 380.0L465.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M473.0 380.0L468.0 380.0L468.0 380.0L473.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M473.0 380.0L468.0 380.0L468.0 380.0L473.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M480.0 380.0L475.0 380.0L475.0 380.0L480.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M480.0 380.0L475.0 380.0L475.0 380.0L480.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M487.0 380.0L482.0 380.0L482.0 380.0L487.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M487.0 380.0L482.0 380.0L482.0 380.0L487.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M494.0 380.0L489.0 380.0L489.0 380.0L494.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M494.0 380.0L489.0 380.0L489.0 380.0L494.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M501.0 380.0L496.0 380.0L496.0 380.0L501.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M501.0 380.0L496.0 380.0L496.0 380.0L501.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M508.0 380.0L503.0 380.0L503.0 380.0L508.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M508.0 380.0L503.0 380.0L503.0 380.0L508.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M516.0 380.0L511.0 380.0L511.0 380.0L516.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M516.0 380.0L511.0 380.0L511.0 380.0L516.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M523.0 380.0L518.0 380.0L518.0 380.0L523.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M523.0 380.0L518.0 380.0L518.0 380.0L523.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M530.0 380.0L525.0 380.0L525.0 380.0L530.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M530.0 380.0L525.0 380.0L525.0 380.0L530.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M537.0 380.0L532.0 380.0L532.0 380.0L537.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M537.0 380.0L532.0 380.0L532.0 380.0L537.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M544.0 380.0L539.0 380.0L539.0 380.0L544.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M544.0 380.0L539.0 380.0L539.0 380.0L544.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M552.0 380.0L547.0 380.0L547.0 380.0L552.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M552.0 380.0L547.0 380.0L547.0 380.0L552.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M559.0 380.0L554.0 380.0L554.0 380.0L559.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M559.0 380.0L554.0 380.0L554.0 380.0L559.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M566.0 380.0L561.0 380.0L561.0 380.0L566.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M566.0 380.0L561.0 380.0L561.0 380.0L566.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M573.0 380.0L568.0 380.0L568.0 380.0L573.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M573.0 380.0L568.0 380.0L568.0 380.0L573.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M580.0 380.0L575.0 380.0L575.0 380.0L580.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M580.0 380.0L575.0 380.0L575.0 380.0L580.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M588.0 380.0L583.0 380.0L583.0 380.0L588.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M588.0 380.0L583.0 380.0L583.0 380.0L588.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M595.0 380.0L590.0 380.0L590.0 380.0L595.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M595.0 380.0L590.0 380.0L590.0 380.0L595.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M602.0 380.0L597.0 380.0L597.0 380.0L602.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M602.0 380.0L597.0 380.0L597.0 380.0L602.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M609.0 380.0L604.0 380.0L604.0 380.0L609.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M609.0 380.0L604.0 380.0L604.0 380.0L609.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M616.0 380.0L611.0 380.0L611.0 191.0L616.0 191.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M616.0 380.0L611.0 380.0L611.0 191.0L616.0 191.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M624.0 380.0L619.0 380.0L619.0 187.0L624.0 187.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M624.0 380.0L619.0 380.0L619.0 187.0L624.0 187.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M631.0 380.0L626.0 380.0L626.0 380.0L631.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M631.0 380.0L626.0 380.0L626.0 380.0L631.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M638.0 380.0L633.0 380.0L633.0 380.0L638.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M638.0 380.0L633.0 380.0L633.0 380.0L638.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M645.0 380.0L640.0 380.0L640.0 380.0L645.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M645.0 380.0L640.0 380.0L640.0 380.0L645.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M652.0 380.0L647.0 380.0L647.0 380.0L652.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M652.0 380.0L647.0 380.0L647.0 380.0L652.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M660.0 380.0L655.0 380.0L655.0 380.0L660.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M660.0 380.0L655.0 380.0L655.0 380.0L660.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M667.0 380.0L662.0 380.0L662.0 380.0L667.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M667.0 380.0L662.0 380.0L662.0 380.0L667.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M674.0 380.0L669.0 380.0L669.0 187.0L674.0 187.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M674.0 380.0L669.0 380.0L669.0 187.0L674.0 187.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M681.0 380.0L676.0 380.0L676.0 212.0L681.0 212.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M681.0 380.0L676.0 380.0L676.0 212.0L681.0 212.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M688.0 380.0L683.0 380.0L683.0 380.0L688.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M688.0 380.0L683.0 380.0L683.0 380.0L688.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M695.0 380.0L690.0 380.0L690.0 380.0L695.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M695.0 380.0L690.0 380.0L690.0 380.0L695.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M703.0 380.0L698.0 380.0L698.0 380.0L703.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M703.0 380.0L698.0 380.0L698.0 380.0L703.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M710.0 380.0L705.0 380.0L705.0 217.0L710.0 217.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M710.0 380.0L705.0 380.0L705.0 217.0L710.0 217.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M717.0 380.0L712.0 380.0L712.0 204.0L717.0 204.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M717.0 380.0L712.0 380.0L712.0 204.0L717.0 204.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M724.0 380.0L719.0 380.0L719.0 380.0L724.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M724.0 380.0L719.0 380.0L719.0 380.0L724.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M731.0 380.0L726.0 380.0L726.0 380.0L731.0 380.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M731.0 380.0L726.0 380.0L726.0 380.0L731.0 380.0Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M63.0 380.0L58.0 380.0L58.0 248.0C58.0 246.89543 58.89543 246.0 60.0 246.0L61.0 246.0C62.10457 246.0 63.0 246.89543 63.0 248.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M63.0 380.0L58.0 380.0L58.0 248.0C58.0 246.89543 58.89543 246.0 60.0 246.0L61.0 246.0C62.10457 246.0 63.0 246.89543 63.0 248.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M70.0 380.0L65.0 380.0L65.0 223.0C65.0 221.89543 65.89543 221.0 67.0 221.0L68.0 221.0C69.10457 221.0 70.0 221.89543 70.0 223.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M70.0 380.0L65.0 380.0L65.0 223.0C65.0 221.89543 65.89543 221.0 67.0 221.0L68.0 221.0C69.10457 221.0 70.0 221.89543 70.0 223.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M77.0 380.0L72.0 380.0L72.0 231.0C72.0 229.89543 72.89543 229.0 74.0 229.0L75.0 229.0C76.10457 229.0 77.0 229.89543 77.0 231.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M77.0 380.0L72.0 380.0L72.0 231.0C72.0 229.89543 72.89543 229.0 74.0 229.0L75.0 229.0C76.10457 229.0 77.0 229.89543 77.0 231.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M84.0 380.0L79.0 380.0L79.0 248.0C79.0 246.89543 79.89543 246.0 81.0 246.0L82.0 246.0C83.10457 246.0 84.0 246.89543 84.0 248.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M84.0 380.0L79.0 380.0L79.0 248.0C79.0 246.89543 79.89543 246.0 81.0 246.0L82.0 246.0C83.10457 246.0 84.0 246.89543 84.0 248.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M91.0 380.0L86.0 380.0L86.0 240.0C86.0 238.89543 86.89543 238.0 88.0 238.0L89.0 238.0C90.10457 238.0 91.0 238.89543 91.0 240.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M91.0 380.0L86.0 380.0L86.0 240.0C86.0 238.89543 86.89543 238.0 88.0 238.0L89.0 238.0C90.10457 238.0 91.0 238.89543 91.0 240.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M99.0 380.0L94.0 380.0L94.0 244.0C94.0 242.89543 94.89543 242.0 96.0 242.0L97.0 242.0C98.10457 242.0 99.0 242.89543 99.0 244.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M99.0 380.0L94.0 380.0L94.0 244.0C94.0 242.89543 94.89543 242.0 96.0 242.0L97.0 242.0C98.10457 242.0 99.0 242.89543 99.0 244.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M106.0 380.0L101.0 380.0L101.0 223.0C101.0 221.89543 101.89543 221.0 103.0 221.0L104.0 221.0C105.10457 221.0 106.0 221.89543 106.0 223.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M106.0 380.0L101.0 380.0L101.0 223.0C101.0 221.89543 101.89543 221.0 103.0 221.0L104.0 221.0C105.10457 221.0 106.0 221.89543 106.0 223.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M113.0 380.0L108.0 380.0L108.0 235.0C108.0 233.89543 108.89543 233.0 110.0 233.0L111.0 233.0C112.10457 233.0 113.0 233.89543 113.0 235.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M113.0 380.0L108.0 380.0L108.0 235.0C108.0 233.89543 108.89543 233.0 110.0 233.0L111.0 233.0C112.10457 233.0 113.0 233.89543 113.0 235.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M120.0 380.0L115.0 380.0L115.0 277.0C115.0 275.89542 115.89543 275.0 117.0 275.0L118.0 275.0C119.10457 275.0 120.0 275.89542 120.0 277.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M120.0 380.0L115.0 380.0L115.0 277.0C115.0 275.89542 115.89543 275.0 117.0 275.0L118.0 275.0C119.10457 275.0 120.0 275.89542 120.0 277.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M127.0 380.0L122.0 380.0L122.0 265.0C122.0 263.89542 122.89543 263.0 124.0 263.0L125.0 263.0C126.10457 263.0 127.0 263.89542 127.0 265.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M127.0 380.0L122.0 380.0L122.0 265.0C122.0 263.89542 122.89543 263.0 124.0 263.0L125.0 263.0C126.10457 263.0 127.0 263.89542 127.0 265.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M134.0 380.0L129.0 380.0L129.0 261.0C129.0 259.89542 129.89543 259.0 131.0 259.0L132.0 259.0C133.10457 259.0 134.0 259.89542 134.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M134.0 380.0L129.0 380.0L129.0 261.0C129.0 259.89542 129.89543 259.0 131.0 259.0L132.0 259.0C133.10457 259.0 134.0 259.89542 134.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M142.0 380.0L137.0 380.0L137.0 248.0C137.0 246.89543 137.89543 246.0 139.0 246.0L140.0 246.0C141.10457 246.0 142.0 246.89543 142.0 248.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M142.0 380.0L137.0 380.0L137.0 248.0C137.0 246.89543 137.89543 246.0 139.0 246.0L140.0 246.0C141.10457 246.0 142.0 246.89543 142.0 248.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M149.0 380.0L144.0 380.0L144.0 172.0C144.0 170.89543 144.89543 170.0 146.0 170.0L147.0 170.0C148.10457 170.0 149.0 170.89543 149.0 172.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M149.0 380.0L144.0 380.0L144.0 172.0C144.0 170.89543 144.89543 170.0 146.0 170.0L147.0 170.0C148.10457 170.0 149.0 170.89543 149.0 172.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M156.0 380.0L151.0 380.0L151.0 244.0C151.0 242.89543 151.89543 242.0 153.0 242.0L154.0 242.0C155.10457 242.0 156.0 242.89543 156.0 244.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M156.0 380.0L151.0 380.0L151.0 244.0C151.0 242.89543 151.89543 242.0 153.0 242.0L154.0 242.0C155.10457 242.0 156.0 242.89543 156.0 244.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M163.0 380.0L158.0 380.0L158.0 219.0C158.0 217.89543 158.89543 217.0 160.0 217.0L161.0 217.0C162.10457 217.0 163.0 217.89543 163.0 219.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M163.0 380.0L158.0 380.0L158.0 219.0C158.0 217.89543 158.89543 217.0 160.0 217.0L161.0 217.0C162.10457 217.0 163.0 217.89543 163.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M170.0 380.0L165.0 380.0L165.0 252.0C165.0 250.89543 165.89543 250.0 167.0 250.0L168.0 250.0C169.10457 250.0 170.0 250.89543 170.0 252.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M170.0 380.0L165.0 380.0L165.0 252.0C165.0 250.89543 165.89543 250.0 167.0 250.0L168.0 250.0C169.10457 250.0 170.0 250.89543 170.0 252.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M178.0 380.0L173.0 380.0L173.0 269.0C173.0 267.89542 173.89543 267.0 175.0 267.0L176.0 267.0C177.10457 267.0 178.0 267.89542 178.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M178.0 380.0L173.0 380.0L173.0 269.0C173.0 267.89542 173.89543 267.0 175.0 267.0L176.0 267.0C177.10457 267.0 178.0 267.89542 178.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M185.0 380.0L180.0 380.0L180.0 261.0C180.0 259.89542 180.89543 259.0 182.0 259.0L183.0 259.0C184.10457 259.0 185.0 259.89542 185.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M185.0 380.0L180.0 380.0L180.0 261.0C180.0 259.89542 180.89543 259.0 182.0 259.0L183.0 259.0C184.10457 259.0 185.0 259.89542 185.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M192.0 380.0L187.0 380.0L187.0 282.0C187.0 280.89542 187.89543 280.0 189.0 280.0L190.0 280.0C191.10457 280.0 192.0 280.89542 192.0 282.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M192.0 380.0L187.0 380.0L187.0 282.0C187.0 280.89542 187.89543 280.0 189.0 280.0L190.0 280.0C191.10457 280.0 192.0 280.89542 192.0 282.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M199.0 380.0L194.0 380.0L194.0 269.0C194.0 267.89542 194.89543 267.0 196.0 267.0L197.0 267.0C198.10457 267.0 199.0 267.89542 199.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M199.0 380.0L194.0 380.0L194.0 269.0C194.0 267.89542 194.89543 267.0 196.0 267.0L197.0 267.0C198.10457 267.0 199.0 267.89542 199.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M206.0 380.0L201.0 380.0L201.0 244.0C201.0 242.89543 201.89543 242.0 203.0 242.0L204.0 242.0C205.10457 242.0 206.0 242.89543 206.0 244.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M206.0 380.0L201.0 380.0L201.0 244.0C201.0 242.89543 201.89543 242.0 203.0 242.0L204.0 242.0C205.10457 242.0 206.0 242.89543 206.0 244.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M214.0 380.0L209.0 380.0L209.0 290.0C209.0 288.89542 209.89543 288.0 211.0 288.0L212.0 288.0C213.10457 288.0 214.0 288.89542 214.0 290.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M214.0 380.0L209.0 380.0L209.0 290.0C209.0 288.89542 209.89543 288.0 211.0 288.0L212.0 288.0C213.10457 288.0 214.0 288.89542 214.0 290.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M221.0 380.0L216.0 380.0L216.0 261.0C216.0 259.89542 216.89543 259.0 218.0 259.0L219.0 259.0C220.10457 259.0 221.0 259.89542 221.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M221.0 380.0L216.0 380.0L216.0 261.0C216.0 259.89542 216.89543 259.0 218.0 259.0L219.0 259.0C220.10457 259.0 221.0 259.89542 221.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M228.0 380.0L223.0 380.0L223.0 256.0C223.0 254.89543 223.89543 254.0 225.0 254.0L226.0 254.0C227.10457 254.0 228.0 254.89543 228.0 256.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M228.0 380.0L223.0 380.0L223.0 256.0C223.0 254.89543 223.89543 254.0 225.0 254.0L226.0 254.0C227.10457 254.0 228.0 254.89543 228.0 256.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M235.0 380.0L230.0 380.0L230.0 256.0C230.0 254.89543 230.89543 254.0 232.0 254.0L233.0 254.0C234.10457 254.0 235.0 254.89543 235.0 256.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M235.0 380.0L230.0 380.0L230.0 256.0C230.0 254.89543 230.89543 254.0 232.0 254.0L233.0 254.0C234.10457 254.0 235.0 254.89543 235.0 256.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M242.0 380.0L237.0 380.0L237.0 235.0C237.0 233.89543 237.89543 233.0 239.0 233.0L240.0 233.0C241.10457 233.0 242.0 233.89543 242.0 235.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M242.0 380.0L237.0 380.0L237.0 235.0C237.0 233.89543 237.89543 233.0 239.0 233.0L240.0 233.0C241.10457 233.0 242.0 233.89543 242.0 235.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M250.0 380.0L245.0 380.0L245.0 277.0C245.0 275.89542 245.89543 275.0 247.0 275.0L248.0 275.0C249.10457 275.0 250.0 275.89542 250.0 277.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M250.0 380.0L245.0 380.0L245.0 277.0C245.0 275.89542 245.89543 275.0 247.0 275.0L248.0 275.0C249.10457 275.0 250.0 275.89542 250.0 277.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M257.0 380.0L252.0 380.0L252.0 286.0C252.0 284.89542 252.89543 284.0 254.0 284.0L255.0 284.0C256.10458 284.0 257.0 284.89542 257.0 286.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M257.0 380.0L252.0 380.0L252.0 286.0C252.0 284.89542 252.89543 284.0 254.0 284.0L255.0 284.0C256.10458 284.0 257.0 284.89542 257.0 286.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M264.0 380.0L259.0 380.0L259.0 240.0C259.0 238.89543 259.89542 238.0 261.0 238.0L262.0 238.0C263.10458 238.0 264.0 238.89543 264.0 240.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M264.0 380.0L259.0 380.0L259.0 240.0C259.0 238.89543 259.89542 238.0 261.0 238.0L262.0 238.0C263.10458 238.0 264.0 238.89543 264.0 240.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M271.0 380.0L266.0 380.0L266.0 231.0C266.0 229.89543 266.89542 229.0 268.0 229.0L269.0 229.0C270.10458 229.0 271.0 229.89543 271.0 231.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M271.0 380.0L266.0 380.0L266.0 231.0C266.0 229.89543 266.89542 229.0 268.0 229.0L269.0 229.0C270.10458 229.0 271.0 229.89543 271.0 231.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M278.0 380.0L273.0 380.0L273.0 265.0C273.0 263.89542 273.89542 263.0 275.0 263.0L276.0 263.0C277.10458 263.0 278.0 263.89542 278.0 265.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M278.0 380.0L273.0 380.0L273.0 265.0C273.0 263.89542 273.89542 263.0 275.0 263.0L276.0 263.0C277.10458 263.0 278.0 263.89542 278.0 265.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M286.0 380.0L281.0 380.0L281.0 223.0C281.0 221.89543 281.89542 221.0 283.0 221.0L284.0 221.0C285.10458 221.0 286.0 221.89543 286.0 223.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M286.0 380.0L281.0 380.0L281.0 223.0C281.0 221.89543 281.89542 221.0 283.0 221.0L284.0 221.0C285.10458 221.0 286.0 221.89543 286.0 223.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M293.0 380.0L288.0 380.0L288.0 286.0C288.0 284.89542 288.89542 284.0 290.0 284.0L291.0 284.0C292.10458 284.0 293.0 284.89542 293.0 286.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M293.0 380.0L288.0 380.0L288.0 286.0C288.0 284.89542 288.89542 284.0 290.0 284.0L291.0 284.0C292.10458 284.0 293.0 284.89542 293.0 286.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M300.0 380.0L295.0 380.0L295.0 261.0C295.0 259.89542 295.89542 259.0 297.0 259.0L298.0 259.0C299.10458 259.0 300.0 259.89542 300.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M300.0 380.0L295.0 380.0L295.0 261.0C295.0 259.89542 295.89542 259.0 297.0 259.0L298.0 259.0C299.10458 259.0 300.0 259.89542 300.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M307.0 380.0L302.0 380.0L302.0 269.0C302.0 267.89542 302.89542 267.0 304.0 267.0L305.0 267.0C306.10458 267.0 307.0 267.89542 307.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M307.0 380.0L302.0 380.0L302.0 269.0C302.0 267.89542 302.89542 267.0 304.0 267.0L305.0 267.0C306.10458 267.0 307.0 267.89542 307.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M314.0 380.0L309.0 380.0L309.0 219.0C309.0 217.89543 309.89542 217.0 311.0 217.0L312.0 217.0C313.10458 217.0 314.0 217.89543 314.0 219.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M314.0 380.0L309.0 380.0L309.0 219.0C309.0 217.89543 309.89542 217.0 311.0 217.0L312.0 217.0C313.10458 217.0 314.0 217.89543 314.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M321.0 380.0L316.0 380.0L316.0 256.0C316.0 254.89543 316.89542 254.0 318.0 254.0L319.0 254.0C320.10458 254.0 321.0 254.89543 321.0 256.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M321.0 380.0L316.0 380.0L316.0 256.0C316.0 254.89543 316.89542 254.0 318.0 254.0L319.0 254.0C320.10458 254.0 321.0 254.89543 321.0 256.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M329.0 380.0L324.0 380.0L324.0 235.0C324.0 233.89543 324.89542 233.0 326.0 233.0L327.0 233.0C328.10458 233.0 329.0 233.89543 329.0 235.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M329.0 380.0L324.0 380.0L324.0 235.0C324.0 233.89543 324.89542 233.0 326.0 233.0L327.0 233.0C328.10458 233.0 329.0 233.89543 329.0 235.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M336.0 380.0L331.0 380.0L331.0 282.0C331.0 280.89542 331.89542 280.0 333.0 280.0L334.0 280.0C335.10458 280.0 336.0 280.89542 336.0 282.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M336.0 380.0L331.0 380.0L331.0 282.0C331.0 280.89542 331.89542 280.0 333.0 280.0L334.0 280.0C335.10458 280.0 336.0 280.89542 336.0 282.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M343.0 380.0L338.0 380.0L338.0 252.0C338.0 250.89543 338.89542 250.0 340.0 250.0L341.0 250.0C342.10458 250.0 343.0 250.89543 343.0 252.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M343.0 380.0L338.0 380.0L338.0 252.0C338.0 250.89543 338.89542 250.0 340.0 250.0L341.0 250.0C342.10458 250.0 343.0 250.89543 343.0 252.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M350.0 380.0L345.0 380.0L345.0 256.0C345.0 254.89543 345.89542 254.0 347.0 254.0L348.0 254.0C349.10458 254.0 350.0 254.89543 350.0 256.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M350.0 380.0L345.0 380.0L345.0 256.0C345.0 254.89543 345.89542 254.0 347.0 254.0L348.0 254.0C349.10458 254.0 350.0 254.89543 350.0 256.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M357.0 380.0L352.0 380.0L352.0 240.0C352.0 238.89543 352.89542 238.0 354.0 238.0L355.0 238.0C356.10458 238.0 357.0 238.89543 357.0 240.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M357.0 380.0L352.0 380.0L352.0 240.0C352.0 238.89543 352.89542 238.0 354.0 238.0L355.0 238.0C356.10458 238.0 357.0 238.89543 357.0 240.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M365.0 380.0L360.0 380.0L360.0 256.0C360.0 254.89543 360.89542 254.0 362.0 254.0L363.0 254.0C364.10458 254.0 365.0 254.89543 365.0 256.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M365.0 380.0L360.0 380.0L360.0 256.0C360.0 254.89543 360.89542 254.0 362.0 254.0L363.0 254.0C364.10458 254.0 365.0 254.89543 365.0 256.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M372.0 380.0L367.0 380.0L367.0 244.0C367.0 242.89543 367.89542 242.0 369.0 242.0L370.0 242.0C371.10458 242.0 372.0 242.89543 372.0 244.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M372.0 380.0L367.0 380.0L367.0 244.0C367.0 242.89543 367.89542 242.0 369.0 242.0L370.0 242.0C371.10458 242.0 372.0 242.89543 372.0 244.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M379.0 380.0L374.0 380.0L374.0 248.0C374.0 246.89543 374.89542 246.0 376.0 246.0L377.0 246.0C378.10458 246.0 379.0 246.89543 379.0 248.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M379.0 380.0L374.0 380.0L374.0 248.0C374.0 246.89543 374.89542 246.0 376.0 246.0L377.0 246.0C378.10458 246.0 379.0 246.89543 379.0 248.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M386.0 380.0L381.0 380.0L381.0 164.0C381.0 162.89543 381.89542 162.0 383.0 162.0L384.0 162.0C385.10458 162.0 386.0 162.89543 386.0 164.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M386.0 380.0L381.0 380.0L381.0 164.0C381.0 162.89543 381.89542 162.0 383.0 162.0L384.0 162.0C385.10458 162.0 386.0 162.89543 386.0 164.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M393.0 380.0L388.0 380.0L388.0 261.0C388.0 259.89542 388.89542 259.0 390.0 259.0L391.0 259.0C392.10458 259.0 393.0 259.89542 393.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M393.0 380.0L388.0 380.0L388.0 261.0C388.0 259.89542 388.89542 259.0 390.0 259.0L391.0 259.0C392.10458 259.0 393.0 259.89542 393.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M401.0 380.0L396.0 380.0L396.0 252.0C396.0 250.89543 396.89542 250.0 398.0 250.0L399.0 250.0C400.10458 250.0 401.0 250.89543 401.0 252.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M401.0 380.0L396.0 380.0L396.0 252.0C396.0 250.89543 396.89542 250.0 398.0 250.0L399.0 250.0C400.10458 250.0 401.0 250.89543 401.0 252.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M408.0 380.0L403.0 380.0L403.0 214.0C403.0 212.89543 403.89542 212.0 405.0 212.0L406.0 212.0C407.10458 212.0 408.0 212.89543 408.0 214.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M408.0 380.0L403.0 380.0L403.0 214.0C403.0 212.89543 403.89542 212.0 405.0 212.0L406.0 212.0C407.10458 212.0 408.0 212.89543 408.0 214.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M415.0 380.0L410.0 380.0L410.0 261.0C410.0 259.89542 410.89542 259.0 412.0 259.0L413.0 259.0C414.10458 259.0 415.0 259.89542 415.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M415.0 380.0L410.0 380.0L410.0 261.0C410.0 259.89542 410.89542 259.0 412.0 259.0L413.0 259.0C414.10458 259.0 415.0 259.89542 415.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M422.0 380.0L417.0 380.0L417.0 265.0C417.0 263.89542 417.89542 263.0 419.0 263.0L420.0 263.0C421.10458 263.0 422.0 263.89542 422.0 265.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M422.0 380.0L417.0 380.0L417.0 265.0C417.0 263.89542 417.89542 263.0 419.0 263.0L420.0 263.0C421.10458 263.0 422.0 263.89542 422.0 265.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M429.0 380.0L424.0 380.0L424.0 261.0C424.0 259.89542 424.89542 259.0 426.0 259.0L427.0 259.0C428.10458 259.0 429.0 259.89542 429.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M429.0 380.0L424.0 380.0L424.0 261.0C424.0 259.89542 424.89542 259.0 426.0 259.0L427.0 259.0C428.10458 259.0 429.0 259.89542 429.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M437.0 380.0L432.0 380.0L432.0 244.0C432.0 242.89543 432.89542 242.0 434.0 242.0L435.0 242.0C436.10458 242.0 437.0 242.89543 437.0 244.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M437.0 380.0L432.0 380.0L432.0 244.0C432.0 242.89543 432.89542 242.0 434.0 242.0L435.0 242.0C436.10458 242.0 437.0 242.89543 437.0 244.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M444.0 380.0L439.0 380.0L439.0 256.0C439.0 254.89543 439.89542 254.0 441.0 254.0L442.0 254.0C443.10458 254.0 444.0 254.89543 444.0 256.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M444.0 380.0L439.0 380.0L439.0 256.0C439.0 254.89543 439.89542 254.0 441.0 254.0L442.0 254.0C443.10458 254.0 444.0 254.89543 444.0 256.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M451.0 380.0L446.0 380.0L446.0 206.0C446.0 204.89543 446.89542 204.0 448.0 204.0L449.0 204.0C450.10458 204.0 451.0 204.89543 451.0 206.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M451.0 380.0L446.0 380.0L446.0 206.0C446.0 204.89543 446.89542 204.0 448.0 204.0L449.0 204.0C450.10458 204.0 451.0 204.89543 451.0 206.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M458.0 380.0L453.0 380.0L453.0 261.0C453.0 259.89542 453.89542 259.0 455.0 259.0L456.0 259.0C457.10458 259.0 458.0 259.89542 458.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M458.0 380.0L453.0 380.0L453.0 261.0C453.0 259.89542 453.89542 259.0 455.0 259.0L456.0 259.0C457.10458 259.0 458.0 259.89542 458.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M465.0 380.0L460.0 380.0L460.0 261.0C460.0 259.89542 460.89542 259.0 462.0 259.0L463.0 259.0C464.10458 259.0 465.0 259.89542 465.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M465.0 380.0L460.0 380.0L460.0 261.0C460.0 259.89542 460.89542 259.0 462.0 259.0L463.0 259.0C464.10458 259.0 465.0 259.89542 465.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M473.0 380.0L468.0 380.0L468.0 252.0C468.0 250.89543 468.89542 250.0 470.0 250.0L471.0 250.0C472.10458 250.0 473.0 250.89543 473.0 252.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M473.0 380.0L468.0 380.0L468.0 252.0C468.0 250.89543 468.89542 250.0 470.0 250.0L471.0 250.0C472.10458 250.0 473.0 250.89543 473.0 252.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M480.0 380.0L475.0 380.0L475.0 269.0C475.0 267.89542 475.89542 267.0 477.0 267.0L478.0 267.0C479.10458 267.0 480.0 267.89542 480.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M480.0 380.0L475.0 380.0L475.0 269.0C475.0 267.89542 475.89542 267.0 477.0 267.0L478.0 267.0C479.10458 267.0 480.0 267.89542 480.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M487.0 380.0L482.0 380.0L482.0 265.0C482.0 263.89542 482.89542 263.0 484.0 263.0L485.0 263.0C486.10458 263.0 487.0 263.89542 487.0 265.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M487.0 380.0L482.0 380.0L482.0 265.0C482.0 263.89542 482.89542 263.0 484.0 263.0L485.0 263.0C486.10458 263.0 487.0 263.89542 487.0 265.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M494.0 380.0L489.0 380.0L489.0 240.0C489.0 238.89543 489.89542 238.0 491.0 238.0L492.0 238.0C493.10458 238.0 494.0 238.89543 494.0 240.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M494.0 380.0L489.0 380.0L489.0 240.0C489.0 238.89543 489.89542 238.0 491.0 238.0L492.0 238.0C493.10458 238.0 494.0 238.89543 494.0 240.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M501.0 380.0L496.0 380.0L496.0 256.0C496.0 254.89543 496.89542 254.0 498.0 254.0L499.0 254.0C500.10458 254.0 501.0 254.89543 501.0 256.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M501.0 380.0L496.0 380.0L496.0 256.0C496.0 254.89543 496.89542 254.0 498.0 254.0L499.0 254.0C500.10458 254.0 501.0 254.89543 501.0 256.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M508.0 380.0L503.0 380.0L503.0 151.0C503.0 149.89543 503.89542 149.0 505.0 149.0L506.0 149.0C507.10458 149.0 508.0 149.89543 508.0 151.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M508.0 380.0L503.0 380.0L503.0 151.0C503.0 149.89543 503.89542 149.0 505.0 149.0L506.0 149.0C507.10458 149.0 508.0 149.89543 508.0 151.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M516.0 380.0L511.0 380.0L511.0 223.0C511.0 221.89543 511.89542 221.0 513.0 221.0L514.0 221.0C515.10455 221.0 516.0 221.89543 516.0 223.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M516.0 380.0L511.0 380.0L511.0 223.0C511.0 221.89543 511.89542 221.0 513.0 221.0L514.0 221.0C515.10455 221.0 516.0 221.89543 516.0 223.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M523.0 380.0L518.0 380.0L518.0 298.0C518.0 296.89542 518.89545 296.0 520.0 296.0L521.0 296.0C522.10455 296.0 523.0 296.89542 523.0 298.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M523.0 380.0L518.0 380.0L518.0 298.0C518.0 296.89542 518.89545 296.0 520.0 296.0L521.0 296.0C522.10455 296.0 523.0 296.89542 523.0 298.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M530.0 380.0L525.0 380.0L525.0 206.0C525.0 204.89543 525.89545 204.0 527.0 204.0L528.0 204.0C529.10455 204.0 530.0 204.89543 530.0 206.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M530.0 380.0L525.0 380.0L525.0 206.0C525.0 204.89543 525.89545 204.0 527.0 204.0L528.0 204.0C529.10455 204.0 530.0 204.89543 530.0 206.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M537.0 380.0L532.0 380.0L532.0 244.0C532.0 242.89543 532.89545 242.0 534.0 242.0L535.0 242.0C536.10455 242.0 537.0 242.89543 537.0 244.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M537.0 380.0L532.0 380.0L532.0 244.0C532.0 242.89543 532.89545 242.0 534.0 242.0L535.0 242.0C536.10455 242.0 537.0 242.89543 537.0 244.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M544.0 380.0L539.0 380.0L539.0 265.0C539.0 263.89542 539.89545 263.0 541.0 263.0L542.0 263.0C543.10455 263.0 544.0 263.89542 544.0 265.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M544.0 380.0L539.0 380.0L539.0 265.0C539.0 263.89542 539.89545 263.0 541.0 263.0L542.0 263.0C543.10455 263.0 544.0 263.89542 544.0 265.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M552.0 380.0L547.0 380.0L547.0 240.0C547.0 238.89543 547.89545 238.0 549.0 238.0L550.0 238.0C551.10455 238.0 552.0 238.89543 552.0 240.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M552.0 380.0L547.0 380.0L547.0 240.0C547.0 238.89543 547.89545 238.0 549.0 238.0L550.0 238.0C551.10455 238.0 552.0 238.89543 552.0 240.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M559.0 380.0L554.0 380.0L554.0 303.0C554.0 301.89542 554.89545 301.0 556.0 301.0L557.0 301.0C558.10455 301.0 559.0 301.89542 559.0 303.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M559.0 380.0L554.0 380.0L554.0 303.0C554.0 301.89542 554.89545 301.0 556.0 301.0L557.0 301.0C558.10455 301.0 559.0 301.89542 559.0 303.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M566.0 380.0L561.0 380.0L561.0 290.0C561.0 288.89542 561.89545 288.0 563.0 288.0L564.0 288.0C565.10455 288.0 566.0 288.89542 566.0 290.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M566.0 380.0L561.0 380.0L561.0 290.0C561.0 288.89542 561.89545 288.0 563.0 288.0L564.0 288.0C565.10455 288.0 566.0 288.89542 566.0 290.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M573.0 380.0L568.0 380.0L568.0 277.0C568.0 275.89542 568.89545 275.0 570.0 275.0L571.0 275.0C572.10455 275.0 573.0 275.89542 573.0 277.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M573.0 380.0L568.0 380.0L568.0 277.0C568.0 275.89542 568.89545 275.0 570.0 275.0L571.0 275.0C572.10455 275.0 573.0 275.89542 573.0 277.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M580.0 380.0L575.0 380.0L575.0 269.0C575.0 267.89542 575.89545 267.0 577.0 267.0L578.0 267.0C579.10455 267.0 580.0 267.89542 580.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M580.0 380.0L575.0 380.0L575.0 269.0C575.0 267.89542 575.89545 267.0 577.0 267.0L578.0 267.0C579.10455 267.0 580.0 267.89542 580.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M588.0 380.0L583.0 380.0L583.0 223.0C583.0 221.89543 583.89545 221.0 585.0 221.0L586.0 221.0C587.10455 221.0 588.0 221.89543 588.0 223.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M588.0 380.0L583.0 380.0L583.0 223.0C583.0 221.89543 583.89545 221.0 585.0 221.0L586.0 221.0C587.10455 221.0 588.0 221.89543 588.0 223.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M595.0 380.0L590.0 380.0L590.0 151.0C590.0 149.89543 590.89545 149.0 592.0 149.0L593.0 149.0C594.10455 149.0 595.0 149.89543 595.0 151.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M595.0 380.0L590.0 380.0L590.0 151.0C590.0 149.89543 590.89545 149.0 592.0 149.0L593.0 149.0C594.10455 149.0 595.0 149.89543 595.0 151.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M602.0 380.0L597.0 380.0L597.0 118.0C597.0 116.89543 597.89545 116.0 599.0 116.0L600.0 116.0C601.10455 116.0 602.0 116.89543 602.0 118.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M602.0 380.0L597.0 380.0L597.0 118.0C597.0 116.89543 597.89545 116.0 599.0 116.0L600.0 116.0C601.10455 116.0 602.0 116.89543 602.0 118.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M609.0 380.0L604.0 380.0L604.0 248.0C604.0 246.89543 604.89545 246.0 606.0 246.0L607.0 246.0C608.10455 246.0 609.0 246.89543 609.0 248.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M609.0 380.0L604.0 380.0L604.0 248.0C604.0 246.89543 604.89545 246.0 606.0 246.0L607.0 246.0C608.10455 246.0 609.0 246.89543 609.0 248.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M616.0 191.0L611.0 191.0L611.0 191.0L616.0 191.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M616.0 191.0L611.0 191.0L611.0 191.0L616.0 191.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M624.0 187.0L619.0 187.0L619.0 187.0L624.0 187.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M624.0 187.0L619.0 187.0L619.0 187.0L624.0 187.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M631.0 380.0L626.0 380.0L626.0 315.0C626.0 313.89542 626.89545 313.0 628.0 313.0L629.0 313.0C630.10455 313.0 631.0 313.89542 631.0 315.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M631.0 380.0L626.0 380.0L626.0 315.0C626.0 313.89542 626.89545 313.0 628.0 313.0L629.0 313.0C630.10455 313.0 631.0 313.89542 631.0 315.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M638.0 380.0L633.0 380.0L633.0 244.0C633.0 242.89543 633.89545 242.0 635.0 242.0L636.0 242.0C637.10455 242.0 638.0 242.89543 638.0 244.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M638.0 380.0L633.0 380.0L633.0 244.0C633.0 242.89543 633.89545 242.0 635.0 242.0L636.0 242.0C637.10455 242.0 638.0 242.89543 638.0 244.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M645.0 380.0L640.0 380.0L640.0 269.0C640.0 267.89542 640.89545 267.0 642.0 267.0L643.0 267.0C644.10455 267.0 645.0 267.89542 645.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M645.0 380.0L640.0 380.0L640.0 269.0C640.0 267.89542 640.89545 267.0 642.0 267.0L643.0 267.0C644.10455 267.0 645.0 267.89542 645.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M652.0 380.0L647.0 380.0L647.0 273.0C647.0 271.89542 647.89545 271.0 649.0 271.0L650.0 271.0C651.10455 271.0 652.0 271.89542 652.0 273.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M652.0 380.0L647.0 380.0L647.0 273.0C647.0 271.89542 647.89545 271.0 649.0 271.0L650.0 271.0C651.10455 271.0 652.0 271.89542 652.0 273.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M660.0 380.0L655.0 380.0L655.0 277.0C655.0 275.89542 655.89545 275.0 657.0 275.0L658.0 275.0C659.10455 275.0 660.0 275.89542 660.0 277.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M660.0 380.0L655.0 380.0L655.0 277.0C655.0 275.89542 655.89545 275.0 657.0 275.0L658.0 275.0C659.10455 275.0 660.0 275.89542 660.0 277.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M667.0 380.0L662.0 380.0L662.0 282.0C662.0 280.89542 662.89545 280.0 664.0 280.0L665.0 280.0C666.10455 280.0 667.0 280.89542 667.0 282.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M667.0 380.0L662.0 380.0L662.0 282.0C662.0 280.89542 662.89545 280.0 664.0 280.0L665.0 280.0C666.10455 280.0 667.0 280.89542 667.0 282.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M674.0 187.0L669.0 187.0L669.0 187.0L674.0 187.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M674.0 187.0L669.0 187.0L669.0 187.0L674.0 187.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M681.0 212.0L676.0 212.0L676.0 212.0L681.0 212.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M681.0 212.0L676.0 212.0L676.0 212.0L681.0 212.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M688.0 380.0L683.0 380.0L683.0 252.0C683.0 250.89543 683.89545 250.0 685.0 250.0L686.0 250.0C687.10455 250.0 688.0 250.89543 688.0 252.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M688.0 380.0L683.0 380.0L683.0 252.0C683.0 250.89543 683.89545 250.0 685.0 250.0L686.0 250.0C687.10455 250.0 688.0 250.89543 688.0 252.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M695.0 380.0L690.0 380.0L690.0 290.0C690.0 288.89542 690.89545 288.0 692.0 288.0L693.0 288.0C694.10455 288.0 695.0 288.89542 695.0 290.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M695.0 380.0L690.0 380.0L690.0 290.0C690.0 288.89542 690.89545 288.0 692.0 288.0L693.0 288.0C694.10455 288.0 695.0 288.89542 695.0 290.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M703.0 380.0L698.0 380.0L698.0 273.0C698.0 271.89542 698.89545 271.0 700.0 271.0L701.0 271.0C702.10455 271.0 703.0 271.89542 703.0 273.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M703.0 380.0L698.0 380.0L698.0 273.0C698.0 271.89542 698.89545 271.0 700.0 271.0L701.0 271.0C702.10455 271.0 703.0 271.89542 703.0 273.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M710.0 217.0L705.0 217.0L705.0 217.0L710.0 217.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M710.0 217.0L705.0 217.0L705.0 217.0L710.0 217.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M717.0 204.0L712.0 204.0L712.0 204.0L717.0 204.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M717.0 204.0L712.0 204.0L712.0 204.0L717.0 204.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M724.0 380.0L719.0 380.0L719.0 273.0C719.0 271.89542 719.89545 271.0 721.0 271.0L722.0 271.0C723.10455 271.0 724.0 271.89542 724.0 273.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M724.0 380.0L719.0 380.0L719.0 273.0C719.0 271.89542 719.89545 271.0 721.0 271.0L722.0 271.0C723.10455 271.0 724.0 271.89542 724.0 273.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M731.0 380.0L726.0 380.0L726.0 261.0C726.0 259.89542 726.89545 259.0 728.0 259.0L729.0 259.0C730.10455 259.0 731.0 259.89542 731.0 261.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M731.0 380.0L726.0 380.0L726.0 261.0C726.0 259.89542 726.89545 259.0 728.0 259.0L729.0 259.0C730.10455 259.0 731.0 259.89542 731.0 261.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M88.324326 235.82L95.51669 234.98L102.70906 234.98L109.90143 235.82L117.0938 241.7L124.28617 246.74L131.47853 250.1L138.67091 255.14L145.86328 242.54L153.05565 235.82L160.24802 226.58L167.44038 224.9L174.63275 229.1L181.82512 246.74L189.01749 254.3L196.20985 264.38L203.40222 262.7L210.59459 266.9L217.78696 266.9L224.97934 261.86L232.1717 259.34L239.36407 257.66L246.55644 255.14L253.74881 260.18L260.94116 256.82L268.13354 251.78L275.32593 257.66L282.51828 246.74L289.71066 246.74L296.903 250.94L304.0954 258.5L311.28775 249.26L318.48013 255.98L325.6725 245.9L332.86487 250.1L340.05722 246.74L347.2496 254.3L354.442 250.94L361.63434 255.14L368.82672 247.58L376.01907 246.74L383.21146 225.95L390.4038 227.0L397.5962 229.1L404.78854 220.7L411.98093 228.26L419.17328 248.42L426.36566 248.42L433.558 246.74L440.7504 255.14L447.94278 244.22L455.13513 243.38L462.3275 243.38L469.51987 245.06L476.71225 247.58L483.9046 259.34L491.097 255.14L498.28934 254.3L505.48172 234.14L512.6741 224.9L519.86646 231.62L527.05884 224.9L534.2512 222.38L541.44354 245.06L548.6359 248.42L555.8283 249.26L563.0207 266.06L570.213 272.78L577.4054 273.62L584.5978 270.26L591.79016 240.02L598.9825 205.58L606.17487 199.7L613.36725 199.7L620.55963 199.7L627.752 208.94L634.94434 213.14L642.1367 236.66L649.3291 267.74L656.5215 273.62L663.7138 266.9L670.9062 266.9L678.0986 266.9L685.29095 268.58L692.4833 272.78L699.67566 272.78L706.86804 272.78L714.0604 272.78L721.2528 271.94L728.4451 267.74" fill-rule="nonzero" stroke="#76b900" stroke-linecap="butt" stroke-width="8.0"></path>
     <path clip-path="url(#id_0)" d="M88.324326 235.82C88.324326 235.82 88.324326 235.82 88.324326 235.82C88.324326 235.82 88.324326 235.82 88.324326 235.82C88.324326 235.82 88.324326 235.82 88.324326 235.82C88.324326 235.82 88.324326 235.82 88.324326 235.82Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M95.51669 234.98C95.51669 234.98 95.51669 234.98 95.51669 234.98C95.51669 234.98 95.51669 234.98 95.51669 234.98C95.51669 234.98 95.51669 234.98 95.51669 234.98C95.51669 234.98 95.51669 234.98 95.51669 234.98Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M102.70906 234.98C102.70906 234.98 102.70906 234.98 102.70906 234.98C102.70906 234.98 102.70906 234.98 102.70906 234.98C102.70906 234.98 102.70906 234.98 102.70906 234.98C102.70906 234.98 102.70906 234.98 102.70906 234.98Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M109.90143 235.82C109.90143 235.82 109.90143 235.82 109.90143 235.82C109.90143 235.82 109.90143 235.82 109.90143 235.82C109.90143 235.82 109.90143 235.82 109.90143 235.82C109.90143 235.82 109.90143 235.82 109.90143 235.82Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M117.0938 241.7C117.0938 241.7 117.0938 241.7 117.0938 241.7C117.0938 241.7 117.0938 241.7 117.0938 241.7C117.0938 241.7 117.0938 241.7 117.0938 241.7C117.0938 241.7 117.0938 241.7 117.0938 241.7Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M124.28617 246.74C124.28617 246.74 124.28617 246.74 124.28617 246.74C124.28617 246.74 124.28617 246.74 124.28617 246.74C124.28617 246.74 124.28617 246.74 124.28617 246.74C124.28617 246.74 124.28617 246.74 124.28617 246.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M131.47853 250.1C131.47853 250.1 131.47853 250.1 131.47853 250.1C131.47853 250.1 131.47853 250.1 131.47853 250.1C131.47853 250.1 131.47853 250.1 131.47853 250.1C131.47853 250.1 131.47853 250.1 131.47853 250.1Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M138.67091 255.14C138.67091 255.14 138.67091 255.14 138.67091 255.14C138.67091 255.14 138.67091 255.14 138.67091 255.14C138.67091 255.14 138.67091 255.14 138.67091 255.14C138.67091 255.14 138.67091 255.14 138.67091 255.14Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M145.86328 242.54C145.86328 242.54 145.86328 242.54 145.86328 242.54C145.86328 242.54 145.86328 242.54 145.86328 242.54C145.86328 242.54 145.86328 242.54 145.86328 242.54C145.86328 242.54 145.86328 242.54 145.86328 242.54Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M153.05565 235.82C153.05565 235.82 153.05565 235.82 153.05565 235.82C153.05565 235.82 153.05565 235.82 153.05565 235.82C153.05565 235.82 153.05565 235.82 153.05565 235.82C153.05565 235.82 153.05565 235.82 153.05565 235.82Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M160.24802 226.58C160.24802 226.58 160.24802 226.58 160.24802 226.58C160.24802 226.58 160.24802 226.58 160.24802 226.58C160.24802 226.58 160.24802 226.58 160.24802 226.58C160.24802 226.58 160.24802 226.58 160.24802 226.58Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M167.44038 224.9C167.44038 224.9 167.44038 224.9 167.44038 224.9C167.44038 224.9 167.44038 224.9 167.44038 224.9C167.44038 224.9 167.44038 224.9 167.44038 224.9C167.44038 224.9 167.44038 224.9 167.44038 224.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M174.63275 229.1C174.63275 229.1 174.63275 229.1 174.63275 229.1C174.63275 229.1 174.63275 229.1 174.63275 229.1C174.63275 229.1 174.63275 229.1 174.63275 229.1C174.63275 229.1 174.63275 229.1 174.63275 229.1Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M181.82512 246.74C181.82512 246.74 181.82512 246.74 181.82512 246.74C181.82512 246.74 181.82512 246.74 181.82512 246.74C181.82512 246.74 181.82512 246.74 181.82512 246.74C181.82512 246.74 181.82512 246.74 181.82512 246.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M189.01749 254.3C189.01749 254.3 189.01749 254.3 189.01749 254.3C189.01749 254.3 189.01749 254.3 189.01749 254.3C189.01749 254.3 189.01749 254.3 189.01749 254.3C189.01749 254.3 189.01749 254.3 189.01749 254.3Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M196.20985 264.38C196.20985 264.38 196.20985 264.38 196.20985 264.38C196.20985 264.38 196.20985 264.38 196.20985 264.38C196.20985 264.38 196.20985 264.38 196.20985 264.38C196.20985 264.38 196.20985 264.38 196.20985 264.38Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M203.40222 262.7C203.40222 262.7 203.40222 262.7 203.40222 262.7C203.40222 262.7 203.40222 262.7 203.40222 262.7C203.40222 262.7 203.40222 262.7 203.40222 262.7C203.40222 262.7 203.40222 262.7 203.40222 262.7Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M210.59459 266.9C210.59459 266.9 210.59459 266.9 210.59459 266.9C210.59459 266.9 210.59459 266.9 210.59459 266.9C210.59459 266.9 210.59459 266.9 210.59459 266.9C210.59459 266.9 210.59459 266.9 210.59459 266.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M217.78696 266.9C217.78696 266.9 217.78696 266.9 217.78696 266.9C217.78696 266.9 217.78696 266.9 217.78696 266.9C217.78696 266.9 217.78696 266.9 217.78696 266.9C217.78696 266.9 217.78696 266.9 217.78696 266.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M224.97934 261.86C224.97934 261.86 224.97934 261.86 224.97934 261.86C224.97934 261.86 224.97934 261.86 224.97934 261.86C224.97934 261.86 224.97934 261.86 224.97934 261.86C224.97934 261.86 224.97934 261.86 224.97934 261.86Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M232.1717 259.34C232.1717 259.34 232.1717 259.34 232.1717 259.34C232.1717 259.34 232.1717 259.34 232.1717 259.34C232.1717 259.34 232.1717 259.34 232.1717 259.34C232.1717 259.34 232.1717 259.34 232.1717 259.34Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M239.36407 257.66C239.36407 257.66 239.36407 257.66 239.36407 257.66C239.36407 257.66 239.36407 257.66 239.36407 257.66C239.36407 257.66 239.36407 257.66 239.36407 257.66C239.36407 257.66 239.36407 257.66 239.36407 257.66Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M246.55644 255.14C246.55644 255.14 246.55644 255.14 246.55644 255.14C246.55644 255.14 246.55644 255.14 246.55644 255.14C246.55644 255.14 246.55644 255.14 246.55644 255.14C246.55644 255.14 246.55644 255.14 246.55644 255.14Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M253.74881 260.18C253.74881 260.18 253.74881 260.18 253.74881 260.18C253.74881 260.18 253.74881 260.18 253.74881 260.18C253.74881 260.18 253.74881 260.18 253.74881 260.18C253.74881 260.18 253.74881 260.18 253.74881 260.18Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M260.94116 256.82C260.94116 256.82 260.94116 256.82 260.94116 256.82C260.94116 256.82 260.94116 256.82 260.94116 256.82C260.94116 256.82 260.94116 256.82 260.94116 256.82C260.94116 256.82 260.94116 256.82 260.94116 256.82Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M268.13354 251.78C268.13354 251.78 268.13354 251.78 268.13354 251.78C268.13354 251.78 268.13354 251.78 268.13354 251.78C268.13354 251.78 268.13354 251.78 268.13354 251.78C268.13354 251.78 268.13354 251.78 268.13354 251.78Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M275.32593 257.66C275.32593 257.66 275.32593 257.66 275.32593 257.66C275.32593 257.66 275.32593 257.66 275.32593 257.66C275.32593 257.66 275.32593 257.66 275.32593 257.66C275.32593 257.66 275.32593 257.66 275.32593 257.66Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M282.51828 246.74C282.51828 246.74 282.51828 246.74 282.51828 246.74C282.51828 246.74 282.51828 246.74 282.51828 246.74C282.51828 246.74 282.51828 246.74 282.51828 246.74C282.51828 246.74 282.51828 246.74 282.51828 246.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M289.71066 246.74C289.71066 246.74 289.71066 246.74 289.71066 246.74C289.71066 246.74 289.71066 246.74 289.71066 246.74C289.71066 246.74 289.71066 246.74 289.71066 246.74C289.71066 246.74 289.71066 246.74 289.71066 246.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M296.903 250.94C296.903 250.94 296.903 250.94 296.903 250.94C296.903 250.94 296.903 250.94 296.903 250.94C296.903 250.94 296.903 250.94 296.903 250.94C296.903 250.94 296.903 250.94 296.903 250.94Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M304.0954 258.5C304.0954 258.5 304.0954 258.5 304.0954 258.5C304.0954 258.5 304.0954 258.5 304.0954 258.5C304.0954 258.5 304.0954 258.5 304.0954 258.5C304.0954 258.5 304.0954 258.5 304.0954 258.5Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M311.28775 249.26C311.28775 249.26 311.28775 249.26 311.28775 249.26C311.28775 249.26 311.28775 249.26 311.28775 249.26C311.28775 249.26 311.28775 249.26 311.28775 249.26C311.28775 249.26 311.28775 249.26 311.28775 249.26Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M318.48013 255.98C318.48013 255.98 318.48013 255.98 318.48013 255.98C318.48013 255.98 318.48013 255.98 318.48013 255.98C318.48013 255.98 318.48013 255.98 318.48013 255.98C318.48013 255.98 318.48013 255.98 318.48013 255.98Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M325.6725 245.9C325.6725 245.9 325.6725 245.9 325.6725 245.9C325.6725 245.9 325.6725 245.9 325.6725 245.9C325.6725 245.9 325.6725 245.9 325.6725 245.9C325.6725 245.9 325.6725 245.9 325.6725 245.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M332.86487 250.1C332.86487 250.1 332.86487 250.1 332.86487 250.1C332.86487 250.1 332.86487 250.1 332.86487 250.1C332.86487 250.1 332.86487 250.1 332.86487 250.1C332.86487 250.1 332.86487 250.1 332.86487 250.1Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M340.05722 246.74C340.05722 246.74 340.05722 246.74 340.05722 246.74C340.05722 246.74 340.05722 246.74 340.05722 246.74C340.05722 246.74 340.05722 246.74 340.05722 246.74C340.05722 246.74 340.05722 246.74 340.05722 246.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M347.2496 254.3C347.2496 254.3 347.2496 254.3 347.2496 254.3C347.2496 254.3 347.2496 254.3 347.2496 254.3C347.2496 254.3 347.2496 254.3 347.2496 254.3C347.2496 254.3 347.2496 254.3 347.2496 254.3Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M354.442 250.94C354.442 250.94 354.442 250.94 354.442 250.94C354.442 250.94 354.442 250.94 354.442 250.94C354.442 250.94 354.442 250.94 354.442 250.94C354.442 250.94 354.442 250.94 354.442 250.94Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M361.63434 255.14C361.63434 255.14 361.63434 255.14 361.63434 255.14C361.63434 255.14 361.63434 255.14 361.63434 255.14C361.63434 255.14 361.63434 255.14 361.63434 255.14C361.63434 255.14 361.63434 255.14 361.63434 255.14Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M368.82672 247.58C368.82672 247.58 368.82672 247.58 368.82672 247.58C368.82672 247.58 368.82672 247.58 368.82672 247.58C368.82672 247.58 368.82672 247.58 368.82672 247.58C368.82672 247.58 368.82672 247.58 368.82672 247.58Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M376.01907 246.74C376.01907 246.74 376.01907 246.74 376.01907 246.74C376.01907 246.74 376.01907 246.74 376.01907 246.74C376.01907 246.74 376.01907 246.74 376.01907 246.74C376.01907 246.74 376.01907 246.74 376.01907 246.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M383.21146 225.95C383.21146 225.95 383.21146 225.95 383.21146 225.95C383.21146 225.95 383.21146 225.95 383.21146 225.95C383.21146 225.95 383.21146 225.95 383.21146 225.95C383.21146 225.95 383.21146 225.95 383.21146 225.95Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M390.4038 227.0C390.4038 227.0 390.4038 227.0 390.4038 227.0C390.4038 227.0 390.4038 227.0 390.4038 227.0C390.4038 227.0 390.4038 227.0 390.4038 227.0C390.4038 227.0 390.4038 227.0 390.4038 227.0Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M397.5962 229.1C397.5962 229.1 397.5962 229.1 397.5962 229.1C397.5962 229.1 397.5962 229.1 397.5962 229.1C397.5962 229.1 397.5962 229.1 397.5962 229.1C397.5962 229.1 397.5962 229.1 397.5962 229.1Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M404.78854 220.7C404.78854 220.7 404.78854 220.7 404.78854 220.7C404.78854 220.7 404.78854 220.7 404.78854 220.7C404.78854 220.7 404.78854 220.7 404.78854 220.7C404.78854 220.7 404.78854 220.7 404.78854 220.7Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M411.98093 228.26C411.98093 228.26 411.98093 228.26 411.98093 228.26C411.98093 228.26 411.98093 228.26 411.98093 228.26C411.98093 228.26 411.98093 228.26 411.98093 228.26C411.98093 228.26 411.98093 228.26 411.98093 228.26Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M419.17328 248.42C419.17328 248.42 419.17328 248.42 419.17328 248.42C419.17328 248.42 419.17328 248.42 419.17328 248.42C419.17328 248.42 419.17328 248.42 419.17328 248.42C419.17328 248.42 419.17328 248.42 419.17328 248.42Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M426.36566 248.42C426.36566 248.42 426.36566 248.42 426.36566 248.42C426.36566 248.42 426.36566 248.42 426.36566 248.42C426.36566 248.42 426.36566 248.42 426.36566 248.42C426.36566 248.42 426.36566 248.42 426.36566 248.42Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M433.558 246.74C433.558 246.74 433.558 246.74 433.558 246.74C433.558 246.74 433.558 246.74 433.558 246.74C433.558 246.74 433.558 246.74 433.558 246.74C433.558 246.74 433.558 246.74 433.558 246.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M440.7504 255.14C440.7504 255.14 440.7504 255.14 440.7504 255.14C440.7504 255.14 440.7504 255.14 440.7504 255.14C440.7504 255.14 440.7504 255.14 440.7504 255.14C440.7504 255.14 440.7504 255.14 440.7504 255.14Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M447.94278 244.22C447.94278 244.22 447.94278 244.22 447.94278 244.22C447.94278 244.22 447.94278 244.22 447.94278 244.22C447.94278 244.22 447.94278 244.22 447.94278 244.22C447.94278 244.22 447.94278 244.22 447.94278 244.22Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M455.13513 243.38C455.13513 243.38 455.13513 243.38 455.13513 243.38C455.13513 243.38 455.13513 243.38 455.13513 243.38C455.13513 243.38 455.13513 243.38 455.13513 243.38C455.13513 243.38 455.13513 243.38 455.13513 243.38Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M462.3275 243.38C462.3275 243.38 462.3275 243.38 462.3275 243.38C462.3275 243.38 462.3275 243.38 462.3275 243.38C462.3275 243.38 462.3275 243.38 462.3275 243.38C462.3275 243.38 462.3275 243.38 462.3275 243.38Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M469.51987 245.06C469.51987 245.06 469.51987 245.06 469.51987 245.06C469.51987 245.06 469.51987 245.06 469.51987 245.06C469.51987 245.06 469.51987 245.06 469.51987 245.06C469.51987 245.06 469.51987 245.06 469.51987 245.06Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M476.71225 247.58C476.71225 247.58 476.71225 247.58 476.71225 247.58C476.71225 247.58 476.71225 247.58 476.71225 247.58C476.71225 247.58 476.71225 247.58 476.71225 247.58C476.71225 247.58 476.71225 247.58 476.71225 247.58Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M483.9046 259.34C483.9046 259.34 483.9046 259.34 483.9046 259.34C483.9046 259.34 483.9046 259.34 483.9046 259.34C483.9046 259.34 483.9046 259.34 483.9046 259.34C483.9046 259.34 483.9046 259.34 483.9046 259.34Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M491.097 255.14C491.097 255.14 491.097 255.14 491.097 255.14C491.097 255.14 491.097 255.14 491.097 255.14C491.097 255.14 491.097 255.14 491.097 255.14C491.097 255.14 491.097 255.14 491.097 255.14Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M498.28934 254.3C498.28934 254.3 498.28934 254.3 498.28934 254.3C498.28934 254.3 498.28934 254.3 498.28934 254.3C498.28934 254.3 498.28934 254.3 498.28934 254.3C498.28934 254.3 498.28934 254.3 498.28934 254.3Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M505.48172 234.14C505.48172 234.14 505.48172 234.14 505.48172 234.14C505.48172 234.14 505.48172 234.14 505.48172 234.14C505.48172 234.14 505.48172 234.14 505.48172 234.14C505.48172 234.14 505.48172 234.14 505.48172 234.14Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M512.6741 224.9C512.6741 224.9 512.6741 224.9 512.6741 224.9C512.6741 224.9 512.6741 224.9 512.6741 224.9C512.6741 224.9 512.6741 224.9 512.6741 224.9C512.6741 224.9 512.6741 224.9 512.6741 224.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M519.86646 231.62C519.86646 231.62 519.86646 231.62 519.86646 231.62C519.86646 231.62 519.86646 231.62 519.86646 231.62C519.86646 231.62 519.86646 231.62 519.86646 231.62C519.86646 231.62 519.86646 231.62 519.86646 231.62Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M527.05884 224.9C527.05884 224.9 527.05884 224.9 527.05884 224.9C527.05884 224.9 527.05884 224.9 527.05884 224.9C527.05884 224.9 527.05884 224.9 527.05884 224.9C527.05884 224.9 527.05884 224.9 527.05884 224.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M534.2512 222.38C534.2512 222.38 534.2512 222.38 534.2512 222.38C534.2512 222.38 534.2512 222.38 534.2512 222.38C534.2512 222.38 534.2512 222.38 534.2512 222.38C534.2512 222.38 534.2512 222.38 534.2512 222.38Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M541.44354 245.06C541.44354 245.06 541.44354 245.06 541.44354 245.06C541.44354 245.06 541.44354 245.06 541.44354 245.06C541.44354 245.06 541.44354 245.06 541.44354 245.06C541.44354 245.06 541.44354 245.06 541.44354 245.06Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M548.6359 248.42C548.6359 248.42 548.6359 248.42 548.6359 248.42C548.6359 248.42 548.6359 248.42 548.6359 248.42C548.6359 248.42 548.6359 248.42 548.6359 248.42C548.6359 248.42 548.6359 248.42 548.6359 248.42Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M555.8283 249.26C555.8283 249.26 555.8283 249.26 555.8283 249.26C555.8283 249.26 555.8283 249.26 555.8283 249.26C555.8283 249.26 555.8283 249.26 555.8283 249.26C555.8283 249.26 555.8283 249.26 555.8283 249.26Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M563.0207 266.06C563.0207 266.06 563.0207 266.06 563.0207 266.06C563.0207 266.06 563.0207 266.06 563.0207 266.06C563.0207 266.06 563.0207 266.06 563.0207 266.06C563.0207 266.06 563.0207 266.06 563.0207 266.06Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M570.213 272.78C570.213 272.78 570.213 272.78 570.213 272.78C570.213 272.78 570.213 272.78 570.213 272.78C570.213 272.78 570.213 272.78 570.213 272.78C570.213 272.78 570.213 272.78 570.213 272.78Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M577.4054 273.62C577.4054 273.62 577.4054 273.62 577.4054 273.62C577.4054 273.62 577.4054 273.62 577.4054 273.62C577.4054 273.62 577.4054 273.62 577.4054 273.62C577.4054 273.62 577.4054 273.62 577.4054 273.62Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M584.5978 270.26C584.5978 270.26 584.5978 270.26 584.5978 270.26C584.5978 270.26 584.5978 270.26 584.5978 270.26C584.5978 270.26 584.5978 270.26 584.5978 270.26C584.5978 270.26 584.5978 270.26 584.5978 270.26Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M591.79016 240.02C591.79016 240.02 591.79016 240.02 591.79016 240.02C591.79016 240.02 591.79016 240.02 591.79016 240.02C591.79016 240.02 591.79016 240.02 591.79016 240.02C591.79016 240.02 591.79016 240.02 591.79016 240.02Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M598.9825 205.58C598.9825 205.58 598.9825 205.58 598.9825 205.58C598.9825 205.58 598.9825 205.58 598.9825 205.58C598.9825 205.58 598.9825 205.58 598.9825 205.58C598.9825 205.58 598.9825 205.58 598.9825 205.58Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M606.17487 199.7C606.17487 199.7 606.17487 199.7 606.17487 199.7C606.17487 199.7 606.17487 199.7 606.17487 199.7C606.17487 199.7 606.17487 199.7 606.17487 199.7C606.17487 199.7 606.17487 199.7 606.17487 199.7Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M613.36725 199.7C613.36725 199.7 613.36725 199.7 613.36725 199.7C613.36725 199.7 613.36725 199.7 613.36725 199.7C613.36725 199.7 613.36725 199.7 613.36725 199.7C613.36725 199.7 613.36725 199.7 613.36725 199.7Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M620.55963 199.7C620.55963 199.7 620.55963 199.7 620.55963 199.7C620.55963 199.7 620.55963 199.7 620.55963 199.7C620.55963 199.7 620.55963 199.7 620.55963 199.7C620.55963 199.7 620.55963 199.7 620.55963 199.7Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M627.752 208.94C627.752 208.94 627.752 208.94 627.752 208.94C627.752 208.94 627.752 208.94 627.752 208.94C627.752 208.94 627.752 208.94 627.752 208.94C627.752 208.94 627.752 208.94 627.752 208.94Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M634.94434 213.14C634.94434 213.14 634.94434 213.14 634.94434 213.14C634.94434 213.14 634.94434 213.14 634.94434 213.14C634.94434 213.14 634.94434 213.14 634.94434 213.14C634.94434 213.14 634.94434 213.14 634.94434 213.14Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M642.1367 236.66C642.1367 236.66 642.1367 236.66 642.1367 236.66C642.1367 236.66 642.1367 236.66 642.1367 236.66C642.1367 236.66 642.1367 236.66 642.1367 236.66C642.1367 236.66 642.1367 236.66 642.1367 236.66Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M649.3291 267.74C649.3291 267.74 649.3291 267.74 649.3291 267.74C649.3291 267.74 649.3291 267.74 649.3291 267.74C649.3291 267.74 649.3291 267.74 649.3291 267.74C649.3291 267.74 649.3291 267.74 649.3291 267.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M656.5215 273.62C656.5215 273.62 656.5215 273.62 656.5215 273.62C656.5215 273.62 656.5215 273.62 656.5215 273.62C656.5215 273.62 656.5215 273.62 656.5215 273.62C656.5215 273.62 656.5215 273.62 656.5215 273.62Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M663.7138 266.9C663.7138 266.9 663.7138 266.9 663.7138 266.9C663.7138 266.9 663.7138 266.9 663.7138 266.9C663.7138 266.9 663.7138 266.9 663.7138 266.9C663.7138 266.9 663.7138 266.9 663.7138 266.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M670.9062 266.9C670.9062 266.9 670.9062 266.9 670.9062 266.9C670.9062 266.9 670.9062 266.9 670.9062 266.9C670.9062 266.9 670.9062 266.9 670.9062 266.9C670.9062 266.9 670.9062 266.9 670.9062 266.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M678.0986 266.9C678.0986 266.9 678.0986 266.9 678.0986 266.9C678.0986 266.9 678.0986 266.9 678.0986 266.9C678.0986 266.9 678.0986 266.9 678.0986 266.9C678.0986 266.9 678.0986 266.9 678.0986 266.9Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M685.29095 268.58C685.29095 268.58 685.29095 268.58 685.29095 268.58C685.29095 268.58 685.29095 268.58 685.29095 268.58C685.29095 268.58 685.29095 268.58 685.29095 268.58C685.29095 268.58 685.29095 268.58 685.29095 268.58Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M692.4833 272.78C692.4833 272.78 692.4833 272.78 692.4833 272.78C692.4833 272.78 692.4833 272.78 692.4833 272.78C692.4833 272.78 692.4833 272.78 692.4833 272.78C692.4833 272.78 692.4833 272.78 692.4833 272.78Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M699.67566 272.78C699.67566 272.78 699.67566 272.78 699.67566 272.78C699.67566 272.78 699.67566 272.78 699.67566 272.78C699.67566 272.78 699.67566 272.78 699.67566 272.78C699.67566 272.78 699.67566 272.78 699.67566 272.78Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M706.86804 272.78C706.86804 272.78 706.86804 272.78 706.86804 272.78C706.86804 272.78 706.86804 272.78 706.86804 272.78C706.86804 272.78 706.86804 272.78 706.86804 272.78C706.86804 272.78 706.86804 272.78 706.86804 272.78Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M714.0604 272.78C714.0604 272.78 714.0604 272.78 714.0604 272.78C714.0604 272.78 714.0604 272.78 714.0604 272.78C714.0604 272.78 714.0604 272.78 714.0604 272.78C714.0604 272.78 714.0604 272.78 714.0604 272.78Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M721.2528 271.94C721.2528 271.94 721.2528 271.94 721.2528 271.94C721.2528 271.94 721.2528 271.94 721.2528 271.94C721.2528 271.94 721.2528 271.94 721.2528 271.94C721.2528 271.94 721.2528 271.94 721.2528 271.94Z" fill="#76b900" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M728.4451 267.74C728.4451 267.74 728.4451 267.74 728.4451 267.74C728.4451 267.74 728.4451 267.74 728.4451 267.74C728.4451 267.74 728.4451 267.74 728.4451 267.74C728.4451 267.74 728.4451 267.74 728.4451 267.74Z" fill="#76b900" fill-rule="nonzero"></path>
     <path d="M40.278126 380.3625Q40.278126 378.58124 40.6375 377.5031Q41.0125 376.40936 41.73125 375.83124Q42.45 375.2375 43.54375 375.2375Q44.35625 375.2375 44.965626 375.5656Q45.575 375.89374 45.965626 376.5031Q46.371876 377.1125 46.590626 377.9875Q46.809376 378.8625 46.809376 380.3625Q46.809376 382.1281 46.45 383.20624Q46.090626 384.28436 45.371876 384.8781Q44.653126 385.47186 43.54375 385.47186Q42.10625 385.47186 41.278126 384.425Q40.278126 383.175 40.278126 380.3625ZM41.54375 380.3625Q41.54375 382.83124 42.121876 383.64374Q42.7 384.45624 43.54375 384.45624Q44.403126 384.45624 44.98125 383.64374Q45.559376 382.8156 45.559376 380.3625Q45.559376 377.8781 44.98125 377.0656Q44.403126 376.2531 43.528126 376.2531Q42.684376 376.2531 42.184376 376.97186Q41.54375 377.89374 41.54375 380.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M40.278126 361.675L41.575 361.5656Q41.715626 362.5031 42.23125 362.9875Q42.7625 363.45624 43.496876 363.45624Q44.3875 363.45624 44.996876 362.78436Q45.621876 362.1125 45.621876 361.01874Q45.621876 359.95624 45.028126 359.34686Q44.434376 358.7375 43.48125 358.7375Q42.8875 358.7375 42.403126 359.01874Q41.934376 359.28436 41.653126 359.70624L40.496876 359.5656L41.465626 354.40936L46.45 354.40936L46.45 355.59686L42.45 355.59686L41.91875 358.28436Q42.825 357.65936 43.809376 357.65936Q45.121876 357.65936 46.0125 358.5656Q46.91875 359.47186 46.91875 360.90936Q46.91875 362.26874 46.1375 363.2531Q45.16875 364.47186 43.496876 364.47186Q42.1375 364.47186 41.2625 363.70624Q40.403126 362.9406 40.278126 361.675Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M36.91875 343.3L35.684376 343.3L35.684376 335.45624Q35.246876 335.8781 34.5125 336.3156Q33.79375 336.7375 33.23125 336.9406L33.23125 335.7531Q34.2625 335.26874 35.028126 334.58124Q35.809376 333.89374 36.121876 333.2375L36.91875 333.2375L36.91875 343.3ZM40.278126 338.3625Q40.278126 336.58124 40.6375 335.5031Q41.0125 334.40936 41.73125 333.83124Q42.45 333.2375 43.54375 333.2375Q44.35625 333.2375 44.965626 333.5656Q45.575 333.89374 45.965626 334.5031Q46.371876 335.1125 46.590626 335.9875Q46.809376 336.8625 46.809376 338.3625Q46.809376 340.1281 46.45 341.20624Q46.090626 342.28436 45.371876 342.8781Q44.653126 343.47186 43.54375 343.47186Q42.10625 343.47186 41.278126 342.425Q40.278126 341.175 40.278126 338.3625ZM41.54375 338.3625Q41.54375 340.83124 42.121876 341.64374Q42.7 342.45624 43.54375 342.45624Q44.403126 342.45624 44.98125 341.64374Q45.559376 340.8156 45.559376 338.3625Q45.559376 335.8781 44.98125 335.0656Q44.403126 334.2531 43.528126 334.2531Q42.684376 334.2531 42.184376 334.97186Q41.54375 335.89374 41.54375 338.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M36.91875 322.3L35.684376 322.3L35.684376 314.45624Q35.246876 314.8781 34.5125 315.3156Q33.79375 315.7375 33.23125 315.9406L33.23125 314.7531Q34.2625 314.26874 35.028126 313.58124Q35.809376 312.89374 36.121876 312.2375L36.91875 312.2375L36.91875 322.3ZM40.278126 319.675L41.575 319.5656Q41.715626 320.5031 42.23125 320.9875Q42.7625 321.45624 43.496876 321.45624Q44.3875 321.45624 44.996876 320.78436Q45.621876 320.1125 45.621876 319.01874Q45.621876 317.95624 45.028126 317.34686Q44.434376 316.7375 43.48125 316.7375Q42.8875 316.7375 42.403126 317.01874Q41.934376 317.28436 41.653126 317.70624L40.496876 317.5656L41.465626 312.40936L46.45 312.40936L46.45 313.59686L42.45 313.59686L41.91875 316.28436Q42.825 315.65936 43.809376 315.65936Q45.121876 315.65936 46.0125 316.5656Q46.91875 317.47186 46.91875 318.90936Q46.91875 320.26874 46.1375 321.2531Q45.16875 322.47186 43.496876 322.47186Q42.1375 322.47186 41.2625 321.70624Q40.403126 320.9406 40.278126 319.675Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M38.746876 300.1125L38.746876 301.3L32.121876 301.3Q32.10625 300.8625 32.2625 300.4406Q32.528126 299.76874 33.075 299.1125Q33.6375 298.45624 34.684376 297.59686Q36.325 296.2531 36.8875 295.47186Q37.465626 294.6906 37.465626 293.9875Q37.465626 293.2531 36.934376 292.7531Q36.41875 292.2531 35.590626 292.2531Q34.7 292.2531 34.153126 292.78436Q33.621876 293.3156 33.621876 294.26874L32.35625 294.1281Q32.48125 292.72186 33.325 291.9875Q34.184376 291.2375 35.60625 291.2375Q37.059376 291.2375 37.8875 292.03436Q38.73125 292.83124 38.73125 294.01874Q38.73125 294.6281 38.48125 295.20624Q38.246876 295.78436 37.66875 296.425Q37.10625 297.0656 35.778126 298.1906Q34.66875 299.1125 34.35625 299.45624Q34.04375 299.78436 33.840626 300.1125L38.746876 300.1125ZM40.278126 296.3625Q40.278126 294.58124 40.6375 293.5031Q41.0125 292.40936 41.73125 291.83124Q42.45 291.2375 43.54375 291.2375Q44.35625 291.2375 44.965626 291.5656Q45.575 291.89374 45.965626 292.5031Q46.371876 293.1125 46.590626 293.9875Q46.809376 294.8625 46.809376 296.3625Q46.809376 298.1281 46.45 299.20624Q46.090626 300.28436 45.371876 300.8781Q44.653126 301.47186 43.54375 301.47186Q42.10625 301.47186 41.278126 300.425Q40.278126 299.175 40.278126 296.3625ZM41.54375 296.3625Q41.54375 298.83124 42.121876 299.64374Q42.7 300.45624 43.54375 300.45624Q44.403126 300.45624 44.98125 299.64374Q45.559376 298.8156 45.559376 296.3625Q45.559376 293.8781 44.98125 293.0656Q44.403126 292.2531 43.528126 292.2531Q42.684376 292.2531 42.184376 292.97186Q41.54375 293.89374 41.54375 296.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M38.746876 279.1125L38.746876 280.3L32.121876 280.3Q32.10625 279.8625 32.2625 279.4406Q32.528126 278.76874 33.075 278.1125Q33.6375 277.45624 34.684376 276.59686Q36.325 275.2531 36.8875 274.47186Q37.465626 273.6906 37.465626 272.9875Q37.465626 272.2531 36.934376 271.7531Q36.41875 271.2531 35.590626 271.2531Q34.7 271.2531 34.153126 271.78436Q33.621876 272.3156 33.621876 273.26874L32.35625 273.1281Q32.48125 271.72186 33.325 270.9875Q34.184376 270.2375 35.60625 270.2375Q37.059376 270.2375 37.8875 271.03436Q38.73125 271.83124 38.73125 273.01874Q38.73125 273.6281 38.48125 274.20624Q38.246876 274.78436 37.66875 275.425Q37.10625 276.0656 35.778126 277.1906Q34.66875 278.1125 34.35625 278.45624Q34.04375 278.78436 33.840626 279.1125L38.746876 279.1125ZM40.278126 277.675L41.575 277.5656Q41.715626 278.5031 42.23125 278.9875Q42.7625 279.45624 43.496876 279.45624Q44.3875 279.45624 44.996876 278.78436Q45.621876 278.1125 45.621876 277.01874Q45.621876 275.95624 45.028126 275.34686Q44.434376 274.7375 43.48125 274.7375Q42.8875 274.7375 42.403126 275.01874Q41.934376 275.28436 41.653126 275.70624L40.496876 275.5656L41.465626 270.40936L46.45 270.40936L46.45 271.59686L42.45 271.59686L41.91875 274.28436Q42.825 273.65936 43.809376 273.65936Q45.121876 273.65936 46.0125 274.5656Q46.91875 275.47186 46.91875 276.90936Q46.91875 278.26874 46.1375 279.2531Q45.16875 280.47186 43.496876 280.47186Q42.1375 280.47186 41.2625 279.70624Q40.403126 278.9406 40.278126 277.675Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M32.29375 256.65936L33.5125 256.4875Q33.73125 257.53436 34.23125 258.0031Q34.746876 258.45624 35.48125 258.45624Q36.35625 258.45624 36.95 257.8625Q37.54375 257.2531 37.54375 256.3625Q37.54375 255.51874 36.98125 254.97186Q36.434376 254.42499 35.590626 254.42499Q35.23125 254.42499 34.715626 254.54999L34.85625 253.47186Q34.98125 253.48749 35.04375 253.48749Q35.840626 253.48749 36.465626 253.08124Q37.090626 252.67499 37.090626 251.81561Q37.090626 251.14374 36.6375 250.70624Q36.184376 250.25311 35.45 250.25311Q34.73125 250.25311 34.246876 250.70624Q33.778126 251.14374 33.6375 252.04999L32.41875 251.83124Q32.6375 250.59686 33.434376 249.92499Q34.23125 249.23749 35.41875 249.23749Q36.246876 249.23749 36.934376 249.59686Q37.621876 249.94061 37.98125 250.54999Q38.35625 251.15936 38.35625 251.84686Q38.35625 252.48749 38.0125 253.01874Q37.66875 253.54999 36.98125 253.87811Q37.871876 254.08124 38.35625 254.72186Q38.85625 255.36249 38.85625 256.34686Q38.85625 257.65936 37.8875 258.5656Q36.934376 259.47186 35.48125 259.47186Q34.153126 259.47186 33.278126 258.6906Q32.41875 257.90936 32.29375 256.65936ZM40.278126 254.36249Q40.278126 252.58124 40.6375 251.50311Q41.0125 250.40936 41.73125 249.83124Q42.45 249.23749 43.54375 249.23749Q44.35625 249.23749 44.965626 249.56561Q45.575 249.89374 45.965626 250.50311Q46.371876 251.11249 46.590626 251.98749Q46.809376 252.86249 46.809376 254.36249Q46.809376 256.1281 46.45 257.20624Q46.090626 258.28436 45.371876 258.8781Q44.653126 259.47186 43.54375 259.47186Q42.10625 259.47186 41.278126 258.425Q40.278126 257.175 40.278126 254.36249ZM41.54375 254.36249Q41.54375 256.83124 42.121876 257.64374Q42.7 258.45624 43.54375 258.45624Q44.403126 258.45624 44.98125 257.64374Q45.559376 256.8156 45.559376 254.36249Q45.559376 251.87811 44.98125 251.06561Q44.403126 250.25311 43.528126 250.25311Q42.684376 250.25311 42.184376 250.97186Q41.54375 251.89374 41.54375 254.36249Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M32.29375 235.65938L33.5125 235.4875Q33.73125 236.53438 34.23125 237.00313Q34.746876 237.45625 35.48125 237.45625Q36.35625 237.45625 36.95 236.8625Q37.54375 236.25313 37.54375 235.3625Q37.54375 234.51875 36.98125 233.97188Q36.434376 233.425 35.590626 233.425Q35.23125 233.425 34.715626 233.55L34.85625 232.47188Q34.98125 232.4875 35.04375 232.4875Q35.840626 232.4875 36.465626 232.08125Q37.090626 231.675 37.090626 230.81563Q37.090626 230.14375 36.6375 229.70625Q36.184376 229.25313 35.45 229.25313Q34.73125 229.25313 34.246876 229.70625Q33.778126 230.14375 33.6375 231.05L32.41875 230.83125Q32.6375 229.59688 33.434376 228.925Q34.23125 228.2375 35.41875 228.2375Q36.246876 228.2375 36.934376 228.59688Q37.621876 228.94063 37.98125 229.55Q38.35625 230.15938 38.35625 230.84688Q38.35625 231.4875 38.0125 232.01875Q37.66875 232.55 36.98125 232.87813Q37.871876 233.08125 38.35625 233.72188Q38.85625 234.3625 38.85625 235.34688Q38.85625 236.65938 37.8875 237.56563Q36.934376 238.47188 35.48125 238.47188Q34.153126 238.47188 33.278126 237.69063Q32.41875 236.90938 32.29375 235.65938ZM40.278126 235.675L41.575 235.56563Q41.715626 236.50313 42.23125 236.9875Q42.7625 237.45625 43.496876 237.45625Q44.3875 237.45625 44.996876 236.78438Q45.621876 236.1125 45.621876 235.01875Q45.621876 233.95625 45.028126 233.34688Q44.434376 232.7375 43.48125 232.7375Q42.8875 232.7375 42.403126 233.01875Q41.934376 233.28438 41.653126 233.70625L40.496876 233.56563L41.465626 228.40938L46.45 228.40938L46.45 229.59688L42.45 229.59688L41.91875 232.28438Q42.825 231.65938 43.809376 231.65938Q45.121876 231.65938 46.0125 232.56563Q46.91875 233.47188 46.91875 234.90938Q46.91875 236.26875 46.1375 237.25313Q45.16875 238.47188 43.496876 238.47188Q42.1375 238.47188 41.2625 237.70625Q40.403126 236.94063 40.278126 235.675Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M36.23125 217.3L36.23125 214.89375L31.871876 214.89375L31.871876 213.76875L36.45 207.28438L37.45 207.28438L37.45 213.76875L38.809376 213.76875L38.809376 214.89375L37.45 214.89375L37.45 217.3L36.23125 217.3ZM36.23125 213.76875L36.23125 209.25313L33.090626 213.76875L36.23125 213.76875ZM40.278126 212.3625Q40.278126 210.58125 40.6375 209.50313Q41.0125 208.40938 41.73125 207.83125Q42.45 207.2375 43.54375 207.2375Q44.35625 207.2375 44.965626 207.56563Q45.575 207.89375 45.965626 208.50313Q46.371876 209.1125 46.590626 209.9875Q46.809376 210.8625 46.809376 212.3625Q46.809376 214.12813 46.45 215.20625Q46.090626 216.28438 45.371876 216.87813Q44.653126 217.47188 43.54375 217.47188Q42.10625 217.47188 41.278126 216.425Q40.278126 215.175 40.278126 212.3625ZM41.54375 212.3625Q41.54375 214.83125 42.121876 215.64375Q42.7 216.45625 43.54375 216.45625Q44.403126 216.45625 44.98125 215.64375Q45.559376 214.81563 45.559376 212.3625Q45.559376 209.87813 44.98125 209.06563Q44.403126 208.25313 43.528126 208.25313Q42.684376 208.25313 42.184376 208.97188Q41.54375 209.89375 41.54375 212.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M36.23125 196.3L36.23125 193.89375L31.871876 193.89375L31.871876 192.76875L36.45 186.28438L37.45 186.28438L37.45 192.76875L38.809376 192.76875L38.809376 193.89375L37.45 193.89375L37.45 196.3L36.23125 196.3ZM36.23125 192.76875L36.23125 188.25313L33.090626 192.76875L36.23125 192.76875ZM40.278126 193.675L41.575 193.56563Q41.715626 194.50313 42.23125 194.9875Q42.7625 195.45625 43.496876 195.45625Q44.3875 195.45625 44.996876 194.78438Q45.621876 194.1125 45.621876 193.01875Q45.621876 191.95625 45.028126 191.34688Q44.434376 190.7375 43.48125 190.7375Q42.8875 190.7375 42.403126 191.01875Q41.934376 191.28438 41.653126 191.70625L40.496876 191.56563L41.465626 186.40938L46.45 186.40938L46.45 187.59688L42.45 187.59688L41.91875 190.28438Q42.825 189.65938 43.809376 189.65938Q45.121876 189.65938 46.0125 190.56563Q46.91875 191.47188 46.91875 192.90938Q46.91875 194.26875 46.1375 195.25313Q45.16875 196.47188 43.496876 196.47188Q42.1375 196.47188 41.2625 195.70625Q40.403126 194.94063 40.278126 193.675Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M32.278126 172.675L33.575 172.56563Q33.715626 173.50313 34.23125 173.9875Q34.7625 174.45625 35.496876 174.45625Q36.3875 174.45625 36.996876 173.78438Q37.621876 173.1125 37.621876 172.01875Q37.621876 170.95625 37.028126 170.34688Q36.434376 169.7375 35.48125 169.7375Q34.8875 169.7375 34.403126 170.01875Q33.934376 170.28438 33.653126 170.70625L32.496876 170.56563L33.465626 165.40938L38.45 165.40938L38.45 166.59688L34.45 166.59688L33.91875 169.28438Q34.825 168.65938 35.809376 168.65938Q37.121876 168.65938 38.0125 169.56563Q38.91875 170.47188 38.91875 171.90938Q38.91875 173.26875 38.1375 174.25313Q37.16875 175.47188 35.496876 175.47188Q34.1375 175.47188 33.2625 174.70625Q32.403126 173.94063 32.278126 172.675ZM40.278126 170.3625Q40.278126 168.58125 40.6375 167.50313Q41.0125 166.40938 41.73125 165.83125Q42.45 165.2375 43.54375 165.2375Q44.35625 165.2375 44.965626 165.56563Q45.575 165.89375 45.965626 166.50313Q46.371876 167.1125 46.590626 167.9875Q46.809376 168.8625 46.809376 170.3625Q46.809376 172.12813 46.45 173.20625Q46.090626 174.28438 45.371876 174.87813Q44.653126 175.47188 43.54375 175.47188Q42.10625 175.47188 41.278126 174.425Q40.278126 173.175 40.278126 170.3625ZM41.54375 170.3625Q41.54375 172.83125 42.121876 173.64375Q42.7 174.45625 43.54375 174.45625Q44.403126 174.45625 44.98125 173.64375Q45.559376 172.81563 45.559376 170.3625Q45.559376 167.87813 44.98125 167.06563Q44.403126 166.25313 43.528126 166.25313Q42.684376 166.25313 42.184376 166.97188Q41.54375 167.89375 41.54375 170.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M32.278126 151.675L33.575 151.56563Q33.715626 152.50313 34.23125 152.9875Q34.7625 153.45625 35.496876 153.45625Q36.3875 153.45625 36.996876 152.78438Q37.621876 152.1125 37.621876 151.01875Q37.621876 149.95625 37.028126 149.34688Q36.434376 148.7375 35.48125 148.7375Q34.8875 148.7375 34.403126 149.01875Q33.934376 149.28438 33.653126 149.70625L32.496876 149.56563L33.465626 144.40938L38.45 144.40938L38.45 145.59688L34.45 145.59688L33.91875 148.28438Q34.825 147.65938 35.809376 147.65938Q37.121876 147.65938 38.0125 148.56563Q38.91875 149.47188 38.91875 150.90938Q38.91875 152.26875 38.1375 153.25313Q37.16875 154.47188 35.496876 154.47188Q34.1375 154.47188 33.2625 153.70625Q32.403126 152.94063 32.278126 151.675ZM40.278126 151.675L41.575 151.56563Q41.715626 152.50313 42.23125 152.9875Q42.7625 153.45625 43.496876 153.45625Q44.3875 153.45625 44.996876 152.78438Q45.621876 152.1125 45.621876 151.01875Q45.621876 149.95625 45.028126 149.34688Q44.434376 148.7375 43.48125 148.7375Q42.8875 148.7375 42.403126 149.01875Q41.934376 149.28438 41.653126 149.70625L40.496876 149.56563L41.465626 144.40938L46.45 144.40938L46.45 145.59688L42.45 145.59688L41.91875 148.28438Q42.825 147.65938 43.809376 147.65938Q45.121876 147.65938 46.0125 148.56563Q46.91875 149.47188 46.91875 150.90938Q46.91875 152.26875 46.1375 153.25313Q45.16875 154.47188 43.496876 154.47188Q42.1375 154.47188 41.2625 153.70625Q40.403126 152.94063 40.278126 151.675Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M38.66875 125.7375L37.45 125.83125Q37.278126 125.09688 36.98125 124.76875Q36.48125 124.25313 35.746876 124.25313Q35.153126 124.25313 34.715626 124.58125Q34.1375 125.00313 33.79375 125.81563Q33.465626 126.62813 33.45 128.12813Q33.8875 127.45625 34.528126 127.12813Q35.184376 126.8 35.8875 126.8Q37.121876 126.8 37.98125 127.70625Q38.840626 128.6125 38.840626 130.05Q38.840626 130.9875 38.434376 131.8Q38.028126 132.6125 37.309376 133.05Q36.60625 133.47188 35.7 133.47188Q34.16875 133.47188 33.2 132.34688Q32.23125 131.20625 32.23125 128.6125Q32.23125 125.70625 33.29375 124.37813Q34.23125 123.2375 35.825 123.2375Q37.0125 123.2375 37.7625 123.90938Q38.5125 124.56563 38.66875 125.7375ZM33.6375 130.05Q33.6375 130.69063 33.903126 131.26875Q34.184376 131.84688 34.66875 132.15938Q35.153126 132.45625 35.684376 132.45625Q36.465626 132.45625 37.028126 131.83125Q37.590626 131.20625 37.590626 130.12813Q37.590626 129.08125 37.028126 128.4875Q36.48125 127.87813 35.6375 127.87813Q34.809376 127.87813 34.215626 128.4875Q33.6375 129.08125 33.6375 130.05ZM40.278126 128.3625Q40.278126 126.58125 40.6375 125.50313Q41.0125 124.40938 41.73125 123.83125Q42.45 123.2375 43.54375 123.2375Q44.35625 123.2375 44.965626 123.56563Q45.575 123.89375 45.965626 124.50313Q46.371876 125.1125 46.590626 125.9875Q46.809376 126.8625 46.809376 128.3625Q46.809376 130.12813 46.45 131.20625Q46.090626 132.28438 45.371876 132.87813Q44.653126 133.47188 43.54375 133.47188Q42.10625 133.47188 41.278126 132.425Q40.278126 131.175 40.278126 128.3625ZM41.54375 128.3625Q41.54375 130.83125 42.121876 131.64375Q42.7 132.45625 43.54375 132.45625Q44.403126 132.45625 44.98125 131.64375Q45.559376 130.81563 45.559376 128.3625Q45.559376 125.87813 44.98125 125.06563Q44.403126 124.25313 43.528126 124.25313Q42.684376 124.25313 42.184376 124.97188Q41.54375 125.89375 41.54375 128.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M38.66875 104.7375L37.45 104.83125Q37.278126 104.09688 36.98125 103.76875Q36.48125 103.25313 35.746876 103.25313Q35.153126 103.25313 34.715626 103.58125Q34.1375 104.00313 33.79375 104.81563Q33.465626 105.62813 33.45 107.12813Q33.8875 106.45625 34.528126 106.12813Q35.184376 105.8 35.8875 105.8Q37.121876 105.8 37.98125 106.70625Q38.840626 107.6125 38.840626 109.05Q38.840626 109.9875 38.434376 110.8Q38.028126 111.6125 37.309376 112.05Q36.60625 112.47188 35.7 112.47188Q34.16875 112.47188 33.2 111.34688Q32.23125 110.20625 32.23125 107.6125Q32.23125 104.70625 33.29375 103.37813Q34.23125 102.2375 35.825 102.2375Q37.0125 102.2375 37.7625 102.90938Q38.5125 103.56563 38.66875 104.7375ZM33.6375 109.05Q33.6375 109.69063 33.903126 110.26875Q34.184376 110.84688 34.66875 111.15938Q35.153126 111.45625 35.684376 111.45625Q36.465626 111.45625 37.028126 110.83125Q37.590626 110.20625 37.590626 109.12813Q37.590626 108.08125 37.028126 107.4875Q36.48125 106.87813 35.6375 106.87813Q34.809376 106.87813 34.215626 107.4875Q33.6375 108.08125 33.6375 109.05ZM40.278126 109.675L41.575 109.56563Q41.715626 110.50313 42.23125 110.9875Q42.7625 111.45625 43.496876 111.45625Q44.3875 111.45625 44.996876 110.78438Q45.621876 110.1125 45.621876 109.01875Q45.621876 107.95625 45.028126 107.34688Q44.434376 106.7375 43.48125 106.7375Q42.8875 106.7375 42.403126 107.01875Q41.934376 107.28438 41.653126 107.70625L40.496876 107.56563L41.465626 102.40938L46.45 102.40938L46.45 103.59688L42.45 103.59688L41.91875 106.28438Q42.825 105.65938 43.809376 105.65938Q45.121876 105.65938 46.0125 106.56563Q46.91875 107.47188 46.91875 108.90938Q46.91875 110.26875 46.1375 111.25313Q45.16875 112.47188 43.496876 112.47188Q42.1375 112.47188 41.2625 111.70625Q40.403126 110.94063 40.278126 109.675Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M62.53921 444.2531L63.554836 444.2531L63.554836 449.9406Q63.179836 449.9406 62.82046 449.8156Q62.242336 449.59686 61.679836 449.1281Q61.117336 448.64374 60.38296 447.7375Q59.22671 446.33124 58.554836 445.84686Q57.88296 445.34686 57.28921 445.34686Q56.66421 445.34686 56.242336 445.8Q55.804836 446.2531 55.804836 446.97186Q55.804836 447.7375 56.25796 448.1906Q56.711086 448.64374 57.523586 448.65936L57.41421 449.7375Q56.19546 449.6281 55.57046 448.90936Q54.929836 448.175 54.929836 446.9406Q54.929836 445.70624 55.617336 444.9875Q56.304836 444.26874 57.32046 444.26874Q57.836086 444.26874 58.336086 444.4875Q58.82046 444.6906 59.38296 445.1906Q59.929836 445.675 60.88296 446.8Q61.679836 447.7531 61.97671 448.03436Q62.25796 448.3 62.53921 448.47186L62.53921 444.2531ZM59.32046 442.8Q57.78921 442.8 56.867336 442.4875Q55.929836 442.175 55.429836 441.5656Q54.929836 440.9406 54.929836 440.0031Q54.929836 439.3156 55.211086 438.8Q55.492336 438.26874 56.023586 437.925Q56.53921 437.58124 57.28921 437.39374Q58.03921 437.20624 59.32046 437.20624Q60.836086 437.20624 61.75796 437.51874Q62.679836 437.8156 63.19546 438.4406Q63.69546 439.05 63.69546 440.0031Q63.69546 441.2375 62.804836 441.95624Q61.742336 442.8 59.32046 442.8ZM59.32046 441.72186Q61.429836 441.72186 62.13296 441.22186Q62.836086 440.72186 62.836086 440.0031Q62.836086 439.26874 62.13296 438.78436Q61.429836 438.28436 59.32046 438.28436Q57.19546 438.28436 56.50796 438.78436Q55.804836 439.26874 55.804836 440.01874Q55.804836 440.7375 56.41421 441.175Q57.19546 441.72186 59.32046 441.72186ZM62.53921 430.2531L63.554836 430.2531L63.554836 435.9406Q63.179836 435.9406 62.82046 435.8156Q62.242336 435.59686 61.679836 435.1281Q61.117336 434.64374 60.38296 433.7375Q59.22671 432.33124 58.554836 431.84686Q57.88296 431.34686 57.28921 431.34686Q56.66421 431.34686 56.242336 431.8Q55.804836 432.2531 55.804836 432.97186Q55.804836 433.7375 56.25796 434.1906Q56.711086 434.64374 57.523586 434.65936L57.41421 435.7375Q56.19546 435.6281 55.57046 434.90936Q54.929836 434.175 54.929836 432.9406Q54.929836 431.70624 55.617336 430.9875Q56.304836 430.26874 57.32046 430.26874Q57.836086 430.26874 58.336086 430.4875Q58.82046 430.6906 59.38296 431.1906Q59.929836 431.675 60.88296 432.8Q61.679836 433.7531 61.97671 434.03436Q62.25796 434.3 62.53921 434.47186L62.53921 430.2531ZM59.32046 428.8Q57.78921 428.8 56.867336 428.4875Q55.929836 428.175 55.429836 427.5656Q54.929836 426.9406 54.929836 426.0031Q54.929836 425.3156 55.211086 424.8Q55.492336 424.26874 56.023586 423.925Q56.53921 423.58124 57.28921 423.39374Q58.03921 423.20624 59.32046 423.20624Q60.836086 423.20624 61.75796 423.51874Q62.679836 423.8156 63.19546 424.4406Q63.69546 425.05 63.69546 426.0031Q63.69546 427.2375 62.804836 427.95624Q61.742336 428.8 59.32046 428.8ZM59.32046 427.72186Q61.429836 427.72186 62.13296 427.22186Q62.836086 426.72186 62.836086 426.0031Q62.836086 425.26874 62.13296 424.78436Q61.429836 424.28436 59.32046 424.28436Q57.19546 424.28436 56.50796 424.78436Q55.804836 425.26874 55.804836 426.01874Q55.804836 426.7375 56.41421 427.175Q57.19546 427.72186 59.32046 427.72186ZM60.97671 421.925L59.91421 421.925L59.91421 418.675L60.97671 418.675L60.97671 421.925ZM59.32046 417.8Q57.78921 417.8 56.867336 417.4875Q55.929836 417.175 55.429836 416.5656Q54.929836 415.9406 54.929836 415.0031Q54.929836 414.3156 55.211086 413.8Q55.492336 413.26874 56.023586 412.925Q56.53921 412.58124 57.28921 412.39374Q58.03921 412.20624 59.32046 412.20624Q60.836086 412.20624 61.75796 412.51874Q62.679836 412.8156 63.19546 413.4406Q63.69546 414.05 63.69546 415.0031Q63.69546 416.2375 62.804836 416.95624Q61.742336 417.8 59.32046 417.8ZM59.32046 416.72186Q61.429836 416.72186 62.13296 416.22186Q62.836086 415.72186 62.836086 415.0031Q62.836086 414.26874 62.13296 413.78436Q61.429836 413.28436 59.32046 413.28436Q57.19546 413.28436 56.50796 413.78436Q55.804836 414.26874 55.804836 415.01874Q55.804836 415.7375 56.41421 416.175Q57.19546 416.72186 59.32046 416.72186ZM63.554836 407.425L61.492336 407.425L61.492336 411.14374L60.523586 411.14374L54.961086 407.22186L54.961086 406.3625L60.523586 406.3625L60.523586 405.20624L61.492336 405.20624L61.492336 406.3625L63.554836 406.3625L63.554836 407.425ZM60.523586 407.425L56.66421 407.425L60.523586 410.1125L60.523586 407.425ZM60.97671 403.925L59.91421 403.925L59.91421 400.675L60.97671 400.675L60.97671 403.925ZM59.32046 399.8Q57.78921 399.8 56.867336 399.4875Q55.929836 399.175 55.429836 398.56564Q54.929836 397.94064 54.929836 397.00314Q54.929836 396.31564 55.211086 395.80002Q55.492336 395.26877 56.023586 394.92502Q56.53921 394.58127 57.28921 394.39377Q58.03921 394.20627 59.32046 394.20627Q60.836086 394.20627 61.75796 394.51877Q62.679836 394.81564 63.19546 395.44064Q63.69546 396.05002 63.69546 397.00314Q63.69546 398.23752 62.804836 398.95624Q61.742336 399.8 59.32046 399.8ZM59.32046 398.72186Q61.429836 398.72186 62.13296 398.2219Q62.836086 397.7219 62.836086 397.00314Q62.836086 396.26877 62.13296 395.7844Q61.429836 395.2844 59.32046 395.2844Q57.19546 395.2844 56.50796 395.7844Q55.804836 396.26877 55.804836 397.01877Q55.804836 397.73752 56.41421 398.17502Q57.19546 398.72186 59.32046 398.72186ZM57.07046 387.33127L57.148586 388.37814Q56.523586 388.51877 56.242336 388.76877Q55.78921 389.20627 55.78921 389.83127Q55.78921 390.33127 56.07046 390.7219Q56.44546 391.20627 57.148586 391.50314Q57.836086 391.7844 59.117336 391.80002Q58.53921 391.42502 58.25796 390.87814Q57.97671 390.31564 57.97671 389.70627Q57.97671 388.6594 58.75796 387.92502Q59.53921 387.17502 60.75796 387.17502Q61.57046 387.17502 62.273586 387.5344Q62.961086 387.87814 63.336086 388.48752Q63.69546 389.0969 63.69546 389.86252Q63.69546 391.19064 62.72671 392.01877Q61.75796 392.8469 59.53921 392.8469Q57.03921 392.8469 55.91421 391.92502Q54.929836 391.12814 54.929836 389.76877Q54.929836 388.75314 55.50796 388.11252Q56.07046 387.45627 57.07046 387.33127ZM60.773586 391.62814Q61.32046 391.62814 61.82046 391.4094Q62.304836 391.17502 62.57046 390.76877Q62.836086 390.3469 62.836086 389.87814Q62.836086 389.2219 62.304836 388.73752Q61.75796 388.25314 60.836086 388.25314Q59.94546 388.25314 59.429836 388.73752Q58.91421 389.20627 58.91421 389.92502Q58.91421 390.64377 59.429836 391.14377Q59.94546 391.62814 60.773586 391.62814Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M76.92395 444.2531L77.939575 444.2531L77.939575 449.9406Q77.564575 449.9406 77.2052 449.8156Q76.627075 449.59686 76.064575 449.1281Q75.502075 448.64374 74.7677 447.7375Q73.61145 446.33124 72.939575 445.84686Q72.2677 445.34686 71.67395 445.34686Q71.04895 445.34686 70.627075 445.8Q70.189575 446.2531 70.189575 446.97186Q70.189575 447.7375 70.6427 448.1906Q71.095825 448.64374 71.908325 448.65936L71.79895 449.7375Q70.5802 449.6281 69.9552 448.90936Q69.314575 448.175 69.314575 446.9406Q69.314575 445.70624 70.002075 444.9875Q70.689575 444.26874 71.7052 444.26874Q72.220825 444.26874 72.720825 444.4875Q73.2052 444.6906 73.7677 445.1906Q74.314575 445.675 75.2677 446.8Q76.064575 447.7531 76.36145 448.03436Q76.6427 448.3 76.92395 448.47186L76.92395 444.2531ZM73.7052 442.8Q72.17395 442.8 71.252075 442.4875Q70.314575 442.175 69.814575 441.5656Q69.314575 440.9406 69.314575 440.0031Q69.314575 439.3156 69.595825 438.8Q69.877075 438.26874 70.408325 437.925Q70.92395 437.58124 71.67395 437.39374Q72.42395 437.20624 73.7052 437.20624Q75.220825 437.20624 76.1427 437.51874Q77.064575 437.8156 77.5802 438.4406Q78.0802 439.05 78.0802 440.0031Q78.0802 441.2375 77.189575 441.95624Q76.127075 442.8 73.7052 442.8ZM73.7052 441.72186Q75.814575 441.72186 76.5177 441.22186Q77.220825 440.72186 77.220825 440.0031Q77.220825 439.26874 76.5177 438.78436Q75.814575 438.28436 73.7052 438.28436Q71.5802 438.28436 70.8927 438.78436Q70.189575 439.26874 70.189575 440.01874Q70.189575 440.7375 70.79895 441.175Q71.5802 441.72186 73.7052 441.72186ZM76.92395 430.2531L77.939575 430.2531L77.939575 435.9406Q77.564575 435.9406 77.2052 435.8156Q76.627075 435.59686 76.064575 435.1281Q75.502075 434.64374 74.7677 433.7375Q73.61145 432.33124 72.939575 431.84686Q72.2677 431.34686 71.67395 431.34686Q71.04895 431.34686 70.627075 431.8Q70.189575 432.2531 70.189575 432.97186Q70.189575 433.7375 70.6427 434.1906Q71.095825 434.64374 71.908325 434.65936L71.79895 435.7375Q70.5802 435.6281 69.9552 434.90936Q69.314575 434.175 69.314575 432.9406Q69.314575 431.70624 70.002075 430.9875Q70.689575 430.26874 71.7052 430.26874Q72.220825 430.26874 72.720825 430.4875Q73.2052 430.6906 73.7677 431.1906Q74.314575 431.675 75.2677 432.8Q76.064575 433.7531 76.36145 434.03436Q76.6427 434.3 76.92395 434.47186L76.92395 430.2531ZM73.7052 428.8Q72.17395 428.8 71.252075 428.4875Q70.314575 428.175 69.814575 427.5656Q69.314575 426.9406 69.314575 426.0031Q69.314575 425.3156 69.595825 424.8Q69.877075 424.26874 70.408325 423.925Q70.92395 423.58124 71.67395 423.39374Q72.42395 423.20624 73.7052 423.20624Q75.220825 423.20624 76.1427 423.51874Q77.064575 423.8156 77.5802 424.4406Q78.0802 425.05 78.0802 426.0031Q78.0802 427.2375 77.189575 427.95624Q76.127075 428.8 73.7052 428.8ZM73.7052 427.72186Q75.814575 427.72186 76.5177 427.22186Q77.220825 426.72186 77.220825 426.0031Q77.220825 425.26874 76.5177 424.78436Q75.814575 424.28436 73.7052 424.28436Q71.5802 424.28436 70.8927 424.78436Q70.189575 425.26874 70.189575 426.01874Q70.189575 426.7375 70.79895 427.175Q71.5802 427.72186 73.7052 427.72186ZM75.36145 421.925L74.29895 421.925L74.29895 418.675L75.36145 418.675L75.36145 421.925ZM73.7052 417.8Q72.17395 417.8 71.252075 417.4875Q70.314575 417.175 69.814575 416.5656Q69.314575 415.9406 69.314575 415.0031Q69.314575 414.3156 69.595825 413.8Q69.877075 413.26874 70.408325 412.925Q70.92395 412.58124 71.67395 412.39374Q72.42395 412.20624 73.7052 412.20624Q75.220825 412.20624 76.1427 412.51874Q77.064575 412.8156 77.5802 413.4406Q78.0802 414.05 78.0802 415.0031Q78.0802 416.2375 77.189575 416.95624Q76.127075 417.8 73.7052 417.8ZM73.7052 416.72186Q75.814575 416.72186 76.5177 416.22186Q77.220825 415.72186 77.220825 415.0031Q77.220825 414.26874 76.5177 413.78436Q75.814575 413.28436 73.7052 413.28436Q71.5802 413.28436 70.8927 413.78436Q70.189575 414.26874 70.189575 415.01874Q70.189575 415.7375 70.79895 416.175Q71.5802 416.72186 73.7052 416.72186ZM77.939575 407.425L75.877075 407.425L75.877075 411.14374L74.908325 411.14374L69.345825 407.22186L69.345825 406.3625L74.908325 406.3625L74.908325 405.20624L75.877075 405.20624L75.877075 406.3625L77.939575 406.3625L77.939575 407.425ZM74.908325 407.425L71.04895 407.425L74.908325 410.1125L74.908325 407.425ZM75.36145 403.925L74.29895 403.925L74.29895 400.675L75.36145 400.675L75.36145 403.925ZM76.92395 394.2531L77.939575 394.2531L77.939575 399.9406Q77.564575 399.9406 77.2052 399.8156Q76.627075 399.59686 76.064575 399.1281Q75.502075 398.64374 74.7677 397.7375Q73.61145 396.33124 72.939575 395.84686Q72.2677 395.34686 71.67395 395.34686Q71.04895 395.34686 70.627075 395.8Q70.189575 396.2531 70.189575 396.97186Q70.189575 397.7375 70.6427 398.1906Q71.095825 398.64374 71.908325 398.65936L71.79895 399.7375Q70.5802 399.6281 69.9552 398.90936Q69.314575 398.175 69.314575 396.9406Q69.314575 395.70624 70.002075 394.9875Q70.689575 394.26874 71.7052 394.26874Q72.220825 394.26874 72.720825 394.4875Q73.2052 394.6906 73.7677 395.1906Q74.314575 395.675 75.2677 396.8Q76.064575 397.7531 76.36145 398.03436Q76.6427 398.3 76.92395 398.47186L76.92395 394.2531ZM73.7052 392.8Q72.17395 392.8 71.252075 392.4875Q70.314575 392.175 69.814575 391.5656Q69.314575 390.9406 69.314575 390.0031Q69.314575 389.3156 69.595825 388.8Q69.877075 388.26874 70.408325 387.925Q70.92395 387.58124 71.67395 387.39374Q72.42395 387.20624 73.7052 387.20624Q75.220825 387.20624 76.1427 387.51874Q77.064575 387.8156 77.5802 388.4406Q78.0802 389.05 78.0802 390.0031Q78.0802 391.2375 77.189575 391.95624Q76.127075 392.8 73.7052 392.8ZM73.7052 391.72186Q75.814575 391.72186 76.5177 391.22186Q77.220825 390.72186 77.220825 390.0031Q77.220825 389.26874 76.5177 388.78436Q75.814575 388.28436 73.7052 388.28436Q71.5802 388.28436 70.8927 388.78436Q70.189575 389.26874 70.189575 390.01874Q70.189575 390.7375 70.79895 391.175Q71.5802 391.72186 73.7052 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M91.308685 444.2531L92.32431 444.2531L92.32431 449.9406Q91.94931 449.9406 91.589935 449.8156Q91.01181 449.59686 90.44931 449.1281Q89.88681 448.64374 89.152435 447.7375Q87.996185 446.33124 87.32431 445.84686Q86.652435 445.34686 86.058685 445.34686Q85.433685 445.34686 85.01181 445.8Q84.57431 446.2531 84.57431 446.97186Q84.57431 447.7375 85.027435 448.1906Q85.48056 448.64374 86.29306 448.65936L86.183685 449.7375Q84.964935 449.6281 84.339935 448.90936Q83.69931 448.175 83.69931 446.9406Q83.69931 445.70624 84.38681 444.9875Q85.07431 444.26874 86.089935 444.26874Q86.60556 444.26874 87.10556 444.4875Q87.589935 444.6906 88.152435 445.1906Q88.69931 445.675 89.652435 446.8Q90.44931 447.7531 90.746185 448.03436Q91.027435 448.3 91.308685 448.47186L91.308685 444.2531ZM88.089935 442.8Q86.558685 442.8 85.63681 442.4875Q84.69931 442.175 84.19931 441.5656Q83.69931 440.9406 83.69931 440.0031Q83.69931 439.3156 83.98056 438.8Q84.26181 438.26874 84.79306 437.925Q85.308685 437.58124 86.058685 437.39374Q86.808685 437.20624 88.089935 437.20624Q89.60556 437.20624 90.527435 437.51874Q91.44931 437.8156 91.964935 438.4406Q92.464935 439.05 92.464935 440.0031Q92.464935 441.2375 91.57431 441.95624Q90.51181 442.8 88.089935 442.8ZM88.089935 441.72186Q90.19931 441.72186 90.902435 441.22186Q91.60556 440.72186 91.60556 440.0031Q91.60556 439.26874 90.902435 438.78436Q90.19931 438.28436 88.089935 438.28436Q85.964935 438.28436 85.277435 438.78436Q84.57431 439.26874 84.57431 440.01874Q84.57431 440.7375 85.183685 441.175Q85.964935 441.72186 88.089935 441.72186ZM91.308685 430.2531L92.32431 430.2531L92.32431 435.9406Q91.94931 435.9406 91.589935 435.8156Q91.01181 435.59686 90.44931 435.1281Q89.88681 434.64374 89.152435 433.7375Q87.996185 432.33124 87.32431 431.84686Q86.652435 431.34686 86.058685 431.34686Q85.433685 431.34686 85.01181 431.8Q84.57431 432.2531 84.57431 432.97186Q84.57431 433.7375 85.027435 434.1906Q85.48056 434.64374 86.29306 434.65936L86.183685 435.7375Q84.964935 435.6281 84.339935 434.90936Q83.69931 434.175 83.69931 432.9406Q83.69931 431.70624 84.38681 430.9875Q85.07431 430.26874 86.089935 430.26874Q86.60556 430.26874 87.10556 430.4875Q87.589935 430.6906 88.152435 431.1906Q88.69931 431.675 89.652435 432.8Q90.44931 433.7531 90.746185 434.03436Q91.027435 434.3 91.308685 434.47186L91.308685 430.2531ZM88.089935 428.8Q86.558685 428.8 85.63681 428.4875Q84.69931 428.175 84.19931 427.5656Q83.69931 426.9406 83.69931 426.0031Q83.69931 425.3156 83.98056 424.8Q84.26181 424.26874 84.79306 423.925Q85.308685 423.58124 86.058685 423.39374Q86.808685 423.20624 88.089935 423.20624Q89.60556 423.20624 90.527435 423.51874Q91.44931 423.8156 91.964935 424.4406Q92.464935 425.05 92.464935 426.0031Q92.464935 427.2375 91.57431 427.95624Q90.51181 428.8 88.089935 428.8ZM88.089935 427.72186Q90.19931 427.72186 90.902435 427.22186Q91.60556 426.72186 91.60556 426.0031Q91.60556 425.26874 90.902435 424.78436Q90.19931 424.28436 88.089935 424.28436Q85.964935 424.28436 85.277435 424.78436Q84.57431 425.26874 84.57431 426.01874Q84.57431 426.7375 85.183685 427.175Q85.964935 427.72186 88.089935 427.72186ZM89.746185 421.925L88.683685 421.925L88.683685 418.675L89.746185 418.675L89.746185 421.925ZM88.089935 417.8Q86.558685 417.8 85.63681 417.4875Q84.69931 417.175 84.19931 416.5656Q83.69931 415.9406 83.69931 415.0031Q83.69931 414.3156 83.98056 413.8Q84.26181 413.26874 84.79306 412.925Q85.308685 412.58124 86.058685 412.39374Q86.808685 412.20624 88.089935 412.20624Q89.60556 412.20624 90.527435 412.51874Q91.44931 412.8156 91.964935 413.4406Q92.464935 414.05 92.464935 415.0031Q92.464935 416.2375 91.57431 416.95624Q90.51181 417.8 88.089935 417.8ZM88.089935 416.72186Q90.19931 416.72186 90.902435 416.22186Q91.60556 415.72186 91.60556 415.0031Q91.60556 414.26874 90.902435 413.78436Q90.19931 413.28436 88.089935 413.28436Q85.964935 413.28436 85.277435 413.78436Q84.57431 414.26874 84.57431 415.01874Q84.57431 415.7375 85.183685 416.175Q85.964935 416.72186 88.089935 416.72186ZM90.07431 410.8L89.98056 409.6906Q90.79306 409.5656 91.19931 409.1281Q91.60556 408.675 91.60556 408.03436Q91.60556 407.28436 91.027435 406.7531Q90.44931 406.22186 89.51181 406.22186Q88.60556 406.22186 88.089935 406.7375Q87.558685 407.2375 87.558685 408.0656Q87.558685 408.5656 87.79306 408.9875Q88.027435 409.39374 88.38681 409.6281L88.26181 410.6125L83.85556 409.78436L83.85556 405.5031L84.85556 405.5031L84.85556 408.9406L87.16806 409.39374Q86.621185 408.6281 86.621185 407.78436Q86.621185 406.65936 87.402435 405.89374Q88.183685 405.1125 89.41806 405.1125Q90.57431 405.1125 91.433685 405.78436Q92.464935 406.6125 92.464935 408.03436Q92.464935 409.20624 91.808685 409.95624Q91.152435 410.6906 90.07431 410.8ZM89.746185 403.925L88.683685 403.925L88.683685 400.675L89.746185 400.675L89.746185 403.925ZM88.089935 399.8Q86.558685 399.8 85.63681 399.4875Q84.69931 399.175 84.19931 398.5656Q83.69931 397.9406 83.69931 397.0031Q83.69931 396.3156 83.98056 395.8Q84.26181 395.26874 84.79306 394.925Q85.308685 394.58124 86.058685 394.39374Q86.808685 394.20624 88.089935 394.20624Q89.60556 394.20624 90.527435 394.51874Q91.44931 394.8156 91.964935 395.4406Q92.464935 396.05 92.464935 397.0031Q92.464935 398.2375 91.57431 398.95624Q90.51181 399.8 88.089935 399.8ZM88.089935 398.72186Q90.19931 398.72186 90.902435 398.22186Q91.60556 397.72186 91.60556 397.0031Q91.60556 396.26874 90.902435 395.78436Q90.19931 395.28436 88.089935 395.28436Q85.964935 395.28436 85.277435 395.78436Q84.57431 396.26874 84.57431 397.01874Q84.57431 397.7375 85.183685 398.175Q85.964935 398.72186 88.089935 398.72186ZM92.32431 389.425L90.26181 389.425L90.26181 393.14374L89.29306 393.14374L83.73056 389.22186L83.73056 388.3625L89.29306 388.3625L89.29306 387.20624L90.26181 387.20624L90.26181 388.3625L92.32431 388.3625L92.32431 389.425ZM89.29306 389.425L85.433685 389.425L89.29306 392.1125L89.29306 389.425Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M105.69343 444.2531L106.70905 444.2531L106.70905 449.9406Q106.33405 449.9406 105.97468 449.8156Q105.39655 449.59686 104.83405 449.1281Q104.27155 448.64374 103.53718 447.7375Q102.38093 446.33124 101.70905 445.84686Q101.03718 445.34686 100.44343 445.34686Q99.81843 445.34686 99.39655 445.8Q98.95905 446.2531 98.95905 446.97186Q98.95905 447.7375 99.41218 448.1906Q99.8653 448.64374 100.6778 448.65936L100.56843 449.7375Q99.34968 449.6281 98.72468 448.90936Q98.08405 448.175 98.08405 446.9406Q98.08405 445.70624 98.77155 444.9875Q99.45905 444.26874 100.47468 444.26874Q100.9903 444.26874 101.4903 444.4875Q101.97468 444.6906 102.53718 445.1906Q103.08405 445.675 104.03718 446.8Q104.83405 447.7531 105.13093 448.03436Q105.41218 448.3 105.69343 448.47186L105.69343 444.2531ZM102.47468 442.8Q100.94343 442.8 100.02155 442.4875Q99.08405 442.175 98.58405 441.5656Q98.08405 440.9406 98.08405 440.0031Q98.08405 439.3156 98.3653 438.8Q98.64655 438.26874 99.1778 437.925Q99.69343 437.58124 100.44343 437.39374Q101.19343 437.20624 102.47468 437.20624Q103.9903 437.20624 104.91218 437.51874Q105.83405 437.8156 106.34968 438.4406Q106.84968 439.05 106.84968 440.0031Q106.84968 441.2375 105.95905 441.95624Q104.89655 442.8 102.47468 442.8ZM102.47468 441.72186Q104.58405 441.72186 105.28718 441.22186Q105.9903 440.72186 105.9903 440.0031Q105.9903 439.26874 105.28718 438.78436Q104.58405 438.28436 102.47468 438.28436Q100.34968 438.28436 99.66218 438.78436Q98.95905 439.26874 98.95905 440.01874Q98.95905 440.7375 99.56843 441.175Q100.34968 441.72186 102.47468 441.72186ZM105.69343 430.2531L106.70905 430.2531L106.70905 435.9406Q106.33405 435.9406 105.97468 435.8156Q105.39655 435.59686 104.83405 435.1281Q104.27155 434.64374 103.53718 433.7375Q102.38093 432.33124 101.70905 431.84686Q101.03718 431.34686 100.44343 431.34686Q99.81843 431.34686 99.39655 431.8Q98.95905 432.2531 98.95905 432.97186Q98.95905 433.7375 99.41218 434.1906Q99.8653 434.64374 100.6778 434.65936L100.56843 435.7375Q99.34968 435.6281 98.72468 434.90936Q98.08405 434.175 98.08405 432.9406Q98.08405 431.70624 98.77155 430.9875Q99.45905 430.26874 100.47468 430.26874Q100.9903 430.26874 101.4903 430.4875Q101.97468 430.6906 102.53718 431.1906Q103.08405 431.675 104.03718 432.8Q104.83405 433.7531 105.13093 434.03436Q105.41218 434.3 105.69343 434.47186L105.69343 430.2531ZM102.47468 428.8Q100.94343 428.8 100.02155 428.4875Q99.08405 428.175 98.58405 427.5656Q98.08405 426.9406 98.08405 426.0031Q98.08405 425.3156 98.3653 424.8Q98.64655 424.26874 99.1778 423.925Q99.69343 423.58124 100.44343 423.39374Q101.19343 423.20624 102.47468 423.20624Q103.9903 423.20624 104.91218 423.51874Q105.83405 423.8156 106.34968 424.4406Q106.84968 425.05 106.84968 426.0031Q106.84968 427.2375 105.95905 427.95624Q104.89655 428.8 102.47468 428.8ZM102.47468 427.72186Q104.58405 427.72186 105.28718 427.22186Q105.9903 426.72186 105.9903 426.0031Q105.9903 425.26874 105.28718 424.78436Q104.58405 424.28436 102.47468 424.28436Q100.34968 424.28436 99.66218 424.78436Q98.95905 425.26874 98.95905 426.01874Q98.95905 426.7375 99.56843 427.175Q100.34968 427.72186 102.47468 427.72186ZM104.13093 421.925L103.06843 421.925L103.06843 418.675L104.13093 418.675L104.13093 421.925ZM102.47468 417.8Q100.94343 417.8 100.02155 417.4875Q99.08405 417.175 98.58405 416.5656Q98.08405 415.9406 98.08405 415.0031Q98.08405 414.3156 98.3653 413.8Q98.64655 413.26874 99.1778 412.925Q99.69343 412.58124 100.44343 412.39374Q101.19343 412.20624 102.47468 412.20624Q103.9903 412.20624 104.91218 412.51874Q105.83405 412.8156 106.34968 413.4406Q106.84968 414.05 106.84968 415.0031Q106.84968 416.2375 105.95905 416.95624Q104.89655 417.8 102.47468 417.8ZM102.47468 416.72186Q104.58405 416.72186 105.28718 416.22186Q105.9903 415.72186 105.9903 415.0031Q105.9903 414.26874 105.28718 413.78436Q104.58405 413.28436 102.47468 413.28436Q100.34968 413.28436 99.66218 413.78436Q98.95905 414.26874 98.95905 415.01874Q98.95905 415.7375 99.56843 416.175Q100.34968 416.72186 102.47468 416.72186ZM104.45905 410.8L104.3653 409.6906Q105.1778 409.5656 105.58405 409.1281Q105.9903 408.675 105.9903 408.03436Q105.9903 407.28436 105.41218 406.7531Q104.83405 406.22186 103.89655 406.22186Q102.9903 406.22186 102.47468 406.7375Q101.94343 407.2375 101.94343 408.0656Q101.94343 408.5656 102.1778 408.9875Q102.41218 409.39374 102.77155 409.6281L102.64655 410.6125L98.2403 409.78436L98.2403 405.5031L99.2403 405.5031L99.2403 408.9406L101.5528 409.39374Q101.00593 408.6281 101.00593 407.78436Q101.00593 406.65936 101.78718 405.89374Q102.56843 405.1125 103.8028 405.1125Q104.95905 405.1125 105.81843 405.78436Q106.84968 406.6125 106.84968 408.03436Q106.84968 409.20624 106.19343 409.95624Q105.53718 410.6906 104.45905 410.8ZM104.13093 403.925L103.06843 403.925L103.06843 400.675L104.13093 400.675L104.13093 403.925ZM106.70905 395.83124L106.70905 396.8781L99.9903 396.8781Q100.34968 397.26874 100.72468 397.89374Q101.08405 398.5031 101.25593 398.9875L100.2403 398.9875Q99.81843 398.1125 99.2403 397.45624Q98.64655 396.78436 98.08405 396.5031L98.08405 395.83124L106.70905 395.83124ZM102.0528 391.175Q101.8028 391.83124 101.3653 392.15936Q100.91218 392.47186 100.3028 392.47186Q99.3653 392.47186 98.72468 391.8Q98.08405 391.1125 98.08405 390.0031Q98.08405 388.8781 98.7403 388.1906Q99.39655 387.5031 100.33405 387.5031Q100.9278 387.5031 101.3653 387.8156Q101.8028 388.1281 102.0528 388.76874Q102.3028 387.97186 102.88093 387.5656Q103.45905 387.15936 104.25593 387.15936Q105.34968 387.15936 106.09968 387.9406Q106.84968 388.70624 106.84968 389.9875Q106.84968 391.2531 106.09968 392.03436Q105.34968 392.8156 104.22468 392.8156Q103.38093 392.8156 102.81843 392.39374Q102.25593 391.95624 102.0528 391.175ZM100.25593 391.39374Q100.8653 391.39374 101.25593 391.0031Q101.64655 390.59686 101.64655 389.97186Q101.64655 389.3625 101.27155 388.97186Q100.88093 388.58124 100.31843 388.58124Q99.7403 388.58124 99.34968 388.9875Q98.94343 389.39374 98.94343 389.9875Q98.94343 390.59686 99.33405 391.0031Q99.72468 391.39374 100.25593 391.39374ZM104.22468 391.72186Q104.6778 391.72186 105.09968 391.51874Q105.52155 391.3 105.75593 390.8781Q105.9903 390.45624 105.9903 389.97186Q105.9903 389.22186 105.50593 388.7375Q105.02155 388.2375 104.27155 388.2375Q103.50593 388.2375 103.00593 388.7375Q102.50593 389.2375 102.50593 390.0031Q102.50593 390.7531 103.00593 391.2375Q103.4903 391.72186 104.22468 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M120.07816 444.25314L121.09379 444.25314L121.09379 449.94064Q120.71879 449.94064 120.35941 449.81564Q119.78129 449.5969 119.21879 449.12814Q118.65629 448.64377 117.92191 447.73752Q116.76566 446.33127 116.09379 445.8469Q115.42191 445.3469 114.82816 445.3469Q114.20316 445.3469 113.78129 445.80002Q113.34379 446.25314 113.34379 446.9719Q113.34379 447.73752 113.79691 448.19064Q114.25004 448.64377 115.06254 448.6594L114.95316 449.73752Q113.73441 449.62814 113.10941 448.9094Q112.46879 448.17502 112.46879 446.94064Q112.46879 445.70627 113.15629 444.98752Q113.84379 444.26877 114.85941 444.26877Q115.37504 444.26877 115.87504 444.48752Q116.35941 444.69064 116.92191 445.19064Q117.46879 445.67502 118.42191 446.80002Q119.21879 447.75314 119.51566 448.0344Q119.79691 448.30002 120.07816 448.4719L120.07816 444.25314ZM116.85941 442.80002Q115.32816 442.80002 114.40629 442.48752Q113.46879 442.17502 112.96879 441.56564Q112.46879 440.94064 112.46879 440.00314Q112.46879 439.31564 112.75004 438.80002Q113.03129 438.26877 113.56254 437.92502Q114.07816 437.58127 114.82816 437.39377Q115.57816 437.20627 116.85941 437.20627Q118.37504 437.20627 119.29691 437.51877Q120.21879 437.81564 120.73441 438.44064Q121.23441 439.05002 121.23441 440.00314Q121.23441 441.23752 120.34379 441.95627Q119.28129 442.80002 116.85941 442.80002ZM116.85941 441.7219Q118.96879 441.7219 119.67191 441.2219Q120.37504 440.7219 120.37504 440.00314Q120.37504 439.26877 119.67191 438.7844Q118.96879 438.2844 116.85941 438.2844Q114.73441 438.2844 114.04691 438.7844Q113.34379 439.26877 113.34379 440.01877Q113.34379 440.73752 113.95316 441.17502Q114.73441 441.7219 116.85941 441.7219ZM120.07816 430.25314L121.09379 430.25314L121.09379 435.94064Q120.71879 435.94064 120.35941 435.81564Q119.78129 435.5969 119.21879 435.12814Q118.65629 434.64377 117.92191 433.73752Q116.76566 432.33127 116.09379 431.8469Q115.42191 431.3469 114.82816 431.3469Q114.20316 431.3469 113.78129 431.80002Q113.34379 432.25314 113.34379 432.9719Q113.34379 433.73752 113.79691 434.19064Q114.25004 434.64377 115.06254 434.6594L114.95316 435.73752Q113.73441 435.62814 113.10941 434.9094Q112.46879 434.17502 112.46879 432.94064Q112.46879 431.70627 113.15629 430.98752Q113.84379 430.26877 114.85941 430.26877Q115.37504 430.26877 115.87504 430.48752Q116.35941 430.69064 116.92191 431.19064Q117.46879 431.67502 118.42191 432.80002Q119.21879 433.75314 119.51566 434.0344Q119.79691 434.30002 120.07816 434.4719L120.07816 430.25314ZM116.85941 428.80002Q115.32816 428.80002 114.40629 428.48752Q113.46879 428.17502 112.96879 427.56564Q112.46879 426.94064 112.46879 426.00314Q112.46879 425.31564 112.75004 424.80002Q113.03129 424.26877 113.56254 423.92502Q114.07816 423.58127 114.82816 423.39377Q115.57816 423.20627 116.85941 423.20627Q118.37504 423.20627 119.29691 423.51877Q120.21879 423.81564 120.73441 424.44064Q121.23441 425.05002 121.23441 426.00314Q121.23441 427.23752 120.34379 427.95627Q119.28129 428.80002 116.85941 428.80002ZM116.85941 427.7219Q118.96879 427.7219 119.67191 427.2219Q120.37504 426.7219 120.37504 426.00314Q120.37504 425.26877 119.67191 424.7844Q118.96879 424.2844 116.85941 424.2844Q114.73441 424.2844 114.04691 424.7844Q113.34379 425.26877 113.34379 426.01877Q113.34379 426.73752 113.95316 427.17502Q114.73441 427.7219 116.85941 427.7219ZM118.51566 421.92502L117.45316 421.92502L117.45316 418.67502L118.51566 418.67502L118.51566 421.92502ZM116.85941 417.80002Q115.32816 417.80002 114.40629 417.48752Q113.46879 417.17502 112.96879 416.56564Q112.46879 415.94064 112.46879 415.00314Q112.46879 414.31564 112.75004 413.80002Q113.03129 413.26877 113.56254 412.92502Q114.07816 412.58127 114.82816 412.39377Q115.57816 412.20627 116.85941 412.20627Q118.37504 412.20627 119.29691 412.51877Q120.21879 412.81564 120.73441 413.44064Q121.23441 414.05002 121.23441 415.00314Q121.23441 416.23752 120.34379 416.95627Q119.28129 417.80002 116.85941 417.80002ZM116.85941 416.7219Q118.96879 416.7219 119.67191 416.2219Q120.37504 415.7219 120.37504 415.00314Q120.37504 414.26877 119.67191 413.7844Q118.96879 413.2844 116.85941 413.2844Q114.73441 413.2844 114.04691 413.7844Q113.34379 414.26877 113.34379 415.01877Q113.34379 415.73752 113.95316 416.17502Q114.73441 416.7219 116.85941 416.7219ZM114.60941 405.33127L114.68754 406.37814Q114.06254 406.51877 113.78129 406.76877Q113.32816 407.20627 113.32816 407.83127Q113.32816 408.33127 113.60941 408.7219Q113.98441 409.20627 114.68754 409.50314Q115.37504 409.7844 116.65629 409.80002Q116.07816 409.42502 115.79691 408.87814Q115.51566 408.31564 115.51566 407.70627Q115.51566 406.6594 116.29691 405.92502Q117.07816 405.17502 118.29691 405.17502Q119.10941 405.17502 119.81254 405.5344Q120.50004 405.87814 120.87504 406.48752Q121.23441 407.0969 121.23441 407.86252Q121.23441 409.19064 120.26566 410.01877Q119.29691 410.8469 117.07816 410.8469Q114.57816 410.8469 113.45316 409.92502Q112.46879 409.12814 112.46879 407.76877Q112.46879 406.75314 113.04691 406.11252Q113.60941 405.45627 114.60941 405.33127ZM118.31254 409.62814Q118.85941 409.62814 119.35941 409.4094Q119.84379 409.17502 120.10941 408.76877Q120.37504 408.3469 120.37504 407.87814Q120.37504 407.2219 119.84379 406.73752Q119.29691 406.25314 118.37504 406.25314Q117.48441 406.25314 116.96879 406.73752Q116.45316 407.20627 116.45316 407.92502Q116.45316 408.64377 116.96879 409.14377Q117.48441 409.62814 118.31254 409.62814ZM118.51566 403.92502L117.45316 403.92502L117.45316 400.67502L118.51566 400.67502L118.51566 403.92502ZM116.85941 399.80002Q115.32816 399.80002 114.40629 399.48752Q113.46879 399.17502 112.96879 398.56564Q112.46879 397.94064 112.46879 397.00314Q112.46879 396.31564 112.75004 395.80002Q113.03129 395.26877 113.56254 394.92502Q114.07816 394.58127 114.82816 394.39377Q115.57816 394.20627 116.85941 394.20627Q118.37504 394.20627 119.29691 394.51877Q120.21879 394.81564 120.73441 395.44064Q121.23441 396.05002 121.23441 397.00314Q121.23441 398.23752 120.34379 398.95627Q119.28129 399.80002 116.85941 399.80002ZM116.85941 398.7219Q118.96879 398.7219 119.67191 398.2219Q120.37504 397.7219 120.37504 397.00314Q120.37504 396.26877 119.67191 395.7844Q118.96879 395.2844 116.85941 395.2844Q114.73441 395.2844 114.04691 395.7844Q113.34379 396.26877 113.34379 397.01877Q113.34379 397.73752 113.95316 398.17502Q114.73441 398.7219 116.85941 398.7219ZM121.09379 388.83127L121.09379 389.87814L114.37504 389.87814Q114.73441 390.26877 115.10941 390.89377Q115.46879 391.50314 115.64066 391.98752L114.62504 391.98752Q114.20316 391.11252 113.62504 390.45627Q113.03129 389.7844 112.46879 389.50314L112.46879 388.83127L121.09379 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M134.4629 444.25314L135.47853 444.25314L135.47853 449.94064Q135.10353 449.94064 134.74416 449.81564Q134.16603 449.5969 133.60353 449.12814Q133.04103 448.64377 132.30666 447.73752Q131.1504 446.33127 130.47853 445.8469Q129.80666 445.3469 129.2129 445.3469Q128.5879 445.3469 128.16603 445.80002Q127.72852 446.25314 127.72852 446.9719Q127.72852 447.73752 128.18166 448.19064Q128.63478 448.64377 129.44728 448.6594L129.3379 449.73752Q128.11916 449.62814 127.49415 448.9094Q126.85352 448.17502 126.85352 446.94064Q126.85352 445.70627 127.54102 444.98752Q128.22853 444.26877 129.24416 444.26877Q129.75978 444.26877 130.25978 444.48752Q130.74416 444.69064 131.30666 445.19064Q131.85353 445.67502 132.80666 446.80002Q133.60353 447.75314 133.9004 448.0344Q134.18166 448.30002 134.4629 448.4719L134.4629 444.25314ZM131.24416 442.80002Q129.7129 442.80002 128.79103 442.48752Q127.85352 442.17502 127.35352 441.56564Q126.85352 440.94064 126.85352 440.00314Q126.85352 439.31564 127.13477 438.80002Q127.41602 438.26877 127.94727 437.92502Q128.4629 437.58127 129.2129 437.39377Q129.9629 437.20627 131.24416 437.20627Q132.75978 437.20627 133.68166 437.51877Q134.60353 437.81564 135.11916 438.44064Q135.61916 439.05002 135.61916 440.00314Q135.61916 441.23752 134.72853 441.95627Q133.66603 442.80002 131.24416 442.80002ZM131.24416 441.7219Q133.35353 441.7219 134.05666 441.2219Q134.75978 440.7219 134.75978 440.00314Q134.75978 439.26877 134.05666 438.7844Q133.35353 438.2844 131.24416 438.2844Q129.11916 438.2844 128.43166 438.7844Q127.72852 439.26877 127.72852 440.01877Q127.72852 440.73752 128.3379 441.17502Q129.11916 441.7219 131.24416 441.7219ZM134.4629 430.25314L135.47853 430.25314L135.47853 435.94064Q135.10353 435.94064 134.74416 435.81564Q134.16603 435.5969 133.60353 435.12814Q133.04103 434.64377 132.30666 433.73752Q131.1504 432.33127 130.47853 431.8469Q129.80666 431.3469 129.2129 431.3469Q128.5879 431.3469 128.16603 431.80002Q127.72852 432.25314 127.72852 432.9719Q127.72852 433.73752 128.18166 434.19064Q128.63478 434.64377 129.44728 434.6594L129.3379 435.73752Q128.11916 435.62814 127.49415 434.9094Q126.85352 434.17502 126.85352 432.94064Q126.85352 431.70627 127.54102 430.98752Q128.22853 430.26877 129.24416 430.26877Q129.75978 430.26877 130.25978 430.48752Q130.74416 430.69064 131.30666 431.19064Q131.85353 431.67502 132.80666 432.80002Q133.60353 433.75314 133.9004 434.0344Q134.18166 434.30002 134.4629 434.4719L134.4629 430.25314ZM131.24416 428.80002Q129.7129 428.80002 128.79103 428.48752Q127.85352 428.17502 127.35352 427.56564Q126.85352 426.94064 126.85352 426.00314Q126.85352 425.31564 127.13477 424.80002Q127.41602 424.26877 127.94727 423.92502Q128.4629 423.58127 129.2129 423.39377Q129.9629 423.20627 131.24416 423.20627Q132.75978 423.20627 133.68166 423.51877Q134.60353 423.81564 135.11916 424.44064Q135.61916 425.05002 135.61916 426.00314Q135.61916 427.23752 134.72853 427.95627Q133.66603 428.80002 131.24416 428.80002ZM131.24416 427.7219Q133.35353 427.7219 134.05666 427.2219Q134.75978 426.7219 134.75978 426.00314Q134.75978 425.26877 134.05666 424.7844Q133.35353 424.2844 131.24416 424.2844Q129.11916 424.2844 128.43166 424.7844Q127.72852 425.26877 127.72852 426.01877Q127.72852 426.73752 128.3379 427.17502Q129.11916 427.7219 131.24416 427.7219ZM132.9004 421.92502L131.8379 421.92502L131.8379 418.67502L132.9004 418.67502L132.9004 421.92502ZM131.24416 417.80002Q129.7129 417.80002 128.79103 417.48752Q127.85352 417.17502 127.35352 416.56564Q126.85352 415.94064 126.85352 415.00314Q126.85352 414.31564 127.13477 413.80002Q127.41602 413.26877 127.94727 412.92502Q128.4629 412.58127 129.2129 412.39377Q129.9629 412.20627 131.24416 412.20627Q132.75978 412.20627 133.68166 412.51877Q134.60353 412.81564 135.11916 413.44064Q135.61916 414.05002 135.61916 415.00314Q135.61916 416.23752 134.72853 416.95627Q133.66603 417.80002 131.24416 417.80002ZM131.24416 416.7219Q133.35353 416.7219 134.05666 416.2219Q134.75978 415.7219 134.75978 415.00314Q134.75978 414.26877 134.05666 413.7844Q133.35353 413.2844 131.24416 413.2844Q129.11916 413.2844 128.43166 413.7844Q127.72852 414.26877 127.72852 415.01877Q127.72852 415.73752 128.3379 416.17502Q129.11916 416.7219 131.24416 416.7219ZM128.99416 405.33127L129.07228 406.37814Q128.44728 406.51877 128.16603 406.76877Q127.7129 407.20627 127.7129 407.83127Q127.7129 408.33127 127.99415 408.7219Q128.36916 409.20627 129.07228 409.50314Q129.75978 409.7844 131.04103 409.80002Q130.4629 409.42502 130.18166 408.87814Q129.9004 408.31564 129.9004 407.70627Q129.9004 406.6594 130.68166 405.92502Q131.4629 405.17502 132.68166 405.17502Q133.49416 405.17502 134.19728 405.5344Q134.88478 405.87814 135.25978 406.48752Q135.61916 407.0969 135.61916 407.86252Q135.61916 409.19064 134.6504 410.01877Q133.68166 410.8469 131.4629 410.8469Q128.9629 410.8469 127.8379 409.92502Q126.85352 409.12814 126.85352 407.76877Q126.85352 406.75314 127.43165 406.11252Q127.99415 405.45627 128.99416 405.33127ZM132.69728 409.62814Q133.24416 409.62814 133.74416 409.4094Q134.22853 409.17502 134.49416 408.76877Q134.75978 408.3469 134.75978 407.87814Q134.75978 407.2219 134.22853 406.73752Q133.68166 406.25314 132.75978 406.25314Q131.86916 406.25314 131.35353 406.73752Q130.8379 407.20627 130.8379 407.92502Q130.8379 408.64377 131.35353 409.14377Q131.86916 409.62814 132.69728 409.62814ZM132.9004 403.92502L131.8379 403.92502L131.8379 400.67502L132.9004 400.67502L132.9004 403.92502ZM135.47853 395.83127L135.47853 396.87814L128.75978 396.87814Q129.11916 397.26877 129.49416 397.89377Q129.85353 398.50314 130.0254 398.98752L129.00978 398.98752Q128.5879 398.11252 128.00978 397.45627Q127.41602 396.7844 126.85352 396.50314L126.85352 395.83127L135.47853 395.83127ZM133.22853 392.80002L133.13478 391.69064Q133.94728 391.56564 134.35353 391.12814Q134.75978 390.67502 134.75978 390.0344Q134.75978 389.2844 134.18166 388.75314Q133.60353 388.2219 132.66603 388.2219Q131.75978 388.2219 131.24416 388.73752Q130.7129 389.23752 130.7129 390.06564Q130.7129 390.56564 130.94728 390.98752Q131.18166 391.39377 131.54103 391.62814L131.41603 392.61252L127.00977 391.7844L127.00977 387.50314L128.00978 387.50314L128.00978 390.94064L130.32228 391.39377Q129.7754 390.62814 129.7754 389.7844Q129.7754 388.6594 130.55666 387.89377Q131.3379 387.11252 132.57228 387.11252Q133.72853 387.11252 134.5879 387.7844Q135.61916 388.61252 135.61916 390.0344Q135.61916 391.20627 134.9629 391.95627Q134.30666 392.69064 133.22853 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M148.84764 444.2531L149.86327 444.2531L149.86327 449.9406Q149.48827 449.9406 149.12889 449.8156Q148.55077 449.59686 147.98827 449.1281Q147.42577 448.64374 146.69139 447.7375Q145.53514 446.33124 144.86327 445.84686Q144.19139 445.34686 143.59764 445.34686Q142.97264 445.34686 142.55077 445.8Q142.11327 446.2531 142.11327 446.97186Q142.11327 447.7375 142.56639 448.1906Q143.01952 448.64374 143.83202 448.65936L143.72264 449.7375Q142.50389 449.6281 141.87889 448.90936Q141.23827 448.175 141.23827 446.9406Q141.23827 445.70624 141.92577 444.9875Q142.61327 444.26874 143.62889 444.26874Q144.14452 444.26874 144.64452 444.4875Q145.12889 444.6906 145.69139 445.1906Q146.23827 445.675 147.19139 446.8Q147.98827 447.7531 148.28514 448.03436Q148.56639 448.3 148.84764 448.47186L148.84764 444.2531ZM145.62889 442.8Q144.09764 442.8 143.17577 442.4875Q142.23827 442.175 141.73827 441.5656Q141.23827 440.9406 141.23827 440.0031Q141.23827 439.3156 141.51952 438.8Q141.80077 438.26874 142.33202 437.925Q142.84764 437.58124 143.59764 437.39374Q144.34764 437.20624 145.62889 437.20624Q147.14452 437.20624 148.06639 437.51874Q148.98827 437.8156 149.50389 438.4406Q150.00389 439.05 150.00389 440.0031Q150.00389 441.2375 149.11327 441.95624Q148.05077 442.8 145.62889 442.8ZM145.62889 441.72186Q147.73827 441.72186 148.44139 441.22186Q149.14452 440.72186 149.14452 440.0031Q149.14452 439.26874 148.44139 438.78436Q147.73827 438.28436 145.62889 438.28436Q143.50389 438.28436 142.81639 438.78436Q142.11327 439.26874 142.11327 440.01874Q142.11327 440.7375 142.72264 441.175Q143.50389 441.72186 145.62889 441.72186ZM148.84764 430.2531L149.86327 430.2531L149.86327 435.9406Q149.48827 435.9406 149.12889 435.8156Q148.55077 435.59686 147.98827 435.1281Q147.42577 434.64374 146.69139 433.7375Q145.53514 432.33124 144.86327 431.84686Q144.19139 431.34686 143.59764 431.34686Q142.97264 431.34686 142.55077 431.8Q142.11327 432.2531 142.11327 432.97186Q142.11327 433.7375 142.56639 434.1906Q143.01952 434.64374 143.83202 434.65936L143.72264 435.7375Q142.50389 435.6281 141.87889 434.90936Q141.23827 434.175 141.23827 432.9406Q141.23827 431.70624 141.92577 430.9875Q142.61327 430.26874 143.62889 430.26874Q144.14452 430.26874 144.64452 430.4875Q145.12889 430.6906 145.69139 431.1906Q146.23827 431.675 147.19139 432.8Q147.98827 433.7531 148.28514 434.03436Q148.56639 434.3 148.84764 434.47186L148.84764 430.2531ZM145.62889 428.8Q144.09764 428.8 143.17577 428.4875Q142.23827 428.175 141.73827 427.5656Q141.23827 426.9406 141.23827 426.0031Q141.23827 425.3156 141.51952 424.8Q141.80077 424.26874 142.33202 423.925Q142.84764 423.58124 143.59764 423.39374Q144.34764 423.20624 145.62889 423.20624Q147.14452 423.20624 148.06639 423.51874Q148.98827 423.8156 149.50389 424.4406Q150.00389 425.05 150.00389 426.0031Q150.00389 427.2375 149.11327 427.95624Q148.05077 428.8 145.62889 428.8ZM145.62889 427.72186Q147.73827 427.72186 148.44139 427.22186Q149.14452 426.72186 149.14452 426.0031Q149.14452 425.26874 148.44139 424.78436Q147.73827 424.28436 145.62889 424.28436Q143.50389 424.28436 142.81639 424.78436Q142.11327 425.26874 142.11327 426.01874Q142.11327 426.7375 142.72264 427.175Q143.50389 427.72186 145.62889 427.72186ZM147.28514 421.925L146.22264 421.925L146.22264 418.675L147.28514 418.675L147.28514 421.925ZM145.62889 417.8Q144.09764 417.8 143.17577 417.4875Q142.23827 417.175 141.73827 416.5656Q141.23827 415.9406 141.23827 415.0031Q141.23827 414.3156 141.51952 413.8Q141.80077 413.26874 142.33202 412.925Q142.84764 412.58124 143.59764 412.39374Q144.34764 412.20624 145.62889 412.20624Q147.14452 412.20624 148.06639 412.51874Q148.98827 412.8156 149.50389 413.4406Q150.00389 414.05 150.00389 415.0031Q150.00389 416.2375 149.11327 416.95624Q148.05077 417.8 145.62889 417.8ZM145.62889 416.72186Q147.73827 416.72186 148.44139 416.22186Q149.14452 415.72186 149.14452 415.0031Q149.14452 414.26874 148.44139 413.78436Q147.73827 413.28436 145.62889 413.28436Q143.50389 413.28436 142.81639 413.78436Q142.11327 414.26874 142.11327 415.01874Q142.11327 415.7375 142.72264 416.175Q143.50389 416.72186 145.62889 416.72186ZM143.37889 405.33124L143.45702 406.3781Q142.83202 406.51874 142.55077 406.76874Q142.09764 407.20624 142.09764 407.83124Q142.09764 408.33124 142.37889 408.72186Q142.75389 409.20624 143.45702 409.5031Q144.14452 409.78436 145.42577 409.8Q144.84764 409.425 144.56639 408.8781Q144.28514 408.3156 144.28514 407.70624Q144.28514 406.65936 145.06639 405.925Q145.84764 405.175 147.06639 405.175Q147.87889 405.175 148.58202 405.53436Q149.26952 405.8781 149.64452 406.4875Q150.00389 407.09686 150.00389 407.8625Q150.00389 409.1906 149.03514 410.01874Q148.06639 410.84686 145.84764 410.84686Q143.34764 410.84686 142.22264 409.925Q141.23827 409.1281 141.23827 407.76874Q141.23827 406.7531 141.81639 406.1125Q142.37889 405.45624 143.37889 405.33124ZM147.08202 409.6281Q147.62889 409.6281 148.12889 409.40936Q148.61327 409.175 148.87889 408.76874Q149.14452 408.34686 149.14452 407.8781Q149.14452 407.22186 148.61327 406.7375Q148.06639 406.2531 147.14452 406.2531Q146.25389 406.2531 145.73827 406.7375Q145.22264 407.20624 145.22264 407.925Q145.22264 408.64374 145.73827 409.14374Q146.25389 409.6281 147.08202 409.6281ZM147.28514 403.925L146.22264 403.925L146.22264 400.675L147.28514 400.675L147.28514 403.925ZM148.84764 394.2531L149.86327 394.2531L149.86327 399.9406Q149.48827 399.9406 149.12889 399.8156Q148.55077 399.59686 147.98827 399.1281Q147.42577 398.64374 146.69139 397.7375Q145.53514 396.33124 144.86327 395.84686Q144.19139 395.34686 143.59764 395.34686Q142.97264 395.34686 142.55077 395.8Q142.11327 396.2531 142.11327 396.97186Q142.11327 397.7375 142.56639 398.1906Q143.01952 398.64374 143.83202 398.65936L143.72264 399.7375Q142.50389 399.6281 141.87889 398.90936Q141.23827 398.175 141.23827 396.9406Q141.23827 395.70624 141.92577 394.9875Q142.61327 394.26874 143.62889 394.26874Q144.14452 394.26874 144.64452 394.4875Q145.12889 394.6906 145.69139 395.1906Q146.23827 395.675 147.19139 396.8Q147.98827 397.7531 148.28514 398.03436Q148.56639 398.3 148.84764 398.47186L148.84764 394.2531ZM147.87889 392.64374L147.78514 391.6281Q148.50389 391.5031 148.83202 391.14374Q149.14452 390.76874 149.14452 390.20624Q149.14452 389.72186 148.92577 389.3625Q148.69139 388.9875 148.33202 388.7531Q147.95702 388.51874 147.33202 388.3625Q146.69139 388.20624 146.03514 388.20624Q145.95702 388.20624 145.81639 388.20624Q146.31639 388.51874 146.64452 389.0656Q146.95702 389.6125 146.95702 390.2531Q146.95702 391.33124 146.19139 392.0656Q145.41014 392.8 144.14452 392.8Q142.83202 392.8 142.03514 392.03436Q141.23827 391.2531 141.23827 390.09686Q141.23827 389.26874 141.69139 388.58124Q142.14452 387.8781 142.98827 387.51874Q143.81639 387.15936 145.39452 387.15936Q147.03514 387.15936 148.01952 387.51874Q148.98827 387.8625 149.50389 388.58124Q150.00389 389.28436 150.00389 390.22186Q150.00389 391.2375 149.45702 391.8781Q148.89452 392.51874 147.87889 392.64374ZM144.08202 388.33124Q143.17577 388.33124 142.64452 388.8156Q142.11327 389.28436 142.11327 389.97186Q142.11327 390.675 142.69139 391.20624Q143.25389 391.72186 144.17577 391.72186Q144.98827 391.72186 145.50389 391.22186Q146.01952 390.72186 146.01952 390.0031Q146.01952 389.26874 145.50389 388.8Q144.98827 388.33124 144.08202 388.33124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M163.23238 444.2531L164.248 444.2531L164.248 449.9406Q163.873 449.9406 163.51363 449.8156Q162.9355 449.59686 162.373 449.1281Q161.8105 448.64374 161.07613 447.7375Q159.91988 446.33124 159.248 445.84686Q158.57613 445.34686 157.98238 445.34686Q157.35738 445.34686 156.9355 445.8Q156.498 446.2531 156.498 446.97186Q156.498 447.7375 156.95113 448.1906Q157.40425 448.64374 158.21675 448.65936L158.10738 449.7375Q156.88863 449.6281 156.26363 448.90936Q155.623 448.175 155.623 446.9406Q155.623 445.70624 156.3105 444.9875Q156.998 444.26874 158.01363 444.26874Q158.52925 444.26874 159.02925 444.4875Q159.51363 444.6906 160.07613 445.1906Q160.623 445.675 161.57613 446.8Q162.373 447.7531 162.66988 448.03436Q162.95113 448.3 163.23238 448.47186L163.23238 444.2531ZM160.01363 442.8Q158.48238 442.8 157.5605 442.4875Q156.623 442.175 156.123 441.5656Q155.623 440.9406 155.623 440.0031Q155.623 439.3156 155.90425 438.8Q156.1855 438.26874 156.71675 437.925Q157.23238 437.58124 157.98238 437.39374Q158.73238 437.20624 160.01363 437.20624Q161.52925 437.20624 162.45113 437.51874Q163.373 437.8156 163.88863 438.4406Q164.38863 439.05 164.38863 440.0031Q164.38863 441.2375 163.498 441.95624Q162.4355 442.8 160.01363 442.8ZM160.01363 441.72186Q162.123 441.72186 162.82613 441.22186Q163.52925 440.72186 163.52925 440.0031Q163.52925 439.26874 162.82613 438.78436Q162.123 438.28436 160.01363 438.28436Q157.88863 438.28436 157.20113 438.78436Q156.498 439.26874 156.498 440.01874Q156.498 440.7375 157.10738 441.175Q157.88863 441.72186 160.01363 441.72186ZM163.23238 430.2531L164.248 430.2531L164.248 435.9406Q163.873 435.9406 163.51363 435.8156Q162.9355 435.59686 162.373 435.1281Q161.8105 434.64374 161.07613 433.7375Q159.91988 432.33124 159.248 431.84686Q158.57613 431.34686 157.98238 431.34686Q157.35738 431.34686 156.9355 431.8Q156.498 432.2531 156.498 432.97186Q156.498 433.7375 156.95113 434.1906Q157.40425 434.64374 158.21675 434.65936L158.10738 435.7375Q156.88863 435.6281 156.26363 434.90936Q155.623 434.175 155.623 432.9406Q155.623 431.70624 156.3105 430.9875Q156.998 430.26874 158.01363 430.26874Q158.52925 430.26874 159.02925 430.4875Q159.51363 430.6906 160.07613 431.1906Q160.623 431.675 161.57613 432.8Q162.373 433.7531 162.66988 434.03436Q162.95113 434.3 163.23238 434.47186L163.23238 430.2531ZM160.01363 428.8Q158.48238 428.8 157.5605 428.4875Q156.623 428.175 156.123 427.5656Q155.623 426.9406 155.623 426.0031Q155.623 425.3156 155.90425 424.8Q156.1855 424.26874 156.71675 423.925Q157.23238 423.58124 157.98238 423.39374Q158.73238 423.20624 160.01363 423.20624Q161.52925 423.20624 162.45113 423.51874Q163.373 423.8156 163.88863 424.4406Q164.38863 425.05 164.38863 426.0031Q164.38863 427.2375 163.498 427.95624Q162.4355 428.8 160.01363 428.8ZM160.01363 427.72186Q162.123 427.72186 162.82613 427.22186Q163.52925 426.72186 163.52925 426.0031Q163.52925 425.26874 162.82613 424.78436Q162.123 424.28436 160.01363 424.28436Q157.88863 424.28436 157.20113 424.78436Q156.498 425.26874 156.498 426.01874Q156.498 426.7375 157.10738 427.175Q157.88863 427.72186 160.01363 427.72186ZM161.66988 421.925L160.60738 421.925L160.60738 418.675L161.66988 418.675L161.66988 421.925ZM160.01363 417.8Q158.48238 417.8 157.5605 417.4875Q156.623 417.175 156.123 416.5656Q155.623 415.9406 155.623 415.0031Q155.623 414.3156 155.90425 413.8Q156.1855 413.26874 156.71675 412.925Q157.23238 412.58124 157.98238 412.39374Q158.73238 412.20624 160.01363 412.20624Q161.52925 412.20624 162.45113 412.51874Q163.373 412.8156 163.88863 413.4406Q164.38863 414.05 164.38863 415.0031Q164.38863 416.2375 163.498 416.95624Q162.4355 417.8 160.01363 417.8ZM160.01363 416.72186Q162.123 416.72186 162.82613 416.22186Q163.52925 415.72186 163.52925 415.0031Q163.52925 414.26874 162.82613 413.78436Q162.123 413.28436 160.01363 413.28436Q157.88863 413.28436 157.20113 413.78436Q156.498 414.26874 156.498 415.01874Q156.498 415.7375 157.10738 416.175Q157.88863 416.72186 160.01363 416.72186ZM156.77925 410.7375L155.76363 410.7375L155.76363 405.175L156.59175 405.175Q157.46675 405.9875 158.91988 406.8Q160.35738 407.59686 161.88863 408.03436Q162.96675 408.3625 164.248 408.4406L164.248 409.53436Q163.23238 409.51874 161.79488 409.14374Q160.35738 408.7531 159.02925 408.05Q157.70113 407.33124 156.77925 406.51874L156.77925 410.7375ZM161.66988 403.925L160.60738 403.925L160.60738 400.675L161.66988 400.675L161.66988 403.925ZM164.248 395.83124L164.248 396.8781L157.52925 396.8781Q157.88863 397.26874 158.26363 397.89374Q158.623 398.5031 158.79488 398.9875L157.77925 398.9875Q157.35738 398.1125 156.77925 397.45624Q156.1855 396.78436 155.623 396.5031L155.623 395.83124L164.248 395.83124ZM161.98238 392.8L161.84175 391.7375Q162.73238 391.5656 163.13863 391.1281Q163.52925 390.6906 163.52925 390.0656Q163.52925 389.3156 163.01363 388.8Q162.498 388.28436 161.73238 388.28436Q161.01363 388.28436 160.54488 388.76874Q160.0605 389.2375 160.0605 389.97186Q160.0605 390.26874 160.1855 390.72186L159.248 390.59686Q159.26363 390.4875 159.26363 390.425Q159.26363 389.7531 158.91988 389.22186Q158.5605 388.675 157.82613 388.675Q157.248 388.675 156.873 389.0656Q156.48238 389.45624 156.48238 390.08124Q156.48238 390.6906 156.873 391.1125Q157.26363 391.51874 158.02925 391.6281L157.84175 392.6906Q156.79488 392.5031 156.21675 391.8156Q155.623 391.1281 155.623 390.1125Q155.623 389.40936 155.9355 388.8156Q156.23238 388.22186 156.748 387.90936Q157.26363 387.59686 157.85738 387.59686Q158.40425 387.59686 158.873 387.89374Q159.32613 388.1906 159.59175 388.76874Q159.76363 388.01874 160.32613 387.59686Q160.873 387.175 161.71675 387.175Q162.84175 387.175 163.623 388.0031Q164.40425 388.8156 164.40425 390.0656Q164.40425 391.1906 163.73238 391.9406Q163.04488 392.6906 161.98238 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M177.61711 444.2531L178.63274 444.2531L178.63274 449.9406Q178.25774 449.9406 177.89836 449.8156Q177.32024 449.59686 176.75774 449.1281Q176.19524 448.64374 175.46086 447.7375Q174.30461 446.33124 173.63274 445.84686Q172.96086 445.34686 172.36711 445.34686Q171.74211 445.34686 171.32024 445.8Q170.88274 446.2531 170.88274 446.97186Q170.88274 447.7375 171.33586 448.1906Q171.78899 448.64374 172.60149 448.65936L172.49211 449.7375Q171.27336 449.6281 170.64836 448.90936Q170.00774 448.175 170.00774 446.9406Q170.00774 445.70624 170.69524 444.9875Q171.38274 444.26874 172.39836 444.26874Q172.91399 444.26874 173.41399 444.4875Q173.89836 444.6906 174.46086 445.1906Q175.00774 445.675 175.96086 446.8Q176.75774 447.7531 177.05461 448.03436Q177.33586 448.3 177.61711 448.47186L177.61711 444.2531ZM174.39836 442.8Q172.86711 442.8 171.94524 442.4875Q171.00774 442.175 170.50774 441.5656Q170.00774 440.9406 170.00774 440.0031Q170.00774 439.3156 170.28899 438.8Q170.57024 438.26874 171.10149 437.925Q171.61711 437.58124 172.36711 437.39374Q173.11711 437.20624 174.39836 437.20624Q175.91399 437.20624 176.83586 437.51874Q177.75774 437.8156 178.27336 438.4406Q178.77336 439.05 178.77336 440.0031Q178.77336 441.2375 177.88274 441.95624Q176.82024 442.8 174.39836 442.8ZM174.39836 441.72186Q176.50774 441.72186 177.21086 441.22186Q177.91399 440.72186 177.91399 440.0031Q177.91399 439.26874 177.21086 438.78436Q176.50774 438.28436 174.39836 438.28436Q172.27336 438.28436 171.58586 438.78436Q170.88274 439.26874 170.88274 440.01874Q170.88274 440.7375 171.49211 441.175Q172.27336 441.72186 174.39836 441.72186ZM177.61711 430.2531L178.63274 430.2531L178.63274 435.9406Q178.25774 435.9406 177.89836 435.8156Q177.32024 435.59686 176.75774 435.1281Q176.19524 434.64374 175.46086 433.7375Q174.30461 432.33124 173.63274 431.84686Q172.96086 431.34686 172.36711 431.34686Q171.74211 431.34686 171.32024 431.8Q170.88274 432.2531 170.88274 432.97186Q170.88274 433.7375 171.33586 434.1906Q171.78899 434.64374 172.60149 434.65936L172.49211 435.7375Q171.27336 435.6281 170.64836 434.90936Q170.00774 434.175 170.00774 432.9406Q170.00774 431.70624 170.69524 430.9875Q171.38274 430.26874 172.39836 430.26874Q172.91399 430.26874 173.41399 430.4875Q173.89836 430.6906 174.46086 431.1906Q175.00774 431.675 175.96086 432.8Q176.75774 433.7531 177.05461 434.03436Q177.33586 434.3 177.61711 434.47186L177.61711 430.2531ZM174.39836 428.8Q172.86711 428.8 171.94524 428.4875Q171.00774 428.175 170.50774 427.5656Q170.00774 426.9406 170.00774 426.0031Q170.00774 425.3156 170.28899 424.8Q170.57024 424.26874 171.10149 423.925Q171.61711 423.58124 172.36711 423.39374Q173.11711 423.20624 174.39836 423.20624Q175.91399 423.20624 176.83586 423.51874Q177.75774 423.8156 178.27336 424.4406Q178.77336 425.05 178.77336 426.0031Q178.77336 427.2375 177.88274 427.95624Q176.82024 428.8 174.39836 428.8ZM174.39836 427.72186Q176.50774 427.72186 177.21086 427.22186Q177.91399 426.72186 177.91399 426.0031Q177.91399 425.26874 177.21086 424.78436Q176.50774 424.28436 174.39836 424.28436Q172.27336 424.28436 171.58586 424.78436Q170.88274 425.26874 170.88274 426.01874Q170.88274 426.7375 171.49211 427.175Q172.27336 427.72186 174.39836 427.72186ZM176.05461 421.925L174.99211 421.925L174.99211 418.675L176.05461 418.675L176.05461 421.925ZM174.39836 417.8Q172.86711 417.8 171.94524 417.4875Q171.00774 417.175 170.50774 416.5656Q170.00774 415.9406 170.00774 415.0031Q170.00774 414.3156 170.28899 413.8Q170.57024 413.26874 171.10149 412.925Q171.61711 412.58124 172.36711 412.39374Q173.11711 412.20624 174.39836 412.20624Q175.91399 412.20624 176.83586 412.51874Q177.75774 412.8156 178.27336 413.4406Q178.77336 414.05 178.77336 415.0031Q178.77336 416.2375 177.88274 416.95624Q176.82024 417.8 174.39836 417.8ZM174.39836 416.72186Q176.50774 416.72186 177.21086 416.22186Q177.91399 415.72186 177.91399 415.0031Q177.91399 414.26874 177.21086 413.78436Q176.50774 413.28436 174.39836 413.28436Q172.27336 413.28436 171.58586 413.78436Q170.88274 414.26874 170.88274 415.01874Q170.88274 415.7375 171.49211 416.175Q172.27336 416.72186 174.39836 416.72186ZM171.16399 410.7375L170.14836 410.7375L170.14836 405.175L170.97649 405.175Q171.85149 405.9875 173.30461 406.8Q174.74211 407.59686 176.27336 408.03436Q177.35149 408.3625 178.63274 408.4406L178.63274 409.53436Q177.61711 409.51874 176.17961 409.14374Q174.74211 408.7531 173.41399 408.05Q172.08586 407.33124 171.16399 406.51874L171.16399 410.7375ZM176.05461 403.925L174.99211 403.925L174.99211 400.675L176.05461 400.675L176.05461 403.925ZM177.61711 394.2531L178.63274 394.2531L178.63274 399.9406Q178.25774 399.9406 177.89836 399.8156Q177.32024 399.59686 176.75774 399.1281Q176.19524 398.64374 175.46086 397.7375Q174.30461 396.33124 173.63274 395.84686Q172.96086 395.34686 172.36711 395.34686Q171.74211 395.34686 171.32024 395.8Q170.88274 396.2531 170.88274 396.97186Q170.88274 397.7375 171.33586 398.1906Q171.78899 398.64374 172.60149 398.65936L172.49211 399.7375Q171.27336 399.6281 170.64836 398.90936Q170.00774 398.175 170.00774 396.9406Q170.00774 395.70624 170.69524 394.9875Q171.38274 394.26874 172.39836 394.26874Q172.91399 394.26874 173.41399 394.4875Q173.89836 394.6906 174.46086 395.1906Q175.00774 395.675 175.96086 396.8Q176.75774 397.7531 177.05461 398.03436Q177.33586 398.3 177.61711 398.47186L177.61711 394.2531ZM171.16399 392.7375L170.14836 392.7375L170.14836 387.175L170.97649 387.175Q171.85149 387.9875 173.30461 388.8Q174.74211 389.59686 176.27336 390.03436Q177.35149 390.3625 178.63274 390.4406L178.63274 391.53436Q177.61711 391.51874 176.17961 391.14374Q174.74211 390.7531 173.41399 390.05Q172.08586 389.33124 171.16399 388.51874L171.16399 392.7375Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M192.00185 444.2531L193.01747 444.2531L193.01747 449.9406Q192.64247 449.9406 192.2831 449.8156Q191.70497 449.59686 191.14247 449.1281Q190.57997 448.64374 189.8456 447.7375Q188.68935 446.33124 188.01747 445.84686Q187.3456 445.34686 186.75185 445.34686Q186.12685 445.34686 185.70497 445.8Q185.26747 446.2531 185.26747 446.97186Q185.26747 447.7375 185.7206 448.1906Q186.17372 448.64374 186.98622 448.65936L186.87685 449.7375Q185.6581 449.6281 185.0331 448.90936Q184.39247 448.175 184.39247 446.9406Q184.39247 445.70624 185.07997 444.9875Q185.76747 444.26874 186.7831 444.26874Q187.29872 444.26874 187.79872 444.4875Q188.2831 444.6906 188.8456 445.1906Q189.39247 445.675 190.3456 446.8Q191.14247 447.7531 191.43935 448.03436Q191.7206 448.3 192.00185 448.47186L192.00185 444.2531ZM188.7831 442.8Q187.25185 442.8 186.32997 442.4875Q185.39247 442.175 184.89247 441.5656Q184.39247 440.9406 184.39247 440.0031Q184.39247 439.3156 184.67372 438.8Q184.95497 438.26874 185.48622 437.925Q186.00185 437.58124 186.75185 437.39374Q187.50185 437.20624 188.7831 437.20624Q190.29872 437.20624 191.2206 437.51874Q192.14247 437.8156 192.6581 438.4406Q193.1581 439.05 193.1581 440.0031Q193.1581 441.2375 192.26747 441.95624Q191.20497 442.8 188.7831 442.8ZM188.7831 441.72186Q190.89247 441.72186 191.5956 441.22186Q192.29872 440.72186 192.29872 440.0031Q192.29872 439.26874 191.5956 438.78436Q190.89247 438.28436 188.7831 438.28436Q186.6581 438.28436 185.9706 438.78436Q185.26747 439.26874 185.26747 440.01874Q185.26747 440.7375 185.87685 441.175Q186.6581 441.72186 188.7831 441.72186ZM192.00185 430.2531L193.01747 430.2531L193.01747 435.9406Q192.64247 435.9406 192.2831 435.8156Q191.70497 435.59686 191.14247 435.1281Q190.57997 434.64374 189.8456 433.7375Q188.68935 432.33124 188.01747 431.84686Q187.3456 431.34686 186.75185 431.34686Q186.12685 431.34686 185.70497 431.8Q185.26747 432.2531 185.26747 432.97186Q185.26747 433.7375 185.7206 434.1906Q186.17372 434.64374 186.98622 434.65936L186.87685 435.7375Q185.6581 435.6281 185.0331 434.90936Q184.39247 434.175 184.39247 432.9406Q184.39247 431.70624 185.07997 430.9875Q185.76747 430.26874 186.7831 430.26874Q187.29872 430.26874 187.79872 430.4875Q188.2831 430.6906 188.8456 431.1906Q189.39247 431.675 190.3456 432.8Q191.14247 433.7531 191.43935 434.03436Q191.7206 434.3 192.00185 434.47186L192.00185 430.2531ZM188.7831 428.8Q187.25185 428.8 186.32997 428.4875Q185.39247 428.175 184.89247 427.5656Q184.39247 426.9406 184.39247 426.0031Q184.39247 425.3156 184.67372 424.8Q184.95497 424.26874 185.48622 423.925Q186.00185 423.58124 186.75185 423.39374Q187.50185 423.20624 188.7831 423.20624Q190.29872 423.20624 191.2206 423.51874Q192.14247 423.8156 192.6581 424.4406Q193.1581 425.05 193.1581 426.0031Q193.1581 427.2375 192.26747 427.95624Q191.20497 428.8 188.7831 428.8ZM188.7831 427.72186Q190.89247 427.72186 191.5956 427.22186Q192.29872 426.72186 192.29872 426.0031Q192.29872 425.26874 191.5956 424.78436Q190.89247 424.28436 188.7831 424.28436Q186.6581 424.28436 185.9706 424.78436Q185.26747 425.26874 185.26747 426.01874Q185.26747 426.7375 185.87685 427.175Q186.6581 427.72186 188.7831 427.72186ZM190.43935 421.925L189.37685 421.925L189.37685 418.675L190.43935 418.675L190.43935 421.925ZM188.7831 417.8Q187.25185 417.8 186.32997 417.4875Q185.39247 417.175 184.89247 416.5656Q184.39247 415.9406 184.39247 415.0031Q184.39247 414.3156 184.67372 413.8Q184.95497 413.26874 185.48622 412.925Q186.00185 412.58124 186.75185 412.39374Q187.50185 412.20624 188.7831 412.20624Q190.29872 412.20624 191.2206 412.51874Q192.14247 412.8156 192.6581 413.4406Q193.1581 414.05 193.1581 415.0031Q193.1581 416.2375 192.26747 416.95624Q191.20497 417.8 188.7831 417.8ZM188.7831 416.72186Q190.89247 416.72186 191.5956 416.22186Q192.29872 415.72186 192.29872 415.0031Q192.29872 414.26874 191.5956 413.78436Q190.89247 413.28436 188.7831 413.28436Q186.6581 413.28436 185.9706 413.78436Q185.26747 414.26874 185.26747 415.01874Q185.26747 415.7375 185.87685 416.175Q186.6581 416.72186 188.7831 416.72186ZM188.36122 409.175Q188.11122 409.83124 187.67372 410.15936Q187.2206 410.47186 186.61122 410.47186Q185.67372 410.47186 185.0331 409.8Q184.39247 409.1125 184.39247 408.0031Q184.39247 406.8781 185.04872 406.1906Q185.70497 405.5031 186.64247 405.5031Q187.23622 405.5031 187.67372 405.8156Q188.11122 406.1281 188.36122 406.76874Q188.61122 405.97186 189.18935 405.5656Q189.76747 405.15936 190.56435 405.15936Q191.6581 405.15936 192.4081 405.9406Q193.1581 406.70624 193.1581 407.9875Q193.1581 409.2531 192.4081 410.03436Q191.6581 410.8156 190.5331 410.8156Q189.68935 410.8156 189.12685 410.39374Q188.56435 409.95624 188.36122 409.175ZM186.56435 409.39374Q187.17372 409.39374 187.56435 409.0031Q187.95497 408.59686 187.95497 407.97186Q187.95497 407.3625 187.57997 406.97186Q187.18935 406.58124 186.62685 406.58124Q186.04872 406.58124 185.6581 406.9875Q185.25185 407.39374 185.25185 407.9875Q185.25185 408.59686 185.64247 409.0031Q186.0331 409.39374 186.56435 409.39374ZM190.5331 409.72186Q190.98622 409.72186 191.4081 409.51874Q191.82997 409.3 192.06435 408.8781Q192.29872 408.45624 192.29872 407.97186Q192.29872 407.22186 191.81435 406.7375Q191.32997 406.2375 190.57997 406.2375Q189.81435 406.2375 189.31435 406.7375Q188.81435 407.2375 188.81435 408.0031Q188.81435 408.7531 189.31435 409.2375Q189.79872 409.72186 190.5331 409.72186ZM190.43935 403.925L189.37685 403.925L189.37685 400.675L190.43935 400.675L190.43935 403.925ZM193.01747 395.83124L193.01747 396.8781L186.29872 396.8781Q186.6581 397.26874 187.0331 397.89374Q187.39247 398.5031 187.56435 398.9875L186.54872 398.9875Q186.12685 398.1125 185.54872 397.45624Q184.95497 396.78436 184.39247 396.5031L184.39247 395.83124L193.01747 395.83124ZM188.7831 392.8Q187.25185 392.8 186.32997 392.4875Q185.39247 392.175 184.89247 391.5656Q184.39247 390.9406 184.39247 390.0031Q184.39247 389.3156 184.67372 388.8Q184.95497 388.26874 185.48622 387.925Q186.00185 387.58124 186.75185 387.39374Q187.50185 387.20624 188.7831 387.20624Q190.29872 387.20624 191.2206 387.51874Q192.14247 387.8156 192.6581 388.4406Q193.1581 389.05 193.1581 390.0031Q193.1581 391.2375 192.26747 391.95624Q191.20497 392.8 188.7831 392.8ZM188.7831 391.72186Q190.89247 391.72186 191.5956 391.22186Q192.29872 390.72186 192.29872 390.0031Q192.29872 389.26874 191.5956 388.78436Q190.89247 388.28436 188.7831 388.28436Q186.6581 388.28436 185.9706 388.78436Q185.26747 389.26874 185.26747 390.01874Q185.26747 390.7375 185.87685 391.175Q186.6581 391.72186 188.7831 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M206.38658 444.25314L207.4022 444.25314L207.4022 449.94064Q207.0272 449.94064 206.66783 449.81564Q206.0897 449.5969 205.5272 449.12814Q204.9647 448.64377 204.23033 447.73752Q203.07408 446.33127 202.4022 445.8469Q201.73033 445.3469 201.13658 445.3469Q200.51158 445.3469 200.0897 445.80002Q199.6522 446.25314 199.6522 446.9719Q199.6522 447.73752 200.10533 448.19064Q200.55846 448.64377 201.37096 448.6594L201.26158 449.73752Q200.04283 449.62814 199.41783 448.9094Q198.7772 448.17502 198.7772 446.94064Q198.7772 445.70627 199.4647 444.98752Q200.1522 444.26877 201.16783 444.26877Q201.68346 444.26877 202.18346 444.48752Q202.66783 444.69064 203.23033 445.19064Q203.7772 445.67502 204.73033 446.80002Q205.5272 447.75314 205.82408 448.0344Q206.10533 448.30002 206.38658 448.4719L206.38658 444.25314ZM203.16783 442.80002Q201.63658 442.80002 200.7147 442.48752Q199.7772 442.17502 199.2772 441.56564Q198.7772 440.94064 198.7772 440.00314Q198.7772 439.31564 199.05846 438.80002Q199.3397 438.26877 199.87096 437.92502Q200.38658 437.58127 201.13658 437.39377Q201.88658 437.20627 203.16783 437.20627Q204.68346 437.20627 205.60533 437.51877Q206.5272 437.81564 207.04283 438.44064Q207.54283 439.05002 207.54283 440.00314Q207.54283 441.23752 206.6522 441.95627Q205.5897 442.80002 203.16783 442.80002ZM203.16783 441.7219Q205.2772 441.7219 205.98033 441.2219Q206.68346 440.7219 206.68346 440.00314Q206.68346 439.26877 205.98033 438.7844Q205.2772 438.2844 203.16783 438.2844Q201.04283 438.2844 200.35533 438.7844Q199.6522 439.26877 199.6522 440.01877Q199.6522 440.73752 200.26158 441.17502Q201.04283 441.7219 203.16783 441.7219ZM206.38658 430.25314L207.4022 430.25314L207.4022 435.94064Q207.0272 435.94064 206.66783 435.81564Q206.0897 435.5969 205.5272 435.12814Q204.9647 434.64377 204.23033 433.73752Q203.07408 432.33127 202.4022 431.8469Q201.73033 431.3469 201.13658 431.3469Q200.51158 431.3469 200.0897 431.80002Q199.6522 432.25314 199.6522 432.9719Q199.6522 433.73752 200.10533 434.19064Q200.55846 434.64377 201.37096 434.6594L201.26158 435.73752Q200.04283 435.62814 199.41783 434.9094Q198.7772 434.17502 198.7772 432.94064Q198.7772 431.70627 199.4647 430.98752Q200.1522 430.26877 201.16783 430.26877Q201.68346 430.26877 202.18346 430.48752Q202.66783 430.69064 203.23033 431.19064Q203.7772 431.67502 204.73033 432.80002Q205.5272 433.75314 205.82408 434.0344Q206.10533 434.30002 206.38658 434.4719L206.38658 430.25314ZM203.16783 428.80002Q201.63658 428.80002 200.7147 428.48752Q199.7772 428.17502 199.2772 427.56564Q198.7772 426.94064 198.7772 426.00314Q198.7772 425.31564 199.05846 424.80002Q199.3397 424.26877 199.87096 423.92502Q200.38658 423.58127 201.13658 423.39377Q201.88658 423.20627 203.16783 423.20627Q204.68346 423.20627 205.60533 423.51877Q206.5272 423.81564 207.04283 424.44064Q207.54283 425.05002 207.54283 426.00314Q207.54283 427.23752 206.6522 427.95627Q205.5897 428.80002 203.16783 428.80002ZM203.16783 427.7219Q205.2772 427.7219 205.98033 427.2219Q206.68346 426.7219 206.68346 426.00314Q206.68346 425.26877 205.98033 424.7844Q205.2772 424.2844 203.16783 424.2844Q201.04283 424.2844 200.35533 424.7844Q199.6522 425.26877 199.6522 426.01877Q199.6522 426.73752 200.26158 427.17502Q201.04283 427.7219 203.16783 427.7219ZM204.82408 421.92502L203.76158 421.92502L203.76158 418.67502L204.82408 418.67502L204.82408 421.92502ZM203.16783 417.80002Q201.63658 417.80002 200.7147 417.48752Q199.7772 417.17502 199.2772 416.56564Q198.7772 415.94064 198.7772 415.00314Q198.7772 414.31564 199.05846 413.80002Q199.3397 413.26877 199.87096 412.92502Q200.38658 412.58127 201.13658 412.39377Q201.88658 412.20627 203.16783 412.20627Q204.68346 412.20627 205.60533 412.51877Q206.5272 412.81564 207.04283 413.44064Q207.54283 414.05002 207.54283 415.00314Q207.54283 416.23752 206.6522 416.95627Q205.5897 417.80002 203.16783 417.80002ZM203.16783 416.7219Q205.2772 416.7219 205.98033 416.2219Q206.68346 415.7219 206.68346 415.00314Q206.68346 414.26877 205.98033 413.7844Q205.2772 413.2844 203.16783 413.2844Q201.04283 413.2844 200.35533 413.7844Q199.6522 414.26877 199.6522 415.01877Q199.6522 415.73752 200.26158 416.17502Q201.04283 416.7219 203.16783 416.7219ZM202.74596 409.17502Q202.49596 409.83127 202.05846 410.1594Q201.60533 410.4719 200.99596 410.4719Q200.05846 410.4719 199.41783 409.80002Q198.7772 409.11252 198.7772 408.00314Q198.7772 406.87814 199.43346 406.19064Q200.0897 405.50314 201.0272 405.50314Q201.62096 405.50314 202.05846 405.81564Q202.49596 406.12814 202.74596 406.76877Q202.99596 405.9719 203.57408 405.56564Q204.1522 405.1594 204.94908 405.1594Q206.04283 405.1594 206.79283 405.94064Q207.54283 406.70627 207.54283 407.98752Q207.54283 409.25314 206.79283 410.0344Q206.04283 410.81564 204.91783 410.81564Q204.07408 410.81564 203.51158 410.39377Q202.94908 409.95627 202.74596 409.17502ZM200.94908 409.39377Q201.55846 409.39377 201.94908 409.00314Q202.3397 408.5969 202.3397 407.9719Q202.3397 407.36252 201.9647 406.9719Q201.57408 406.58127 201.01158 406.58127Q200.43346 406.58127 200.04283 406.98752Q199.63658 407.39377 199.63658 407.98752Q199.63658 408.5969 200.0272 409.00314Q200.41783 409.39377 200.94908 409.39377ZM204.91783 409.7219Q205.37096 409.7219 205.79283 409.51877Q206.2147 409.30002 206.44908 408.87814Q206.68346 408.45627 206.68346 407.9719Q206.68346 407.2219 206.19908 406.73752Q205.7147 406.23752 204.9647 406.23752Q204.19908 406.23752 203.69908 406.73752Q203.19908 407.23752 203.19908 408.00314Q203.19908 408.75314 203.69908 409.23752Q204.18346 409.7219 204.91783 409.7219ZM204.82408 403.92502L203.76158 403.92502L203.76158 400.67502L204.82408 400.67502L204.82408 403.92502ZM206.38658 394.25314L207.4022 394.25314L207.4022 399.94064Q207.0272 399.94064 206.66783 399.81564Q206.0897 399.5969 205.5272 399.12814Q204.9647 398.64377 204.23033 397.73752Q203.07408 396.33127 202.4022 395.8469Q201.73033 395.3469 201.13658 395.3469Q200.51158 395.3469 200.0897 395.80002Q199.6522 396.25314 199.6522 396.9719Q199.6522 397.73752 200.10533 398.19064Q200.55846 398.64377 201.37096 398.6594L201.26158 399.73752Q200.04283 399.62814 199.41783 398.9094Q198.7772 398.17502 198.7772 396.94064Q198.7772 395.70627 199.4647 394.98752Q200.1522 394.26877 201.16783 394.26877Q201.68346 394.26877 202.18346 394.48752Q202.66783 394.69064 203.23033 395.19064Q203.7772 395.67502 204.73033 396.80002Q205.5272 397.75314 205.82408 398.0344Q206.10533 398.30002 206.38658 398.4719L206.38658 394.25314ZM207.4022 389.42502L205.3397 389.42502L205.3397 393.14377L204.37096 393.14377L198.80846 389.2219L198.80846 388.36252L204.37096 388.36252L204.37096 387.20627L205.3397 387.20627L205.3397 388.36252L207.4022 388.36252L207.4022 389.42502ZM204.37096 389.42502L200.51158 389.42502L204.37096 392.11252L204.37096 389.42502Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M220.77133 444.25314L221.78696 444.25314L221.78696 449.94064Q221.41196 449.94064 221.05258 449.81564Q220.47446 449.5969 219.91196 449.12814Q219.34946 448.64377 218.61508 447.73752Q217.45883 446.33127 216.78696 445.8469Q216.11508 445.3469 215.52133 445.3469Q214.89633 445.3469 214.47446 445.80002Q214.03696 446.25314 214.03696 446.9719Q214.03696 447.73752 214.49008 448.19064Q214.9432 448.64377 215.7557 448.6594L215.64633 449.73752Q214.42758 449.62814 213.80258 448.9094Q213.16196 448.17502 213.16196 446.94064Q213.16196 445.70627 213.84946 444.98752Q214.53696 444.26877 215.55258 444.26877Q216.0682 444.26877 216.5682 444.48752Q217.05258 444.69064 217.61508 445.19064Q218.16196 445.67502 219.11508 446.80002Q219.91196 447.75314 220.20883 448.0344Q220.49008 448.30002 220.77133 448.4719L220.77133 444.25314ZM217.55258 442.80002Q216.02133 442.80002 215.09946 442.48752Q214.16196 442.17502 213.66196 441.56564Q213.16196 440.94064 213.16196 440.00314Q213.16196 439.31564 213.4432 438.80002Q213.72446 438.26877 214.2557 437.92502Q214.77133 437.58127 215.52133 437.39377Q216.27133 437.20627 217.55258 437.20627Q219.0682 437.20627 219.99008 437.51877Q220.91196 437.81564 221.42758 438.44064Q221.92758 439.05002 221.92758 440.00314Q221.92758 441.23752 221.03696 441.95627Q219.97446 442.80002 217.55258 442.80002ZM217.55258 441.7219Q219.66196 441.7219 220.36508 441.2219Q221.0682 440.7219 221.0682 440.00314Q221.0682 439.26877 220.36508 438.7844Q219.66196 438.2844 217.55258 438.2844Q215.42758 438.2844 214.74008 438.7844Q214.03696 439.26877 214.03696 440.01877Q214.03696 440.73752 214.64633 441.17502Q215.42758 441.7219 217.55258 441.7219ZM220.77133 430.25314L221.78696 430.25314L221.78696 435.94064Q221.41196 435.94064 221.05258 435.81564Q220.47446 435.5969 219.91196 435.12814Q219.34946 434.64377 218.61508 433.73752Q217.45883 432.33127 216.78696 431.8469Q216.11508 431.3469 215.52133 431.3469Q214.89633 431.3469 214.47446 431.80002Q214.03696 432.25314 214.03696 432.9719Q214.03696 433.73752 214.49008 434.19064Q214.9432 434.64377 215.7557 434.6594L215.64633 435.73752Q214.42758 435.62814 213.80258 434.9094Q213.16196 434.17502 213.16196 432.94064Q213.16196 431.70627 213.84946 430.98752Q214.53696 430.26877 215.55258 430.26877Q216.0682 430.26877 216.5682 430.48752Q217.05258 430.69064 217.61508 431.19064Q218.16196 431.67502 219.11508 432.80002Q219.91196 433.75314 220.20883 434.0344Q220.49008 434.30002 220.77133 434.4719L220.77133 430.25314ZM217.55258 428.80002Q216.02133 428.80002 215.09946 428.48752Q214.16196 428.17502 213.66196 427.56564Q213.16196 426.94064 213.16196 426.00314Q213.16196 425.31564 213.4432 424.80002Q213.72446 424.26877 214.2557 423.92502Q214.77133 423.58127 215.52133 423.39377Q216.27133 423.20627 217.55258 423.20627Q219.0682 423.20627 219.99008 423.51877Q220.91196 423.81564 221.42758 424.44064Q221.92758 425.05002 221.92758 426.00314Q221.92758 427.23752 221.03696 427.95627Q219.97446 428.80002 217.55258 428.80002ZM217.55258 427.7219Q219.66196 427.7219 220.36508 427.2219Q221.0682 426.7219 221.0682 426.00314Q221.0682 425.26877 220.36508 424.7844Q219.66196 424.2844 217.55258 424.2844Q215.42758 424.2844 214.74008 424.7844Q214.03696 425.26877 214.03696 426.01877Q214.03696 426.73752 214.64633 427.17502Q215.42758 427.7219 217.55258 427.7219ZM219.20883 421.92502L218.14633 421.92502L218.14633 418.67502L219.20883 418.67502L219.20883 421.92502ZM217.55258 417.80002Q216.02133 417.80002 215.09946 417.48752Q214.16196 417.17502 213.66196 416.56564Q213.16196 415.94064 213.16196 415.00314Q213.16196 414.31564 213.4432 413.80002Q213.72446 413.26877 214.2557 412.92502Q214.77133 412.58127 215.52133 412.39377Q216.27133 412.20627 217.55258 412.20627Q219.0682 412.20627 219.99008 412.51877Q220.91196 412.81564 221.42758 413.44064Q221.92758 414.05002 221.92758 415.00314Q221.92758 416.23752 221.03696 416.95627Q219.97446 417.80002 217.55258 417.80002ZM217.55258 416.7219Q219.66196 416.7219 220.36508 416.2219Q221.0682 415.7219 221.0682 415.00314Q221.0682 414.26877 220.36508 413.7844Q219.66196 413.2844 217.55258 413.2844Q215.42758 413.2844 214.74008 413.7844Q214.03696 414.26877 214.03696 415.01877Q214.03696 415.73752 214.64633 416.17502Q215.42758 416.7219 217.55258 416.7219ZM219.80258 410.64377L219.70883 409.62814Q220.42758 409.50314 220.7557 409.14377Q221.0682 408.76877 221.0682 408.20627Q221.0682 407.7219 220.84946 407.36252Q220.61508 406.98752 220.2557 406.75314Q219.8807 406.51877 219.2557 406.36252Q218.61508 406.20627 217.95883 406.20627Q217.8807 406.20627 217.74008 406.20627Q218.24008 406.51877 218.5682 407.06564Q218.8807 407.61252 218.8807 408.25314Q218.8807 409.33127 218.11508 410.06564Q217.33383 410.80002 216.0682 410.80002Q214.7557 410.80002 213.95883 410.0344Q213.16196 409.25314 213.16196 408.0969Q213.16196 407.26877 213.61508 406.58127Q214.0682 405.87814 214.91196 405.51877Q215.74008 405.1594 217.3182 405.1594Q218.95883 405.1594 219.9432 405.51877Q220.91196 405.86252 221.42758 406.58127Q221.92758 407.2844 221.92758 408.2219Q221.92758 409.23752 221.3807 409.87814Q220.8182 410.51877 219.80258 410.64377ZM216.0057 406.33127Q215.09946 406.33127 214.5682 406.81564Q214.03696 407.2844 214.03696 407.9719Q214.03696 408.67502 214.61508 409.20627Q215.17758 409.7219 216.09946 409.7219Q216.91196 409.7219 217.42758 409.2219Q217.9432 408.7219 217.9432 408.00314Q217.9432 407.26877 217.42758 406.80002Q216.91196 406.33127 216.0057 406.33127ZM219.20883 403.92502L218.14633 403.92502L218.14633 400.67502L219.20883 400.67502L219.20883 403.92502ZM221.78696 395.83127L221.78696 396.87814L215.0682 396.87814Q215.42758 397.26877 215.80258 397.89377Q216.16196 398.50314 216.33383 398.98752L215.3182 398.98752Q214.89633 398.11252 214.3182 397.45627Q213.72446 396.7844 213.16196 396.50314L213.16196 395.83127L221.78696 395.83127ZM217.55258 392.80002Q216.02133 392.80002 215.09946 392.48752Q214.16196 392.17502 213.66196 391.56564Q213.16196 390.94064 213.16196 390.00314Q213.16196 389.31564 213.4432 388.80002Q213.72446 388.26877 214.2557 387.92502Q214.77133 387.58127 215.52133 387.39377Q216.27133 387.20627 217.55258 387.20627Q219.0682 387.20627 219.99008 387.51877Q220.91196 387.81564 221.42758 388.44064Q221.92758 389.05002 221.92758 390.00314Q221.92758 391.23752 221.03696 391.95627Q219.97446 392.80002 217.55258 392.80002ZM217.55258 391.7219Q219.66196 391.7219 220.36508 391.2219Q221.0682 390.7219 221.0682 390.00314Q221.0682 389.26877 220.36508 388.7844Q219.66196 388.2844 217.55258 388.2844Q215.42758 388.2844 214.74008 388.7844Q214.03696 389.26877 214.03696 390.01877Q214.03696 390.73752 214.64633 391.17502Q215.42758 391.7219 217.55258 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M235.15607 444.2531L236.17169 444.2531L236.17169 449.9406Q235.79669 449.9406 235.43732 449.8156Q234.85919 449.59686 234.29669 449.1281Q233.73419 448.64374 232.99982 447.7375Q231.84357 446.33124 231.17169 445.84686Q230.49982 445.34686 229.90607 445.34686Q229.28107 445.34686 228.85919 445.8Q228.42169 446.2531 228.42169 446.97186Q228.42169 447.7375 228.87482 448.1906Q229.32794 448.64374 230.14044 448.65936L230.03107 449.7375Q228.81232 449.6281 228.18732 448.90936Q227.54669 448.175 227.54669 446.9406Q227.54669 445.70624 228.23419 444.9875Q228.92169 444.26874 229.93732 444.26874Q230.45294 444.26874 230.95294 444.4875Q231.43732 444.6906 231.99982 445.1906Q232.54669 445.675 233.49982 446.8Q234.29669 447.7531 234.59357 448.03436Q234.87482 448.3 235.15607 448.47186L235.15607 444.2531ZM231.93732 442.80002Q230.40607 442.80002 229.48419 442.48752Q228.54669 442.17502 228.04669 441.56564Q227.54669 440.94064 227.54669 440.00314Q227.54669 439.31564 227.82794 438.80002Q228.10919 438.26877 228.64044 437.92502Q229.15607 437.58127 229.90607 437.39377Q230.65607 437.20627 231.93732 437.20627Q233.45294 437.20627 234.37482 437.51877Q235.29669 437.81564 235.81232 438.44064Q236.31232 439.05002 236.31232 440.00314Q236.31232 441.23752 235.42169 441.95627Q234.35919 442.80002 231.93732 442.80002ZM231.93732 441.7219Q234.04669 441.7219 234.74982 441.2219Q235.45294 440.7219 235.45294 440.00314Q235.45294 439.26877 234.74982 438.7844Q234.04669 438.2844 231.93732 438.2844Q229.81232 438.2844 229.12482 438.7844Q228.42169 439.26877 228.42169 440.01877Q228.42169 440.73752 229.03107 441.17502Q229.81232 441.7219 231.93732 441.7219ZM235.15607 430.25314L236.17169 430.25314L236.17169 435.94064Q235.79669 435.94064 235.43732 435.81564Q234.85919 435.5969 234.29669 435.12814Q233.73419 434.64377 232.99982 433.73752Q231.84357 432.33127 231.17169 431.8469Q230.49982 431.3469 229.90607 431.3469Q229.28107 431.3469 228.85919 431.80002Q228.42169 432.25314 228.42169 432.9719Q228.42169 433.73752 228.87482 434.19064Q229.32794 434.64377 230.14044 434.6594L230.03107 435.73752Q228.81232 435.62814 228.18732 434.9094Q227.54669 434.17502 227.54669 432.94064Q227.54669 431.70627 228.23419 430.98752Q228.92169 430.26877 229.93732 430.26877Q230.45294 430.26877 230.95294 430.48752Q231.43732 430.69064 231.99982 431.19064Q232.54669 431.67502 233.49982 432.80002Q234.29669 433.75314 234.59357 434.0344Q234.87482 434.30002 235.15607 434.4719L235.15607 430.25314ZM231.93732 428.80002Q230.40607 428.80002 229.48419 428.48752Q228.54669 428.17502 228.04669 427.56564Q227.54669 426.94064 227.54669 426.00314Q227.54669 425.31564 227.82794 424.80002Q228.10919 424.26877 228.64044 423.92502Q229.15607 423.58127 229.90607 423.39377Q230.65607 423.20627 231.93732 423.20627Q233.45294 423.20627 234.37482 423.51877Q235.29669 423.81564 235.81232 424.44064Q236.31232 425.05002 236.31232 426.00314Q236.31232 427.23752 235.42169 427.95627Q234.35919 428.80002 231.93732 428.80002ZM231.93732 427.7219Q234.04669 427.7219 234.74982 427.2219Q235.45294 426.7219 235.45294 426.00314Q235.45294 425.26877 234.74982 424.7844Q234.04669 424.2844 231.93732 424.2844Q229.81232 424.2844 229.12482 424.7844Q228.42169 425.26877 228.42169 426.01877Q228.42169 426.73752 229.03107 427.17502Q229.81232 427.7219 231.93732 427.7219ZM233.59357 421.92502L232.53107 421.92502L232.53107 418.67502L233.59357 418.67502L233.59357 421.92502ZM231.93732 417.80002Q230.40607 417.80002 229.48419 417.48752Q228.54669 417.17502 228.04669 416.56564Q227.54669 415.94064 227.54669 415.00314Q227.54669 414.31564 227.82794 413.80002Q228.10919 413.26877 228.64044 412.92502Q229.15607 412.58127 229.90607 412.39377Q230.65607 412.20627 231.93732 412.20627Q233.45294 412.20627 234.37482 412.51877Q235.29669 412.81564 235.81232 413.44064Q236.31232 414.05002 236.31232 415.00314Q236.31232 416.23752 235.42169 416.95627Q234.35919 417.80002 231.93732 417.80002ZM231.93732 416.7219Q234.04669 416.7219 234.74982 416.2219Q235.45294 415.7219 235.45294 415.00314Q235.45294 414.26877 234.74982 413.7844Q234.04669 413.2844 231.93732 413.2844Q229.81232 413.2844 229.12482 413.7844Q228.42169 414.26877 228.42169 415.01877Q228.42169 415.73752 229.03107 416.17502Q229.81232 416.7219 231.93732 416.7219ZM234.18732 410.64377L234.09357 409.62814Q234.81232 409.50314 235.14044 409.14377Q235.45294 408.76877 235.45294 408.20627Q235.45294 407.7219 235.23419 407.36252Q234.99982 406.98752 234.64044 406.75314Q234.26544 406.51877 233.64044 406.36252Q232.99982 406.20627 232.34357 406.20627Q232.26544 406.20627 232.12482 406.20627Q232.62482 406.51877 232.95294 407.06564Q233.26544 407.61252 233.26544 408.25314Q233.26544 409.33127 232.49982 410.06564Q231.71857 410.80002 230.45294 410.80002Q229.14044 410.80002 228.34357 410.0344Q227.54669 409.25314 227.54669 408.0969Q227.54669 407.26877 227.99982 406.58127Q228.45294 405.87814 229.29669 405.51877Q230.12482 405.1594 231.70294 405.1594Q233.34357 405.1594 234.32794 405.51877Q235.29669 405.86252 235.81232 406.58127Q236.31232 407.2844 236.31232 408.2219Q236.31232 409.23752 235.76544 409.87814Q235.20294 410.51877 234.18732 410.64377ZM230.39044 406.33127Q229.48419 406.33127 228.95294 406.81564Q228.42169 407.2844 228.42169 407.9719Q228.42169 408.67502 228.99982 409.20627Q229.56232 409.7219 230.48419 409.7219Q231.29669 409.7219 231.81232 409.2219Q232.32794 408.7219 232.32794 408.00314Q232.32794 407.26877 231.81232 406.80002Q231.29669 406.33127 230.39044 406.33127ZM233.59357 403.92502L232.53107 403.92502L232.53107 400.67502L233.59357 400.67502L233.59357 403.92502ZM235.15607 394.25314L236.17169 394.25314L236.17169 399.94064Q235.79669 399.94064 235.43732 399.81564Q234.85919 399.5969 234.29669 399.12814Q233.73419 398.64377 232.99982 397.73752Q231.84357 396.33127 231.17169 395.8469Q230.49982 395.3469 229.90607 395.3469Q229.28107 395.3469 228.85919 395.80002Q228.42169 396.25314 228.42169 396.9719Q228.42169 397.73752 228.87482 398.19064Q229.32794 398.64377 230.14044 398.6594L230.03107 399.73752Q228.81232 399.62814 228.18732 398.9094Q227.54669 398.17502 227.54669 396.94064Q227.54669 395.70627 228.23419 394.98752Q228.92169 394.26877 229.93732 394.26877Q230.45294 394.26877 230.95294 394.48752Q231.43732 394.69064 231.99982 395.19064Q232.54669 395.67502 233.49982 396.80002Q234.29669 397.75314 234.59357 398.0344Q234.87482 398.30002 235.15607 398.4719L235.15607 394.25314ZM236.17169 388.83127L236.17169 389.87814L229.45294 389.87814Q229.81232 390.26877 230.18732 390.89377Q230.54669 391.50314 230.71857 391.98752L229.70294 391.98752Q229.28107 391.11252 228.70294 390.45627Q228.10919 389.7844 227.54669 389.50314L227.54669 388.83127L236.17169 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M249.5408 444.25314L250.55643 444.25314L250.55643 449.94064Q250.18143 449.94064 249.82205 449.81564Q249.24393 449.5969 248.68143 449.12814Q248.11893 448.64377 247.38455 447.73752Q246.2283 446.33127 245.55643 445.8469Q244.88455 445.3469 244.2908 445.3469Q243.6658 445.3469 243.24393 445.80002Q242.80643 446.25314 242.80643 446.9719Q242.80643 447.73752 243.25955 448.19064Q243.71268 448.64377 244.52518 448.6594L244.4158 449.73752Q243.19705 449.62814 242.57205 448.9094Q241.93143 448.17502 241.93143 446.94064Q241.93143 445.70627 242.61893 444.98752Q243.30643 444.26877 244.32205 444.26877Q244.83768 444.26877 245.33768 444.48752Q245.82205 444.69064 246.38455 445.19064Q246.93143 445.67502 247.88455 446.80002Q248.68143 447.75314 248.9783 448.0344Q249.25955 448.30002 249.5408 448.4719L249.5408 444.25314ZM246.32205 442.80002Q244.7908 442.80002 243.86893 442.48752Q242.93143 442.17502 242.43143 441.56564Q241.93143 440.94064 241.93143 440.00314Q241.93143 439.31564 242.21268 438.80002Q242.49393 438.26877 243.02518 437.92502Q243.5408 437.58127 244.2908 437.39377Q245.0408 437.20627 246.32205 437.20627Q247.83768 437.20627 248.75955 437.51877Q249.68143 437.81564 250.19705 438.44064Q250.69705 439.05002 250.69705 440.00314Q250.69705 441.23752 249.80643 441.95627Q248.74393 442.80002 246.32205 442.80002ZM246.32205 441.7219Q248.43143 441.7219 249.13455 441.2219Q249.83768 440.7219 249.83768 440.00314Q249.83768 439.26877 249.13455 438.7844Q248.43143 438.2844 246.32205 438.2844Q244.19705 438.2844 243.50955 438.7844Q242.80643 439.26877 242.80643 440.01877Q242.80643 440.73752 243.4158 441.17502Q244.19705 441.7219 246.32205 441.7219ZM249.5408 430.25314L250.55643 430.25314L250.55643 435.94064Q250.18143 435.94064 249.82205 435.81564Q249.24393 435.5969 248.68143 435.12814Q248.11893 434.64377 247.38455 433.73752Q246.2283 432.33127 245.55643 431.8469Q244.88455 431.3469 244.2908 431.3469Q243.6658 431.3469 243.24393 431.80002Q242.80643 432.25314 242.80643 432.9719Q242.80643 433.73752 243.25955 434.19064Q243.71268 434.64377 244.52518 434.6594L244.4158 435.73752Q243.19705 435.62814 242.57205 434.9094Q241.93143 434.17502 241.93143 432.94064Q241.93143 431.70627 242.61893 430.98752Q243.30643 430.26877 244.32205 430.26877Q244.83768 430.26877 245.33768 430.48752Q245.82205 430.69064 246.38455 431.19064Q246.93143 431.67502 247.88455 432.80002Q248.68143 433.75314 248.9783 434.0344Q249.25955 434.30002 249.5408 434.4719L249.5408 430.25314ZM246.32205 428.80002Q244.7908 428.80002 243.86893 428.48752Q242.93143 428.17502 242.43143 427.56564Q241.93143 426.94064 241.93143 426.00314Q241.93143 425.31564 242.21268 424.80002Q242.49393 424.26877 243.02518 423.92502Q243.5408 423.58127 244.2908 423.39377Q245.0408 423.20627 246.32205 423.20627Q247.83768 423.20627 248.75955 423.51877Q249.68143 423.81564 250.19705 424.44064Q250.69705 425.05002 250.69705 426.00314Q250.69705 427.23752 249.80643 427.95627Q248.74393 428.80002 246.32205 428.80002ZM246.32205 427.7219Q248.43143 427.7219 249.13455 427.2219Q249.83768 426.7219 249.83768 426.00314Q249.83768 425.26877 249.13455 424.7844Q248.43143 424.2844 246.32205 424.2844Q244.19705 424.2844 243.50955 424.7844Q242.80643 425.26877 242.80643 426.01877Q242.80643 426.73752 243.4158 427.17502Q244.19705 427.7219 246.32205 427.7219ZM247.9783 421.92502L246.9158 421.92502L246.9158 418.67502L247.9783 418.67502L247.9783 421.92502ZM250.55643 413.83127L250.55643 414.87814L243.83768 414.87814Q244.19705 415.26877 244.57205 415.89377Q244.93143 416.50314 245.1033 416.98752L244.08768 416.98752Q243.6658 416.11252 243.08768 415.45627Q242.49393 414.7844 241.93143 414.50314L241.93143 413.83127L250.55643 413.83127ZM246.32205 410.80002Q244.7908 410.80002 243.86893 410.48752Q242.93143 410.17502 242.43143 409.56564Q241.93143 408.94064 241.93143 408.00314Q241.93143 407.31564 242.21268 406.80002Q242.49393 406.26877 243.02518 405.92502Q243.5408 405.58127 244.2908 405.39377Q245.0408 405.20627 246.32205 405.20627Q247.83768 405.20627 248.75955 405.51877Q249.68143 405.81564 250.19705 406.44064Q250.69705 407.05002 250.69705 408.00314Q250.69705 409.23752 249.80643 409.95627Q248.74393 410.80002 246.32205 410.80002ZM246.32205 409.7219Q248.43143 409.7219 249.13455 409.2219Q249.83768 408.7219 249.83768 408.00314Q249.83768 407.26877 249.13455 406.7844Q248.43143 406.2844 246.32205 406.2844Q244.19705 406.2844 243.50955 406.7844Q242.80643 407.26877 242.80643 408.01877Q242.80643 408.73752 243.4158 409.17502Q244.19705 409.7219 246.32205 409.7219ZM247.9783 403.92502L246.9158 403.92502L246.9158 400.67502L247.9783 400.67502L247.9783 403.92502ZM246.32205 399.80002Q244.7908 399.80002 243.86893 399.48752Q242.93143 399.17502 242.43143 398.56564Q241.93143 397.94064 241.93143 397.00314Q241.93143 396.31564 242.21268 395.80002Q242.49393 395.26877 243.02518 394.92502Q243.5408 394.58127 244.2908 394.39377Q245.0408 394.20627 246.32205 394.20627Q247.83768 394.20627 248.75955 394.51877Q249.68143 394.81564 250.19705 395.44064Q250.69705 396.05002 250.69705 397.00314Q250.69705 398.23752 249.80643 398.95627Q248.74393 399.80002 246.32205 399.80002ZM246.32205 398.7219Q248.43143 398.7219 249.13455 398.2219Q249.83768 397.7219 249.83768 397.00314Q249.83768 396.26877 249.13455 395.7844Q248.43143 395.2844 246.32205 395.2844Q244.19705 395.2844 243.50955 395.7844Q242.80643 396.26877 242.80643 397.01877Q242.80643 397.73752 243.4158 398.17502Q244.19705 398.7219 246.32205 398.7219ZM248.30643 392.80002L248.21268 391.69064Q249.02518 391.56564 249.43143 391.12814Q249.83768 390.67502 249.83768 390.0344Q249.83768 389.2844 249.25955 388.75314Q248.68143 388.2219 247.74393 388.2219Q246.83768 388.2219 246.32205 388.73752Q245.7908 389.23752 245.7908 390.06564Q245.7908 390.56564 246.02518 390.98752Q246.25955 391.39377 246.61893 391.62814L246.49393 392.61252L242.08768 391.7844L242.08768 387.50314L243.08768 387.50314L243.08768 390.94064L245.40018 391.39377Q244.8533 390.62814 244.8533 389.7844Q244.8533 388.6594 245.63455 387.89377Q246.4158 387.11252 247.65018 387.11252Q248.80643 387.11252 249.6658 387.7844Q250.69705 388.61252 250.69705 390.0344Q250.69705 391.20627 250.0408 391.95627Q249.38455 392.69064 248.30643 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M263.92554 444.25314L264.94116 444.25314L264.94116 449.94064Q264.56616 449.94064 264.2068 449.81564Q263.62866 449.5969 263.06616 449.12814Q262.50366 448.64377 261.7693 447.73752Q260.61304 446.33127 259.94116 445.8469Q259.2693 445.3469 258.67554 445.3469Q258.05054 445.3469 257.62866 445.80002Q257.19116 446.25314 257.19116 446.9719Q257.19116 447.73752 257.6443 448.19064Q258.0974 448.64377 258.9099 448.6594L258.80054 449.73752Q257.5818 449.62814 256.9568 448.9094Q256.31616 448.17502 256.31616 446.94064Q256.31616 445.70627 257.00366 444.98752Q257.69116 444.26877 258.7068 444.26877Q259.2224 444.26877 259.7224 444.48752Q260.2068 444.69064 260.7693 445.19064Q261.31616 445.67502 262.2693 446.80002Q263.06616 447.75314 263.36304 448.0344Q263.6443 448.30002 263.92554 448.4719L263.92554 444.25314ZM260.7068 442.80002Q259.17554 442.80002 258.25366 442.48752Q257.31616 442.17502 256.81616 441.56564Q256.31616 440.94064 256.31616 440.00314Q256.31616 439.31564 256.5974 438.80002Q256.87866 438.26877 257.4099 437.92502Q257.92554 437.58127 258.67554 437.39377Q259.42554 437.20627 260.7068 437.20627Q262.2224 437.20627 263.1443 437.51877Q264.06616 437.81564 264.5818 438.44064Q265.0818 439.05002 265.0818 440.00314Q265.0818 441.23752 264.19116 441.95627Q263.12866 442.80002 260.7068 442.80002ZM260.7068 441.7219Q262.81616 441.7219 263.5193 441.2219Q264.2224 440.7219 264.2224 440.00314Q264.2224 439.26877 263.5193 438.7844Q262.81616 438.2844 260.7068 438.2844Q258.5818 438.2844 257.8943 438.7844Q257.19116 439.26877 257.19116 440.01877Q257.19116 440.73752 257.80054 441.17502Q258.5818 441.7219 260.7068 441.7219ZM263.92554 430.25314L264.94116 430.25314L264.94116 435.94064Q264.56616 435.94064 264.2068 435.81564Q263.62866 435.5969 263.06616 435.12814Q262.50366 434.64377 261.7693 433.73752Q260.61304 432.33127 259.94116 431.8469Q259.2693 431.3469 258.67554 431.3469Q258.05054 431.3469 257.62866 431.80002Q257.19116 432.25314 257.19116 432.9719Q257.19116 433.73752 257.6443 434.19064Q258.0974 434.64377 258.9099 434.6594L258.80054 435.73752Q257.5818 435.62814 256.9568 434.9094Q256.31616 434.17502 256.31616 432.94064Q256.31616 431.70627 257.00366 430.98752Q257.69116 430.26877 258.7068 430.26877Q259.2224 430.26877 259.7224 430.48752Q260.2068 430.69064 260.7693 431.19064Q261.31616 431.67502 262.2693 432.80002Q263.06616 433.75314 263.36304 434.0344Q263.6443 434.30002 263.92554 434.4719L263.92554 430.25314ZM260.7068 428.80002Q259.17554 428.80002 258.25366 428.48752Q257.31616 428.17502 256.81616 427.56564Q256.31616 426.94064 256.31616 426.00314Q256.31616 425.31564 256.5974 424.80002Q256.87866 424.26877 257.4099 423.92502Q257.92554 423.58127 258.67554 423.39377Q259.42554 423.20627 260.7068 423.20627Q262.2224 423.20627 263.1443 423.51877Q264.06616 423.81564 264.5818 424.44064Q265.0818 425.05002 265.0818 426.00314Q265.0818 427.23752 264.19116 427.95627Q263.12866 428.80002 260.7068 428.80002ZM260.7068 427.7219Q262.81616 427.7219 263.5193 427.2219Q264.2224 426.7219 264.2224 426.00314Q264.2224 425.26877 263.5193 424.7844Q262.81616 424.2844 260.7068 424.2844Q258.5818 424.2844 257.8943 424.7844Q257.19116 425.26877 257.19116 426.01877Q257.19116 426.73752 257.80054 427.17502Q258.5818 427.7219 260.7068 427.7219ZM262.36304 421.92502L261.30054 421.92502L261.30054 418.67502L262.36304 418.67502L262.36304 421.92502ZM264.94116 413.83127L264.94116 414.87814L258.2224 414.87814Q258.5818 415.26877 258.9568 415.89377Q259.31616 416.50314 259.48804 416.98752L258.4724 416.98752Q258.05054 416.11252 257.4724 415.45627Q256.87866 414.7844 256.31616 414.50314L256.31616 413.83127L264.94116 413.83127ZM260.7068 410.80002Q259.17554 410.80002 258.25366 410.48752Q257.31616 410.17502 256.81616 409.56564Q256.31616 408.94064 256.31616 408.00314Q256.31616 407.31564 256.5974 406.80002Q256.87866 406.26877 257.4099 405.92502Q257.92554 405.58127 258.67554 405.39377Q259.42554 405.20627 260.7068 405.20627Q262.2224 405.20627 263.1443 405.51877Q264.06616 405.81564 264.5818 406.44064Q265.0818 407.05002 265.0818 408.00314Q265.0818 409.23752 264.19116 409.95627Q263.12866 410.80002 260.7068 410.80002ZM260.7068 409.7219Q262.81616 409.7219 263.5193 409.2219Q264.2224 408.7219 264.2224 408.00314Q264.2224 407.26877 263.5193 406.7844Q262.81616 406.2844 260.7068 406.2844Q258.5818 406.2844 257.8943 406.7844Q257.19116 407.26877 257.19116 408.01877Q257.19116 408.73752 257.80054 409.17502Q258.5818 409.7219 260.7068 409.7219ZM262.36304 403.92502L261.30054 403.92502L261.30054 400.67502L262.36304 400.67502L262.36304 403.92502ZM264.94116 395.83127L264.94116 396.87814L258.2224 396.87814Q258.5818 397.26877 258.9568 397.89377Q259.31616 398.50314 259.48804 398.98752L258.4724 398.98752Q258.05054 398.11252 257.4724 397.45627Q256.87866 396.7844 256.31616 396.50314L256.31616 395.83127L264.94116 395.83127ZM262.9568 392.64377L262.86304 391.62814Q263.5818 391.50314 263.9099 391.14377Q264.2224 390.76877 264.2224 390.20627Q264.2224 389.7219 264.00366 389.36252Q263.7693 388.98752 263.4099 388.75314Q263.0349 388.51877 262.4099 388.36252Q261.7693 388.20627 261.11304 388.20627Q261.0349 388.20627 260.8943 388.20627Q261.3943 388.51877 261.7224 389.06564Q262.0349 389.61252 262.0349 390.25314Q262.0349 391.33127 261.2693 392.06564Q260.48804 392.80002 259.2224 392.80002Q257.9099 392.80002 257.11304 392.0344Q256.31616 391.25314 256.31616 390.0969Q256.31616 389.26877 256.7693 388.58127Q257.2224 387.87814 258.06616 387.51877Q258.8943 387.1594 260.4724 387.1594Q262.11304 387.1594 263.0974 387.51877Q264.06616 387.86252 264.5818 388.58127Q265.0818 389.2844 265.0818 390.2219Q265.0818 391.23752 264.5349 391.87814Q263.9724 392.51877 262.9568 392.64377ZM259.1599 388.33127Q258.25366 388.33127 257.7224 388.81564Q257.19116 389.2844 257.19116 389.9719Q257.19116 390.67502 257.7693 391.20627Q258.3318 391.7219 259.25366 391.7219Q260.06616 391.7219 260.5818 391.2219Q261.0974 390.7219 261.0974 390.00314Q261.0974 389.26877 260.5818 388.80002Q260.06616 388.33127 259.1599 388.33127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M278.31027 444.2531L279.3259 444.2531L279.3259 449.9406Q278.9509 449.9406 278.59152 449.8156Q278.0134 449.59686 277.4509 449.1281Q276.8884 448.64374 276.15402 447.7375Q274.99777 446.33124 274.3259 445.84686Q273.65402 445.34686 273.06027 445.34686Q272.43527 445.34686 272.0134 445.8Q271.5759 446.2531 271.5759 446.97186Q271.5759 447.7375 272.02902 448.1906Q272.48215 448.64374 273.29465 448.65936L273.18527 449.7375Q271.96652 449.6281 271.34152 448.90936Q270.7009 448.175 270.7009 446.9406Q270.7009 445.70624 271.3884 444.9875Q272.0759 444.26874 273.09152 444.26874Q273.60715 444.26874 274.10715 444.4875Q274.59152 444.6906 275.15402 445.1906Q275.7009 445.675 276.65402 446.8Q277.4509 447.7531 277.74777 448.03436Q278.02902 448.3 278.31027 448.47186L278.31027 444.2531ZM275.09152 442.8Q273.56027 442.8 272.6384 442.4875Q271.7009 442.175 271.2009 441.5656Q270.7009 440.9406 270.7009 440.0031Q270.7009 439.3156 270.98215 438.8Q271.2634 438.26874 271.79465 437.925Q272.31027 437.58124 273.06027 437.39374Q273.81027 437.20624 275.09152 437.20624Q276.60715 437.20624 277.52902 437.51874Q278.4509 437.8156 278.96652 438.4406Q279.46652 439.05 279.46652 440.0031Q279.46652 441.2375 278.5759 441.95624Q277.5134 442.8 275.09152 442.8ZM275.09152 441.72186Q277.2009 441.72186 277.90402 441.22186Q278.60715 440.72186 278.60715 440.0031Q278.60715 439.26874 277.90402 438.78436Q277.2009 438.28436 275.09152 438.28436Q272.96652 438.28436 272.27902 438.78436Q271.5759 439.26874 271.5759 440.01874Q271.5759 440.7375 272.18527 441.175Q272.96652 441.72186 275.09152 441.72186ZM278.31027 430.2531L279.3259 430.2531L279.3259 435.9406Q278.9509 435.9406 278.59152 435.8156Q278.0134 435.59686 277.4509 435.1281Q276.8884 434.64374 276.15402 433.7375Q274.99777 432.33124 274.3259 431.84686Q273.65402 431.34686 273.06027 431.34686Q272.43527 431.34686 272.0134 431.8Q271.5759 432.2531 271.5759 432.97186Q271.5759 433.7375 272.02902 434.1906Q272.48215 434.64374 273.29465 434.65936L273.18527 435.7375Q271.96652 435.6281 271.34152 434.90936Q270.7009 434.175 270.7009 432.9406Q270.7009 431.70624 271.3884 430.9875Q272.0759 430.26874 273.09152 430.26874Q273.60715 430.26874 274.10715 430.4875Q274.59152 430.6906 275.15402 431.1906Q275.7009 431.675 276.65402 432.8Q277.4509 433.7531 277.74777 434.03436Q278.02902 434.3 278.31027 434.47186L278.31027 430.2531ZM275.09152 428.8Q273.56027 428.8 272.6384 428.4875Q271.7009 428.175 271.2009 427.5656Q270.7009 426.9406 270.7009 426.0031Q270.7009 425.3156 270.98215 424.8Q271.2634 424.26874 271.79465 423.925Q272.31027 423.58124 273.06027 423.39374Q273.81027 423.20624 275.09152 423.20624Q276.60715 423.20624 277.52902 423.51874Q278.4509 423.8156 278.96652 424.4406Q279.46652 425.05 279.46652 426.0031Q279.46652 427.2375 278.5759 427.95624Q277.5134 428.8 275.09152 428.8ZM275.09152 427.72186Q277.2009 427.72186 277.90402 427.22186Q278.60715 426.72186 278.60715 426.0031Q278.60715 425.26874 277.90402 424.78436Q277.2009 424.28436 275.09152 424.28436Q272.96652 424.28436 272.27902 424.78436Q271.5759 425.26874 271.5759 426.01874Q271.5759 426.7375 272.18527 427.175Q272.96652 427.72186 275.09152 427.72186ZM276.74777 421.925L275.68527 421.925L275.68527 418.675L276.74777 418.675L276.74777 421.925ZM279.3259 413.83124L279.3259 414.8781L272.60715 414.8781Q272.96652 415.26874 273.34152 415.89374Q273.7009 416.5031 273.87277 416.9875L272.85715 416.9875Q272.43527 416.1125 271.85715 415.45624Q271.2634 414.78436 270.7009 414.5031L270.7009 413.83124L279.3259 413.83124ZM275.09152 410.8Q273.56027 410.8 272.6384 410.4875Q271.7009 410.175 271.2009 409.5656Q270.7009 408.9406 270.7009 408.0031Q270.7009 407.3156 270.98215 406.8Q271.2634 406.26874 271.79465 405.925Q272.31027 405.58124 273.06027 405.39374Q273.81027 405.20624 275.09152 405.20624Q276.60715 405.20624 277.52902 405.51874Q278.4509 405.8156 278.96652 406.4406Q279.46652 407.05 279.46652 408.0031Q279.46652 409.2375 278.5759 409.95624Q277.5134 410.8 275.09152 410.8ZM275.09152 409.72186Q277.2009 409.72186 277.90402 409.22186Q278.60715 408.72186 278.60715 408.0031Q278.60715 407.26874 277.90402 406.78436Q277.2009 406.28436 275.09152 406.28436Q272.96652 406.28436 272.27902 406.78436Q271.5759 407.26874 271.5759 408.01874Q271.5759 408.7375 272.18527 409.175Q272.96652 409.72186 275.09152 409.72186ZM276.74777 403.925L275.68527 403.925L275.68527 400.675L276.74777 400.675L276.74777 403.925ZM278.31027 394.2531L279.3259 394.2531L279.3259 399.9406Q278.9509 399.9406 278.59152 399.8156Q278.0134 399.59686 277.4509 399.1281Q276.8884 398.64374 276.15402 397.7375Q274.99777 396.33124 274.3259 395.84686Q273.65402 395.34686 273.06027 395.34686Q272.43527 395.34686 272.0134 395.8Q271.5759 396.2531 271.5759 396.97186Q271.5759 397.7375 272.02902 398.1906Q272.48215 398.64374 273.29465 398.65936L273.18527 399.7375Q271.96652 399.6281 271.34152 398.90936Q270.7009 398.175 270.7009 396.9406Q270.7009 395.70624 271.3884 394.9875Q272.0759 394.26874 273.09152 394.26874Q273.60715 394.26874 274.10715 394.4875Q274.59152 394.6906 275.15402 395.1906Q275.7009 395.675 276.65402 396.8Q277.4509 397.7531 277.74777 398.03436Q278.02902 398.3 278.31027 398.47186L278.31027 394.2531ZM271.85715 392.7375L270.84152 392.7375L270.84152 387.175L271.66965 387.175Q272.54465 387.9875 273.99777 388.8Q275.43527 389.59686 276.96652 390.03436Q278.04465 390.3625 279.3259 390.4406L279.3259 391.53436Q278.31027 391.51874 276.87277 391.14374Q275.43527 390.7531 274.10715 390.05Q272.77902 389.33124 271.85715 388.51874L271.85715 392.7375Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M292.695 444.2531L293.71063 444.2531L293.71063 449.9406Q293.33563 449.9406 292.97626 449.8156Q292.39813 449.59686 291.83563 449.1281Q291.27313 448.64374 290.53876 447.7375Q289.3825 446.33124 288.71063 445.84686Q288.03876 445.34686 287.445 445.34686Q286.82 445.34686 286.39813 445.8Q285.96063 446.2531 285.96063 446.97186Q285.96063 447.7375 286.41376 448.1906Q286.86688 448.64374 287.67938 448.65936L287.57 449.7375Q286.35126 449.6281 285.72626 448.90936Q285.08563 448.175 285.08563 446.9406Q285.08563 445.70624 285.77313 444.9875Q286.46063 444.26874 287.47626 444.26874Q287.99188 444.26874 288.49188 444.4875Q288.97626 444.6906 289.53876 445.1906Q290.08563 445.675 291.03876 446.8Q291.83563 447.7531 292.1325 448.03436Q292.41376 448.3 292.695 448.47186L292.695 444.2531ZM289.47626 442.8Q287.945 442.8 287.02313 442.4875Q286.08563 442.175 285.58563 441.5656Q285.08563 440.9406 285.08563 440.0031Q285.08563 439.3156 285.36688 438.8Q285.64813 438.26874 286.17938 437.925Q286.695 437.58124 287.445 437.39374Q288.195 437.20624 289.47626 437.20624Q290.99188 437.20624 291.91376 437.51874Q292.83563 437.8156 293.35126 438.4406Q293.85126 439.05 293.85126 440.0031Q293.85126 441.2375 292.96063 441.95624Q291.89813 442.8 289.47626 442.8ZM289.47626 441.72186Q291.58563 441.72186 292.28876 441.22186Q292.99188 440.72186 292.99188 440.0031Q292.99188 439.26874 292.28876 438.78436Q291.58563 438.28436 289.47626 438.28436Q287.35126 438.28436 286.66376 438.78436Q285.96063 439.26874 285.96063 440.01874Q285.96063 440.7375 286.57 441.175Q287.35126 441.72186 289.47626 441.72186ZM292.695 430.2531L293.71063 430.2531L293.71063 435.9406Q293.33563 435.9406 292.97626 435.8156Q292.39813 435.59686 291.83563 435.1281Q291.27313 434.64374 290.53876 433.7375Q289.3825 432.33124 288.71063 431.84686Q288.03876 431.34686 287.445 431.34686Q286.82 431.34686 286.39813 431.8Q285.96063 432.2531 285.96063 432.97186Q285.96063 433.7375 286.41376 434.1906Q286.86688 434.64374 287.67938 434.65936L287.57 435.7375Q286.35126 435.6281 285.72626 434.90936Q285.08563 434.175 285.08563 432.9406Q285.08563 431.70624 285.77313 430.9875Q286.46063 430.26874 287.47626 430.26874Q287.99188 430.26874 288.49188 430.4875Q288.97626 430.6906 289.53876 431.1906Q290.08563 431.675 291.03876 432.8Q291.83563 433.7531 292.1325 434.03436Q292.41376 434.3 292.695 434.47186L292.695 430.2531ZM289.47626 428.8Q287.945 428.8 287.02313 428.4875Q286.08563 428.175 285.58563 427.5656Q285.08563 426.9406 285.08563 426.0031Q285.08563 425.3156 285.36688 424.8Q285.64813 424.26874 286.17938 423.925Q286.695 423.58124 287.445 423.39374Q288.195 423.20624 289.47626 423.20624Q290.99188 423.20624 291.91376 423.51874Q292.83563 423.8156 293.35126 424.4406Q293.85126 425.05 293.85126 426.0031Q293.85126 427.2375 292.96063 427.95624Q291.89813 428.8 289.47626 428.8ZM289.47626 427.72186Q291.58563 427.72186 292.28876 427.22186Q292.99188 426.72186 292.99188 426.0031Q292.99188 425.26874 292.28876 424.78436Q291.58563 424.28436 289.47626 424.28436Q287.35126 424.28436 286.66376 424.78436Q285.96063 425.26874 285.96063 426.01874Q285.96063 426.7375 286.57 427.175Q287.35126 427.72186 289.47626 427.72186ZM291.1325 421.925L290.07 421.925L290.07 418.675L291.1325 418.675L291.1325 421.925ZM293.71063 413.83124L293.71063 414.8781L286.99188 414.8781Q287.35126 415.26874 287.72626 415.89374Q288.08563 416.5031 288.2575 416.9875L287.24188 416.9875Q286.82 416.1125 286.24188 415.45624Q285.64813 414.78436 285.08563 414.5031L285.08563 413.83124L293.71063 413.83124ZM293.71063 406.83124L293.71063 407.8781L286.99188 407.8781Q287.35126 408.26874 287.72626 408.89374Q288.08563 409.5031 288.2575 409.9875L287.24188 409.9875Q286.82 409.1125 286.24188 408.45624Q285.64813 407.78436 285.08563 407.5031L285.08563 406.83124L293.71063 406.83124ZM291.1325 403.925L290.07 403.925L290.07 400.675L291.1325 400.675L291.1325 403.925ZM293.71063 395.83124L293.71063 396.8781L286.99188 396.8781Q287.35126 397.26874 287.72626 397.89374Q288.08563 398.5031 288.2575 398.9875L287.24188 398.9875Q286.82 398.1125 286.24188 397.45624Q285.64813 396.78436 285.08563 396.5031L285.08563 395.83124L293.71063 395.83124ZM289.47626 392.8Q287.945 392.8 287.02313 392.4875Q286.08563 392.175 285.58563 391.5656Q285.08563 390.9406 285.08563 390.0031Q285.08563 389.3156 285.36688 388.8Q285.64813 388.26874 286.17938 387.925Q286.695 387.58124 287.445 387.39374Q288.195 387.20624 289.47626 387.20624Q290.99188 387.20624 291.91376 387.51874Q292.83563 387.8156 293.35126 388.4406Q293.85126 389.05 293.85126 390.0031Q293.85126 391.2375 292.96063 391.95624Q291.89813 392.8 289.47626 392.8ZM289.47626 391.72186Q291.58563 391.72186 292.28876 391.22186Q292.99188 390.72186 292.99188 390.0031Q292.99188 389.26874 292.28876 388.78436Q291.58563 388.28436 289.47626 388.28436Q287.35126 388.28436 286.66376 388.78436Q285.96063 389.26874 285.96063 390.01874Q285.96063 390.7375 286.57 391.175Q287.35126 391.72186 289.47626 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M307.07974 444.2531L308.09537 444.2531L308.09537 449.9406Q307.72037 449.9406 307.361 449.8156Q306.78287 449.59686 306.22037 449.1281Q305.65787 448.64374 304.9235 447.7375Q303.76724 446.33124 303.09537 445.84686Q302.4235 445.34686 301.82974 445.34686Q301.20474 445.34686 300.78287 445.8Q300.34537 446.2531 300.34537 446.97186Q300.34537 447.7375 300.7985 448.1906Q301.25162 448.64374 302.06412 448.65936L301.95474 449.7375Q300.736 449.6281 300.111 448.90936Q299.47037 448.175 299.47037 446.9406Q299.47037 445.70624 300.15787 444.9875Q300.84537 444.26874 301.861 444.26874Q302.37662 444.26874 302.87662 444.4875Q303.361 444.6906 303.9235 445.1906Q304.47037 445.675 305.4235 446.8Q306.22037 447.7531 306.51724 448.03436Q306.7985 448.3 307.07974 448.47186L307.07974 444.2531ZM303.861 442.8Q302.32974 442.8 301.40787 442.4875Q300.47037 442.175 299.97037 441.5656Q299.47037 440.9406 299.47037 440.0031Q299.47037 439.3156 299.75162 438.8Q300.03287 438.26874 300.56412 437.925Q301.07974 437.58124 301.82974 437.39374Q302.57974 437.20624 303.861 437.20624Q305.37662 437.20624 306.2985 437.51874Q307.22037 437.8156 307.736 438.4406Q308.236 439.05 308.236 440.0031Q308.236 441.2375 307.34537 441.95624Q306.28287 442.8 303.861 442.8ZM303.861 441.72186Q305.97037 441.72186 306.6735 441.22186Q307.37662 440.72186 307.37662 440.0031Q307.37662 439.26874 306.6735 438.78436Q305.97037 438.28436 303.861 438.28436Q301.736 438.28436 301.0485 438.78436Q300.34537 439.26874 300.34537 440.01874Q300.34537 440.7375 300.95474 441.175Q301.736 441.72186 303.861 441.72186ZM307.07974 430.2531L308.09537 430.2531L308.09537 435.9406Q307.72037 435.9406 307.361 435.8156Q306.78287 435.59686 306.22037 435.1281Q305.65787 434.64374 304.9235 433.7375Q303.76724 432.33124 303.09537 431.84686Q302.4235 431.34686 301.82974 431.34686Q301.20474 431.34686 300.78287 431.8Q300.34537 432.2531 300.34537 432.97186Q300.34537 433.7375 300.7985 434.1906Q301.25162 434.64374 302.06412 434.65936L301.95474 435.7375Q300.736 435.6281 300.111 434.90936Q299.47037 434.175 299.47037 432.9406Q299.47037 431.70624 300.15787 430.9875Q300.84537 430.26874 301.861 430.26874Q302.37662 430.26874 302.87662 430.4875Q303.361 430.6906 303.9235 431.1906Q304.47037 431.675 305.4235 432.8Q306.22037 433.7531 306.51724 434.03436Q306.7985 434.3 307.07974 434.47186L307.07974 430.2531ZM303.861 428.8Q302.32974 428.8 301.40787 428.4875Q300.47037 428.175 299.97037 427.5656Q299.47037 426.9406 299.47037 426.0031Q299.47037 425.3156 299.75162 424.8Q300.03287 424.26874 300.56412 423.925Q301.07974 423.58124 301.82974 423.39374Q302.57974 423.20624 303.861 423.20624Q305.37662 423.20624 306.2985 423.51874Q307.22037 423.8156 307.736 424.4406Q308.236 425.05 308.236 426.0031Q308.236 427.2375 307.34537 427.95624Q306.28287 428.8 303.861 428.8ZM303.861 427.72186Q305.97037 427.72186 306.6735 427.22186Q307.37662 426.72186 307.37662 426.0031Q307.37662 425.26874 306.6735 424.78436Q305.97037 424.28436 303.861 424.28436Q301.736 424.28436 301.0485 424.78436Q300.34537 425.26874 300.34537 426.01874Q300.34537 426.7375 300.95474 427.175Q301.736 427.72186 303.861 427.72186ZM305.51724 421.925L304.45474 421.925L304.45474 418.675L305.51724 418.675L305.51724 421.925ZM308.09537 413.83124L308.09537 414.8781L301.37662 414.8781Q301.736 415.26874 302.111 415.89374Q302.47037 416.5031 302.64224 416.9875L301.62662 416.9875Q301.20474 416.1125 300.62662 415.45624Q300.03287 414.78436 299.47037 414.5031L299.47037 413.83124L308.09537 413.83124ZM308.09537 406.83124L308.09537 407.8781L301.37662 407.8781Q301.736 408.26874 302.111 408.89374Q302.47037 409.5031 302.64224 409.9875L301.62662 409.9875Q301.20474 409.1125 300.62662 408.45624Q300.03287 407.78436 299.47037 407.5031L299.47037 406.83124L308.09537 406.83124ZM305.51724 403.925L304.45474 403.925L304.45474 400.675L305.51724 400.675L305.51724 403.925ZM305.82974 399.8L305.68912 398.7375Q306.57974 398.5656 306.986 398.1281Q307.37662 397.6906 307.37662 397.0656Q307.37662 396.3156 306.861 395.8Q306.34537 395.28436 305.57974 395.28436Q304.861 395.28436 304.39224 395.76874Q303.90787 396.2375 303.90787 396.97186Q303.90787 397.26874 304.03287 397.72186L303.09537 397.59686Q303.111 397.4875 303.111 397.425Q303.111 396.7531 302.76724 396.22186Q302.40787 395.675 301.6735 395.675Q301.09537 395.675 300.72037 396.0656Q300.32974 396.45624 300.32974 397.08124Q300.32974 397.6906 300.72037 398.1125Q301.111 398.51874 301.87662 398.6281L301.68912 399.6906Q300.64224 399.5031 300.06412 398.8156Q299.47037 398.1281 299.47037 397.1125Q299.47037 396.40936 299.78287 395.8156Q300.07974 395.22186 300.59537 394.90936Q301.111 394.59686 301.70474 394.59686Q302.25162 394.59686 302.72037 394.89374Q303.1735 395.1906 303.43912 395.76874Q303.611 395.01874 304.1735 394.59686Q304.72037 394.175 305.56412 394.175Q306.68912 394.175 307.47037 395.0031Q308.25162 395.8156 308.25162 397.0656Q308.25162 398.1906 307.57974 398.9406Q306.89224 399.6906 305.82974 399.8ZM303.861 392.8Q302.32974 392.8 301.40787 392.4875Q300.47037 392.175 299.97037 391.5656Q299.47037 390.9406 299.47037 390.0031Q299.47037 389.3156 299.75162 388.8Q300.03287 388.26874 300.56412 387.925Q301.07974 387.58124 301.82974 387.39374Q302.57974 387.20624 303.861 387.20624Q305.37662 387.20624 306.2985 387.51874Q307.22037 387.8156 307.736 388.4406Q308.236 389.05 308.236 390.0031Q308.236 391.2375 307.34537 391.95624Q306.28287 392.8 303.861 392.8ZM303.861 391.72186Q305.97037 391.72186 306.6735 391.22186Q307.37662 390.72186 307.37662 390.0031Q307.37662 389.26874 306.6735 388.78436Q305.97037 388.28436 303.861 388.28436Q301.736 388.28436 301.0485 388.78436Q300.34537 389.26874 300.34537 390.01874Q300.34537 390.7375 300.95474 391.175Q301.736 391.72186 303.861 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M321.46448 444.2531L322.4801 444.2531L322.4801 449.9406Q322.1051 449.9406 321.74573 449.8156Q321.1676 449.59686 320.6051 449.1281Q320.0426 448.64374 319.30823 447.7375Q318.15198 446.33124 317.4801 445.84686Q316.80823 445.34686 316.21448 445.34686Q315.58948 445.34686 315.1676 445.8Q314.7301 446.2531 314.7301 446.97186Q314.7301 447.7375 315.18323 448.1906Q315.63635 448.64374 316.44885 448.65936L316.33948 449.7375Q315.12073 449.6281 314.49573 448.90936Q313.8551 448.175 313.8551 446.9406Q313.8551 445.70624 314.5426 444.9875Q315.2301 444.26874 316.24573 444.26874Q316.76135 444.26874 317.26135 444.4875Q317.74573 444.6906 318.30823 445.1906Q318.8551 445.675 319.80823 446.8Q320.6051 447.7531 320.90198 448.03436Q321.18323 448.3 321.46448 448.47186L321.46448 444.2531ZM318.24573 442.8Q316.71448 442.8 315.7926 442.4875Q314.8551 442.175 314.3551 441.5656Q313.8551 440.9406 313.8551 440.0031Q313.8551 439.3156 314.13635 438.8Q314.4176 438.26874 314.94885 437.925Q315.46448 437.58124 316.21448 437.39374Q316.96448 437.20624 318.24573 437.20624Q319.76135 437.20624 320.68323 437.51874Q321.6051 437.8156 322.12073 438.4406Q322.62073 439.05 322.62073 440.0031Q322.62073 441.2375 321.7301 441.95624Q320.6676 442.8 318.24573 442.8ZM318.24573 441.72186Q320.3551 441.72186 321.05823 441.22186Q321.76135 440.72186 321.76135 440.0031Q321.76135 439.26874 321.05823 438.78436Q320.3551 438.28436 318.24573 438.28436Q316.12073 438.28436 315.43323 438.78436Q314.7301 439.26874 314.7301 440.01874Q314.7301 440.7375 315.33948 441.175Q316.12073 441.72186 318.24573 441.72186ZM321.46448 430.2531L322.4801 430.2531L322.4801 435.9406Q322.1051 435.9406 321.74573 435.8156Q321.1676 435.59686 320.6051 435.1281Q320.0426 434.64374 319.30823 433.7375Q318.15198 432.33124 317.4801 431.84686Q316.80823 431.34686 316.21448 431.34686Q315.58948 431.34686 315.1676 431.8Q314.7301 432.2531 314.7301 432.97186Q314.7301 433.7375 315.18323 434.1906Q315.63635 434.64374 316.44885 434.65936L316.33948 435.7375Q315.12073 435.6281 314.49573 434.90936Q313.8551 434.175 313.8551 432.9406Q313.8551 431.70624 314.5426 430.9875Q315.2301 430.26874 316.24573 430.26874Q316.76135 430.26874 317.26135 430.4875Q317.74573 430.6906 318.30823 431.1906Q318.8551 431.675 319.80823 432.8Q320.6051 433.7531 320.90198 434.03436Q321.18323 434.3 321.46448 434.47186L321.46448 430.2531ZM318.24573 428.8Q316.71448 428.8 315.7926 428.4875Q314.8551 428.175 314.3551 427.5656Q313.8551 426.9406 313.8551 426.0031Q313.8551 425.3156 314.13635 424.8Q314.4176 424.26874 314.94885 423.925Q315.46448 423.58124 316.21448 423.39374Q316.96448 423.20624 318.24573 423.20624Q319.76135 423.20624 320.68323 423.51874Q321.6051 423.8156 322.12073 424.4406Q322.62073 425.05 322.62073 426.0031Q322.62073 427.2375 321.7301 427.95624Q320.6676 428.8 318.24573 428.8ZM318.24573 427.72186Q320.3551 427.72186 321.05823 427.22186Q321.76135 426.72186 321.76135 426.0031Q321.76135 425.26874 321.05823 424.78436Q320.3551 424.28436 318.24573 424.28436Q316.12073 424.28436 315.43323 424.78436Q314.7301 425.26874 314.7301 426.01874Q314.7301 426.7375 315.33948 427.175Q316.12073 427.72186 318.24573 427.72186ZM319.90198 421.925L318.83948 421.925L318.83948 418.675L319.90198 418.675L319.90198 421.925ZM322.4801 413.83124L322.4801 414.8781L315.76135 414.8781Q316.12073 415.26874 316.49573 415.89374Q316.8551 416.5031 317.02698 416.9875L316.01135 416.9875Q315.58948 416.1125 315.01135 415.45624Q314.4176 414.78436 313.8551 414.5031L313.8551 413.83124L322.4801 413.83124ZM321.46448 405.2531L322.4801 405.2531L322.4801 410.9406Q322.1051 410.9406 321.74573 410.8156Q321.1676 410.59686 320.6051 410.1281Q320.0426 409.64374 319.30823 408.7375Q318.15198 407.33124 317.4801 406.84686Q316.80823 406.34686 316.21448 406.34686Q315.58948 406.34686 315.1676 406.8Q314.7301 407.2531 314.7301 407.97186Q314.7301 408.7375 315.18323 409.1906Q315.63635 409.64374 316.44885 409.65936L316.33948 410.7375Q315.12073 410.6281 314.49573 409.90936Q313.8551 409.175 313.8551 407.9406Q313.8551 406.70624 314.5426 405.9875Q315.2301 405.26874 316.24573 405.26874Q316.76135 405.26874 317.26135 405.4875Q317.74573 405.6906 318.30823 406.1906Q318.8551 406.675 319.80823 407.8Q320.6051 408.7531 320.90198 409.03436Q321.18323 409.3 321.46448 409.47186L321.46448 405.2531ZM319.90198 403.925L318.83948 403.925L318.83948 400.675L319.90198 400.675L319.90198 403.925ZM322.4801 395.83124L322.4801 396.8781L315.76135 396.8781Q316.12073 397.26874 316.49573 397.89374Q316.8551 398.5031 317.02698 398.9875L316.01135 398.9875Q315.58948 398.1125 315.01135 397.45624Q314.4176 396.78436 313.8551 396.5031L313.8551 395.83124L322.4801 395.83124ZM322.4801 389.425L320.4176 389.425L320.4176 393.14374L319.44885 393.14374L313.88635 389.22186L313.88635 388.3625L319.44885 388.3625L319.44885 387.20624L320.4176 387.20624L320.4176 388.3625L322.4801 388.3625L322.4801 389.425ZM319.44885 389.425L315.58948 389.425L319.44885 392.1125L319.44885 389.425Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M335.8492 444.2531L336.86484 444.2531L336.86484 449.9406Q336.48984 449.9406 336.13046 449.8156Q335.55234 449.59686 334.98984 449.1281Q334.42734 448.64374 333.69296 447.7375Q332.5367 446.33124 331.86484 445.84686Q331.19296 445.34686 330.5992 445.34686Q329.9742 445.34686 329.55234 445.8Q329.11484 446.2531 329.11484 446.97186Q329.11484 447.7375 329.56796 448.1906Q330.0211 448.64374 330.8336 448.65936L330.7242 449.7375Q329.50546 449.6281 328.88046 448.90936Q328.23984 448.175 328.23984 446.9406Q328.23984 445.70624 328.92734 444.9875Q329.61484 444.26874 330.63046 444.26874Q331.1461 444.26874 331.6461 444.4875Q332.13046 444.6906 332.69296 445.1906Q333.23984 445.675 334.19296 446.8Q334.98984 447.7531 335.2867 448.03436Q335.56796 448.3 335.8492 448.47186L335.8492 444.2531ZM332.63046 442.8Q331.0992 442.8 330.17734 442.4875Q329.23984 442.175 328.73984 441.5656Q328.23984 440.9406 328.23984 440.0031Q328.23984 439.3156 328.5211 438.8Q328.80234 438.26874 329.3336 437.925Q329.8492 437.58124 330.5992 437.39374Q331.3492 437.20624 332.63046 437.20624Q334.1461 437.20624 335.06796 437.51874Q335.98984 437.8156 336.50546 438.4406Q337.00546 439.05 337.00546 440.0031Q337.00546 441.2375 336.11484 441.95624Q335.05234 442.8 332.63046 442.8ZM332.63046 441.72186Q334.73984 441.72186 335.44296 441.22186Q336.1461 440.72186 336.1461 440.0031Q336.1461 439.26874 335.44296 438.78436Q334.73984 438.28436 332.63046 438.28436Q330.50546 438.28436 329.81796 438.78436Q329.11484 439.26874 329.11484 440.01874Q329.11484 440.7375 329.7242 441.175Q330.50546 441.72186 332.63046 441.72186ZM335.8492 430.2531L336.86484 430.2531L336.86484 435.9406Q336.48984 435.9406 336.13046 435.8156Q335.55234 435.59686 334.98984 435.1281Q334.42734 434.64374 333.69296 433.7375Q332.5367 432.33124 331.86484 431.84686Q331.19296 431.34686 330.5992 431.34686Q329.9742 431.34686 329.55234 431.8Q329.11484 432.2531 329.11484 432.97186Q329.11484 433.7375 329.56796 434.1906Q330.0211 434.64374 330.8336 434.65936L330.7242 435.7375Q329.50546 435.6281 328.88046 434.90936Q328.23984 434.175 328.23984 432.9406Q328.23984 431.70624 328.92734 430.9875Q329.61484 430.26874 330.63046 430.26874Q331.1461 430.26874 331.6461 430.4875Q332.13046 430.6906 332.69296 431.1906Q333.23984 431.675 334.19296 432.8Q334.98984 433.7531 335.2867 434.03436Q335.56796 434.3 335.8492 434.47186L335.8492 430.2531ZM336.86484 424.83124L336.86484 425.8781L330.1461 425.8781Q330.50546 426.26874 330.88046 426.89374Q331.23984 427.5031 331.4117 427.9875L330.3961 427.9875Q329.9742 427.1125 329.3961 426.45624Q328.80234 425.78436 328.23984 425.5031L328.23984 424.83124L336.86484 424.83124ZM334.2867 421.925L333.2242 421.925L333.2242 418.675L334.2867 418.675L334.2867 421.925ZM332.63046 417.8Q331.0992 417.8 330.17734 417.4875Q329.23984 417.175 328.73984 416.5656Q328.23984 415.9406 328.23984 415.0031Q328.23984 414.3156 328.5211 413.8Q328.80234 413.26874 329.3336 412.925Q329.8492 412.58124 330.5992 412.39374Q331.3492 412.20624 332.63046 412.20624Q334.1461 412.20624 335.06796 412.51874Q335.98984 412.8156 336.50546 413.4406Q337.00546 414.05 337.00546 415.0031Q337.00546 416.2375 336.11484 416.95624Q335.05234 417.8 332.63046 417.8ZM332.63046 416.72186Q334.73984 416.72186 335.44296 416.22186Q336.1461 415.72186 336.1461 415.0031Q336.1461 414.26874 335.44296 413.78436Q334.73984 413.28436 332.63046 413.28436Q330.50546 413.28436 329.81796 413.78436Q329.11484 414.26874 329.11484 415.01874Q329.11484 415.7375 329.7242 416.175Q330.50546 416.72186 332.63046 416.72186ZM336.86484 406.83124L336.86484 407.8781L330.1461 407.8781Q330.50546 408.26874 330.88046 408.89374Q331.23984 409.5031 331.4117 409.9875L330.3961 409.9875Q329.9742 409.1125 329.3961 408.45624Q328.80234 407.78436 328.23984 407.5031L328.23984 406.83124L336.86484 406.83124ZM334.2867 403.925L333.2242 403.925L333.2242 400.675L334.2867 400.675L334.2867 403.925ZM336.86484 395.83124L336.86484 396.8781L330.1461 396.8781Q330.50546 397.26874 330.88046 397.89374Q331.23984 398.5031 331.4117 398.9875L330.3961 398.9875Q329.9742 398.1125 329.3961 397.45624Q328.80234 396.78436 328.23984 396.5031L328.23984 395.83124L336.86484 395.83124ZM336.86484 388.83124L336.86484 389.8781L330.1461 389.8781Q330.50546 390.26874 330.88046 390.89374Q331.23984 391.5031 331.4117 391.9875L330.3961 391.9875Q329.9742 391.1125 329.3961 390.45624Q328.80234 389.78436 328.23984 389.5031L328.23984 388.83124L336.86484 388.83124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M350.23398 444.2531L351.2496 444.2531L351.2496 449.9406Q350.8746 449.9406 350.51523 449.8156Q349.9371 449.59686 349.3746 449.1281Q348.8121 448.64374 348.07773 447.7375Q346.92148 446.33124 346.2496 445.84686Q345.57773 445.34686 344.98398 445.34686Q344.35898 445.34686 343.9371 445.8Q343.4996 446.2531 343.4996 446.97186Q343.4996 447.7375 343.95273 448.1906Q344.40585 448.64374 345.21835 448.65936L345.10898 449.7375Q343.89023 449.6281 343.26523 448.90936Q342.6246 448.175 342.6246 446.9406Q342.6246 445.70624 343.3121 444.9875Q343.9996 444.26874 345.01523 444.26874Q345.53085 444.26874 346.03085 444.4875Q346.51523 444.6906 347.07773 445.1906Q347.6246 445.675 348.57773 446.8Q349.3746 447.7531 349.67148 448.03436Q349.95273 448.3 350.23398 448.47186L350.23398 444.2531ZM347.01523 442.8Q345.48398 442.8 344.5621 442.4875Q343.6246 442.175 343.1246 441.5656Q342.6246 440.9406 342.6246 440.0031Q342.6246 439.3156 342.90585 438.8Q343.1871 438.26874 343.71835 437.925Q344.23398 437.58124 344.98398 437.39374Q345.73398 437.20624 347.01523 437.20624Q348.53085 437.20624 349.45273 437.51874Q350.3746 437.8156 350.89023 438.4406Q351.39023 439.05 351.39023 440.0031Q351.39023 441.2375 350.4996 441.95624Q349.4371 442.8 347.01523 442.8ZM347.01523 441.72186Q349.1246 441.72186 349.82773 441.22186Q350.53085 440.72186 350.53085 440.0031Q350.53085 439.26874 349.82773 438.78436Q349.1246 438.28436 347.01523 438.28436Q344.89023 438.28436 344.20273 438.78436Q343.4996 439.26874 343.4996 440.01874Q343.4996 440.7375 344.10898 441.175Q344.89023 441.72186 347.01523 441.72186ZM350.23398 430.2531L351.2496 430.2531L351.2496 435.9406Q350.8746 435.9406 350.51523 435.8156Q349.9371 435.59686 349.3746 435.1281Q348.8121 434.64374 348.07773 433.7375Q346.92148 432.33124 346.2496 431.84686Q345.57773 431.34686 344.98398 431.34686Q344.35898 431.34686 343.9371 431.8Q343.4996 432.2531 343.4996 432.97186Q343.4996 433.7375 343.95273 434.1906Q344.40585 434.64374 345.21835 434.65936L345.10898 435.7375Q343.89023 435.6281 343.26523 434.90936Q342.6246 434.175 342.6246 432.9406Q342.6246 431.70624 343.3121 430.9875Q343.9996 430.26874 345.01523 430.26874Q345.53085 430.26874 346.03085 430.4875Q346.51523 430.6906 347.07773 431.1906Q347.6246 431.675 348.57773 432.8Q349.3746 433.7531 349.67148 434.03436Q349.95273 434.3 350.23398 434.47186L350.23398 430.2531ZM351.2496 424.83124L351.2496 425.8781L344.53085 425.8781Q344.89023 426.26874 345.26523 426.89374Q345.6246 427.5031 345.79648 427.9875L344.78085 427.9875Q344.35898 427.1125 343.78085 426.45624Q343.1871 425.78436 342.6246 425.5031L342.6246 424.83124L351.2496 424.83124ZM348.67148 421.925L347.60898 421.925L347.60898 418.675L348.67148 418.675L348.67148 421.925ZM347.01523 417.8Q345.48398 417.8 344.5621 417.4875Q343.6246 417.175 343.1246 416.5656Q342.6246 415.9406 342.6246 415.0031Q342.6246 414.3156 342.90585 413.8Q343.1871 413.26874 343.71835 412.925Q344.23398 412.58124 344.98398 412.39374Q345.73398 412.20624 347.01523 412.20624Q348.53085 412.20624 349.45273 412.51874Q350.3746 412.8156 350.89023 413.4406Q351.39023 414.05 351.39023 415.0031Q351.39023 416.2375 350.4996 416.95624Q349.4371 417.8 347.01523 417.8ZM347.01523 416.72186Q349.1246 416.72186 349.82773 416.22186Q350.53085 415.72186 350.53085 415.0031Q350.53085 414.26874 349.82773 413.78436Q349.1246 413.28436 347.01523 413.28436Q344.89023 413.28436 344.20273 413.78436Q343.4996 414.26874 343.4996 415.01874Q343.4996 415.7375 344.10898 416.175Q344.89023 416.72186 347.01523 416.72186ZM351.2496 406.83124L351.2496 407.8781L344.53085 407.8781Q344.89023 408.26874 345.26523 408.89374Q345.6246 409.5031 345.79648 409.9875L344.78085 409.9875Q344.35898 409.1125 343.78085 408.45624Q343.1871 407.78436 342.6246 407.5031L342.6246 406.83124L351.2496 406.83124ZM348.67148 403.925L347.60898 403.925L347.60898 400.675L348.67148 400.675L348.67148 403.925ZM350.23398 394.2531L351.2496 394.2531L351.2496 399.9406Q350.8746 399.9406 350.51523 399.8156Q349.9371 399.59686 349.3746 399.1281Q348.8121 398.64374 348.07773 397.7375Q346.92148 396.33124 346.2496 395.84686Q345.57773 395.34686 344.98398 395.34686Q344.35898 395.34686 343.9371 395.8Q343.4996 396.2531 343.4996 396.97186Q343.4996 397.7375 343.95273 398.1906Q344.40585 398.64374 345.21835 398.65936L345.10898 399.7375Q343.89023 399.6281 343.26523 398.90936Q342.6246 398.175 342.6246 396.9406Q342.6246 395.70624 343.3121 394.9875Q343.9996 394.26874 345.01523 394.26874Q345.53085 394.26874 346.03085 394.4875Q346.51523 394.6906 347.07773 395.1906Q347.6246 395.675 348.57773 396.8Q349.3746 397.7531 349.67148 398.03436Q349.95273 398.3 350.23398 398.47186L350.23398 394.2531ZM348.9996 392.8L348.90585 391.6906Q349.71835 391.5656 350.1246 391.1281Q350.53085 390.675 350.53085 390.03436Q350.53085 389.28436 349.95273 388.7531Q349.3746 388.22186 348.4371 388.22186Q347.53085 388.22186 347.01523 388.7375Q346.48398 389.2375 346.48398 390.0656Q346.48398 390.5656 346.71835 390.9875Q346.95273 391.39374 347.3121 391.6281L347.1871 392.6125L342.78085 391.78436L342.78085 387.5031L343.78085 387.5031L343.78085 390.9406L346.09335 391.39374Q345.54648 390.6281 345.54648 389.78436Q345.54648 388.65936 346.32773 387.89374Q347.10898 387.1125 348.34335 387.1125Q349.4996 387.1125 350.35898 387.78436Q351.39023 388.6125 351.39023 390.03436Q351.39023 391.20624 350.73398 391.95624Q350.07773 392.6906 348.9996 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M364.6187 444.2531L365.63434 444.2531L365.63434 449.9406Q365.25934 449.9406 364.89996 449.8156Q364.32184 449.59686 363.75934 449.1281Q363.19684 448.64374 362.46246 447.7375Q361.3062 446.33124 360.63434 445.84686Q359.96246 445.34686 359.3687 445.34686Q358.7437 445.34686 358.32184 445.8Q357.88434 446.2531 357.88434 446.97186Q357.88434 447.7375 358.33746 448.1906Q358.7906 448.64374 359.6031 448.65936L359.4937 449.7375Q358.27496 449.6281 357.64996 448.90936Q357.00934 448.175 357.00934 446.9406Q357.00934 445.70624 357.69684 444.9875Q358.38434 444.26874 359.39996 444.26874Q359.9156 444.26874 360.4156 444.4875Q360.89996 444.6906 361.46246 445.1906Q362.00934 445.675 362.96246 446.8Q363.75934 447.7531 364.0562 448.03436Q364.33746 448.3 364.6187 448.47186L364.6187 444.2531ZM361.39996 442.8Q359.8687 442.8 358.94684 442.4875Q358.00934 442.175 357.50934 441.5656Q357.00934 440.9406 357.00934 440.0031Q357.00934 439.3156 357.2906 438.8Q357.57184 438.26874 358.1031 437.925Q358.6187 437.58124 359.3687 437.39374Q360.1187 437.20624 361.39996 437.20624Q362.9156 437.20624 363.83746 437.51874Q364.75934 437.8156 365.27496 438.4406Q365.77496 439.05 365.77496 440.0031Q365.77496 441.2375 364.88434 441.95624Q363.82184 442.8 361.39996 442.8ZM361.39996 441.72186Q363.50934 441.72186 364.21246 441.22186Q364.9156 440.72186 364.9156 440.0031Q364.9156 439.26874 364.21246 438.78436Q363.50934 438.28436 361.39996 438.28436Q359.27496 438.28436 358.58746 438.78436Q357.88434 439.26874 357.88434 440.01874Q357.88434 440.7375 358.4937 441.175Q359.27496 441.72186 361.39996 441.72186ZM364.6187 430.2531L365.63434 430.2531L365.63434 435.9406Q365.25934 435.9406 364.89996 435.8156Q364.32184 435.59686 363.75934 435.1281Q363.19684 434.64374 362.46246 433.7375Q361.3062 432.33124 360.63434 431.84686Q359.96246 431.34686 359.3687 431.34686Q358.7437 431.34686 358.32184 431.8Q357.88434 432.2531 357.88434 432.97186Q357.88434 433.7375 358.33746 434.1906Q358.7906 434.64374 359.6031 434.65936L359.4937 435.7375Q358.27496 435.6281 357.64996 434.90936Q357.00934 434.175 357.00934 432.9406Q357.00934 431.70624 357.69684 430.9875Q358.38434 430.26874 359.39996 430.26874Q359.9156 430.26874 360.4156 430.4875Q360.89996 430.6906 361.46246 431.1906Q362.00934 431.675 362.96246 432.8Q363.75934 433.7531 364.0562 434.03436Q364.33746 434.3 364.6187 434.47186L364.6187 430.2531ZM365.63434 424.83124L365.63434 425.8781L358.9156 425.8781Q359.27496 426.26874 359.64996 426.89374Q360.00934 427.5031 360.1812 427.9875L359.1656 427.9875Q358.7437 427.1125 358.1656 426.45624Q357.57184 425.78436 357.00934 425.5031L357.00934 424.83124L365.63434 424.83124ZM363.0562 421.925L361.9937 421.925L361.9937 418.675L363.0562 418.675L363.0562 421.925ZM361.39996 417.8Q359.8687 417.8 358.94684 417.4875Q358.00934 417.175 357.50934 416.5656Q357.00934 415.9406 357.00934 415.0031Q357.00934 414.3156 357.2906 413.8Q357.57184 413.26874 358.1031 412.925Q358.6187 412.58124 359.3687 412.39374Q360.1187 412.20624 361.39996 412.20624Q362.9156 412.20624 363.83746 412.51874Q364.75934 412.8156 365.27496 413.4406Q365.77496 414.05 365.77496 415.0031Q365.77496 416.2375 364.88434 416.95624Q363.82184 417.8 361.39996 417.8ZM361.39996 416.72186Q363.50934 416.72186 364.21246 416.22186Q364.9156 415.72186 364.9156 415.0031Q364.9156 414.26874 364.21246 413.78436Q363.50934 413.28436 361.39996 413.28436Q359.27496 413.28436 358.58746 413.78436Q357.88434 414.26874 357.88434 415.01874Q357.88434 415.7375 358.4937 416.175Q359.27496 416.72186 361.39996 416.72186ZM364.6187 405.2531L365.63434 405.2531L365.63434 410.9406Q365.25934 410.9406 364.89996 410.8156Q364.32184 410.59686 363.75934 410.1281Q363.19684 409.64374 362.46246 408.7375Q361.3062 407.33124 360.63434 406.84686Q359.96246 406.34686 359.3687 406.34686Q358.7437 406.34686 358.32184 406.8Q357.88434 407.2531 357.88434 407.97186Q357.88434 408.7375 358.33746 409.1906Q358.7906 409.64374 359.6031 409.65936L359.4937 410.7375Q358.27496 410.6281 357.64996 409.90936Q357.00934 409.175 357.00934 407.9406Q357.00934 406.70624 357.69684 405.9875Q358.38434 405.26874 359.39996 405.26874Q359.9156 405.26874 360.4156 405.4875Q360.89996 405.6906 361.46246 406.1906Q362.00934 406.675 362.96246 407.8Q363.75934 408.7531 364.0562 409.03436Q364.33746 409.3 364.6187 409.47186L364.6187 405.2531ZM363.0562 403.925L361.9937 403.925L361.9937 400.675L363.0562 400.675L363.0562 403.925ZM361.39996 399.8Q359.8687 399.8 358.94684 399.4875Q358.00934 399.175 357.50934 398.5656Q357.00934 397.9406 357.00934 397.0031Q357.00934 396.3156 357.2906 395.8Q357.57184 395.26874 358.1031 394.925Q358.6187 394.58124 359.3687 394.39374Q360.1187 394.20624 361.39996 394.20624Q362.9156 394.20624 363.83746 394.51874Q364.75934 394.8156 365.27496 395.4406Q365.77496 396.05 365.77496 397.0031Q365.77496 398.2375 364.88434 398.95624Q363.82184 399.8 361.39996 399.8ZM361.39996 398.72186Q363.50934 398.72186 364.21246 398.22186Q364.9156 397.72186 364.9156 397.0031Q364.9156 396.26874 364.21246 395.78436Q363.50934 395.28436 361.39996 395.28436Q359.27496 395.28436 358.58746 395.78436Q357.88434 396.26874 357.88434 397.01874Q357.88434 397.7375 358.4937 398.175Q359.27496 398.72186 361.39996 398.72186ZM363.64996 392.64374L363.5562 391.6281Q364.27496 391.5031 364.6031 391.14374Q364.9156 390.76874 364.9156 390.20624Q364.9156 389.72186 364.69684 389.3625Q364.46246 388.9875 364.1031 388.7531Q363.7281 388.51874 363.1031 388.3625Q362.46246 388.20624 361.8062 388.20624Q361.7281 388.20624 361.58746 388.20624Q362.08746 388.51874 362.4156 389.0656Q362.7281 389.6125 362.7281 390.2531Q362.7281 391.33124 361.96246 392.0656Q361.1812 392.8 359.9156 392.8Q358.6031 392.8 357.8062 392.03436Q357.00934 391.2531 357.00934 390.09686Q357.00934 389.26874 357.46246 388.58124Q357.9156 387.8781 358.75934 387.51874Q359.58746 387.15936 361.1656 387.15936Q362.8062 387.15936 363.7906 387.51874Q364.75934 387.8625 365.27496 388.58124Q365.77496 389.28436 365.77496 390.22186Q365.77496 391.2375 365.2281 391.8781Q364.6656 392.51874 363.64996 392.64374ZM359.8531 388.33124Q358.94684 388.33124 358.4156 388.8156Q357.88434 389.28436 357.88434 389.97186Q357.88434 390.675 358.46246 391.20624Q359.02496 391.72186 359.94684 391.72186Q360.75934 391.72186 361.27496 391.22186Q361.7906 390.72186 361.7906 390.0031Q361.7906 389.26874 361.27496 388.8Q360.75934 388.33124 359.8531 388.33124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M379.00345 444.25314L380.01907 444.25314L380.01907 449.94064Q379.64407 449.94064 379.2847 449.81564Q378.70657 449.5969 378.14407 449.12814Q377.58157 448.64377 376.8472 447.73752Q375.69095 446.33127 375.01907 445.8469Q374.3472 445.3469 373.75345 445.3469Q373.12845 445.3469 372.70657 445.80002Q372.26907 446.25314 372.26907 446.9719Q372.26907 447.73752 372.7222 448.19064Q373.17532 448.64377 373.98782 448.6594L373.87845 449.73752Q372.6597 449.62814 372.0347 448.9094Q371.39407 448.17502 371.39407 446.94064Q371.39407 445.70627 372.08157 444.98752Q372.76907 444.26877 373.7847 444.26877Q374.30032 444.26877 374.80032 444.48752Q375.2847 444.69064 375.8472 445.19064Q376.39407 445.67502 377.3472 446.80002Q378.14407 447.75314 378.44095 448.0344Q378.7222 448.30002 379.00345 448.4719L379.00345 444.25314ZM375.7847 442.80002Q374.25345 442.80002 373.33157 442.48752Q372.39407 442.17502 371.89407 441.56564Q371.39407 440.94064 371.39407 440.00314Q371.39407 439.31564 371.67532 438.80002Q371.95657 438.26877 372.48782 437.92502Q373.00345 437.58127 373.75345 437.39377Q374.50345 437.20627 375.7847 437.20627Q377.30032 437.20627 378.2222 437.51877Q379.14407 437.81564 379.6597 438.44064Q380.1597 439.05002 380.1597 440.00314Q380.1597 441.23752 379.26907 441.95627Q378.20657 442.80002 375.7847 442.80002ZM375.7847 441.7219Q377.89407 441.7219 378.5972 441.2219Q379.30032 440.7219 379.30032 440.00314Q379.30032 439.26877 378.5972 438.7844Q377.89407 438.2844 375.7847 438.2844Q373.6597 438.2844 372.9722 438.7844Q372.26907 439.26877 372.26907 440.01877Q372.26907 440.73752 372.87845 441.17502Q373.6597 441.7219 375.7847 441.7219ZM379.00345 430.25314L380.01907 430.25314L380.01907 435.94064Q379.64407 435.94064 379.2847 435.81564Q378.70657 435.5969 378.14407 435.12814Q377.58157 434.64377 376.8472 433.73752Q375.69095 432.33127 375.01907 431.8469Q374.3472 431.3469 373.75345 431.3469Q373.12845 431.3469 372.70657 431.80002Q372.26907 432.25314 372.26907 432.9719Q372.26907 433.73752 372.7222 434.19064Q373.17532 434.64377 373.98782 434.6594L373.87845 435.73752Q372.6597 435.62814 372.0347 434.9094Q371.39407 434.17502 371.39407 432.94064Q371.39407 431.70627 372.08157 430.98752Q372.76907 430.26877 373.7847 430.26877Q374.30032 430.26877 374.80032 430.48752Q375.2847 430.69064 375.8472 431.19064Q376.39407 431.67502 377.3472 432.80002Q378.14407 433.75314 378.44095 434.0344Q378.7222 434.30002 379.00345 434.4719L379.00345 430.25314ZM380.01907 424.83127L380.01907 425.87814L373.30032 425.87814Q373.6597 426.26877 374.0347 426.89377Q374.39407 427.50314 374.56595 427.98752L373.55032 427.98752Q373.12845 427.11252 372.55032 426.45627Q371.95657 425.7844 371.39407 425.50314L371.39407 424.83127L380.01907 424.83127ZM377.44095 421.92502L376.37845 421.92502L376.37845 418.67502L377.44095 418.67502L377.44095 421.92502ZM375.7847 417.80002Q374.25345 417.80002 373.33157 417.48752Q372.39407 417.17502 371.89407 416.56564Q371.39407 415.94064 371.39407 415.00314Q371.39407 414.31564 371.67532 413.80002Q371.95657 413.26877 372.48782 412.92502Q373.00345 412.58127 373.75345 412.39377Q374.50345 412.20627 375.7847 412.20627Q377.30032 412.20627 378.2222 412.51877Q379.14407 412.81564 379.6597 413.44064Q380.1597 414.05002 380.1597 415.00314Q380.1597 416.23752 379.26907 416.95627Q378.20657 417.80002 375.7847 417.80002ZM375.7847 416.7219Q377.89407 416.7219 378.5972 416.2219Q379.30032 415.7219 379.30032 415.00314Q379.30032 414.26877 378.5972 413.7844Q377.89407 413.2844 375.7847 413.2844Q373.6597 413.2844 372.9722 413.7844Q372.26907 414.26877 372.26907 415.01877Q372.26907 415.73752 372.87845 416.17502Q373.6597 416.7219 375.7847 416.7219ZM379.00345 405.25314L380.01907 405.25314L380.01907 410.94064Q379.64407 410.94064 379.2847 410.81564Q378.70657 410.5969 378.14407 410.12814Q377.58157 409.64377 376.8472 408.73752Q375.69095 407.33127 375.01907 406.8469Q374.3472 406.3469 373.75345 406.3469Q373.12845 406.3469 372.70657 406.80002Q372.26907 407.25314 372.26907 407.9719Q372.26907 408.73752 372.7222 409.19064Q373.17532 409.64377 373.98782 409.6594L373.87845 410.73752Q372.6597 410.62814 372.0347 409.9094Q371.39407 409.17502 371.39407 407.94064Q371.39407 406.70627 372.08157 405.98752Q372.76907 405.26877 373.7847 405.26877Q374.30032 405.26877 374.80032 405.48752Q375.2847 405.69064 375.8472 406.19064Q376.39407 406.67502 377.3472 407.80002Q378.14407 408.75314 378.44095 409.0344Q378.7222 409.30002 379.00345 409.4719L379.00345 405.25314ZM377.44095 403.92502L376.37845 403.92502L376.37845 400.67502L377.44095 400.67502L377.44095 403.92502ZM379.00345 394.25314L380.01907 394.25314L380.01907 399.94064Q379.64407 399.94064 379.2847 399.81564Q378.70657 399.5969 378.14407 399.12814Q377.58157 398.64377 376.8472 397.73752Q375.69095 396.33127 375.01907 395.8469Q374.3472 395.3469 373.75345 395.3469Q373.12845 395.3469 372.70657 395.80002Q372.26907 396.25314 372.26907 396.9719Q372.26907 397.73752 372.7222 398.19064Q373.17532 398.64377 373.98782 398.6594L373.87845 399.73752Q372.6597 399.62814 372.0347 398.9094Q371.39407 398.17502 371.39407 396.94064Q371.39407 395.70627 372.08157 394.98752Q372.76907 394.26877 373.7847 394.26877Q374.30032 394.26877 374.80032 394.48752Q375.2847 394.69064 375.8472 395.19064Q376.39407 395.67502 377.3472 396.80002Q378.14407 397.75314 378.44095 398.0344Q378.7222 398.30002 379.00345 398.4719L379.00345 394.25314ZM377.75345 392.80002L377.61282 391.73752Q378.50345 391.56564 378.9097 391.12814Q379.30032 390.69064 379.30032 390.06564Q379.30032 389.31564 378.7847 388.80002Q378.26907 388.2844 377.50345 388.2844Q376.7847 388.2844 376.31595 388.76877Q375.83157 389.23752 375.83157 389.9719Q375.83157 390.26877 375.95657 390.7219L375.01907 390.5969Q375.0347 390.48752 375.0347 390.42502Q375.0347 389.75314 374.69095 389.2219Q374.33157 388.67502 373.5972 388.67502Q373.01907 388.67502 372.64407 389.06564Q372.25345 389.45627 372.25345 390.08127Q372.25345 390.69064 372.64407 391.11252Q373.0347 391.51877 373.80032 391.62814L373.61282 392.69064Q372.56595 392.50314 371.98782 391.81564Q371.39407 391.12814 371.39407 390.11252Q371.39407 389.4094 371.70657 388.81564Q372.00345 388.2219 372.51907 387.9094Q373.0347 387.5969 373.62845 387.5969Q374.17532 387.5969 374.64407 387.89377Q375.0972 388.19064 375.36282 388.76877Q375.5347 388.01877 376.0972 387.5969Q376.64407 387.17502 377.48782 387.17502Q378.61282 387.17502 379.39407 388.00314Q380.17532 388.81564 380.17532 390.06564Q380.17532 391.19064 379.50345 391.94064Q378.81595 392.69064 377.75345 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M393.38818 444.25314L394.4038 444.25314L394.4038 449.94064Q394.0288 449.94064 393.66943 449.81564Q393.0913 449.5969 392.5288 449.12814Q391.9663 448.64377 391.23193 447.73752Q390.07568 446.33127 389.4038 445.8469Q388.73193 445.3469 388.13818 445.3469Q387.51318 445.3469 387.0913 445.80002Q386.6538 446.25314 386.6538 446.9719Q386.6538 447.73752 387.10693 448.19064Q387.56006 448.64377 388.37256 448.6594L388.26318 449.73752Q387.04443 449.62814 386.41943 448.9094Q385.7788 448.17502 385.7788 446.94064Q385.7788 445.70627 386.4663 444.98752Q387.1538 444.26877 388.16943 444.26877Q388.68506 444.26877 389.18506 444.48752Q389.66943 444.69064 390.23193 445.19064Q390.7788 445.67502 391.73193 446.80002Q392.5288 447.75314 392.82568 448.0344Q393.10693 448.30002 393.38818 448.4719L393.38818 444.25314ZM390.16943 442.80002Q388.63818 442.80002 387.7163 442.48752Q386.7788 442.17502 386.2788 441.56564Q385.7788 440.94064 385.7788 440.00314Q385.7788 439.31564 386.06006 438.80002Q386.3413 438.26877 386.87256 437.92502Q387.38818 437.58127 388.13818 437.39377Q388.88818 437.20627 390.16943 437.20627Q391.68506 437.20627 392.60693 437.51877Q393.5288 437.81564 394.04443 438.44064Q394.54443 439.05002 394.54443 440.00314Q394.54443 441.23752 393.6538 441.95627Q392.5913 442.80002 390.16943 442.80002ZM390.16943 441.7219Q392.2788 441.7219 392.98193 441.2219Q393.68506 440.7219 393.68506 440.00314Q393.68506 439.26877 392.98193 438.7844Q392.2788 438.2844 390.16943 438.2844Q388.04443 438.2844 387.35693 438.7844Q386.6538 439.26877 386.6538 440.01877Q386.6538 440.73752 387.26318 441.17502Q388.04443 441.7219 390.16943 441.7219ZM393.38818 430.25314L394.4038 430.25314L394.4038 435.94064Q394.0288 435.94064 393.66943 435.81564Q393.0913 435.5969 392.5288 435.12814Q391.9663 434.64377 391.23193 433.73752Q390.07568 432.33127 389.4038 431.8469Q388.73193 431.3469 388.13818 431.3469Q387.51318 431.3469 387.0913 431.80002Q386.6538 432.25314 386.6538 432.9719Q386.6538 433.73752 387.10693 434.19064Q387.56006 434.64377 388.37256 434.6594L388.26318 435.73752Q387.04443 435.62814 386.41943 434.9094Q385.7788 434.17502 385.7788 432.94064Q385.7788 431.70627 386.4663 430.98752Q387.1538 430.26877 388.16943 430.26877Q388.68506 430.26877 389.18506 430.48752Q389.66943 430.69064 390.23193 431.19064Q390.7788 431.67502 391.73193 432.80002Q392.5288 433.75314 392.82568 434.0344Q393.10693 434.30002 393.38818 434.4719L393.38818 430.25314ZM394.4038 424.83127L394.4038 425.87814L387.68506 425.87814Q388.04443 426.26877 388.41943 426.89377Q388.7788 427.50314 388.95068 427.98752L387.93506 427.98752Q387.51318 427.11252 386.93506 426.45627Q386.3413 425.7844 385.7788 425.50314L385.7788 424.83127L394.4038 424.83127ZM391.82568 421.92502L390.76318 421.92502L390.76318 418.67502L391.82568 418.67502L391.82568 421.92502ZM390.16943 417.80002Q388.63818 417.80002 387.7163 417.48752Q386.7788 417.17502 386.2788 416.56564Q385.7788 415.94064 385.7788 415.00314Q385.7788 414.31564 386.06006 413.80002Q386.3413 413.26877 386.87256 412.92502Q387.38818 412.58127 388.13818 412.39377Q388.88818 412.20627 390.16943 412.20627Q391.68506 412.20627 392.60693 412.51877Q393.5288 412.81564 394.04443 413.44064Q394.54443 414.05002 394.54443 415.00314Q394.54443 416.23752 393.6538 416.95627Q392.5913 417.80002 390.16943 417.80002ZM390.16943 416.7219Q392.2788 416.7219 392.98193 416.2219Q393.68506 415.7219 393.68506 415.00314Q393.68506 414.26877 392.98193 413.7844Q392.2788 413.2844 390.16943 413.2844Q388.04443 413.2844 387.35693 413.7844Q386.6538 414.26877 386.6538 415.01877Q386.6538 415.73752 387.26318 416.17502Q388.04443 416.7219 390.16943 416.7219ZM392.13818 410.80002L391.99756 409.73752Q392.88818 409.56564 393.29443 409.12814Q393.68506 408.69064 393.68506 408.06564Q393.68506 407.31564 393.16943 406.80002Q392.6538 406.2844 391.88818 406.2844Q391.16943 406.2844 390.70068 406.76877Q390.2163 407.23752 390.2163 407.9719Q390.2163 408.26877 390.3413 408.7219L389.4038 408.5969Q389.41943 408.48752 389.41943 408.42502Q389.41943 407.75314 389.07568 407.2219Q388.7163 406.67502 387.98193 406.67502Q387.4038 406.67502 387.0288 407.06564Q386.63818 407.45627 386.63818 408.08127Q386.63818 408.69064 387.0288 409.11252Q387.41943 409.51877 388.18506 409.62814L387.99756 410.69064Q386.95068 410.50314 386.37256 409.81564Q385.7788 409.12814 385.7788 408.11252Q385.7788 407.4094 386.0913 406.81564Q386.38818 406.2219 386.9038 405.9094Q387.41943 405.5969 388.01318 405.5969Q388.56006 405.5969 389.0288 405.89377Q389.48193 406.19064 389.74756 406.76877Q389.91943 406.01877 390.48193 405.5969Q391.0288 405.17502 391.87256 405.17502Q392.99756 405.17502 393.7788 406.00314Q394.56006 406.81564 394.56006 408.06564Q394.56006 409.19064 393.88818 409.94064Q393.20068 410.69064 392.13818 410.80002ZM391.82568 403.92502L390.76318 403.92502L390.76318 400.67502L391.82568 400.67502L391.82568 403.92502ZM390.16943 399.80002Q388.63818 399.80002 387.7163 399.48752Q386.7788 399.17502 386.2788 398.56564Q385.7788 397.94064 385.7788 397.00314Q385.7788 396.31564 386.06006 395.80002Q386.3413 395.26877 386.87256 394.92502Q387.38818 394.58127 388.13818 394.39377Q388.88818 394.20627 390.16943 394.20627Q391.68506 394.20627 392.60693 394.51877Q393.5288 394.81564 394.04443 395.44064Q394.54443 396.05002 394.54443 397.00314Q394.54443 398.23752 393.6538 398.95627Q392.5913 399.80002 390.16943 399.80002ZM390.16943 398.7219Q392.2788 398.7219 392.98193 398.2219Q393.68506 397.7219 393.68506 397.00314Q393.68506 396.26877 392.98193 395.7844Q392.2788 395.2844 390.16943 395.2844Q388.04443 395.2844 387.35693 395.7844Q386.6538 396.26877 386.6538 397.01877Q386.6538 397.73752 387.26318 398.17502Q388.04443 398.7219 390.16943 398.7219ZM389.74756 391.17502Q389.49756 391.83127 389.06006 392.1594Q388.60693 392.4719 387.99756 392.4719Q387.06006 392.4719 386.41943 391.80002Q385.7788 391.11252 385.7788 390.00314Q385.7788 388.87814 386.43506 388.19064Q387.0913 387.50314 388.0288 387.50314Q388.62256 387.50314 389.06006 387.81564Q389.49756 388.12814 389.74756 388.76877Q389.99756 387.9719 390.57568 387.56564Q391.1538 387.1594 391.95068 387.1594Q393.04443 387.1594 393.79443 387.94064Q394.54443 388.70627 394.54443 389.98752Q394.54443 391.25314 393.79443 392.0344Q393.04443 392.81564 391.91943 392.81564Q391.07568 392.81564 390.51318 392.39377Q389.95068 391.95627 389.74756 391.17502ZM387.95068 391.39377Q388.56006 391.39377 388.95068 391.00314Q389.3413 390.5969 389.3413 389.9719Q389.3413 389.36252 388.9663 388.9719Q388.57568 388.58127 388.01318 388.58127Q387.43506 388.58127 387.04443 388.98752Q386.63818 389.39377 386.63818 389.98752Q386.63818 390.5969 387.0288 391.00314Q387.41943 391.39377 387.95068 391.39377ZM391.91943 391.7219Q392.37256 391.7219 392.79443 391.51877Q393.2163 391.30002 393.45068 390.87814Q393.68506 390.45627 393.68506 389.9719Q393.68506 389.2219 393.20068 388.73752Q392.7163 388.23752 391.9663 388.23752Q391.20068 388.23752 390.70068 388.73752Q390.20068 389.23752 390.20068 390.00314Q390.20068 390.75314 390.70068 391.23752Q391.18506 391.7219 391.91943 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M407.77292 444.25314L408.78854 444.25314L408.78854 449.94064Q408.41354 449.94064 408.05417 449.81564Q407.47604 449.5969 406.91354 449.12814Q406.35104 448.64377 405.61667 447.73752Q404.46042 446.33127 403.78854 445.8469Q403.11667 445.3469 402.52292 445.3469Q401.89792 445.3469 401.47604 445.80002Q401.03854 446.25314 401.03854 446.9719Q401.03854 447.73752 401.49167 448.19064Q401.9448 448.64377 402.7573 448.6594L402.64792 449.73752Q401.42917 449.62814 400.80417 448.9094Q400.16354 448.17502 400.16354 446.94064Q400.16354 445.70627 400.85104 444.98752Q401.53854 444.26877 402.55417 444.26877Q403.0698 444.26877 403.5698 444.48752Q404.05417 444.69064 404.61667 445.19064Q405.16354 445.67502 406.11667 446.80002Q406.91354 447.75314 407.21042 448.0344Q407.49167 448.30002 407.77292 448.4719L407.77292 444.25314ZM404.55417 442.80002Q403.02292 442.80002 402.10104 442.48752Q401.16354 442.17502 400.66354 441.56564Q400.16354 440.94064 400.16354 440.00314Q400.16354 439.31564 400.4448 438.80002Q400.72604 438.26877 401.2573 437.92502Q401.77292 437.58127 402.52292 437.39377Q403.27292 437.20627 404.55417 437.20627Q406.0698 437.20627 406.99167 437.51877Q407.91354 437.81564 408.42917 438.44064Q408.92917 439.05002 408.92917 440.00314Q408.92917 441.23752 408.03854 441.95627Q406.97604 442.80002 404.55417 442.80002ZM404.55417 441.7219Q406.66354 441.7219 407.36667 441.2219Q408.0698 440.7219 408.0698 440.00314Q408.0698 439.26877 407.36667 438.7844Q406.66354 438.2844 404.55417 438.2844Q402.42917 438.2844 401.74167 438.7844Q401.03854 439.26877 401.03854 440.01877Q401.03854 440.73752 401.64792 441.17502Q402.42917 441.7219 404.55417 441.7219ZM407.77292 430.25314L408.78854 430.25314L408.78854 435.94064Q408.41354 435.94064 408.05417 435.81564Q407.47604 435.5969 406.91354 435.12814Q406.35104 434.64377 405.61667 433.73752Q404.46042 432.33127 403.78854 431.8469Q403.11667 431.3469 402.52292 431.3469Q401.89792 431.3469 401.47604 431.80002Q401.03854 432.25314 401.03854 432.9719Q401.03854 433.73752 401.49167 434.19064Q401.9448 434.64377 402.7573 434.6594L402.64792 435.73752Q401.42917 435.62814 400.80417 434.9094Q400.16354 434.17502 400.16354 432.94064Q400.16354 431.70627 400.85104 430.98752Q401.53854 430.26877 402.55417 430.26877Q403.0698 430.26877 403.5698 430.48752Q404.05417 430.69064 404.61667 431.19064Q405.16354 431.67502 406.11667 432.80002Q406.91354 433.75314 407.21042 434.0344Q407.49167 434.30002 407.77292 434.4719L407.77292 430.25314ZM408.78854 424.83127L408.78854 425.87814L402.0698 425.87814Q402.42917 426.26877 402.80417 426.89377Q403.16354 427.50314 403.33542 427.98752L402.3198 427.98752Q401.89792 427.11252 401.3198 426.45627Q400.72604 425.7844 400.16354 425.50314L400.16354 424.83127L408.78854 424.83127ZM406.21042 421.92502L405.14792 421.92502L405.14792 418.67502L406.21042 418.67502L406.21042 421.92502ZM404.55417 417.80002Q403.02292 417.80002 402.10104 417.48752Q401.16354 417.17502 400.66354 416.56564Q400.16354 415.94064 400.16354 415.00314Q400.16354 414.31564 400.4448 413.80002Q400.72604 413.26877 401.2573 412.92502Q401.77292 412.58127 402.52292 412.39377Q403.27292 412.20627 404.55417 412.20627Q406.0698 412.20627 406.99167 412.51877Q407.91354 412.81564 408.42917 413.44064Q408.92917 414.05002 408.92917 415.00314Q408.92917 416.23752 408.03854 416.95627Q406.97604 417.80002 404.55417 417.80002ZM404.55417 416.7219Q406.66354 416.7219 407.36667 416.2219Q408.0698 415.7219 408.0698 415.00314Q408.0698 414.26877 407.36667 413.7844Q406.66354 413.2844 404.55417 413.2844Q402.42917 413.2844 401.74167 413.7844Q401.03854 414.26877 401.03854 415.01877Q401.03854 415.73752 401.64792 416.17502Q402.42917 416.7219 404.55417 416.7219ZM406.52292 410.80002L406.3823 409.73752Q407.27292 409.56564 407.67917 409.12814Q408.0698 408.69064 408.0698 408.06564Q408.0698 407.31564 407.55417 406.80002Q407.03854 406.2844 406.27292 406.2844Q405.55417 406.2844 405.08542 406.76877Q404.60104 407.23752 404.60104 407.9719Q404.60104 408.26877 404.72604 408.7219L403.78854 408.5969Q403.80417 408.48752 403.80417 408.42502Q403.80417 407.75314 403.46042 407.2219Q403.10104 406.67502 402.36667 406.67502Q401.78854 406.67502 401.41354 407.06564Q401.02292 407.45627 401.02292 408.08127Q401.02292 408.69064 401.41354 409.11252Q401.80417 409.51877 402.5698 409.62814L402.3823 410.69064Q401.33542 410.50314 400.7573 409.81564Q400.16354 409.12814 400.16354 408.11252Q400.16354 407.4094 400.47604 406.81564Q400.77292 406.2219 401.28854 405.9094Q401.80417 405.5969 402.39792 405.5969Q402.9448 405.5969 403.41354 405.89377Q403.86667 406.19064 404.1323 406.76877Q404.30417 406.01877 404.86667 405.5969Q405.41354 405.17502 406.2573 405.17502Q407.3823 405.17502 408.16354 406.00314Q408.9448 406.81564 408.9448 408.06564Q408.9448 409.19064 408.27292 409.94064Q407.58542 410.69064 406.52292 410.80002ZM406.21042 403.92502L405.14792 403.92502L405.14792 400.67502L406.21042 400.67502L406.21042 403.92502ZM407.77292 394.25314L408.78854 394.25314L408.78854 399.94064Q408.41354 399.94064 408.05417 399.81564Q407.47604 399.5969 406.91354 399.12814Q406.35104 398.64377 405.61667 397.73752Q404.46042 396.33127 403.78854 395.8469Q403.11667 395.3469 402.52292 395.3469Q401.89792 395.3469 401.47604 395.80002Q401.03854 396.25314 401.03854 396.9719Q401.03854 397.73752 401.49167 398.19064Q401.9448 398.64377 402.7573 398.6594L402.64792 399.73752Q401.42917 399.62814 400.80417 398.9094Q400.16354 398.17502 400.16354 396.94064Q400.16354 395.70627 400.85104 394.98752Q401.53854 394.26877 402.55417 394.26877Q403.0698 394.26877 403.5698 394.48752Q404.05417 394.69064 404.61667 395.19064Q405.16354 395.67502 406.11667 396.80002Q406.91354 397.75314 407.21042 398.0344Q407.49167 398.30002 407.77292 398.4719L407.77292 394.25314ZM407.77292 387.25314L408.78854 387.25314L408.78854 392.94064Q408.41354 392.94064 408.05417 392.81564Q407.47604 392.5969 406.91354 392.12814Q406.35104 391.64377 405.61667 390.73752Q404.46042 389.33127 403.78854 388.8469Q403.11667 388.3469 402.52292 388.3469Q401.89792 388.3469 401.47604 388.80002Q401.03854 389.25314 401.03854 389.9719Q401.03854 390.73752 401.49167 391.19064Q401.9448 391.64377 402.7573 391.6594L402.64792 392.73752Q401.42917 392.62814 400.80417 391.9094Q400.16354 391.17502 400.16354 389.94064Q400.16354 388.70627 400.85104 387.98752Q401.53854 387.26877 402.55417 387.26877Q403.0698 387.26877 403.5698 387.48752Q404.05417 387.69064 404.61667 388.19064Q405.16354 388.67502 406.11667 389.80002Q406.91354 390.75314 407.21042 391.0344Q407.49167 391.30002 407.77292 391.4719L407.77292 387.25314Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M422.15765 444.25314L423.17328 444.25314L423.17328 449.94064Q422.79828 449.94064 422.4389 449.81564Q421.86078 449.5969 421.29828 449.12814Q420.73578 448.64377 420.0014 447.73752Q418.84515 446.33127 418.17328 445.8469Q417.5014 445.3469 416.90765 445.3469Q416.28265 445.3469 415.86078 445.80002Q415.42328 446.25314 415.42328 446.9719Q415.42328 447.73752 415.8764 448.19064Q416.32953 448.64377 417.14203 448.6594L417.03265 449.73752Q415.8139 449.62814 415.1889 448.9094Q414.54828 448.17502 414.54828 446.94064Q414.54828 445.70627 415.23578 444.98752Q415.92328 444.26877 416.9389 444.26877Q417.45453 444.26877 417.95453 444.48752Q418.4389 444.69064 419.0014 445.19064Q419.54828 445.67502 420.5014 446.80002Q421.29828 447.75314 421.59515 448.0344Q421.8764 448.30002 422.15765 448.4719L422.15765 444.25314ZM418.9389 442.80002Q417.40765 442.80002 416.48578 442.48752Q415.54828 442.17502 415.04828 441.56564Q414.54828 440.94064 414.54828 440.00314Q414.54828 439.31564 414.82953 438.80002Q415.11078 438.26877 415.64203 437.92502Q416.15765 437.58127 416.90765 437.39377Q417.65765 437.20627 418.9389 437.20627Q420.45453 437.20627 421.3764 437.51877Q422.29828 437.81564 422.8139 438.44064Q423.3139 439.05002 423.3139 440.00314Q423.3139 441.23752 422.42328 441.95627Q421.36078 442.80002 418.9389 442.80002ZM418.9389 441.7219Q421.04828 441.7219 421.7514 441.2219Q422.45453 440.7219 422.45453 440.00314Q422.45453 439.26877 421.7514 438.7844Q421.04828 438.2844 418.9389 438.2844Q416.8139 438.2844 416.1264 438.7844Q415.42328 439.26877 415.42328 440.01877Q415.42328 440.73752 416.03265 441.17502Q416.8139 441.7219 418.9389 441.7219ZM422.15765 430.25314L423.17328 430.25314L423.17328 435.94064Q422.79828 435.94064 422.4389 435.81564Q421.86078 435.5969 421.29828 435.12814Q420.73578 434.64377 420.0014 433.73752Q418.84515 432.33127 418.17328 431.8469Q417.5014 431.3469 416.90765 431.3469Q416.28265 431.3469 415.86078 431.80002Q415.42328 432.25314 415.42328 432.9719Q415.42328 433.73752 415.8764 434.19064Q416.32953 434.64377 417.14203 434.6594L417.03265 435.73752Q415.8139 435.62814 415.1889 434.9094Q414.54828 434.17502 414.54828 432.94064Q414.54828 431.70627 415.23578 430.98752Q415.92328 430.26877 416.9389 430.26877Q417.45453 430.26877 417.95453 430.48752Q418.4389 430.69064 419.0014 431.19064Q419.54828 431.67502 420.5014 432.80002Q421.29828 433.75314 421.59515 434.0344Q421.8764 434.30002 422.15765 434.4719L422.15765 430.25314ZM423.17328 424.83127L423.17328 425.87814L416.45453 425.87814Q416.8139 426.26877 417.1889 426.89377Q417.54828 427.50314 417.72015 427.98752L416.70453 427.98752Q416.28265 427.11252 415.70453 426.45627Q415.11078 425.7844 414.54828 425.50314L414.54828 424.83127L423.17328 424.83127ZM420.59515 421.92502L419.53265 421.92502L419.53265 418.67502L420.59515 418.67502L420.59515 421.92502ZM418.9389 417.80002Q417.40765 417.80002 416.48578 417.48752Q415.54828 417.17502 415.04828 416.56564Q414.54828 415.94064 414.54828 415.00314Q414.54828 414.31564 414.82953 413.80002Q415.11078 413.26877 415.64203 412.92502Q416.15765 412.58127 416.90765 412.39377Q417.65765 412.20627 418.9389 412.20627Q420.45453 412.20627 421.3764 412.51877Q422.29828 412.81564 422.8139 413.44064Q423.3139 414.05002 423.3139 415.00314Q423.3139 416.23752 422.42328 416.95627Q421.36078 417.80002 418.9389 417.80002ZM418.9389 416.7219Q421.04828 416.7219 421.7514 416.2219Q422.45453 415.7219 422.45453 415.00314Q422.45453 414.26877 421.7514 413.7844Q421.04828 413.2844 418.9389 413.2844Q416.8139 413.2844 416.1264 413.7844Q415.42328 414.26877 415.42328 415.01877Q415.42328 415.73752 416.03265 416.17502Q416.8139 416.7219 418.9389 416.7219ZM423.17328 407.42502L421.11078 407.42502L421.11078 411.14377L420.14203 411.14377L414.57953 407.2219L414.57953 406.36252L420.14203 406.36252L420.14203 405.20627L421.11078 405.20627L421.11078 406.36252L423.17328 406.36252L423.17328 407.42502ZM420.14203 407.42502L416.28265 407.42502L420.14203 410.11252L420.14203 407.42502ZM420.59515 403.92502L419.53265 403.92502L419.53265 400.67502L420.59515 400.67502L420.59515 403.92502ZM418.9389 399.80002Q417.40765 399.80002 416.48578 399.48752Q415.54828 399.17502 415.04828 398.56564Q414.54828 397.94064 414.54828 397.00314Q414.54828 396.31564 414.82953 395.80002Q415.11078 395.26877 415.64203 394.92502Q416.15765 394.58127 416.90765 394.39377Q417.65765 394.20627 418.9389 394.20627Q420.45453 394.20627 421.3764 394.51877Q422.29828 394.81564 422.8139 395.44064Q423.3139 396.05002 423.3139 397.00314Q423.3139 398.23752 422.42328 398.95627Q421.36078 399.80002 418.9389 399.80002ZM418.9389 398.7219Q421.04828 398.7219 421.7514 398.2219Q422.45453 397.7219 422.45453 397.00314Q422.45453 396.26877 421.7514 395.7844Q421.04828 395.2844 418.9389 395.2844Q416.8139 395.2844 416.1264 395.7844Q415.42328 396.26877 415.42328 397.01877Q415.42328 397.73752 416.03265 398.17502Q416.8139 398.7219 418.9389 398.7219ZM416.6889 387.33127L416.76703 388.37814Q416.14203 388.51877 415.86078 388.76877Q415.40765 389.20627 415.40765 389.83127Q415.40765 390.33127 415.6889 390.7219Q416.0639 391.20627 416.76703 391.50314Q417.45453 391.7844 418.73578 391.80002Q418.15765 391.42502 417.8764 390.87814Q417.59515 390.31564 417.59515 389.70627Q417.59515 388.6594 418.3764 387.92502Q419.15765 387.17502 420.3764 387.17502Q421.1889 387.17502 421.89203 387.5344Q422.57953 387.87814 422.95453 388.48752Q423.3139 389.0969 423.3139 389.86252Q423.3139 391.19064 422.34515 392.01877Q421.3764 392.8469 419.15765 392.8469Q416.65765 392.8469 415.53265 391.92502Q414.54828 391.12814 414.54828 389.76877Q414.54828 388.75314 415.1264 388.11252Q415.6889 387.45627 416.6889 387.33127ZM420.39203 391.62814Q420.9389 391.62814 421.4389 391.4094Q421.92328 391.17502 422.1889 390.76877Q422.45453 390.3469 422.45453 389.87814Q422.45453 389.2219 421.92328 388.73752Q421.3764 388.25314 420.45453 388.25314Q419.5639 388.25314 419.04828 388.73752Q418.53265 389.20627 418.53265 389.92502Q418.53265 390.64377 419.04828 391.14377Q419.5639 391.62814 420.39203 391.62814Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M436.5424 444.25314L437.558 444.25314L437.558 449.94064Q437.183 449.94064 436.82364 449.81564Q436.2455 449.5969 435.683 449.12814Q435.1205 448.64377 434.38614 447.73752Q433.2299 446.33127 432.558 445.8469Q431.88614 445.3469 431.2924 445.3469Q430.6674 445.3469 430.2455 445.80002Q429.808 446.25314 429.808 446.9719Q429.808 447.73752 430.26114 448.19064Q430.71426 448.64377 431.52676 448.6594L431.4174 449.73752Q430.19864 449.62814 429.57364 448.9094Q428.933 448.17502 428.933 446.94064Q428.933 445.70627 429.6205 444.98752Q430.308 444.26877 431.32364 444.26877Q431.83926 444.26877 432.33926 444.48752Q432.82364 444.69064 433.38614 445.19064Q433.933 445.67502 434.88614 446.80002Q435.683 447.75314 435.9799 448.0344Q436.26114 448.30002 436.5424 448.4719L436.5424 444.25314ZM433.32364 442.80002Q431.7924 442.80002 430.8705 442.48752Q429.933 442.17502 429.433 441.56564Q428.933 440.94064 428.933 440.00314Q428.933 439.31564 429.21426 438.80002Q429.4955 438.26877 430.02676 437.92502Q430.5424 437.58127 431.2924 437.39377Q432.0424 437.20627 433.32364 437.20627Q434.83926 437.20627 435.76114 437.51877Q436.683 437.81564 437.19864 438.44064Q437.69864 439.05002 437.69864 440.00314Q437.69864 441.23752 436.808 441.95627Q435.7455 442.80002 433.32364 442.80002ZM433.32364 441.7219Q435.433 441.7219 436.13614 441.2219Q436.83926 440.7219 436.83926 440.00314Q436.83926 439.26877 436.13614 438.7844Q435.433 438.2844 433.32364 438.2844Q431.19864 438.2844 430.51114 438.7844Q429.808 439.26877 429.808 440.01877Q429.808 440.73752 430.4174 441.17502Q431.19864 441.7219 433.32364 441.7219ZM436.5424 430.25314L437.558 430.25314L437.558 435.94064Q437.183 435.94064 436.82364 435.81564Q436.2455 435.5969 435.683 435.12814Q435.1205 434.64377 434.38614 433.73752Q433.2299 432.33127 432.558 431.8469Q431.88614 431.3469 431.2924 431.3469Q430.6674 431.3469 430.2455 431.80002Q429.808 432.25314 429.808 432.9719Q429.808 433.73752 430.26114 434.19064Q430.71426 434.64377 431.52676 434.6594L431.4174 435.73752Q430.19864 435.62814 429.57364 434.9094Q428.933 434.17502 428.933 432.94064Q428.933 431.70627 429.6205 430.98752Q430.308 430.26877 431.32364 430.26877Q431.83926 430.26877 432.33926 430.48752Q432.82364 430.69064 433.38614 431.19064Q433.933 431.67502 434.88614 432.80002Q435.683 433.75314 435.9799 434.0344Q436.26114 434.30002 436.5424 434.4719L436.5424 430.25314ZM437.558 424.83127L437.558 425.87814L430.83926 425.87814Q431.19864 426.26877 431.57364 426.89377Q431.933 427.50314 432.1049 427.98752L431.08926 427.98752Q430.6674 427.11252 430.08926 426.45627Q429.4955 425.7844 428.933 425.50314L428.933 424.83127L437.558 424.83127ZM434.9799 421.92502L433.9174 421.92502L433.9174 418.67502L434.9799 418.67502L434.9799 421.92502ZM433.32364 417.80002Q431.7924 417.80002 430.8705 417.48752Q429.933 417.17502 429.433 416.56564Q428.933 415.94064 428.933 415.00314Q428.933 414.31564 429.21426 413.80002Q429.4955 413.26877 430.02676 412.92502Q430.5424 412.58127 431.2924 412.39377Q432.0424 412.20627 433.32364 412.20627Q434.83926 412.20627 435.76114 412.51877Q436.683 412.81564 437.19864 413.44064Q437.69864 414.05002 437.69864 415.00314Q437.69864 416.23752 436.808 416.95627Q435.7455 417.80002 433.32364 417.80002ZM433.32364 416.7219Q435.433 416.7219 436.13614 416.2219Q436.83926 415.7219 436.83926 415.00314Q436.83926 414.26877 436.13614 413.7844Q435.433 413.2844 433.32364 413.2844Q431.19864 413.2844 430.51114 413.7844Q429.808 414.26877 429.808 415.01877Q429.808 415.73752 430.4174 416.17502Q431.19864 416.7219 433.32364 416.7219ZM437.558 407.42502L435.4955 407.42502L435.4955 411.14377L434.52676 411.14377L428.96426 407.2219L428.96426 406.36252L434.52676 406.36252L434.52676 405.20627L435.4955 405.20627L435.4955 406.36252L437.558 406.36252L437.558 407.42502ZM434.52676 407.42502L430.6674 407.42502L434.52676 410.11252L434.52676 407.42502ZM434.9799 403.92502L433.9174 403.92502L433.9174 400.67502L434.9799 400.67502L434.9799 403.92502ZM436.5424 394.25314L437.558 394.25314L437.558 399.94064Q437.183 399.94064 436.82364 399.81564Q436.2455 399.5969 435.683 399.12814Q435.1205 398.64377 434.38614 397.73752Q433.2299 396.33127 432.558 395.8469Q431.88614 395.3469 431.2924 395.3469Q430.6674 395.3469 430.2455 395.80002Q429.808 396.25314 429.808 396.9719Q429.808 397.73752 430.26114 398.19064Q430.71426 398.64377 431.52676 398.6594L431.4174 399.73752Q430.19864 399.62814 429.57364 398.9094Q428.933 398.17502 428.933 396.94064Q428.933 395.70627 429.6205 394.98752Q430.308 394.26877 431.32364 394.26877Q431.83926 394.26877 432.33926 394.48752Q432.82364 394.69064 433.38614 395.19064Q433.933 395.67502 434.88614 396.80002Q435.683 397.75314 435.9799 398.0344Q436.26114 398.30002 436.5424 398.4719L436.5424 394.25314ZM430.08926 392.73752L429.07364 392.73752L429.07364 387.17505L429.90176 387.17505Q430.77676 387.98755 432.2299 388.80002Q433.6674 389.5969 435.19864 390.0344Q436.27676 390.36252 437.558 390.44064L437.558 391.5344Q436.5424 391.51877 435.1049 391.14377Q433.6674 390.75314 432.33926 390.05002Q431.01114 389.33127 430.08926 388.5188L430.08926 392.73752Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M450.92712 444.2531L451.94275 444.2531L451.94275 449.9406Q451.56775 449.9406 451.20837 449.8156Q450.63025 449.59686 450.06775 449.1281Q449.50525 448.64374 448.77087 447.7375Q447.61462 446.33124 446.94275 445.84686Q446.27087 445.34686 445.67712 445.34686Q445.05212 445.34686 444.63025 445.8Q444.19275 446.2531 444.19275 446.97186Q444.19275 447.7375 444.64587 448.1906Q445.099 448.64374 445.9115 448.65936L445.80212 449.7375Q444.58337 449.6281 443.95837 448.90936Q443.31775 448.175 443.31775 446.9406Q443.31775 445.70624 444.00525 444.9875Q444.69275 444.26874 445.70837 444.26874Q446.224 444.26874 446.724 444.4875Q447.20837 444.6906 447.77087 445.1906Q448.31775 445.675 449.27087 446.8Q450.06775 447.7531 450.36462 448.03436Q450.64587 448.3 450.92712 448.47186L450.92712 444.2531ZM447.70837 442.8Q446.17712 442.8 445.25525 442.4875Q444.31775 442.175 443.81775 441.5656Q443.31775 440.9406 443.31775 440.0031Q443.31775 439.3156 443.599 438.8Q443.88025 438.26874 444.4115 437.925Q444.92712 437.58124 445.67712 437.39374Q446.42712 437.20624 447.70837 437.20624Q449.224 437.20624 450.14587 437.51874Q451.06775 437.8156 451.58337 438.4406Q452.08337 439.05 452.08337 440.0031Q452.08337 441.2375 451.19275 441.95624Q450.13025 442.8 447.70837 442.8ZM447.70837 441.72186Q449.81775 441.72186 450.52087 441.22186Q451.224 440.72186 451.224 440.0031Q451.224 439.26874 450.52087 438.78436Q449.81775 438.28436 447.70837 438.28436Q445.58337 438.28436 444.89587 438.78436Q444.19275 439.26874 444.19275 440.01874Q444.19275 440.7375 444.80212 441.175Q445.58337 441.72186 447.70837 441.72186ZM450.92712 430.2531L451.94275 430.2531L451.94275 435.9406Q451.56775 435.9406 451.20837 435.8156Q450.63025 435.59686 450.06775 435.1281Q449.50525 434.64374 448.77087 433.7375Q447.61462 432.33124 446.94275 431.84686Q446.27087 431.34686 445.67712 431.34686Q445.05212 431.34686 444.63025 431.8Q444.19275 432.2531 444.19275 432.97186Q444.19275 433.7375 444.64587 434.1906Q445.099 434.64374 445.9115 434.65936L445.80212 435.7375Q444.58337 435.6281 443.95837 434.90936Q443.31775 434.175 443.31775 432.9406Q443.31775 431.70624 444.00525 430.9875Q444.69275 430.26874 445.70837 430.26874Q446.224 430.26874 446.724 430.4875Q447.20837 430.6906 447.77087 431.1906Q448.31775 431.675 449.27087 432.8Q450.06775 433.7531 450.36462 434.03436Q450.64587 434.3 450.92712 434.47186L450.92712 430.2531ZM451.94275 424.83124L451.94275 425.8781L445.224 425.8781Q445.58337 426.26874 445.95837 426.89374Q446.31775 427.5031 446.48962 427.9875L445.474 427.9875Q445.05212 427.1125 444.474 426.45624Q443.88025 425.78436 443.31775 425.5031L443.31775 424.83124L451.94275 424.83124ZM449.36462 421.925L448.30212 421.925L448.30212 418.675L449.36462 418.675L449.36462 421.925ZM447.70837 417.8Q446.17712 417.8 445.25525 417.4875Q444.31775 417.175 443.81775 416.5656Q443.31775 415.9406 443.31775 415.0031Q443.31775 414.3156 443.599 413.8Q443.88025 413.26874 444.4115 412.925Q444.92712 412.58124 445.67712 412.39374Q446.42712 412.20624 447.70837 412.20624Q449.224 412.20624 450.14587 412.51874Q451.06775 412.8156 451.58337 413.4406Q452.08337 414.05 452.08337 415.0031Q452.08337 416.2375 451.19275 416.95624Q450.13025 417.8 447.70837 417.8ZM447.70837 416.72186Q449.81775 416.72186 450.52087 416.22186Q451.224 415.72186 451.224 415.0031Q451.224 414.26874 450.52087 413.78436Q449.81775 413.28436 447.70837 413.28436Q445.58337 413.28436 444.89587 413.78436Q444.19275 414.26874 444.19275 415.01874Q444.19275 415.7375 444.80212 416.175Q445.58337 416.72186 447.70837 416.72186ZM449.69275 410.8L449.599 409.6906Q450.4115 409.5656 450.81775 409.1281Q451.224 408.675 451.224 408.03436Q451.224 407.28436 450.64587 406.7531Q450.06775 406.22186 449.13025 406.22186Q448.224 406.22186 447.70837 406.7375Q447.17712 407.2375 447.17712 408.0656Q447.17712 408.5656 447.4115 408.9875Q447.64587 409.39374 448.00525 409.6281L447.88025 410.6125L443.474 409.78436L443.474 405.5031L444.474 405.5031L444.474 408.9406L446.7865 409.39374Q446.23962 408.6281 446.23962 407.78436Q446.23962 406.65936 447.02087 405.89374Q447.80212 405.1125 449.0365 405.1125Q450.19275 405.1125 451.05212 405.78436Q452.08337 406.6125 452.08337 408.03436Q452.08337 409.20624 451.42712 409.95624Q450.77087 410.6906 449.69275 410.8ZM449.36462 403.925L448.30212 403.925L448.30212 400.67502L449.36462 400.67502L449.36462 403.925ZM451.94275 395.83127L451.94275 396.87814L445.224 396.87814Q445.58337 397.26877 445.95837 397.89377Q446.31775 398.50314 446.48962 398.98752L445.474 398.98752Q445.05212 398.11252 444.474 397.45627Q443.88025 396.7844 443.31775 396.50314L443.31775 395.83127L451.94275 395.83127ZM451.94275 388.83127L451.94275 389.87814L445.224 389.87814Q445.58337 390.26877 445.95837 390.89377Q446.31775 391.50314 446.48962 391.98752L445.474 391.98752Q445.05212 391.11252 444.474 390.45627Q443.88025 389.7844 443.31775 389.50314L443.31775 388.83127L451.94275 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M465.31186 444.2531L466.32748 444.2531L466.32748 449.9406Q465.95248 449.9406 465.5931 449.8156Q465.01498 449.59686 464.45248 449.1281Q463.88998 448.64374 463.1556 447.7375Q461.99936 446.33124 461.32748 445.84686Q460.6556 445.34686 460.06186 445.34686Q459.43686 445.34686 459.01498 445.8Q458.57748 446.2531 458.57748 446.97186Q458.57748 447.7375 459.0306 448.1906Q459.48373 448.64374 460.29623 448.65936L460.18686 449.7375Q458.9681 449.6281 458.3431 448.90936Q457.70248 448.175 457.70248 446.9406Q457.70248 445.70624 458.38998 444.9875Q459.07748 444.26874 460.0931 444.26874Q460.60873 444.26874 461.10873 444.4875Q461.5931 444.6906 462.1556 445.1906Q462.70248 445.675 463.6556 446.8Q464.45248 447.7531 464.74936 448.03436Q465.0306 448.3 465.31186 448.47186L465.31186 444.2531ZM462.0931 442.8Q460.56186 442.8 459.63998 442.4875Q458.70248 442.175 458.20248 441.5656Q457.70248 440.9406 457.70248 440.0031Q457.70248 439.3156 457.98373 438.8Q458.26498 438.26874 458.79623 437.925Q459.31186 437.58124 460.06186 437.39374Q460.81186 437.20624 462.0931 437.20624Q463.60873 437.20624 464.5306 437.51874Q465.45248 437.8156 465.9681 438.4406Q466.4681 439.05 466.4681 440.0031Q466.4681 441.2375 465.57748 441.95624Q464.51498 442.8 462.0931 442.8ZM462.0931 441.72186Q464.20248 441.72186 464.9056 441.22186Q465.60873 440.72186 465.60873 440.0031Q465.60873 439.26874 464.9056 438.78436Q464.20248 438.28436 462.0931 438.28436Q459.9681 438.28436 459.2806 438.78436Q458.57748 439.26874 458.57748 440.01874Q458.57748 440.7375 459.18686 441.175Q459.9681 441.72186 462.0931 441.72186ZM465.31186 430.2531L466.32748 430.2531L466.32748 435.9406Q465.95248 435.9406 465.5931 435.8156Q465.01498 435.59686 464.45248 435.1281Q463.88998 434.64374 463.1556 433.7375Q461.99936 432.33124 461.32748 431.84686Q460.6556 431.34686 460.06186 431.34686Q459.43686 431.34686 459.01498 431.8Q458.57748 432.2531 458.57748 432.97186Q458.57748 433.7375 459.0306 434.1906Q459.48373 434.64374 460.29623 434.65936L460.18686 435.7375Q458.9681 435.6281 458.3431 434.90936Q457.70248 434.175 457.70248 432.9406Q457.70248 431.70624 458.38998 430.9875Q459.07748 430.26874 460.0931 430.26874Q460.60873 430.26874 461.10873 430.4875Q461.5931 430.6906 462.1556 431.1906Q462.70248 431.675 463.6556 432.8Q464.45248 433.7531 464.74936 434.03436Q465.0306 434.3 465.31186 434.47186L465.31186 430.2531ZM466.32748 424.83124L466.32748 425.8781L459.60873 425.8781Q459.9681 426.26874 460.3431 426.89374Q460.70248 427.5031 460.87436 427.9875L459.85873 427.9875Q459.43686 427.1125 458.85873 426.45624Q458.26498 425.78436 457.70248 425.5031L457.70248 424.83124L466.32748 424.83124ZM463.74936 421.925L462.68686 421.925L462.68686 418.675L463.74936 418.675L463.74936 421.925ZM462.0931 417.8Q460.56186 417.8 459.63998 417.4875Q458.70248 417.175 458.20248 416.5656Q457.70248 415.9406 457.70248 415.0031Q457.70248 414.3156 457.98373 413.8Q458.26498 413.26874 458.79623 412.925Q459.31186 412.58124 460.06186 412.39374Q460.81186 412.20624 462.0931 412.20624Q463.60873 412.20624 464.5306 412.51874Q465.45248 412.8156 465.9681 413.4406Q466.4681 414.05 466.4681 415.0031Q466.4681 416.2375 465.57748 416.95624Q464.51498 417.8 462.0931 417.8ZM462.0931 416.72186Q464.20248 416.72186 464.9056 416.22186Q465.60873 415.72186 465.60873 415.0031Q465.60873 414.26874 464.9056 413.78436Q464.20248 413.28436 462.0931 413.28436Q459.9681 413.28436 459.2806 413.78436Q458.57748 414.26874 458.57748 415.01874Q458.57748 415.7375 459.18686 416.175Q459.9681 416.72186 462.0931 416.72186ZM464.07748 410.8L463.98373 409.6906Q464.79623 409.5656 465.20248 409.1281Q465.60873 408.675 465.60873 408.03436Q465.60873 407.28436 465.0306 406.7531Q464.45248 406.22186 463.51498 406.22186Q462.60873 406.22186 462.0931 406.7375Q461.56186 407.2375 461.56186 408.0656Q461.56186 408.5656 461.79623 408.9875Q462.0306 409.39374 462.38998 409.6281L462.26498 410.6125L457.85873 409.78436L457.85873 405.5031L458.85873 405.5031L458.85873 408.9406L461.17123 409.39374Q460.62436 408.6281 460.62436 407.78436Q460.62436 406.65936 461.4056 405.89374Q462.18686 405.1125 463.42123 405.1125Q464.57748 405.1125 465.43686 405.78436Q466.4681 406.6125 466.4681 408.03436Q466.4681 409.20624 465.81186 409.95624Q465.1556 410.6906 464.07748 410.8ZM463.74936 403.925L462.68686 403.925L462.68686 400.675L463.74936 400.675L463.74936 403.925ZM465.31186 394.2531L466.32748 394.2531L466.32748 399.9406Q465.95248 399.9406 465.5931 399.8156Q465.01498 399.59686 464.45248 399.1281Q463.88998 398.64374 463.1556 397.7375Q461.99936 396.33124 461.32748 395.84686Q460.6556 395.34686 460.06186 395.34686Q459.43686 395.34686 459.01498 395.8Q458.57748 396.2531 458.57748 396.97186Q458.57748 397.7375 459.0306 398.1906Q459.48373 398.64374 460.29623 398.65936L460.18686 399.7375Q458.9681 399.6281 458.3431 398.90936Q457.70248 398.175 457.70248 396.9406Q457.70248 395.70624 458.38998 394.9875Q459.07748 394.26874 460.0931 394.26874Q460.60873 394.26874 461.10873 394.4875Q461.5931 394.6906 462.1556 395.1906Q462.70248 395.675 463.6556 396.8Q464.45248 397.7531 464.74936 398.03436Q465.0306 398.3 465.31186 398.47186L465.31186 394.2531ZM464.07748 392.8L463.98373 391.6906Q464.79623 391.5656 465.20248 391.1281Q465.60873 390.675 465.60873 390.03436Q465.60873 389.28436 465.0306 388.7531Q464.45248 388.22186 463.51498 388.22186Q462.60873 388.22186 462.0931 388.7375Q461.56186 389.2375 461.56186 390.0656Q461.56186 390.5656 461.79623 390.9875Q462.0306 391.39374 462.38998 391.6281L462.26498 392.6125L457.85873 391.78436L457.85873 387.5031L458.85873 387.5031L458.85873 390.9406L461.17123 391.39374Q460.62436 390.6281 460.62436 389.78436Q460.62436 388.65936 461.4056 387.89374Q462.18686 387.1125 463.42123 387.1125Q464.57748 387.1125 465.43686 387.78436Q466.4681 388.6125 466.4681 390.03436Q466.4681 391.20624 465.81186 391.95624Q465.1556 392.6906 464.07748 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M479.6966 444.2531L480.71222 444.2531L480.71222 449.9406Q480.33722 449.9406 479.97784 449.8156Q479.39972 449.59686 478.83722 449.1281Q478.27472 448.64374 477.54034 447.7375Q476.3841 446.33124 475.71222 445.84686Q475.04034 445.34686 474.4466 445.34686Q473.8216 445.34686 473.39972 445.8Q472.96222 446.2531 472.96222 446.97186Q472.96222 447.7375 473.41534 448.1906Q473.86847 448.64374 474.68097 448.65936L474.5716 449.7375Q473.35284 449.6281 472.72784 448.90936Q472.08722 448.175 472.08722 446.9406Q472.08722 445.70624 472.77472 444.9875Q473.46222 444.26874 474.47784 444.26874Q474.99347 444.26874 475.49347 444.4875Q475.97784 444.6906 476.54034 445.1906Q477.08722 445.675 478.04034 446.8Q478.83722 447.7531 479.1341 448.03436Q479.41534 448.3 479.6966 448.47186L479.6966 444.2531ZM476.47784 442.8Q474.9466 442.8 474.02472 442.4875Q473.08722 442.175 472.58722 441.5656Q472.08722 440.9406 472.08722 440.0031Q472.08722 439.3156 472.36847 438.8Q472.64972 438.26874 473.18097 437.925Q473.6966 437.58124 474.4466 437.39374Q475.1966 437.20624 476.47784 437.20624Q477.99347 437.20624 478.91534 437.51874Q479.83722 437.8156 480.35284 438.4406Q480.85284 439.05 480.85284 440.0031Q480.85284 441.2375 479.96222 441.95624Q478.89972 442.8 476.47784 442.8ZM476.47784 441.72186Q478.58722 441.72186 479.29034 441.22186Q479.99347 440.72186 479.99347 440.0031Q479.99347 439.26874 479.29034 438.78436Q478.58722 438.28436 476.47784 438.28436Q474.35284 438.28436 473.66534 438.78436Q472.96222 439.26874 472.96222 440.01874Q472.96222 440.7375 473.5716 441.175Q474.35284 441.72186 476.47784 441.72186ZM479.6966 430.25308L480.71222 430.25308L480.71222 435.9406Q480.33722 435.9406 479.97784 435.8156Q479.39972 435.59686 478.83722 435.1281Q478.27472 434.64374 477.54034 433.7375Q476.3841 432.33124 475.71222 431.84686Q475.04034 431.34683 474.4466 431.34683Q473.8216 431.34683 473.39972 431.8Q472.96222 432.2531 472.96222 432.97186Q472.96222 433.7375 473.41534 434.1906Q473.86847 434.64374 474.68097 434.65936L474.5716 435.7375Q473.35284 435.6281 472.72784 434.90936Q472.08722 434.175 472.08722 432.9406Q472.08722 431.7062 472.77472 430.98746Q473.46222 430.2687 474.47784 430.2687Q474.99347 430.2687 475.49347 430.48746Q475.97784 430.69058 476.54034 431.19058Q477.08722 431.67496 478.04034 432.8Q478.83722 433.7531 479.1341 434.03436Q479.41534 434.3 479.6966 434.47186L479.6966 430.25308ZM480.71222 424.8312L480.71222 425.87808L473.99347 425.87808Q474.35284 426.2687 474.72784 426.8937Q475.08722 427.50308 475.2591 427.98746L474.24347 427.98746Q473.8216 427.11246 473.24347 426.4562Q472.64972 425.78433 472.08722 425.50308L472.08722 424.8312L480.71222 424.8312ZM478.1341 421.92496L477.0716 421.92496L477.0716 418.67496L478.1341 418.67496L478.1341 421.92496ZM476.47784 417.79996Q474.9466 417.79996 474.02472 417.48746Q473.08722 417.17496 472.58722 416.56558Q472.08722 415.94058 472.08722 415.00308Q472.08722 414.31558 472.36847 413.79996Q472.64972 413.2687 473.18097 412.92496Q473.6966 412.5812 474.4466 412.3937Q475.1966 412.2062 476.47784 412.2062Q477.99347 412.2062 478.91534 412.5187Q479.83722 412.81558 480.35284 413.44058Q480.85284 414.04996 480.85284 415.00308Q480.85284 416.23746 479.96222 416.9562Q478.89972 417.79996 476.47784 417.79996ZM476.47784 416.72183Q478.58722 416.72183 479.29034 416.22183Q479.99347 415.72183 479.99347 415.00308Q479.99347 414.2687 479.29034 413.78433Q478.58722 413.28433 476.47784 413.28433Q474.35284 413.28433 473.66534 413.78433Q472.96222 414.2687 472.96222 415.0187Q472.96222 415.73746 473.5716 416.17496Q474.35284 416.72183 476.47784 416.72183ZM474.22784 405.3312L474.30597 406.37808Q473.68097 406.5187 473.39972 406.7687Q472.9466 407.2062 472.9466 407.8312Q472.9466 408.3312 473.22784 408.72183Q473.60284 409.2062 474.30597 409.50308Q474.99347 409.78433 476.27472 409.79996Q475.6966 409.42496 475.41534 408.87808Q475.1341 408.31558 475.1341 407.7062Q475.1341 406.65933 475.91534 405.92496Q476.6966 405.17496 477.91534 405.17496Q478.72784 405.17496 479.43097 405.53433Q480.11847 405.87808 480.49347 406.48746Q480.85284 407.09683 480.85284 407.86246Q480.85284 409.19058 479.8841 410.0187Q478.91534 410.84683 476.6966 410.84683Q474.1966 410.84683 473.0716 409.92496Q472.08722 409.12808 472.08722 407.7687Q472.08722 406.75308 472.66534 406.11246Q473.22784 405.4562 474.22784 405.3312ZM477.93097 409.62808Q478.47784 409.62808 478.97784 409.40933Q479.46222 409.17496 479.72784 408.7687Q479.99347 408.34683 479.99347 407.87808Q479.99347 407.22183 479.46222 406.73746Q478.91534 406.25308 477.99347 406.25308Q477.10284 406.25308 476.58722 406.73746Q476.0716 407.2062 476.0716 407.92496Q476.0716 408.6437 476.58722 409.1437Q477.10284 409.62808 477.93097 409.62808ZM478.1341 403.92496L477.0716 403.92496L477.0716 400.67496L478.1341 400.67496L478.1341 403.92496ZM476.47784 399.79996Q474.9466 399.79996 474.02472 399.48746Q473.08722 399.17496 472.58722 398.56558Q472.08722 397.94058 472.08722 397.00308Q472.08722 396.31558 472.36847 395.79996Q472.64972 395.2687 473.18097 394.92496Q473.6966 394.5812 474.4466 394.3937Q475.1966 394.2062 476.47784 394.2062Q477.99347 394.2062 478.91534 394.5187Q479.83722 394.81558 480.35284 395.44058Q480.85284 396.04996 480.85284 397.00308Q480.85284 398.23746 479.96222 398.9562Q478.89972 399.79996 476.47784 399.79996ZM476.47784 398.72183Q478.58722 398.72183 479.29034 398.22183Q479.99347 397.72183 479.99347 397.00308Q479.99347 396.2687 479.29034 395.78433Q478.58722 395.28433 476.47784 395.28433Q474.35284 395.28433 473.66534 395.78433Q472.96222 396.2687 472.96222 397.0187Q472.96222 397.73746 473.5716 398.17496Q474.35284 398.72183 476.47784 398.72183ZM476.05597 391.17496Q475.80597 391.8312 475.36847 392.15933Q474.91534 392.47183 474.30597 392.47183Q473.36847 392.47183 472.72784 391.79996Q472.08722 391.11246 472.08722 390.00308Q472.08722 388.87808 472.74347 388.19058Q473.39972 387.50308 474.33722 387.50308Q474.93097 387.50308 475.36847 387.81558Q475.80597 388.12808 476.05597 388.7687Q476.30597 387.97183 476.8841 387.56558Q477.46222 387.15933 478.2591 387.15933Q479.35284 387.15933 480.10284 387.94058Q480.85284 388.7062 480.85284 389.98746Q480.85284 391.25308 480.10284 392.03433Q479.35284 392.81558 478.22784 392.81558Q477.3841 392.81558 476.8216 392.3937Q476.2591 391.9562 476.05597 391.17496ZM474.2591 391.3937Q474.86847 391.3937 475.2591 391.00308Q475.64972 390.59683 475.64972 389.97183Q475.64972 389.36246 475.27472 388.97183Q474.8841 388.5812 474.3216 388.5812Q473.74347 388.5812 473.35284 388.98746Q472.9466 389.3937 472.9466 389.98746Q472.9466 390.59683 473.33722 391.00308Q473.72784 391.3937 474.2591 391.3937ZM478.22784 391.72183Q478.68097 391.72183 479.10284 391.5187Q479.52472 391.29996 479.7591 390.87808Q479.99347 390.4562 479.99347 389.97183Q479.99347 389.22183 479.5091 388.73746Q479.02472 388.23746 478.27472 388.23746Q477.5091 388.23746 477.0091 388.73746Q476.5091 389.23746 476.5091 390.00308Q476.5091 390.75308 477.0091 391.23746Q477.49347 391.72183 478.22784 391.72183Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M494.08133 444.2531L495.09695 444.2531L495.09695 449.9406Q494.72195 449.9406 494.36258 449.8156Q493.78445 449.59686 493.22195 449.1281Q492.65945 448.64374 491.92508 447.7375Q490.76883 446.33124 490.09695 445.84686Q489.42508 445.34686 488.83133 445.34686Q488.20633 445.34686 487.78445 445.8Q487.34695 446.2531 487.34695 446.97186Q487.34695 447.7375 487.80008 448.1906Q488.2532 448.64374 489.0657 448.65936L488.95633 449.7375Q487.73758 449.6281 487.11258 448.90936Q486.47195 448.175 486.47195 446.9406Q486.47195 445.70624 487.15945 444.9875Q487.84695 444.26874 488.86258 444.26874Q489.3782 444.26874 489.8782 444.4875Q490.36258 444.6906 490.92508 445.1906Q491.47195 445.675 492.42508 446.8Q493.22195 447.7531 493.51883 448.03436Q493.80008 448.3 494.08133 448.47186L494.08133 444.2531ZM490.86258 442.8Q489.33133 442.8 488.40945 442.4875Q487.47195 442.175 486.97195 441.5656Q486.47195 440.9406 486.47195 440.0031Q486.47195 439.3156 486.7532 438.8Q487.03445 438.26874 487.5657 437.925Q488.08133 437.58124 488.83133 437.39374Q489.58133 437.20624 490.86258 437.20624Q492.3782 437.20624 493.30008 437.51874Q494.22195 437.8156 494.73758 438.4406Q495.23758 439.05 495.23758 440.0031Q495.23758 441.2375 494.34695 441.95624Q493.28445 442.8 490.86258 442.8ZM490.86258 441.72186Q492.97195 441.72186 493.67508 441.22186Q494.3782 440.72186 494.3782 440.0031Q494.3782 439.26874 493.67508 438.78436Q492.97195 438.28436 490.86258 438.28436Q488.73758 438.28436 488.05008 438.78436Q487.34695 439.26874 487.34695 440.01874Q487.34695 440.7375 487.95633 441.175Q488.73758 441.72186 490.86258 441.72186ZM494.08133 430.2531L495.09695 430.2531L495.09695 435.9406Q494.72195 435.9406 494.36258 435.8156Q493.78445 435.59686 493.22195 435.1281Q492.65945 434.64374 491.92508 433.7375Q490.76883 432.33124 490.09695 431.84686Q489.42508 431.34686 488.83133 431.34686Q488.20633 431.34686 487.78445 431.8Q487.34695 432.2531 487.34695 432.97186Q487.34695 433.7375 487.80008 434.1906Q488.2532 434.64374 489.0657 434.65936L488.95633 435.7375Q487.73758 435.6281 487.11258 434.90936Q486.47195 434.175 486.47195 432.9406Q486.47195 431.70624 487.15945 430.9875Q487.84695 430.26874 488.86258 430.26874Q489.3782 430.26874 489.8782 430.4875Q490.36258 430.6906 490.92508 431.1906Q491.47195 431.675 492.42508 432.8Q493.22195 433.7531 493.51883 434.03436Q493.80008 434.3 494.08133 434.47186L494.08133 430.2531ZM495.09695 424.83124L495.09695 425.8781L488.3782 425.8781Q488.73758 426.26874 489.11258 426.89374Q489.47195 427.5031 489.64383 427.9875L488.6282 427.9875Q488.20633 427.1125 487.6282 426.45624Q487.03445 425.78436 486.47195 425.5031L486.47195 424.83124L495.09695 424.83124ZM492.51883 421.925L491.45633 421.925L491.45633 418.675L492.51883 418.675L492.51883 421.925ZM490.86258 417.8Q489.33133 417.8 488.40945 417.4875Q487.47195 417.175 486.97195 416.5656Q486.47195 415.9406 486.47195 415.0031Q486.47195 414.3156 486.7532 413.8Q487.03445 413.26874 487.5657 412.925Q488.08133 412.58124 488.83133 412.39374Q489.58133 412.20624 490.86258 412.20624Q492.3782 412.20624 493.30008 412.51874Q494.22195 412.8156 494.73758 413.4406Q495.23758 414.05 495.23758 415.0031Q495.23758 416.2375 494.34695 416.95624Q493.28445 417.8 490.86258 417.8ZM490.86258 416.72186Q492.97195 416.72186 493.67508 416.22186Q494.3782 415.72186 494.3782 415.0031Q494.3782 414.26874 493.67508 413.78436Q492.97195 413.28436 490.86258 413.28436Q488.73758 413.28436 488.05008 413.78436Q487.34695 414.26874 487.34695 415.01874Q487.34695 415.7375 487.95633 416.175Q488.73758 416.72186 490.86258 416.72186ZM488.61258 405.33124L488.6907 406.3781Q488.0657 406.51874 487.78445 406.76874Q487.33133 407.20624 487.33133 407.83124Q487.33133 408.33124 487.61258 408.72186Q487.98758 409.20624 488.6907 409.5031Q489.3782 409.78436 490.65945 409.8Q490.08133 409.425 489.80008 408.8781Q489.51883 408.3156 489.51883 407.70624Q489.51883 406.65936 490.30008 405.925Q491.08133 405.175 492.30008 405.175Q493.11258 405.175 493.8157 405.53436Q494.5032 405.8781 494.8782 406.4875Q495.23758 407.09686 495.23758 407.8625Q495.23758 409.1906 494.26883 410.01874Q493.30008 410.84686 491.08133 410.84686Q488.58133 410.84686 487.45633 409.925Q486.47195 409.1281 486.47195 407.76874Q486.47195 406.7531 487.05008 406.1125Q487.61258 405.45624 488.61258 405.33124ZM492.3157 409.6281Q492.86258 409.6281 493.36258 409.40936Q493.84695 409.175 494.11258 408.76874Q494.3782 408.34686 494.3782 407.8781Q494.3782 407.22186 493.84695 406.7375Q493.30008 406.2531 492.3782 406.2531Q491.48758 406.2531 490.97195 406.7375Q490.45633 407.20624 490.45633 407.925Q490.45633 408.64374 490.97195 409.14374Q491.48758 409.6281 492.3157 409.6281ZM492.51883 403.925L491.45633 403.925L491.45633 400.675L492.51883 400.675L492.51883 403.925ZM494.08133 394.2531L495.09695 394.2531L495.09695 399.9406Q494.72195 399.9406 494.36258 399.8156Q493.78445 399.59686 493.22195 399.1281Q492.65945 398.64374 491.92508 397.7375Q490.76883 396.33124 490.09695 395.84686Q489.42508 395.34686 488.83133 395.34686Q488.20633 395.34686 487.78445 395.8Q487.34695 396.2531 487.34695 396.97186Q487.34695 397.7375 487.80008 398.1906Q488.2532 398.64374 489.0657 398.65936L488.95633 399.7375Q487.73758 399.6281 487.11258 398.90936Q486.47195 398.175 486.47195 396.9406Q486.47195 395.70624 487.15945 394.9875Q487.84695 394.26874 488.86258 394.26874Q489.3782 394.26874 489.8782 394.4875Q490.36258 394.6906 490.92508 395.1906Q491.47195 395.675 492.42508 396.8Q493.22195 397.7531 493.51883 398.03436Q493.80008 398.3 494.08133 398.47186L494.08133 394.2531ZM494.08133 387.2531L495.09695 387.2531L495.09695 392.9406Q494.72195 392.9406 494.36258 392.8156Q493.78445 392.59686 493.22195 392.1281Q492.65945 391.64374 491.92508 390.7375Q490.76883 389.33124 490.09695 388.84686Q489.42508 388.34686 488.83133 388.34686Q488.20633 388.34686 487.78445 388.8Q487.34695 389.2531 487.34695 389.97186Q487.34695 390.7375 487.80008 391.1906Q488.2532 391.64374 489.0657 391.65936L488.95633 392.7375Q487.73758 392.6281 487.11258 391.90936Q486.47195 391.175 486.47195 389.9406Q486.47195 388.70624 487.15945 387.9875Q487.84695 387.26874 488.86258 387.26874Q489.3782 387.26874 489.8782 387.4875Q490.36258 387.6906 490.92508 388.1906Q491.47195 388.675 492.42508 389.8Q493.22195 390.7531 493.51883 391.03436Q493.80008 391.3 494.08133 391.47186L494.08133 387.2531Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M508.4661 444.25314L509.48172 444.25314L509.48172 449.94064Q509.10672 449.94064 508.74734 449.81564Q508.16922 449.5969 507.60672 449.12814Q507.04422 448.64377 506.30984 447.73752Q505.1536 446.33127 504.48172 445.8469Q503.80984 445.3469 503.2161 445.3469Q502.5911 445.3469 502.16922 445.80002Q501.73172 446.25314 501.73172 446.9719Q501.73172 447.73752 502.18484 448.19064Q502.63797 448.64377 503.45047 448.6594L503.3411 449.73752Q502.12234 449.62814 501.49734 448.9094Q500.85672 448.17502 500.85672 446.94064Q500.85672 445.70627 501.54422 444.98752Q502.23172 444.26877 503.24734 444.26877Q503.76297 444.26877 504.26297 444.48752Q504.74734 444.69064 505.30984 445.19064Q505.85672 445.67502 506.80984 446.80002Q507.60672 447.75314 507.9036 448.0344Q508.18484 448.30002 508.4661 448.4719L508.4661 444.25314ZM505.24734 442.80002Q503.7161 442.80002 502.79422 442.48752Q501.85672 442.17502 501.35672 441.56564Q500.85672 440.94064 500.85672 440.00314Q500.85672 439.31564 501.13797 438.80002Q501.41922 438.26877 501.95047 437.92502Q502.4661 437.58127 503.2161 437.39377Q503.9661 437.20627 505.24734 437.20627Q506.76297 437.20627 507.68484 437.51877Q508.60672 437.81564 509.12234 438.44064Q509.62234 439.05002 509.62234 440.00314Q509.62234 441.23752 508.73172 441.95627Q507.66922 442.80002 505.24734 442.80002ZM505.24734 441.7219Q507.35672 441.7219 508.05984 441.2219Q508.76297 440.7219 508.76297 440.00314Q508.76297 439.26877 508.05984 438.7844Q507.35672 438.2844 505.24734 438.2844Q503.12234 438.2844 502.43484 438.7844Q501.73172 439.26877 501.73172 440.01877Q501.73172 440.73752 502.3411 441.17502Q503.12234 441.7219 505.24734 441.7219ZM508.4661 430.25314L509.48172 430.25314L509.48172 435.94064Q509.10672 435.94064 508.74734 435.81564Q508.16922 435.5969 507.60672 435.12814Q507.04422 434.64377 506.30984 433.73752Q505.1536 432.33127 504.48172 431.8469Q503.80984 431.3469 503.2161 431.3469Q502.5911 431.3469 502.16922 431.80002Q501.73172 432.25314 501.73172 432.9719Q501.73172 433.73752 502.18484 434.19064Q502.63797 434.64377 503.45047 434.6594L503.3411 435.73752Q502.12234 435.62814 501.49734 434.9094Q500.85672 434.17502 500.85672 432.94064Q500.85672 431.70627 501.54422 430.98752Q502.23172 430.26877 503.24734 430.26877Q503.76297 430.26877 504.26297 430.48752Q504.74734 430.69064 505.30984 431.19064Q505.85672 431.67502 506.80984 432.80002Q507.60672 433.75314 507.9036 434.0344Q508.18484 434.30002 508.4661 434.4719L508.4661 430.25314ZM509.48172 424.83127L509.48172 425.87814L502.76297 425.87814Q503.12234 426.26877 503.49734 426.89377Q503.85672 427.50314 504.0286 427.98752L503.01297 427.98752Q502.5911 427.11252 502.01297 426.45627Q501.41922 425.7844 500.85672 425.50314L500.85672 424.83127L509.48172 424.83127ZM506.9036 421.92502L505.8411 421.92502L505.8411 418.67502L506.9036 418.67502L506.9036 421.92502ZM505.24734 417.80002Q503.7161 417.80002 502.79422 417.48752Q501.85672 417.17502 501.35672 416.56564Q500.85672 415.94064 500.85672 415.00314Q500.85672 414.31564 501.13797 413.80002Q501.41922 413.26877 501.95047 412.92502Q502.4661 412.58127 503.2161 412.39377Q503.9661 412.20627 505.24734 412.20627Q506.76297 412.20627 507.68484 412.51877Q508.60672 412.81564 509.12234 413.44064Q509.62234 414.05002 509.62234 415.00314Q509.62234 416.23752 508.73172 416.95627Q507.66922 417.80002 505.24734 417.80002ZM505.24734 416.7219Q507.35672 416.7219 508.05984 416.2219Q508.76297 415.7219 508.76297 415.00314Q508.76297 414.26877 508.05984 413.7844Q507.35672 413.2844 505.24734 413.2844Q503.12234 413.2844 502.43484 413.7844Q501.73172 414.26877 501.73172 415.01877Q501.73172 415.73752 502.3411 416.17502Q503.12234 416.7219 505.24734 416.7219ZM502.01297 410.73752L500.99734 410.73752L500.99734 405.17502L501.82547 405.17502Q502.70047 405.98752 504.1536 406.80002Q505.5911 407.5969 507.12234 408.0344Q508.20047 408.36252 509.48172 408.44064L509.48172 409.5344Q508.4661 409.51877 507.0286 409.14377Q505.5911 408.75314 504.26297 408.05002Q502.93484 407.33127 502.01297 406.51877L502.01297 410.73752ZM506.9036 403.92502L505.8411 403.92502L505.8411 400.67502L506.9036 400.67502L506.9036 403.92502ZM505.24734 399.80002Q503.7161 399.80002 502.79422 399.48752Q501.85672 399.17502 501.35672 398.56564Q500.85672 397.94064 500.85672 397.00314Q500.85672 396.31564 501.13797 395.80002Q501.41922 395.26877 501.95047 394.92502Q502.4661 394.58127 503.2161 394.39377Q503.9661 394.20627 505.24734 394.20627Q506.76297 394.20627 507.68484 394.51877Q508.60672 394.81564 509.12234 395.44064Q509.62234 396.05002 509.62234 397.00314Q509.62234 398.23752 508.73172 398.95627Q507.66922 399.80002 505.24734 399.80002ZM505.24734 398.7219Q507.35672 398.7219 508.05984 398.2219Q508.76297 397.7219 508.76297 397.00314Q508.76297 396.26877 508.05984 395.7844Q507.35672 395.2844 505.24734 395.2844Q503.12234 395.2844 502.43484 395.7844Q501.73172 396.26877 501.73172 397.01877Q501.73172 397.73752 502.3411 398.17502Q503.12234 398.7219 505.24734 398.7219ZM502.99734 387.33127L503.07547 388.37814Q502.45047 388.51877 502.16922 388.76877Q501.7161 389.20627 501.7161 389.83127Q501.7161 390.33127 501.99734 390.7219Q502.37234 391.20627 503.07547 391.50314Q503.76297 391.7844 505.04422 391.80002Q504.4661 391.42502 504.18484 390.87814Q503.9036 390.31564 503.9036 389.70627Q503.9036 388.6594 504.68484 387.92502Q505.4661 387.17502 506.68484 387.17502Q507.49734 387.17502 508.20047 387.5344Q508.88797 387.87814 509.26297 388.48752Q509.62234 389.0969 509.62234 389.86252Q509.62234 391.19064 508.6536 392.01877Q507.68484 392.8469 505.4661 392.8469Q502.9661 392.8469 501.8411 391.92502Q500.85672 391.12814 500.85672 389.76877Q500.85672 388.75314 501.43484 388.11252Q501.99734 387.45627 502.99734 387.33127ZM506.70047 391.62814Q507.24734 391.62814 507.74734 391.4094Q508.23172 391.17502 508.49734 390.76877Q508.76297 390.3469 508.76297 389.87814Q508.76297 389.2219 508.23172 388.73752Q507.68484 388.25314 506.76297 388.25314Q505.87234 388.25314 505.35672 388.73752Q504.8411 389.20627 504.8411 389.92502Q504.8411 390.64377 505.35672 391.14377Q505.87234 391.62814 506.70047 391.62814Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M522.8508 444.2531L523.86646 444.2531L523.86646 449.9406Q523.49146 449.9406 523.1321 449.8156Q522.55396 449.59686 521.99146 449.1281Q521.42896 448.64374 520.6946 447.7375Q519.5383 446.33124 518.86646 445.84686Q518.1946 445.34686 517.6008 445.34686Q516.9758 445.34686 516.55396 445.8Q516.11646 446.2531 516.11646 446.97186Q516.11646 447.7375 516.5696 448.1906Q517.0227 448.64374 517.8352 448.65936L517.7258 449.7375Q516.5071 449.6281 515.8821 448.90936Q515.24146 448.175 515.24146 446.9406Q515.24146 445.70624 515.92896 444.9875Q516.61646 444.26874 517.6321 444.26874Q518.1477 444.26874 518.6477 444.4875Q519.1321 444.6906 519.6946 445.1906Q520.24146 445.675 521.1946 446.8Q521.99146 447.7531 522.2883 448.03436Q522.5696 448.3 522.8508 448.47186L522.8508 444.2531ZM519.6321 442.8Q518.1008 442.8 517.17896 442.4875Q516.24146 442.175 515.74146 441.5656Q515.24146 440.9406 515.24146 440.0031Q515.24146 439.3156 515.5227 438.8Q515.80396 438.26874 516.3352 437.925Q516.8508 437.58124 517.6008 437.39374Q518.3508 437.20624 519.6321 437.20624Q521.1477 437.20624 522.0696 437.51874Q522.99146 437.8156 523.5071 438.4406Q524.0071 439.05 524.0071 440.0031Q524.0071 441.2375 523.11646 441.95624Q522.05396 442.8 519.6321 442.8ZM519.6321 441.72186Q521.74146 441.72186 522.4446 441.22186Q523.1477 440.72186 523.1477 440.0031Q523.1477 439.26874 522.4446 438.78436Q521.74146 438.28436 519.6321 438.28436Q517.5071 438.28436 516.8196 438.78436Q516.11646 439.26874 516.11646 440.01874Q516.11646 440.7375 516.7258 441.175Q517.5071 441.72186 519.6321 441.72186ZM522.8508 430.2531L523.86646 430.2531L523.86646 435.9406Q523.49146 435.9406 523.1321 435.8156Q522.55396 435.59686 521.99146 435.1281Q521.42896 434.64374 520.6946 433.7375Q519.5383 432.33124 518.86646 431.84686Q518.1946 431.34686 517.6008 431.34686Q516.9758 431.34686 516.55396 431.8Q516.11646 432.2531 516.11646 432.97186Q516.11646 433.7375 516.5696 434.1906Q517.0227 434.64374 517.8352 434.65936L517.7258 435.7375Q516.5071 435.6281 515.8821 434.90936Q515.24146 434.175 515.24146 432.9406Q515.24146 431.70624 515.92896 430.9875Q516.61646 430.26874 517.6321 430.26874Q518.1477 430.26874 518.6477 430.4875Q519.1321 430.6906 519.6946 431.1906Q520.24146 431.675 521.1946 432.8Q521.99146 433.7531 522.2883 434.03436Q522.5696 434.3 522.8508 434.47186L522.8508 430.2531ZM523.86646 424.83124L523.86646 425.8781L517.1477 425.8781Q517.5071 426.26874 517.8821 426.89374Q518.24146 427.5031 518.4133 427.9875L517.3977 427.9875Q516.9758 427.1125 516.3977 426.45624Q515.80396 425.78436 515.24146 425.5031L515.24146 424.83124L523.86646 424.83124ZM521.2883 421.925L520.2258 421.925L520.2258 418.675L521.2883 418.675L521.2883 421.925ZM519.6321 417.8Q518.1008 417.8 517.17896 417.4875Q516.24146 417.175 515.74146 416.5656Q515.24146 415.9406 515.24146 415.0031Q515.24146 414.3156 515.5227 413.8Q515.80396 413.26874 516.3352 412.925Q516.8508 412.58124 517.6008 412.39374Q518.3508 412.20624 519.6321 412.20624Q521.1477 412.20624 522.0696 412.51874Q522.99146 412.8156 523.5071 413.4406Q524.0071 414.05 524.0071 415.0031Q524.0071 416.2375 523.11646 416.95624Q522.05396 417.8 519.6321 417.8ZM519.6321 416.72186Q521.74146 416.72186 522.4446 416.22186Q523.1477 415.72186 523.1477 415.0031Q523.1477 414.26874 522.4446 413.78436Q521.74146 413.28436 519.6321 413.28436Q517.5071 413.28436 516.8196 413.78436Q516.11646 414.26874 516.11646 415.01874Q516.11646 415.7375 516.7258 416.175Q517.5071 416.72186 519.6321 416.72186ZM516.3977 410.7375L515.3821 410.7375L515.3821 405.175L516.2102 405.175Q517.0852 405.9875 518.5383 406.8Q519.9758 407.59686 521.5071 408.03436Q522.5852 408.3625 523.86646 408.4406L523.86646 409.53436Q522.8508 409.51874 521.4133 409.14374Q519.9758 408.7531 518.6477 408.05Q517.3196 407.33124 516.3977 406.51874L516.3977 410.7375ZM521.2883 403.925L520.2258 403.925L520.2258 400.675L521.2883 400.675L521.2883 403.925ZM522.8508 394.2531L523.86646 394.2531L523.86646 399.9406Q523.49146 399.9406 523.1321 399.8156Q522.55396 399.59686 521.99146 399.1281Q521.42896 398.64374 520.6946 397.7375Q519.5383 396.33124 518.86646 395.84686Q518.1946 395.34686 517.6008 395.34686Q516.9758 395.34686 516.55396 395.8Q516.11646 396.2531 516.11646 396.97186Q516.11646 397.7375 516.5696 398.1906Q517.0227 398.64374 517.8352 398.65936L517.7258 399.7375Q516.5071 399.6281 515.8821 398.90936Q515.24146 398.175 515.24146 396.9406Q515.24146 395.70624 515.92896 394.9875Q516.61646 394.26874 517.6321 394.26874Q518.1477 394.26874 518.6477 394.4875Q519.1321 394.6906 519.6946 395.1906Q520.24146 395.675 521.1946 396.8Q521.99146 397.7531 522.2883 398.03436Q522.5696 398.3 522.8508 398.47186L522.8508 394.2531ZM519.6321 392.8Q518.1008 392.8 517.17896 392.4875Q516.24146 392.175 515.74146 391.5656Q515.24146 390.9406 515.24146 390.0031Q515.24146 389.3156 515.5227 388.8Q515.80396 388.26874 516.3352 387.925Q516.8508 387.58124 517.6008 387.39374Q518.3508 387.20624 519.6321 387.20624Q521.1477 387.20624 522.0696 387.51874Q522.99146 387.8156 523.5071 388.4406Q524.0071 389.05 524.0071 390.0031Q524.0071 391.2375 523.11646 391.95624Q522.05396 392.8 519.6321 392.8ZM519.6321 391.72186Q521.74146 391.72186 522.4446 391.22186Q523.1477 390.72186 523.1477 390.0031Q523.1477 389.26874 522.4446 388.78436Q521.74146 388.28436 519.6321 388.28436Q517.5071 388.28436 516.8196 388.78436Q516.11646 389.26874 516.11646 390.01874Q516.11646 390.7375 516.7258 391.175Q517.5071 391.72186 519.6321 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M537.23553 444.25308L538.25116 444.25308L538.25116 449.94058Q537.87616 449.94058 537.5168 449.81558Q536.93866 449.59683 536.37616 449.12808Q535.81366 448.6437 535.0793 447.73746Q533.92303 446.3312 533.25116 445.84683Q532.5793 445.34683 531.98553 445.34683Q531.36053 445.34683 530.93866 445.79996Q530.50116 446.25308 530.50116 446.97183Q530.50116 447.73746 530.9543 448.19058Q531.4074 448.6437 532.2199 448.65933L532.11053 449.73746Q530.8918 449.62808 530.2668 448.90933Q529.62616 448.17496 529.62616 446.94058Q529.62616 445.7062 530.31366 444.98746Q531.00116 444.2687 532.0168 444.2687Q532.5324 444.2687 533.0324 444.48746Q533.5168 444.69058 534.0793 445.19058Q534.62616 445.67496 535.5793 446.79996Q536.37616 447.75308 536.67303 448.03433Q536.9543 448.29996 537.23553 448.47183L537.23553 444.25308ZM534.0168 442.79996Q532.48553 442.79996 531.56366 442.48746Q530.62616 442.17496 530.12616 441.56558Q529.62616 440.94058 529.62616 440.00308Q529.62616 439.31558 529.9074 438.79996Q530.18866 438.2687 530.7199 437.92496Q531.23553 437.5812 531.98553 437.3937Q532.73553 437.2062 534.0168 437.2062Q535.5324 437.2062 536.4543 437.5187Q537.37616 437.81558 537.8918 438.44058Q538.3918 439.04996 538.3918 440.00308Q538.3918 441.23746 537.50116 441.9562Q536.43866 442.79996 534.0168 442.79996ZM534.0168 441.72183Q536.12616 441.72183 536.8293 441.22183Q537.5324 440.72183 537.5324 440.00308Q537.5324 439.2687 536.8293 438.78433Q536.12616 438.28433 534.0168 438.28433Q531.8918 438.28433 531.2043 438.78433Q530.50116 439.2687 530.50116 440.0187Q530.50116 440.73746 531.11053 441.17496Q531.8918 441.72183 534.0168 441.72183ZM537.23553 430.25308L538.25116 430.25308L538.25116 435.94058Q537.87616 435.94058 537.5168 435.81558Q536.93866 435.59683 536.37616 435.12808Q535.81366 434.6437 535.0793 433.73746Q533.92303 432.3312 533.25116 431.84683Q532.5793 431.34683 531.98553 431.34683Q531.36053 431.34683 530.93866 431.79996Q530.50116 432.25308 530.50116 432.97183Q530.50116 433.73746 530.9543 434.19058Q531.4074 434.6437 532.2199 434.65933L532.11053 435.73746Q530.8918 435.62808 530.2668 434.90933Q529.62616 434.17496 529.62616 432.94058Q529.62616 431.7062 530.31366 430.98746Q531.00116 430.2687 532.0168 430.2687Q532.5324 430.2687 533.0324 430.48746Q533.5168 430.69058 534.0793 431.19058Q534.62616 431.67496 535.5793 432.79996Q536.37616 433.75308 536.67303 434.03433Q536.9543 434.29996 537.23553 434.47183L537.23553 430.25308ZM538.25116 424.8312L538.25116 425.87808L531.5324 425.87808Q531.8918 426.2687 532.2668 426.8937Q532.62616 427.50308 532.79803 427.98746L531.7824 427.98746Q531.36053 427.11246 530.7824 426.4562Q530.18866 425.78433 529.62616 425.50308L529.62616 424.8312L538.25116 424.8312ZM535.67303 421.92496L534.61053 421.92496L534.61053 418.67496L535.67303 418.67496L535.67303 421.92496ZM534.0168 417.79996Q532.48553 417.79996 531.56366 417.48746Q530.62616 417.17496 530.12616 416.56558Q529.62616 415.94058 529.62616 415.00308Q529.62616 414.31558 529.9074 413.79996Q530.18866 413.2687 530.7199 412.92496Q531.23553 412.5812 531.98553 412.3937Q532.73553 412.2062 534.0168 412.2062Q535.5324 412.2062 536.4543 412.5187Q537.37616 412.81558 537.8918 413.44058Q538.3918 414.04996 538.3918 415.00308Q538.3918 416.23746 537.50116 416.9562Q536.43866 417.79996 534.0168 417.79996ZM534.0168 416.72183Q536.12616 416.72183 536.8293 416.22183Q537.5324 415.72183 537.5324 415.00308Q537.5324 414.2687 536.8293 413.78433Q536.12616 413.28433 534.0168 413.28433Q531.8918 413.28433 531.2043 413.78433Q530.50116 414.2687 530.50116 415.0187Q530.50116 415.73746 531.11053 416.17496Q531.8918 416.72183 534.0168 416.72183ZM533.5949 409.17496Q533.3449 409.8312 532.9074 410.15933Q532.4543 410.47183 531.8449 410.47183Q530.9074 410.47183 530.2668 409.79996Q529.62616 409.11246 529.62616 408.00308Q529.62616 406.87808 530.2824 406.19058Q530.93866 405.50308 531.87616 405.50308Q532.4699 405.50308 532.9074 405.81558Q533.3449 406.12808 533.5949 406.7687Q533.8449 405.97183 534.42303 405.56558Q535.00116 405.15933 535.79803 405.15933Q536.8918 405.15933 537.6418 405.94058Q538.3918 406.7062 538.3918 407.98746Q538.3918 409.25308 537.6418 410.03433Q536.8918 410.81558 535.7668 410.81558Q534.92303 410.81558 534.36053 410.3937Q533.79803 409.9562 533.5949 409.17496ZM531.79803 409.3937Q532.4074 409.3937 532.79803 409.00308Q533.18866 408.59683 533.18866 407.97183Q533.18866 407.36246 532.81366 406.97183Q532.42303 406.5812 531.86053 406.5812Q531.2824 406.5812 530.8918 406.98746Q530.48553 407.3937 530.48553 407.98746Q530.48553 408.59683 530.87616 409.00308Q531.2668 409.3937 531.79803 409.3937ZM535.7668 409.72183Q536.2199 409.72183 536.6418 409.5187Q537.06366 409.29996 537.29803 408.87808Q537.5324 408.4562 537.5324 407.97183Q537.5324 407.22183 537.04803 406.73746Q536.56366 406.23746 535.81366 406.23746Q535.04803 406.23746 534.54803 406.73746Q534.04803 407.23746 534.04803 408.00308Q534.04803 408.75308 534.54803 409.23746Q535.0324 409.72183 535.7668 409.72183ZM535.67303 403.92496L534.61053 403.92496L534.61053 400.67496L535.67303 400.67496L535.67303 403.92496ZM534.0168 399.79996Q532.48553 399.79996 531.56366 399.48746Q530.62616 399.17496 530.12616 398.56558Q529.62616 397.94058 529.62616 397.00308Q529.62616 396.31558 529.9074 395.79996Q530.18866 395.2687 530.7199 394.92496Q531.23553 394.5812 531.98553 394.3937Q532.73553 394.2062 534.0168 394.2062Q535.5324 394.2062 536.4543 394.5187Q537.37616 394.81558 537.8918 395.44058Q538.3918 396.04996 538.3918 397.00308Q538.3918 398.23746 537.50116 398.9562Q536.43866 399.79996 534.0168 399.79996ZM534.0168 398.72183Q536.12616 398.72183 536.8293 398.22183Q537.5324 397.72183 537.5324 397.00308Q537.5324 396.2687 536.8293 395.78433Q536.12616 395.28433 534.0168 395.28433Q531.8918 395.28433 531.2043 395.78433Q530.50116 396.2687 530.50116 397.0187Q530.50116 397.73746 531.11053 398.17496Q531.8918 398.72183 534.0168 398.72183ZM535.98553 392.79996L535.8449 391.73746Q536.73553 391.56558 537.1418 391.12808Q537.5324 390.69058 537.5324 390.06558Q537.5324 389.31558 537.0168 388.79996Q536.50116 388.28433 535.73553 388.28433Q535.0168 388.28433 534.54803 388.7687Q534.06366 389.23746 534.06366 389.97183Q534.06366 390.2687 534.18866 390.72183L533.25116 390.59683Q533.2668 390.48746 533.2668 390.42496Q533.2668 389.75308 532.92303 389.22183Q532.56366 388.67496 531.8293 388.67496Q531.25116 388.67496 530.87616 389.06558Q530.48553 389.4562 530.48553 390.0812Q530.48553 390.69058 530.87616 391.11246Q531.2668 391.5187 532.0324 391.62808L531.8449 392.69058Q530.79803 392.50308 530.2199 391.81558Q529.62616 391.12808 529.62616 390.11246Q529.62616 389.40933 529.93866 388.81558Q530.23553 388.22183 530.75116 387.90933Q531.2668 387.59683 531.86053 387.59683Q532.4074 387.59683 532.87616 387.8937Q533.3293 388.19058 533.5949 388.7687Q533.7668 388.0187 534.3293 387.59683Q534.87616 387.17496 535.7199 387.17496Q536.8449 387.17496 537.62616 388.00308Q538.4074 388.81558 538.4074 390.06558Q538.4074 391.19058 537.73553 391.94058Q537.04803 392.69058 535.98553 392.79996Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M551.6203 444.25314L552.6359 444.25314L552.6359 449.94064Q552.2609 449.94064 551.90155 449.81564Q551.3234 449.5969 550.7609 449.12814Q550.1984 448.64377 549.46405 447.73752Q548.3078 446.33127 547.6359 445.8469Q546.96405 445.3469 546.3703 445.3469Q545.7453 445.3469 545.3234 445.80002Q544.8859 446.25314 544.8859 446.9719Q544.8859 447.73752 545.33905 448.19064Q545.7922 448.64377 546.6047 448.6594L546.4953 449.73752Q545.27655 449.62814 544.65155 448.9094Q544.0109 448.17502 544.0109 446.94064Q544.0109 445.70627 544.6984 444.98752Q545.3859 444.26877 546.40155 444.26877Q546.9172 444.26877 547.4172 444.48752Q547.90155 444.69064 548.46405 445.19064Q549.0109 445.67502 549.96405 446.80002Q550.7609 447.75314 551.0578 448.0344Q551.33905 448.30002 551.6203 448.4719L551.6203 444.25314ZM548.40155 442.80002Q546.8703 442.80002 545.9484 442.48752Q545.0109 442.17502 544.5109 441.56564Q544.0109 440.94064 544.0109 440.00314Q544.0109 439.31564 544.2922 438.80002Q544.5734 438.26877 545.1047 437.92502Q545.6203 437.58127 546.3703 437.39377Q547.1203 437.20627 548.40155 437.20627Q549.9172 437.20627 550.83905 437.51877Q551.7609 437.81564 552.27655 438.44064Q552.77655 439.05002 552.77655 440.00314Q552.77655 441.23752 551.8859 441.95627Q550.8234 442.80002 548.40155 442.80002ZM548.40155 441.7219Q550.5109 441.7219 551.21405 441.2219Q551.9172 440.7219 551.9172 440.00314Q551.9172 439.26877 551.21405 438.7844Q550.5109 438.2844 548.40155 438.2844Q546.27655 438.2844 545.58905 438.7844Q544.8859 439.26877 544.8859 440.01877Q544.8859 440.73752 545.4953 441.17502Q546.27655 441.7219 548.40155 441.7219ZM551.6203 430.25314L552.6359 430.25314L552.6359 435.94064Q552.2609 435.94064 551.90155 435.81564Q551.3234 435.5969 550.7609 435.12814Q550.1984 434.64377 549.46405 433.73752Q548.3078 432.33127 547.6359 431.8469Q546.96405 431.3469 546.3703 431.3469Q545.7453 431.3469 545.3234 431.80002Q544.8859 432.25314 544.8859 432.9719Q544.8859 433.73752 545.33905 434.19064Q545.7922 434.64377 546.6047 434.6594L546.4953 435.73752Q545.27655 435.62814 544.65155 434.9094Q544.0109 434.17502 544.0109 432.94064Q544.0109 431.70627 544.6984 430.98752Q545.3859 430.26877 546.40155 430.26877Q546.9172 430.26877 547.4172 430.48752Q547.90155 430.69064 548.46405 431.19064Q549.0109 431.67502 549.96405 432.80002Q550.7609 433.75314 551.0578 434.0344Q551.33905 434.30002 551.6203 434.4719L551.6203 430.25314ZM552.6359 424.83127L552.6359 425.87814L545.9172 425.87814Q546.27655 426.26877 546.65155 426.89377Q547.0109 427.50314 547.1828 427.98752L546.1672 427.98752Q545.7453 427.11252 545.1672 426.45627Q544.5734 425.7844 544.0109 425.50314L544.0109 424.83127L552.6359 424.83127ZM550.0578 421.92502L548.9953 421.92502L548.9953 418.67502L550.0578 418.67502L550.0578 421.92502ZM548.40155 417.80002Q546.8703 417.80002 545.9484 417.48752Q545.0109 417.17502 544.5109 416.56564Q544.0109 415.94064 544.0109 415.00314Q544.0109 414.31564 544.2922 413.80002Q544.5734 413.26877 545.1047 412.92502Q545.6203 412.58127 546.3703 412.39377Q547.1203 412.20627 548.40155 412.20627Q549.9172 412.20627 550.83905 412.51877Q551.7609 412.81564 552.27655 413.44064Q552.77655 414.05002 552.77655 415.00314Q552.77655 416.23752 551.8859 416.95627Q550.8234 417.80002 548.40155 417.80002ZM548.40155 416.7219Q550.5109 416.7219 551.21405 416.2219Q551.9172 415.7219 551.9172 415.00314Q551.9172 414.26877 551.21405 413.7844Q550.5109 413.2844 548.40155 413.2844Q546.27655 413.2844 545.58905 413.7844Q544.8859 414.26877 544.8859 415.01877Q544.8859 415.73752 545.4953 416.17502Q546.27655 416.7219 548.40155 416.7219ZM547.9797 409.17502Q547.7297 409.83127 547.2922 410.1594Q546.83905 410.4719 546.2297 410.4719Q545.2922 410.4719 544.65155 409.80002Q544.0109 409.11252 544.0109 408.00314Q544.0109 406.87814 544.6672 406.19064Q545.3234 405.50314 546.2609 405.50314Q546.8547 405.50314 547.2922 405.81564Q547.7297 406.12814 547.9797 406.76877Q548.2297 405.9719 548.8078 405.56564Q549.3859 405.1594 550.1828 405.1594Q551.27655 405.1594 552.02655 405.94064Q552.77655 406.70627 552.77655 407.98752Q552.77655 409.25314 552.02655 410.0344Q551.27655 410.81564 550.15155 410.81564Q549.3078 410.81564 548.7453 410.39377Q548.1828 409.95627 547.9797 409.17502ZM546.1828 409.39377Q546.7922 409.39377 547.1828 409.00314Q547.5734 408.5969 547.5734 407.9719Q547.5734 407.36252 547.1984 406.9719Q546.8078 406.58127 546.2453 406.58127Q545.6672 406.58127 545.27655 406.98752Q544.8703 407.39377 544.8703 407.98752Q544.8703 408.5969 545.2609 409.00314Q545.65155 409.39377 546.1828 409.39377ZM550.15155 409.7219Q550.6047 409.7219 551.02655 409.51877Q551.4484 409.30002 551.6828 408.87814Q551.9172 408.45627 551.9172 407.9719Q551.9172 407.2219 551.4328 406.73752Q550.9484 406.23752 550.1984 406.23752Q549.4328 406.23752 548.9328 406.73752Q548.4328 407.23752 548.4328 408.00314Q548.4328 408.75314 548.9328 409.23752Q549.4172 409.7219 550.15155 409.7219ZM550.0578 403.92502L548.9953 403.92502L548.9953 400.67502L550.0578 400.67502L550.0578 403.92502ZM552.6359 395.83127L552.6359 396.87814L545.9172 396.87814Q546.27655 397.26877 546.65155 397.89377Q547.0109 398.50314 547.1828 398.98752L546.1672 398.98752Q545.7453 398.11252 545.1672 397.45627Q544.5734 396.7844 544.0109 396.50314L544.0109 395.83127L552.6359 395.83127ZM545.1672 392.73752L544.15155 392.73752L544.15155 387.17502L544.9797 387.17502Q545.8547 387.98752 547.3078 388.80002Q548.7453 389.5969 550.27655 390.0344Q551.3547 390.36252 552.6359 390.44064L552.6359 391.5344Q551.6203 391.51877 550.1828 391.14377Q548.7453 390.75314 547.4172 390.05002Q546.08905 389.33127 545.1672 388.51877L545.1672 392.73752Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M566.005 444.2531L567.0206 444.2531L567.0206 449.9406Q566.6456 449.9406 566.28625 449.8156Q565.7081 449.59686 565.1456 449.1281Q564.5831 448.64374 563.84875 447.7375Q562.6925 446.33124 562.0206 445.84686Q561.34875 445.34686 560.755 445.34686Q560.13 445.34686 559.7081 445.8Q559.2706 446.2531 559.2706 446.97186Q559.2706 447.7375 559.72375 448.1906Q560.1769 448.64374 560.9894 448.65936L560.88 449.7375Q559.66125 449.6281 559.03625 448.90936Q558.3956 448.175 558.3956 446.9406Q558.3956 445.70624 559.0831 444.9875Q559.7706 444.26874 560.78625 444.26874Q561.3019 444.26874 561.8019 444.4875Q562.28625 444.6906 562.84875 445.1906Q563.3956 445.675 564.34875 446.8Q565.1456 447.7531 565.4425 448.03436Q565.72375 448.3 566.005 448.47186L566.005 444.2531ZM562.78625 442.8Q561.255 442.8 560.3331 442.4875Q559.3956 442.175 558.8956 441.5656Q558.3956 440.9406 558.3956 440.0031Q558.3956 439.3156 558.6769 438.8Q558.9581 438.26874 559.4894 437.925Q560.005 437.58124 560.755 437.39374Q561.505 437.20624 562.78625 437.20624Q564.3019 437.20624 565.22375 437.51874Q566.1456 437.8156 566.66125 438.4406Q567.16125 439.05 567.16125 440.0031Q567.16125 441.2375 566.2706 441.95624Q565.2081 442.8 562.78625 442.8ZM562.78625 441.72186Q564.8956 441.72186 565.59875 441.22186Q566.3019 440.72186 566.3019 440.0031Q566.3019 439.26874 565.59875 438.78436Q564.8956 438.28436 562.78625 438.28436Q560.66125 438.28436 559.97375 438.78436Q559.2706 439.26874 559.2706 440.01874Q559.2706 440.7375 559.88 441.175Q560.66125 441.72186 562.78625 441.72186ZM566.005 430.2531L567.0206 430.2531L567.0206 435.9406Q566.6456 435.9406 566.28625 435.8156Q565.7081 435.59686 565.1456 435.1281Q564.5831 434.64374 563.84875 433.7375Q562.6925 432.33124 562.0206 431.84686Q561.34875 431.34686 560.755 431.34686Q560.13 431.34686 559.7081 431.8Q559.2706 432.2531 559.2706 432.97186Q559.2706 433.7375 559.72375 434.1906Q560.1769 434.64374 560.9894 434.65936L560.88 435.7375Q559.66125 435.6281 559.03625 434.90936Q558.3956 434.175 558.3956 432.9406Q558.3956 431.70624 559.0831 430.9875Q559.7706 430.26874 560.78625 430.26874Q561.3019 430.26874 561.8019 430.4875Q562.28625 430.6906 562.84875 431.1906Q563.3956 431.675 564.34875 432.8Q565.1456 433.7531 565.4425 434.03436Q565.72375 434.3 566.005 434.47186L566.005 430.2531ZM567.0206 424.83124L567.0206 425.8781L560.3019 425.8781Q560.66125 426.26874 561.03625 426.89374Q561.3956 427.5031 561.5675 427.9875L560.5519 427.9875Q560.13 427.1125 559.5519 426.45624Q558.9581 425.78436 558.3956 425.5031L558.3956 424.83124L567.0206 424.83124ZM564.4425 421.925L563.38 421.925L563.38 418.675L564.4425 418.675L564.4425 421.925ZM562.78625 417.8Q561.255 417.8 560.3331 417.4875Q559.3956 417.175 558.8956 416.5656Q558.3956 415.9406 558.3956 415.0031Q558.3956 414.3156 558.6769 413.8Q558.9581 413.26874 559.4894 412.925Q560.005 412.58124 560.755 412.39374Q561.505 412.20624 562.78625 412.20624Q564.3019 412.20624 565.22375 412.51874Q566.1456 412.8156 566.66125 413.4406Q567.16125 414.05 567.16125 415.0031Q567.16125 416.2375 566.2706 416.95624Q565.2081 417.8 562.78625 417.8ZM562.78625 416.72186Q564.8956 416.72186 565.59875 416.22186Q566.3019 415.72186 566.3019 415.0031Q566.3019 414.26874 565.59875 413.78436Q564.8956 413.28436 562.78625 413.28436Q560.66125 413.28436 559.97375 413.78436Q559.2706 414.26874 559.2706 415.01874Q559.2706 415.7375 559.88 416.175Q560.66125 416.72186 562.78625 416.72186ZM562.3644 409.175Q562.1144 409.83124 561.6769 410.15936Q561.22375 410.47186 560.6144 410.47186Q559.6769 410.47186 559.03625 409.8Q558.3956 409.1125 558.3956 408.0031Q558.3956 406.8781 559.0519 406.1906Q559.7081 405.5031 560.6456 405.5031Q561.2394 405.5031 561.6769 405.8156Q562.1144 406.1281 562.3644 406.76874Q562.6144 405.97186 563.1925 405.5656Q563.7706 405.15936 564.5675 405.15936Q565.66125 405.15936 566.41125 405.9406Q567.16125 406.70624 567.16125 407.9875Q567.16125 409.2531 566.41125 410.03436Q565.66125 410.8156 564.53625 410.8156Q563.6925 410.8156 563.13 410.39374Q562.5675 409.95624 562.3644 409.175ZM560.5675 409.39374Q561.1769 409.39374 561.5675 409.0031Q561.9581 408.59686 561.9581 407.97186Q561.9581 407.3625 561.5831 406.97186Q561.1925 406.58124 560.63 406.58124Q560.0519 406.58124 559.66125 406.9875Q559.255 407.39374 559.255 407.9875Q559.255 408.59686 559.6456 409.0031Q560.03625 409.39374 560.5675 409.39374ZM564.53625 409.72186Q564.9894 409.72186 565.41125 409.51874Q565.8331 409.3 566.0675 408.8781Q566.3019 408.45624 566.3019 407.97186Q566.3019 407.22186 565.8175 406.7375Q565.3331 406.2375 564.5831 406.2375Q563.8175 406.2375 563.3175 406.7375Q562.8175 407.2375 562.8175 408.0031Q562.8175 408.7531 563.3175 409.2375Q563.8019 409.72186 564.53625 409.72186ZM564.4425 403.925L563.38 403.925L563.38 400.675L564.4425 400.675L564.4425 403.925ZM564.755 399.8L564.6144 398.7375Q565.505 398.5656 565.91125 398.1281Q566.3019 397.6906 566.3019 397.0656Q566.3019 396.3156 565.78625 395.8Q565.2706 395.28436 564.505 395.28436Q563.78625 395.28436 563.3175 395.76874Q562.8331 396.2375 562.8331 396.97186Q562.8331 397.26874 562.9581 397.72186L562.0206 397.59686Q562.03625 397.4875 562.03625 397.425Q562.03625 396.7531 561.6925 396.22186Q561.3331 395.675 560.59875 395.675Q560.0206 395.675 559.6456 396.0656Q559.255 396.45624 559.255 397.08124Q559.255 397.6906 559.6456 398.1125Q560.03625 398.51874 560.8019 398.6281L560.6144 399.6906Q559.5675 399.5031 558.9894 398.8156Q558.3956 398.1281 558.3956 397.1125Q558.3956 396.40936 558.7081 395.8156Q559.005 395.22186 559.5206 394.90936Q560.03625 394.59686 560.63 394.59686Q561.1769 394.59686 561.6456 394.89374Q562.09875 395.1906 562.3644 395.76874Q562.53625 395.01874 563.09875 394.59686Q563.6456 394.175 564.4894 394.175Q565.6144 394.175 566.3956 395.0031Q567.1769 395.8156 567.1769 397.0656Q567.1769 398.1906 566.505 398.9406Q565.8175 399.6906 564.755 399.8ZM567.0206 388.83124L567.0206 389.8781L560.3019 389.8781Q560.66125 390.26874 561.03625 390.89374Q561.3956 391.5031 561.5675 391.9875L560.5519 391.9875Q560.13 391.1125 559.5519 390.45624Q558.9581 389.78436 558.3956 389.5031L558.3956 388.83124L567.0206 388.83124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M580.3898 444.25314L581.4054 444.25314L581.4054 449.94064Q581.0304 449.94064 580.671 449.81564Q580.0929 449.5969 579.5304 449.12814Q578.9679 448.64377 578.2335 447.73752Q577.0773 446.33127 576.4054 445.8469Q575.7335 445.3469 575.1398 445.3469Q574.5148 445.3469 574.0929 445.80002Q573.6554 446.25314 573.6554 446.9719Q573.6554 447.73752 574.1085 448.19064Q574.56165 448.64377 575.37415 448.6594L575.2648 449.73752Q574.046 449.62814 573.421 448.9094Q572.7804 448.17502 572.7804 446.94064Q572.7804 445.70627 573.4679 444.98752Q574.1554 444.26877 575.171 444.26877Q575.68665 444.26877 576.18665 444.48752Q576.671 444.69064 577.2335 445.19064Q577.7804 445.67502 578.7335 446.80002Q579.5304 447.75314 579.8273 448.0344Q580.1085 448.30002 580.3898 448.4719L580.3898 444.25314ZM577.171 442.80002Q575.6398 442.80002 574.7179 442.48752Q573.7804 442.17502 573.2804 441.56564Q572.7804 440.94064 572.7804 440.00314Q572.7804 439.31564 573.06165 438.80002Q573.3429 438.26877 573.87415 437.92502Q574.3898 437.58127 575.1398 437.39377Q575.8898 437.20627 577.171 437.20627Q578.68665 437.20627 579.6085 437.51877Q580.5304 437.81564 581.046 438.44064Q581.546 439.05002 581.546 440.00314Q581.546 441.23752 580.6554 441.95627Q579.5929 442.80002 577.171 442.80002ZM577.171 441.7219Q579.2804 441.7219 579.9835 441.2219Q580.68665 440.7219 580.68665 440.00314Q580.68665 439.26877 579.9835 438.7844Q579.2804 438.2844 577.171 438.2844Q575.046 438.2844 574.3585 438.7844Q573.6554 439.26877 573.6554 440.01877Q573.6554 440.73752 574.2648 441.17502Q575.046 441.7219 577.171 441.7219ZM580.3898 430.25314L581.4054 430.25314L581.4054 435.94064Q581.0304 435.94064 580.671 435.81564Q580.0929 435.5969 579.5304 435.12814Q578.9679 434.64377 578.2335 433.73752Q577.0773 432.33127 576.4054 431.8469Q575.7335 431.3469 575.1398 431.3469Q574.5148 431.3469 574.0929 431.80002Q573.6554 432.25314 573.6554 432.9719Q573.6554 433.73752 574.1085 434.19064Q574.56165 434.64377 575.37415 434.6594L575.2648 435.73752Q574.046 435.62814 573.421 434.9094Q572.7804 434.17502 572.7804 432.94064Q572.7804 431.70627 573.4679 430.98752Q574.1554 430.26877 575.171 430.26877Q575.68665 430.26877 576.18665 430.48752Q576.671 430.69064 577.2335 431.19064Q577.7804 431.67502 578.7335 432.80002Q579.5304 433.75314 579.8273 434.0344Q580.1085 434.30002 580.3898 434.4719L580.3898 430.25314ZM581.4054 424.83127L581.4054 425.87814L574.68665 425.87814Q575.046 426.26877 575.421 426.89377Q575.7804 427.50314 575.9523 427.98752L574.93665 427.98752Q574.5148 427.11252 573.93665 426.45627Q573.3429 425.7844 572.7804 425.50314L572.7804 424.83127L581.4054 424.83127ZM578.8273 421.92502L577.7648 421.92502L577.7648 418.67502L578.8273 418.67502L578.8273 421.92502ZM577.171 417.80002Q575.6398 417.80002 574.7179 417.48752Q573.7804 417.17502 573.2804 416.56564Q572.7804 415.94064 572.7804 415.00314Q572.7804 414.31564 573.06165 413.80002Q573.3429 413.26877 573.87415 412.92502Q574.3898 412.58127 575.1398 412.39377Q575.8898 412.20627 577.171 412.20627Q578.68665 412.20627 579.6085 412.51877Q580.5304 412.81564 581.046 413.44064Q581.546 414.05002 581.546 415.00314Q581.546 416.23752 580.6554 416.95627Q579.5929 417.80002 577.171 417.80002ZM577.171 416.7219Q579.2804 416.7219 579.9835 416.2219Q580.68665 415.7219 580.68665 415.00314Q580.68665 414.26877 579.9835 413.7844Q579.2804 413.2844 577.171 413.2844Q575.046 413.2844 574.3585 413.7844Q573.6554 414.26877 573.6554 415.01877Q573.6554 415.73752 574.2648 416.17502Q575.046 416.7219 577.171 416.7219ZM579.421 410.64377L579.3273 409.62814Q580.046 409.50314 580.37415 409.14377Q580.68665 408.76877 580.68665 408.20627Q580.68665 407.7219 580.4679 407.36252Q580.2335 406.98752 579.87415 406.75314Q579.49915 406.51877 578.87415 406.36252Q578.2335 406.20627 577.5773 406.20627Q577.49915 406.20627 577.3585 406.20627Q577.8585 406.51877 578.18665 407.06564Q578.49915 407.61252 578.49915 408.25314Q578.49915 409.33127 577.7335 410.06564Q576.9523 410.80002 575.68665 410.80002Q574.37415 410.80002 573.5773 410.0344Q572.7804 409.25314 572.7804 408.0969Q572.7804 407.26877 573.2335 406.58127Q573.68665 405.87814 574.5304 405.51877Q575.3585 405.1594 576.93665 405.1594Q578.5773 405.1594 579.56165 405.51877Q580.5304 405.86252 581.046 406.58127Q581.546 407.2844 581.546 408.2219Q581.546 409.23752 580.99915 409.87814Q580.43665 410.51877 579.421 410.64377ZM575.62415 406.33127Q574.7179 406.33127 574.18665 406.81564Q573.6554 407.2844 573.6554 407.9719Q573.6554 408.67502 574.2335 409.20627Q574.796 409.7219 575.7179 409.7219Q576.5304 409.7219 577.046 409.2219Q577.56165 408.7219 577.56165 408.00314Q577.56165 407.26877 577.046 406.80002Q576.5304 406.33127 575.62415 406.33127ZM578.8273 403.92502L577.7648 403.92502L577.7648 400.67502L578.8273 400.67502L578.8273 403.92502ZM581.4054 395.83127L581.4054 396.87814L574.68665 396.87814Q575.046 397.26877 575.421 397.89377Q575.7804 398.50314 575.9523 398.98752L574.93665 398.98752Q574.5148 398.11252 573.93665 397.45627Q573.3429 396.7844 572.7804 396.50314L572.7804 395.83127L581.4054 395.83127ZM581.4054 389.42502L579.3429 389.42502L579.3429 393.14377L578.37415 393.14377L572.81165 389.2219L572.81165 388.36252L578.37415 388.36252L578.37415 387.20627L579.3429 387.20627L579.3429 388.36252L581.4054 388.36252L581.4054 389.42502ZM578.37415 389.42502L574.5148 389.42502L578.37415 392.11252L578.37415 389.42502Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M594.77454 444.2531L595.79016 444.2531L595.79016 449.9406Q595.41516 449.9406 595.0558 449.8156Q594.47766 449.59686 593.91516 449.1281Q593.35266 448.64374 592.6183 447.7375Q591.46204 446.33124 590.79016 445.84686Q590.1183 445.34686 589.52454 445.34686Q588.89954 445.34686 588.47766 445.8Q588.04016 446.2531 588.04016 446.97186Q588.04016 447.7375 588.4933 448.1906Q588.9464 448.64374 589.7589 448.65936L589.64954 449.7375Q588.4308 449.6281 587.8058 448.90936Q587.16516 448.175 587.16516 446.9406Q587.16516 445.70624 587.85266 444.9875Q588.54016 444.26874 589.5558 444.26874Q590.0714 444.26874 590.5714 444.4875Q591.0558 444.6906 591.6183 445.1906Q592.16516 445.675 593.1183 446.8Q593.91516 447.7531 594.21204 448.03436Q594.4933 448.3 594.77454 448.47186L594.77454 444.2531ZM591.5558 442.8Q590.02454 442.8 589.10266 442.4875Q588.16516 442.175 587.66516 441.5656Q587.16516 440.9406 587.16516 440.0031Q587.16516 439.3156 587.4464 438.8Q587.72766 438.26874 588.2589 437.925Q588.77454 437.58124 589.52454 437.39374Q590.27454 437.20624 591.5558 437.20624Q593.0714 437.20624 593.9933 437.51874Q594.91516 437.8156 595.4308 438.4406Q595.9308 439.05 595.9308 440.0031Q595.9308 441.2375 595.04016 441.95624Q593.97766 442.8 591.5558 442.8ZM591.5558 441.72186Q593.66516 441.72186 594.3683 441.22186Q595.0714 440.72186 595.0714 440.0031Q595.0714 439.26874 594.3683 438.78436Q593.66516 438.28436 591.5558 438.28436Q589.4308 438.28436 588.7433 438.78436Q588.04016 439.26874 588.04016 440.01874Q588.04016 440.7375 588.64954 441.175Q589.4308 441.72186 591.5558 441.72186ZM594.77454 430.2531L595.79016 430.2531L595.79016 435.9406Q595.41516 435.9406 595.0558 435.8156Q594.47766 435.59686 593.91516 435.1281Q593.35266 434.64374 592.6183 433.7375Q591.46204 432.33124 590.79016 431.84686Q590.1183 431.34686 589.52454 431.34686Q588.89954 431.34686 588.47766 431.8Q588.04016 432.2531 588.04016 432.97186Q588.04016 433.7375 588.4933 434.1906Q588.9464 434.64374 589.7589 434.65936L589.64954 435.7375Q588.4308 435.6281 587.8058 434.90936Q587.16516 434.175 587.16516 432.9406Q587.16516 431.70624 587.85266 430.9875Q588.54016 430.26874 589.5558 430.26874Q590.0714 430.26874 590.5714 430.4875Q591.0558 430.6906 591.6183 431.1906Q592.16516 431.675 593.1183 432.8Q593.91516 433.7531 594.21204 434.03436Q594.4933 434.3 594.77454 434.47186L594.77454 430.2531ZM595.79016 424.83124L595.79016 425.8781L589.0714 425.8781Q589.4308 426.26874 589.8058 426.89374Q590.16516 427.5031 590.33704 427.9875L589.3214 427.9875Q588.89954 427.1125 588.3214 426.45624Q587.72766 425.78436 587.16516 425.5031L587.16516 424.83124L595.79016 424.83124ZM593.21204 421.925L592.14954 421.925L592.14954 418.675L593.21204 418.675L593.21204 421.925ZM591.5558 417.8Q590.02454 417.8 589.10266 417.4875Q588.16516 417.175 587.66516 416.5656Q587.16516 415.9406 587.16516 415.0031Q587.16516 414.3156 587.4464 413.8Q587.72766 413.26874 588.2589 412.925Q588.77454 412.58124 589.52454 412.39374Q590.27454 412.20624 591.5558 412.20624Q593.0714 412.20624 593.9933 412.51874Q594.91516 412.8156 595.4308 413.4406Q595.9308 414.05 595.9308 415.0031Q595.9308 416.2375 595.04016 416.95624Q593.97766 417.8 591.5558 417.8ZM591.5558 416.72186Q593.66516 416.72186 594.3683 416.22186Q595.0714 415.72186 595.0714 415.0031Q595.0714 414.26874 594.3683 413.78436Q593.66516 413.28436 591.5558 413.28436Q589.4308 413.28436 588.7433 413.78436Q588.04016 414.26874 588.04016 415.01874Q588.04016 415.7375 588.64954 416.175Q589.4308 416.72186 591.5558 416.72186ZM593.8058 410.64374L593.71204 409.6281Q594.4308 409.5031 594.7589 409.14374Q595.0714 408.76874 595.0714 408.20624Q595.0714 407.72186 594.85266 407.3625Q594.6183 406.9875 594.2589 406.7531Q593.8839 406.51874 593.2589 406.3625Q592.6183 406.20624 591.96204 406.20624Q591.8839 406.20624 591.7433 406.20624Q592.2433 406.51874 592.5714 407.0656Q592.8839 407.6125 592.8839 408.2531Q592.8839 409.33124 592.1183 410.0656Q591.33704 410.8 590.0714 410.8Q588.7589 410.8 587.96204 410.03436Q587.16516 409.2531 587.16516 408.09686Q587.16516 407.26874 587.6183 406.58124Q588.0714 405.8781 588.91516 405.51874Q589.7433 405.15936 591.3214 405.15936Q592.96204 405.15936 593.9464 405.51874Q594.91516 405.8625 595.4308 406.58124Q595.9308 407.28436 595.9308 408.22186Q595.9308 409.2375 595.3839 409.8781Q594.8214 410.51874 593.8058 410.64374ZM590.0089 406.33124Q589.10266 406.33124 588.5714 406.8156Q588.04016 407.28436 588.04016 407.97186Q588.04016 408.675 588.6183 409.20624Q589.1808 409.72186 590.10266 409.72186Q590.91516 409.72186 591.4308 409.22186Q591.9464 408.72186 591.9464 408.0031Q591.9464 407.26874 591.4308 406.8Q590.91516 406.33124 590.0089 406.33124ZM593.21204 403.925L592.14954 403.925L592.14954 400.675L593.21204 400.675L593.21204 403.925ZM594.77454 394.2531L595.79016 394.2531L595.79016 399.9406Q595.41516 399.9406 595.0558 399.8156Q594.47766 399.59686 593.91516 399.1281Q593.35266 398.64374 592.6183 397.7375Q591.46204 396.33124 590.79016 395.84686Q590.1183 395.34686 589.52454 395.34686Q588.89954 395.34686 588.47766 395.8Q588.04016 396.2531 588.04016 396.97186Q588.04016 397.7375 588.4933 398.1906Q588.9464 398.64374 589.7589 398.65936L589.64954 399.7375Q588.4308 399.6281 587.8058 398.90936Q587.16516 398.175 587.16516 396.9406Q587.16516 395.70624 587.85266 394.9875Q588.54016 394.26874 589.5558 394.26874Q590.0714 394.26874 590.5714 394.4875Q591.0558 394.6906 591.6183 395.1906Q592.16516 395.675 593.1183 396.8Q593.91516 397.7531 594.21204 398.03436Q594.4933 398.3 594.77454 398.47186L594.77454 394.2531ZM591.1339 391.175Q590.8839 391.83124 590.4464 392.15936Q589.9933 392.47186 589.3839 392.47186Q588.4464 392.47186 587.8058 391.8Q587.16516 391.1125 587.16516 390.0031Q587.16516 388.8781 587.8214 388.1906Q588.47766 387.5031 589.41516 387.5031Q590.0089 387.5031 590.4464 387.8156Q590.8839 388.1281 591.1339 388.76874Q591.3839 387.97186 591.96204 387.5656Q592.54016 387.15936 593.33704 387.15936Q594.4308 387.15936 595.1808 387.9406Q595.9308 388.70624 595.9308 389.9875Q595.9308 391.2531 595.1808 392.03436Q594.4308 392.8156 593.3058 392.8156Q592.46204 392.8156 591.89954 392.39374Q591.33704 391.95624 591.1339 391.175ZM589.33704 391.39374Q589.9464 391.39374 590.33704 391.0031Q590.72766 390.59686 590.72766 389.97186Q590.72766 389.3625 590.35266 388.97186Q589.96204 388.58124 589.39954 388.58124Q588.8214 388.58124 588.4308 388.9875Q588.02454 389.39374 588.02454 389.9875Q588.02454 390.59686 588.41516 391.0031Q588.8058 391.39374 589.33704 391.39374ZM593.3058 391.72186Q593.7589 391.72186 594.1808 391.51874Q594.60266 391.3 594.83704 390.8781Q595.0714 390.45624 595.0714 389.97186Q595.0714 389.22186 594.58704 388.7375Q594.10266 388.2375 593.35266 388.2375Q592.58704 388.2375 592.08704 388.7375Q591.58704 389.2375 591.58704 390.0031Q591.58704 390.7531 592.08704 391.2375Q592.5714 391.72186 593.3058 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M609.15924 444.25314L610.17487 444.25314L610.17487 449.94064Q609.79987 449.94064 609.4405 449.81564Q608.86237 449.5969 608.29987 449.12814Q607.73737 448.64377 607.003 447.73752Q605.84674 446.33127 605.17487 445.8469Q604.503 445.3469 603.90924 445.3469Q603.28424 445.3469 602.86237 445.80002Q602.42487 446.25314 602.42487 446.9719Q602.42487 447.73752 602.878 448.19064Q603.3311 448.64377 604.1436 448.6594L604.03424 449.73752Q602.8155 449.62814 602.1905 448.9094Q601.54987 448.17502 601.54987 446.94064Q601.54987 445.70627 602.23737 444.98752Q602.92487 444.26877 603.9405 444.26877Q604.4561 444.26877 604.9561 444.48752Q605.4405 444.69064 606.003 445.19064Q606.54987 445.67502 607.503 446.80002Q608.29987 447.75314 608.59674 448.0344Q608.878 448.30002 609.15924 448.4719L609.15924 444.25314ZM605.9405 442.80002Q604.40924 442.80002 603.48737 442.48752Q602.54987 442.17502 602.04987 441.56564Q601.54987 440.94064 601.54987 440.00314Q601.54987 439.31564 601.8311 438.80002Q602.11237 438.26877 602.6436 437.92502Q603.15924 437.58127 603.90924 437.39377Q604.65924 437.20627 605.9405 437.20627Q607.4561 437.20627 608.378 437.51877Q609.29987 437.81564 609.8155 438.44064Q610.3155 439.05002 610.3155 440.00314Q610.3155 441.23752 609.42487 441.95627Q608.36237 442.80002 605.9405 442.80002ZM605.9405 441.7219Q608.04987 441.7219 608.753 441.2219Q609.4561 440.7219 609.4561 440.00314Q609.4561 439.26877 608.753 438.7844Q608.04987 438.2844 605.9405 438.2844Q603.8155 438.2844 603.128 438.7844Q602.42487 439.26877 602.42487 440.01877Q602.42487 440.73752 603.03424 441.17502Q603.8155 441.7219 605.9405 441.7219ZM609.15924 430.25314L610.17487 430.25314L610.17487 435.94064Q609.79987 435.94064 609.4405 435.81564Q608.86237 435.5969 608.29987 435.12814Q607.73737 434.64377 607.003 433.73752Q605.84674 432.33127 605.17487 431.8469Q604.503 431.3469 603.90924 431.3469Q603.28424 431.3469 602.86237 431.80002Q602.42487 432.25314 602.42487 432.9719Q602.42487 433.73752 602.878 434.19064Q603.3311 434.64377 604.1436 434.6594L604.03424 435.73752Q602.8155 435.62814 602.1905 434.9094Q601.54987 434.17502 601.54987 432.94064Q601.54987 431.70627 602.23737 430.98752Q602.92487 430.26877 603.9405 430.26877Q604.4561 430.26877 604.9561 430.48752Q605.4405 430.69064 606.003 431.19064Q606.54987 431.67502 607.503 432.80002Q608.29987 433.75314 608.59674 434.0344Q608.878 434.30002 609.15924 434.4719L609.15924 430.25314ZM610.17487 424.83127L610.17487 425.87814L603.4561 425.87814Q603.8155 426.26877 604.1905 426.89377Q604.54987 427.50314 604.72174 427.98752L603.7061 427.98752Q603.28424 427.11252 602.7061 426.45627Q602.11237 425.7844 601.54987 425.50314L601.54987 424.83127L610.17487 424.83127ZM607.59674 421.92502L606.53424 421.92502L606.53424 418.67502L607.59674 418.67502L607.59674 421.92502ZM610.17487 413.83127L610.17487 414.87814L603.4561 414.87814Q603.8155 415.26877 604.1905 415.89377Q604.54987 416.50314 604.72174 416.98752L603.7061 416.98752Q603.28424 416.11252 602.7061 415.45627Q602.11237 414.7844 601.54987 414.50314L601.54987 413.83127L610.17487 413.83127ZM605.9405 410.80002Q604.40924 410.80002 603.48737 410.48752Q602.54987 410.17502 602.04987 409.56564Q601.54987 408.94064 601.54987 408.00314Q601.54987 407.31564 601.8311 406.80002Q602.11237 406.26877 602.6436 405.92502Q603.15924 405.58127 603.90924 405.39377Q604.65924 405.20627 605.9405 405.20627Q607.4561 405.20627 608.378 405.51877Q609.29987 405.81564 609.8155 406.44064Q610.3155 407.05002 610.3155 408.00314Q610.3155 409.23752 609.42487 409.95627Q608.36237 410.80002 605.9405 410.80002ZM605.9405 409.7219Q608.04987 409.7219 608.753 409.2219Q609.4561 408.7219 609.4561 408.00314Q609.4561 407.26877 608.753 406.7844Q608.04987 406.2844 605.9405 406.2844Q603.8155 406.2844 603.128 406.7844Q602.42487 407.26877 602.42487 408.01877Q602.42487 408.73752 603.03424 409.17502Q603.8155 409.7219 605.9405 409.7219ZM607.59674 403.92502L606.53424 403.92502L606.53424 400.67502L607.59674 400.67502L607.59674 403.92502ZM610.17487 395.83127L610.17487 396.87814L603.4561 396.87814Q603.8155 397.26877 604.1905 397.89377Q604.54987 398.50314 604.72174 398.98752L603.7061 398.98752Q603.28424 398.11252 602.7061 397.45627Q602.11237 396.7844 601.54987 396.50314L601.54987 395.83127L610.17487 395.83127ZM609.15924 387.25314L610.17487 387.25314L610.17487 392.94064Q609.79987 392.94064 609.4405 392.81564Q608.86237 392.5969 608.29987 392.12814Q607.73737 391.64377 607.003 390.73752Q605.84674 389.33127 605.17487 388.8469Q604.503 388.3469 603.90924 388.3469Q603.28424 388.3469 602.86237 388.80002Q602.42487 389.25314 602.42487 389.9719Q602.42487 390.73752 602.878 391.19064Q603.3311 391.64377 604.1436 391.6594L604.03424 392.73752Q602.8155 392.62814 602.1905 391.9094Q601.54987 391.17502 601.54987 389.94064Q601.54987 388.70627 602.23737 387.98752Q602.92487 387.26877 603.9405 387.26877Q604.4561 387.26877 604.9561 387.48752Q605.4405 387.69064 606.003 388.19064Q606.54987 388.67502 607.503 389.80002Q608.29987 390.75314 608.59674 391.0344Q608.878 391.30002 609.15924 391.4719L609.15924 387.25314Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M623.544 444.2531L624.55963 444.2531L624.55963 449.9406Q624.18463 449.9406 623.82526 449.8156Q623.24713 449.59686 622.68463 449.1281Q622.12213 448.64374 621.38776 447.7375Q620.2315 446.33124 619.55963 445.84686Q618.88776 445.34686 618.294 445.34686Q617.669 445.34686 617.24713 445.8Q616.80963 446.2531 616.80963 446.97186Q616.80963 447.7375 617.26276 448.1906Q617.7159 448.64374 618.5284 448.65936L618.419 449.7375Q617.20026 449.6281 616.57526 448.90936Q615.93463 448.175 615.93463 446.9406Q615.93463 445.70624 616.62213 444.9875Q617.30963 444.26874 618.32526 444.26874Q618.8409 444.26874 619.3409 444.4875Q619.82526 444.6906 620.38776 445.1906Q620.93463 445.675 621.88776 446.8Q622.68463 447.7531 622.9815 448.03436Q623.26276 448.3 623.544 448.47186L623.544 444.2531ZM620.32526 442.8Q618.794 442.8 617.87213 442.4875Q616.93463 442.175 616.43463 441.5656Q615.93463 440.9406 615.93463 440.0031Q615.93463 439.3156 616.2159 438.8Q616.49713 438.26874 617.0284 437.925Q617.544 437.58124 618.294 437.39374Q619.044 437.20624 620.32526 437.20624Q621.8409 437.20624 622.76276 437.51874Q623.68463 437.8156 624.20026 438.4406Q624.70026 439.05 624.70026 440.0031Q624.70026 441.2375 623.80963 441.95624Q622.74713 442.8 620.32526 442.8ZM620.32526 441.72186Q622.43463 441.72186 623.13776 441.22186Q623.8409 440.72186 623.8409 440.0031Q623.8409 439.26874 623.13776 438.78436Q622.43463 438.28436 620.32526 438.28436Q618.20026 438.28436 617.51276 438.78436Q616.80963 439.26874 616.80963 440.01874Q616.80963 440.7375 617.419 441.175Q618.20026 441.72186 620.32526 441.72186ZM623.544 430.2531L624.55963 430.2531L624.55963 435.9406Q624.18463 435.9406 623.82526 435.8156Q623.24713 435.59686 622.68463 435.1281Q622.12213 434.64374 621.38776 433.7375Q620.2315 432.33124 619.55963 431.84686Q618.88776 431.34686 618.294 431.34686Q617.669 431.34686 617.24713 431.8Q616.80963 432.2531 616.80963 432.97186Q616.80963 433.7375 617.26276 434.1906Q617.7159 434.64374 618.5284 434.65936L618.419 435.7375Q617.20026 435.6281 616.57526 434.90936Q615.93463 434.175 615.93463 432.9406Q615.93463 431.70624 616.62213 430.9875Q617.30963 430.26874 618.32526 430.26874Q618.8409 430.26874 619.3409 430.4875Q619.82526 430.6906 620.38776 431.1906Q620.93463 431.675 621.88776 432.8Q622.68463 433.7531 622.9815 434.03436Q623.26276 434.3 623.544 434.47186L623.544 430.2531ZM624.55963 424.83124L624.55963 425.8781L617.8409 425.8781Q618.20026 426.26874 618.57526 426.89374Q618.93463 427.5031 619.1065 427.9875L618.0909 427.9875Q617.669 427.1125 617.0909 426.45624Q616.49713 425.78436 615.93463 425.5031L615.93463 424.83124L624.55963 424.83124ZM621.9815 421.925L620.919 421.925L620.919 418.675L621.9815 418.675L621.9815 421.925ZM624.55963 413.83124L624.55963 414.8781L617.8409 414.8781Q618.20026 415.26874 618.57526 415.89374Q618.93463 416.5031 619.1065 416.9875L618.0909 416.9875Q617.669 416.1125 617.0909 415.45624Q616.49713 414.78436 615.93463 414.5031L615.93463 413.83124L624.55963 413.83124ZM620.32526 410.8Q618.794 410.8 617.87213 410.4875Q616.93463 410.175 616.43463 409.5656Q615.93463 408.9406 615.93463 408.0031Q615.93463 407.3156 616.2159 406.8Q616.49713 406.26874 617.0284 405.925Q617.544 405.58124 618.294 405.39374Q619.044 405.20624 620.32526 405.20624Q621.8409 405.20624 622.76276 405.51874Q623.68463 405.8156 624.20026 406.4406Q624.70026 407.05 624.70026 408.0031Q624.70026 409.2375 623.80963 409.95624Q622.74713 410.8 620.32526 410.8ZM620.32526 409.72186Q622.43463 409.72186 623.13776 409.22186Q623.8409 408.72186 623.8409 408.0031Q623.8409 407.26874 623.13776 406.78436Q622.43463 406.28436 620.32526 406.28436Q618.20026 406.28436 617.51276 406.78436Q616.80963 407.26874 616.80963 408.01874Q616.80963 408.7375 617.419 409.175Q618.20026 409.72186 620.32526 409.72186ZM621.9815 403.925L620.919 403.925L620.919 400.675L621.9815 400.675L621.9815 403.925ZM624.55963 395.83124L624.55963 396.8781L617.8409 396.8781Q618.20026 397.26874 618.57526 397.89374Q618.93463 398.5031 619.1065 398.9875L618.0909 398.9875Q617.669 398.1125 617.0909 397.45624Q616.49713 396.78436 615.93463 396.5031L615.93463 395.83124L624.55963 395.83124ZM622.57526 392.64374L622.4815 391.6281Q623.20026 391.5031 623.5284 391.14374Q623.8409 390.76874 623.8409 390.20624Q623.8409 389.72186 623.62213 389.3625Q623.38776 388.9875 623.0284 388.7531Q622.6534 388.51874 622.0284 388.3625Q621.38776 388.20624 620.7315 388.20624Q620.6534 388.20624 620.51276 388.20624Q621.01276 388.51874 621.3409 389.0656Q621.6534 389.6125 621.6534 390.2531Q621.6534 391.33124 620.88776 392.0656Q620.1065 392.8 618.8409 392.8Q617.5284 392.8 616.7315 392.03436Q615.93463 391.2531 615.93463 390.09686Q615.93463 389.26874 616.38776 388.58124Q616.8409 387.8781 617.68463 387.51874Q618.51276 387.15936 620.0909 387.15936Q621.7315 387.15936 622.7159 387.51874Q623.68463 387.8625 624.20026 388.58124Q624.70026 389.28436 624.70026 390.22186Q624.70026 391.2375 624.1534 391.8781Q623.5909 392.51874 622.57526 392.64374ZM618.7784 388.33124Q617.87213 388.33124 617.3409 388.8156Q616.80963 389.28436 616.80963 389.97186Q616.80963 390.675 617.38776 391.20624Q617.95026 391.72186 618.87213 391.72186Q619.68463 391.72186 620.20026 391.22186Q620.7159 390.72186 620.7159 390.0031Q620.7159 389.26874 620.20026 388.8Q619.68463 388.33124 618.7784 388.33124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M637.9287 444.25314L638.94434 444.25314L638.94434 449.94064Q638.56934 449.94064 638.20996 449.81564Q637.63184 449.5969 637.06934 449.12814Q636.50684 448.64377 635.77246 447.73752Q634.6162 446.33127 633.94434 445.8469Q633.27246 445.3469 632.6787 445.3469Q632.0537 445.3469 631.63184 445.80002Q631.19434 446.25314 631.19434 446.9719Q631.19434 447.73752 631.64746 448.19064Q632.1006 448.64377 632.9131 448.6594L632.8037 449.73752Q631.58496 449.62814 630.95996 448.9094Q630.31934 448.17502 630.31934 446.94064Q630.31934 445.70627 631.00684 444.98752Q631.69434 444.26877 632.70996 444.26877Q633.2256 444.26877 633.7256 444.48752Q634.20996 444.69064 634.77246 445.19064Q635.31934 445.67502 636.27246 446.80002Q637.06934 447.75314 637.3662 448.0344Q637.64746 448.30002 637.9287 448.4719L637.9287 444.25314ZM634.70996 442.80002Q633.1787 442.80002 632.25684 442.48752Q631.31934 442.17502 630.81934 441.56564Q630.31934 440.94064 630.31934 440.00314Q630.31934 439.31564 630.6006 438.80002Q630.88184 438.26877 631.4131 437.92502Q631.9287 437.58127 632.6787 437.39377Q633.4287 437.20627 634.70996 437.20627Q636.2256 437.20627 637.14746 437.51877Q638.06934 437.81564 638.58496 438.44064Q639.08496 439.05002 639.08496 440.00314Q639.08496 441.23752 638.19434 441.95627Q637.13184 442.80002 634.70996 442.80002ZM634.70996 441.7219Q636.81934 441.7219 637.52246 441.2219Q638.2256 440.7219 638.2256 440.00314Q638.2256 439.26877 637.52246 438.7844Q636.81934 438.2844 634.70996 438.2844Q632.58496 438.2844 631.89746 438.7844Q631.19434 439.26877 631.19434 440.01877Q631.19434 440.73752 631.8037 441.17502Q632.58496 441.7219 634.70996 441.7219ZM637.9287 430.25314L638.94434 430.25314L638.94434 435.94064Q638.56934 435.94064 638.20996 435.81564Q637.63184 435.5969 637.06934 435.12814Q636.50684 434.64377 635.77246 433.73752Q634.6162 432.33127 633.94434 431.8469Q633.27246 431.3469 632.6787 431.3469Q632.0537 431.3469 631.63184 431.80002Q631.19434 432.25314 631.19434 432.9719Q631.19434 433.73752 631.64746 434.19064Q632.1006 434.64377 632.9131 434.6594L632.8037 435.73752Q631.58496 435.62814 630.95996 434.9094Q630.31934 434.17502 630.31934 432.94064Q630.31934 431.70627 631.00684 430.98752Q631.69434 430.26877 632.70996 430.26877Q633.2256 430.26877 633.7256 430.48752Q634.20996 430.69064 634.77246 431.19064Q635.31934 431.67502 636.27246 432.80002Q637.06934 433.75314 637.3662 434.0344Q637.64746 434.30002 637.9287 434.4719L637.9287 430.25314ZM638.94434 424.83127L638.94434 425.87814L632.2256 425.87814Q632.58496 426.26877 632.95996 426.89377Q633.31934 427.50314 633.4912 427.98752L632.4756 427.98752Q632.0537 427.11252 631.4756 426.45627Q630.88184 425.7844 630.31934 425.50314L630.31934 424.83127L638.94434 424.83127ZM636.3662 421.92502L635.3037 421.92502L635.3037 418.67502L636.3662 418.67502L636.3662 421.92502ZM638.94434 413.83127L638.94434 414.87814L632.2256 414.87814Q632.58496 415.26877 632.95996 415.89377Q633.31934 416.50314 633.4912 416.98752L632.4756 416.98752Q632.0537 416.11252 631.4756 415.45627Q630.88184 414.7844 630.31934 414.50314L630.31934 413.83127L638.94434 413.83127ZM638.94434 406.83127L638.94434 407.87814L632.2256 407.87814Q632.58496 408.26877 632.95996 408.89377Q633.31934 409.50314 633.4912 409.98752L632.4756 409.98752Q632.0537 409.11252 631.4756 408.45627Q630.88184 407.7844 630.31934 407.50314L630.31934 406.83127L638.94434 406.83127ZM636.3662 403.92502L635.3037 403.92502L635.3037 400.67502L636.3662 400.67502L636.3662 403.92502ZM634.70996 399.80002Q633.1787 399.80002 632.25684 399.48752Q631.31934 399.17502 630.81934 398.56564Q630.31934 397.94064 630.31934 397.00314Q630.31934 396.31564 630.6006 395.80002Q630.88184 395.26877 631.4131 394.92502Q631.9287 394.58127 632.6787 394.39377Q633.4287 394.20627 634.70996 394.20627Q636.2256 394.20627 637.14746 394.51877Q638.06934 394.81564 638.58496 395.44064Q639.08496 396.05002 639.08496 397.00314Q639.08496 398.23752 638.19434 398.95627Q637.13184 399.80002 634.70996 399.80002ZM634.70996 398.7219Q636.81934 398.7219 637.52246 398.2219Q638.2256 397.7219 638.2256 397.00314Q638.2256 396.26877 637.52246 395.7844Q636.81934 395.2844 634.70996 395.2844Q632.58496 395.2844 631.89746 395.7844Q631.19434 396.26877 631.19434 397.01877Q631.19434 397.73752 631.8037 398.17502Q632.58496 398.7219 634.70996 398.7219ZM638.94434 388.83127L638.94434 389.87814L632.2256 389.87814Q632.58496 390.26877 632.95996 390.89377Q633.31934 391.50314 633.4912 391.98752L632.4756 391.98752Q632.0537 391.11252 631.4756 390.45627Q630.88184 389.7844 630.31934 389.50314L630.31934 388.83127L638.94434 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M652.3135 444.2531L653.3291 444.2531L653.3291 449.9406Q652.9541 449.9406 652.5947 449.8156Q652.0166 449.59686 651.4541 449.1281Q650.8916 448.64374 650.1572 447.7375Q649.001 446.33124 648.3291 445.84686Q647.6572 445.34686 647.0635 445.34686Q646.4385 445.34686 646.0166 445.8Q645.5791 446.2531 645.5791 446.97186Q645.5791 447.7375 646.0322 448.1906Q646.48535 448.64374 647.29785 448.65936L647.1885 449.7375Q645.9697 449.6281 645.3447 448.90936Q644.7041 448.175 644.7041 446.9406Q644.7041 445.70624 645.3916 444.9875Q646.0791 444.26874 647.0947 444.26874Q647.61035 444.26874 648.11035 444.4875Q648.5947 444.6906 649.1572 445.1906Q649.7041 445.675 650.6572 446.8Q651.4541 447.7531 651.751 448.03436Q652.0322 448.3 652.3135 448.47186L652.3135 444.2531ZM649.0947 442.8Q647.5635 442.8 646.6416 442.4875Q645.7041 442.175 645.2041 441.5656Q644.7041 440.9406 644.7041 440.0031Q644.7041 439.3156 644.98535 438.8Q645.2666 438.26874 645.79785 437.925Q646.3135 437.58124 647.0635 437.39374Q647.8135 437.20624 649.0947 437.20624Q650.61035 437.20624 651.5322 437.51874Q652.4541 437.8156 652.9697 438.4406Q653.4697 439.05 653.4697 440.0031Q653.4697 441.2375 652.5791 441.95624Q651.5166 442.8 649.0947 442.8ZM649.0947 441.72186Q651.2041 441.72186 651.9072 441.22186Q652.61035 440.72186 652.61035 440.0031Q652.61035 439.26874 651.9072 438.78436Q651.2041 438.28436 649.0947 438.28436Q646.9697 438.28436 646.2822 438.78436Q645.5791 439.26874 645.5791 440.01874Q645.5791 440.7375 646.1885 441.175Q646.9697 441.72186 649.0947 441.72186ZM652.3135 430.2531L653.3291 430.2531L653.3291 435.9406Q652.9541 435.9406 652.5947 435.8156Q652.0166 435.59686 651.4541 435.1281Q650.8916 434.64374 650.1572 433.7375Q649.001 432.33124 648.3291 431.84686Q647.6572 431.34686 647.0635 431.34686Q646.4385 431.34686 646.0166 431.8Q645.5791 432.2531 645.5791 432.97186Q645.5791 433.7375 646.0322 434.1906Q646.48535 434.64374 647.29785 434.65936L647.1885 435.7375Q645.9697 435.6281 645.3447 434.90936Q644.7041 434.175 644.7041 432.9406Q644.7041 431.70624 645.3916 430.9875Q646.0791 430.26874 647.0947 430.26874Q647.61035 430.26874 648.11035 430.4875Q648.5947 430.6906 649.1572 431.1906Q649.7041 431.675 650.6572 432.8Q651.4541 433.7531 651.751 434.03436Q652.0322 434.3 652.3135 434.47186L652.3135 430.2531ZM653.3291 424.83124L653.3291 425.8781L646.61035 425.8781Q646.9697 426.26874 647.3447 426.89374Q647.7041 427.5031 647.876 427.9875L646.86035 427.9875Q646.4385 427.1125 645.86035 426.45624Q645.2666 425.78436 644.7041 425.5031L644.7041 424.83124L653.3291 424.83124ZM650.751 421.925L649.6885 421.925L649.6885 418.675L650.751 418.675L650.751 421.925ZM653.3291 413.83124L653.3291 414.8781L646.61035 414.8781Q646.9697 415.26874 647.3447 415.89374Q647.7041 416.5031 647.876 416.9875L646.86035 416.9875Q646.4385 416.1125 645.86035 415.45624Q645.2666 414.78436 644.7041 414.5031L644.7041 413.83124L653.3291 413.83124ZM653.3291 406.83124L653.3291 407.8781L646.61035 407.8781Q646.9697 408.26874 647.3447 408.89374Q647.7041 409.5031 647.876 409.9875L646.86035 409.9875Q646.4385 409.1125 645.86035 408.45624Q645.2666 407.78436 644.7041 407.5031L644.7041 406.83124L653.3291 406.83124ZM650.751 403.925L649.6885 403.925L649.6885 400.675L650.751 400.675L650.751 403.925ZM653.3291 395.83124L653.3291 396.8781L646.61035 396.8781Q646.9697 397.26874 647.3447 397.89374Q647.7041 398.5031 647.876 398.9875L646.86035 398.9875Q646.4385 398.1125 645.86035 397.45624Q645.2666 396.78436 644.7041 396.5031L644.7041 395.83124L653.3291 395.83124ZM651.0791 392.8L650.98535 391.6906Q651.79785 391.5656 652.2041 391.1281Q652.61035 390.675 652.61035 390.03436Q652.61035 389.28436 652.0322 388.7531Q651.4541 388.22186 650.5166 388.22186Q649.61035 388.22186 649.0947 388.7375Q648.5635 389.2375 648.5635 390.0656Q648.5635 390.5656 648.79785 390.9875Q649.0322 391.39374 649.3916 391.6281L649.2666 392.6125L644.86035 391.78436L644.86035 387.5031L645.86035 387.5031L645.86035 390.9406L648.17285 391.39374Q647.626 390.6281 647.626 389.78436Q647.626 388.65936 648.4072 387.89374Q649.1885 387.1125 650.42285 387.1125Q651.5791 387.1125 652.4385 387.78436Q653.4697 388.6125 653.4697 390.03436Q653.4697 391.20624 652.8135 391.95624Q652.1572 392.6906 651.0791 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M666.6982 444.25314L667.7138 444.25314L667.7138 449.94064Q667.3388 449.94064 666.97943 449.81564Q666.4013 449.5969 665.8388 449.12814Q665.2763 448.64377 664.54193 447.73752Q663.3857 446.33127 662.7138 445.8469Q662.04193 445.3469 661.4482 445.3469Q660.8232 445.3469 660.4013 445.80002Q659.9638 446.25314 659.9638 446.9719Q659.9638 447.73752 660.41693 448.19064Q660.87006 448.64377 661.68256 448.6594L661.5732 449.73752Q660.35443 449.62814 659.72943 448.9094Q659.0888 448.17502 659.0888 446.94064Q659.0888 445.70627 659.7763 444.98752Q660.4638 444.26877 661.47943 444.26877Q661.99506 444.26877 662.49506 444.48752Q662.97943 444.69064 663.54193 445.19064Q664.0888 445.67502 665.04193 446.80002Q665.8388 447.75314 666.1357 448.0344Q666.41693 448.30002 666.6982 448.4719L666.6982 444.25314ZM663.47943 442.80002Q661.9482 442.80002 661.0263 442.48752Q660.0888 442.17502 659.5888 441.56564Q659.0888 440.94064 659.0888 440.00314Q659.0888 439.31564 659.37006 438.80002Q659.6513 438.26877 660.18256 437.92502Q660.6982 437.58127 661.4482 437.39377Q662.1982 437.20627 663.47943 437.20627Q664.99506 437.20627 665.91693 437.51877Q666.8388 437.81564 667.35443 438.44064Q667.85443 439.05002 667.85443 440.00314Q667.85443 441.23752 666.9638 441.95627Q665.9013 442.80002 663.47943 442.80002ZM663.47943 441.7219Q665.5888 441.7219 666.29193 441.2219Q666.99506 440.7219 666.99506 440.00314Q666.99506 439.26877 666.29193 438.7844Q665.5888 438.2844 663.47943 438.2844Q661.35443 438.2844 660.66693 438.7844Q659.9638 439.26877 659.9638 440.01877Q659.9638 440.73752 660.5732 441.17502Q661.35443 441.7219 663.47943 441.7219ZM666.6982 430.25314L667.7138 430.25314L667.7138 435.94064Q667.3388 435.94064 666.97943 435.81564Q666.4013 435.5969 665.8388 435.12814Q665.2763 434.64377 664.54193 433.73752Q663.3857 432.33127 662.7138 431.8469Q662.04193 431.3469 661.4482 431.3469Q660.8232 431.3469 660.4013 431.80002Q659.9638 432.25314 659.9638 432.9719Q659.9638 433.73752 660.41693 434.19064Q660.87006 434.64377 661.68256 434.6594L661.5732 435.73752Q660.35443 435.62814 659.72943 434.9094Q659.0888 434.17502 659.0888 432.94064Q659.0888 431.70627 659.7763 430.98752Q660.4638 430.26877 661.47943 430.26877Q661.99506 430.26877 662.49506 430.48752Q662.97943 430.69064 663.54193 431.19064Q664.0888 431.67502 665.04193 432.80002Q665.8388 433.75314 666.1357 434.0344Q666.41693 434.30002 666.6982 434.4719L666.6982 430.25314ZM667.7138 424.83127L667.7138 425.87814L660.99506 425.87814Q661.35443 426.26877 661.72943 426.89377Q662.0888 427.50314 662.2607 427.98752L661.24506 427.98752Q660.8232 427.11252 660.24506 426.45627Q659.6513 425.7844 659.0888 425.50314L659.0888 424.83127L667.7138 424.83127ZM665.1357 421.92502L664.0732 421.92502L664.0732 418.67502L665.1357 418.67502L665.1357 421.92502ZM667.7138 413.83127L667.7138 414.87814L660.99506 414.87814Q661.35443 415.26877 661.72943 415.89377Q662.0888 416.50314 662.2607 416.98752L661.24506 416.98752Q660.8232 416.11252 660.24506 415.45627Q659.6513 414.7844 659.0888 414.50314L659.0888 413.83127L667.7138 413.83127ZM667.7138 406.83127L667.7138 407.87814L660.99506 407.87814Q661.35443 408.26877 661.72943 408.89377Q662.0888 409.50314 662.2607 409.98752L661.24506 409.98752Q660.8232 409.11252 660.24506 408.45627Q659.6513 407.7844 659.0888 407.50314L659.0888 406.83127L667.7138 406.83127ZM665.1357 403.92502L664.0732 403.92502L664.0732 400.67502L665.1357 400.67502L665.1357 403.92502ZM666.6982 394.25314L667.7138 394.25314L667.7138 399.94064Q667.3388 399.94064 666.97943 399.81564Q666.4013 399.5969 665.8388 399.12814Q665.2763 398.64377 664.54193 397.73752Q663.3857 396.33127 662.7138 395.8469Q662.04193 395.3469 661.4482 395.3469Q660.8232 395.3469 660.4013 395.80002Q659.9638 396.25314 659.9638 396.9719Q659.9638 397.73752 660.41693 398.19064Q660.87006 398.64377 661.68256 398.6594L661.5732 399.73752Q660.35443 399.62814 659.72943 398.9094Q659.0888 398.17502 659.0888 396.94064Q659.0888 395.70627 659.7763 394.98752Q660.4638 394.26877 661.47943 394.26877Q661.99506 394.26877 662.49506 394.48752Q662.97943 394.69064 663.54193 395.19064Q664.0888 395.67502 665.04193 396.80002Q665.8388 397.75314 666.1357 398.0344Q666.41693 398.30002 666.6982 398.4719L666.6982 394.25314ZM665.72943 392.64377L665.6357 391.62814Q666.35443 391.50314 666.68256 391.14377Q666.99506 390.76877 666.99506 390.20627Q666.99506 389.7219 666.7763 389.36252Q666.54193 388.98752 666.18256 388.75314Q665.80756 388.51877 665.18256 388.36252Q664.54193 388.20627 663.8857 388.20627Q663.80756 388.20627 663.66693 388.20627Q664.16693 388.51877 664.49506 389.06564Q664.80756 389.61252 664.80756 390.25314Q664.80756 391.33127 664.04193 392.06564Q663.2607 392.80002 661.99506 392.80002Q660.68256 392.80002 659.8857 392.0344Q659.0888 391.25314 659.0888 390.0969Q659.0888 389.26877 659.54193 388.58127Q659.99506 387.87814 660.8388 387.51877Q661.66693 387.1594 663.24506 387.1594Q664.8857 387.1594 665.87006 387.51877Q666.8388 387.86252 667.35443 388.58127Q667.85443 389.2844 667.85443 390.2219Q667.85443 391.23752 667.30756 391.87814Q666.74506 392.51877 665.72943 392.64377ZM661.93256 388.33127Q661.0263 388.33127 660.49506 388.81564Q659.9638 389.2844 659.9638 389.9719Q659.9638 390.67502 660.54193 391.20627Q661.10443 391.7219 662.0263 391.7219Q662.8388 391.7219 663.35443 391.2219Q663.87006 390.7219 663.87006 390.00314Q663.87006 389.26877 663.35443 388.80002Q662.8388 388.33127 661.93256 388.33127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M681.08295 444.2531L682.0986 444.2531L682.0986 449.9406Q681.7236 449.9406 681.3642 449.8156Q680.7861 449.59686 680.2236 449.1281Q679.6611 448.64374 678.9267 447.7375Q677.77045 446.33124 677.0986 445.84686Q676.4267 445.34686 675.83295 445.34686Q675.20795 445.34686 674.7861 445.8Q674.3486 446.2531 674.3486 446.97186Q674.3486 447.7375 674.8017 448.1906Q675.2548 448.64374 676.0673 448.65936L675.95795 449.7375Q674.7392 449.6281 674.1142 448.90936Q673.4736 448.175 673.4736 446.9406Q673.4736 445.70624 674.1611 444.9875Q674.8486 444.26874 675.8642 444.26874Q676.3798 444.26874 676.8798 444.4875Q677.3642 444.6906 677.9267 445.1906Q678.4736 445.675 679.4267 446.8Q680.2236 447.7531 680.52045 448.03436Q680.8017 448.3 681.08295 448.47186L681.08295 444.2531ZM677.8642 442.8Q676.33295 442.8 675.4111 442.4875Q674.4736 442.175 673.9736 441.5656Q673.4736 440.9406 673.4736 440.0031Q673.4736 439.3156 673.7548 438.8Q674.0361 438.26874 674.5673 437.925Q675.08295 437.58124 675.83295 437.39374Q676.58295 437.20624 677.8642 437.20624Q679.3798 437.20624 680.3017 437.51874Q681.2236 437.8156 681.7392 438.4406Q682.2392 439.05 682.2392 440.0031Q682.2392 441.2375 681.3486 441.95624Q680.2861 442.8 677.8642 442.8ZM677.8642 441.72186Q679.9736 441.72186 680.6767 441.22186Q681.3798 440.72186 681.3798 440.0031Q681.3798 439.26874 680.6767 438.78436Q679.9736 438.28436 677.8642 438.28436Q675.7392 438.28436 675.0517 438.78436Q674.3486 439.26874 674.3486 440.01874Q674.3486 440.7375 674.95795 441.175Q675.7392 441.72186 677.8642 441.72186ZM681.08295 430.2531L682.0986 430.2531L682.0986 435.9406Q681.7236 435.9406 681.3642 435.8156Q680.7861 435.59686 680.2236 435.1281Q679.6611 434.64374 678.9267 433.7375Q677.77045 432.33124 677.0986 431.84686Q676.4267 431.34686 675.83295 431.34686Q675.20795 431.34686 674.7861 431.8Q674.3486 432.2531 674.3486 432.97186Q674.3486 433.7375 674.8017 434.1906Q675.2548 434.64374 676.0673 434.65936L675.95795 435.7375Q674.7392 435.6281 674.1142 434.90936Q673.4736 434.175 673.4736 432.9406Q673.4736 431.70624 674.1611 430.9875Q674.8486 430.26874 675.8642 430.26874Q676.3798 430.26874 676.8798 430.4875Q677.3642 430.6906 677.9267 431.1906Q678.4736 431.675 679.4267 432.8Q680.2236 433.7531 680.52045 434.03436Q680.8017 434.3 681.08295 434.47186L681.08295 430.2531ZM682.0986 424.83124L682.0986 425.8781L675.3798 425.8781Q675.7392 426.26874 676.1142 426.89374Q676.4736 427.5031 676.64545 427.9875L675.6298 427.9875Q675.20795 427.1125 674.6298 426.45624Q674.0361 425.78436 673.4736 425.5031L673.4736 424.83124L682.0986 424.83124ZM679.52045 421.925L678.45795 421.925L678.45795 418.675L679.52045 418.675L679.52045 421.925ZM682.0986 413.83124L682.0986 414.8781L675.3798 414.8781Q675.7392 415.26874 676.1142 415.89374Q676.4736 416.5031 676.64545 416.9875L675.6298 416.9875Q675.20795 416.1125 674.6298 415.45624Q674.0361 414.78436 673.4736 414.5031L673.4736 413.83124L682.0986 413.83124ZM681.08295 405.2531L682.0986 405.2531L682.0986 410.9406Q681.7236 410.9406 681.3642 410.8156Q680.7861 410.59686 680.2236 410.1281Q679.6611 409.64374 678.9267 408.7375Q677.77045 407.33124 677.0986 406.84686Q676.4267 406.34686 675.83295 406.34686Q675.20795 406.34686 674.7861 406.8Q674.3486 407.2531 674.3486 407.97186Q674.3486 408.7375 674.8017 409.1906Q675.2548 409.64374 676.0673 409.65936L675.95795 410.7375Q674.7392 410.6281 674.1142 409.90936Q673.4736 409.175 673.4736 407.9406Q673.4736 406.70624 674.1611 405.9875Q674.8486 405.26874 675.8642 405.26874Q676.3798 405.26874 676.8798 405.4875Q677.3642 405.6906 677.9267 406.1906Q678.4736 406.675 679.4267 407.8Q680.2236 408.7531 680.52045 409.03436Q680.8017 409.3 681.08295 409.47186L681.08295 405.2531ZM679.52045 403.925L678.45795 403.925L678.45795 400.675L679.52045 400.675L679.52045 403.925ZM677.8642 399.8Q676.33295 399.8 675.4111 399.4875Q674.4736 399.175 673.9736 398.5656Q673.4736 397.9406 673.4736 397.0031Q673.4736 396.3156 673.7548 395.8Q674.0361 395.26874 674.5673 394.925Q675.08295 394.58124 675.83295 394.39374Q676.58295 394.20624 677.8642 394.20624Q679.3798 394.20624 680.3017 394.51874Q681.2236 394.8156 681.7392 395.4406Q682.2392 396.05 682.2392 397.0031Q682.2392 398.2375 681.3486 398.95624Q680.2861 399.8 677.8642 399.8ZM677.8642 398.72186Q679.9736 398.72186 680.6767 398.22186Q681.3798 397.72186 681.3798 397.0031Q681.3798 396.26874 680.6767 395.78436Q679.9736 395.28436 677.8642 395.28436Q675.7392 395.28436 675.0517 395.78436Q674.3486 396.26874 674.3486 397.01874Q674.3486 397.7375 674.95795 398.175Q675.7392 398.72186 677.8642 398.72186ZM674.6298 392.7375L673.6142 392.7375L673.6142 387.175L674.4423 387.175Q675.3173 387.9875 676.77045 388.8Q678.20795 389.59686 679.7392 390.03436Q680.8173 390.3625 682.0986 390.4406L682.0986 391.53436Q681.08295 391.51874 679.64545 391.14374Q678.20795 390.7531 676.8798 390.05Q675.5517 389.33124 674.6298 388.51874L674.6298 392.7375Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M695.46765 444.25314L696.4833 444.25314L696.4833 449.94064Q696.1083 449.94064 695.7489 449.81564Q695.1708 449.5969 694.6083 449.12814Q694.0458 448.64377 693.3114 447.73752Q692.15515 446.33127 691.4833 445.8469Q690.8114 445.3469 690.21765 445.3469Q689.59265 445.3469 689.1708 445.80002Q688.7333 446.25314 688.7333 446.9719Q688.7333 447.73752 689.1864 448.19064Q689.6395 448.64377 690.452 448.6594L690.34265 449.73752Q689.1239 449.62814 688.4989 448.9094Q687.8583 448.17502 687.8583 446.94064Q687.8583 445.70627 688.5458 444.98752Q689.2333 444.26877 690.2489 444.26877Q690.7645 444.26877 691.2645 444.48752Q691.7489 444.69064 692.3114 445.19064Q692.8583 445.67502 693.8114 446.80002Q694.6083 447.75314 694.90515 448.0344Q695.1864 448.30002 695.46765 448.4719L695.46765 444.25314ZM692.2489 442.80002Q690.71765 442.80002 689.7958 442.48752Q688.8583 442.17502 688.3583 441.56564Q687.8583 440.94064 687.8583 440.00314Q687.8583 439.31564 688.1395 438.80002Q688.4208 438.26877 688.952 437.92502Q689.46765 437.58127 690.21765 437.39377Q690.96765 437.20627 692.2489 437.20627Q693.7645 437.20627 694.6864 437.51877Q695.6083 437.81564 696.1239 438.44064Q696.6239 439.05002 696.6239 440.00314Q696.6239 441.23752 695.7333 441.95627Q694.6708 442.80002 692.2489 442.80002ZM692.2489 441.7219Q694.3583 441.7219 695.0614 441.2219Q695.7645 440.7219 695.7645 440.00314Q695.7645 439.26877 695.0614 438.7844Q694.3583 438.2844 692.2489 438.2844Q690.1239 438.2844 689.4364 438.7844Q688.7333 439.26877 688.7333 440.01877Q688.7333 440.73752 689.34265 441.17502Q690.1239 441.7219 692.2489 441.7219ZM695.46765 430.25314L696.4833 430.25314L696.4833 435.94064Q696.1083 435.94064 695.7489 435.81564Q695.1708 435.5969 694.6083 435.12814Q694.0458 434.64377 693.3114 433.73752Q692.15515 432.33127 691.4833 431.8469Q690.8114 431.3469 690.21765 431.3469Q689.59265 431.3469 689.1708 431.80002Q688.7333 432.25314 688.7333 432.9719Q688.7333 433.73752 689.1864 434.19064Q689.6395 434.64377 690.452 434.6594L690.34265 435.73752Q689.1239 435.62814 688.4989 434.9094Q687.8583 434.17502 687.8583 432.94064Q687.8583 431.70627 688.5458 430.98752Q689.2333 430.26877 690.2489 430.26877Q690.7645 430.26877 691.2645 430.48752Q691.7489 430.69064 692.3114 431.19064Q692.8583 431.67502 693.8114 432.80002Q694.6083 433.75314 694.90515 434.0344Q695.1864 434.30002 695.46765 434.4719L695.46765 430.25314ZM696.4833 424.83127L696.4833 425.87814L689.7645 425.87814Q690.1239 426.26877 690.4989 426.89377Q690.8583 427.50314 691.03015 427.98752L690.0145 427.98752Q689.59265 427.11252 689.0145 426.45627Q688.4208 425.7844 687.8583 425.50314L687.8583 424.83127L696.4833 424.83127ZM693.90515 421.92502L692.84265 421.92502L692.84265 418.67502L693.90515 418.67502L693.90515 421.92502ZM696.4833 413.83127L696.4833 414.87814L689.7645 414.87814Q690.1239 415.26877 690.4989 415.89377Q690.8583 416.50314 691.03015 416.98752L690.0145 416.98752Q689.59265 416.11252 689.0145 415.45627Q688.4208 414.7844 687.8583 414.50314L687.8583 413.83127L696.4833 413.83127ZM695.46765 405.25314L696.4833 405.25314L696.4833 410.94064Q696.1083 410.94064 695.7489 410.81564Q695.1708 410.5969 694.6083 410.12814Q694.0458 409.64377 693.3114 408.73752Q692.15515 407.33127 691.4833 406.8469Q690.8114 406.3469 690.21765 406.3469Q689.59265 406.3469 689.1708 406.80002Q688.7333 407.25314 688.7333 407.9719Q688.7333 408.73752 689.1864 409.19064Q689.6395 409.64377 690.452 409.6594L690.34265 410.73752Q689.1239 410.62814 688.4989 409.9094Q687.8583 409.17502 687.8583 407.94064Q687.8583 406.70627 688.5458 405.98752Q689.2333 405.26877 690.2489 405.26877Q690.7645 405.26877 691.2645 405.48752Q691.7489 405.69064 692.3114 406.19064Q692.8583 406.67502 693.8114 407.80002Q694.6083 408.75314 694.90515 409.0344Q695.1864 409.30002 695.46765 409.4719L695.46765 405.25314ZM693.90515 403.92502L692.84265 403.92502L692.84265 400.67502L693.90515 400.67502L693.90515 403.92502ZM695.46765 394.25314L696.4833 394.25314L696.4833 399.94064Q696.1083 399.94064 695.7489 399.81564Q695.1708 399.5969 694.6083 399.12814Q694.0458 398.64377 693.3114 397.73752Q692.15515 396.33127 691.4833 395.8469Q690.8114 395.3469 690.21765 395.3469Q689.59265 395.3469 689.1708 395.80002Q688.7333 396.25314 688.7333 396.9719Q688.7333 397.73752 689.1864 398.19064Q689.6395 398.64377 690.452 398.6594L690.34265 399.73752Q689.1239 399.62814 688.4989 398.9094Q687.8583 398.17502 687.8583 396.94064Q687.8583 395.70627 688.5458 394.98752Q689.2333 394.26877 690.2489 394.26877Q690.7645 394.26877 691.2645 394.48752Q691.7489 394.69064 692.3114 395.19064Q692.8583 395.67502 693.8114 396.80002Q694.6083 397.75314 694.90515 398.0344Q695.1864 398.30002 695.46765 398.4719L695.46765 394.25314ZM696.4833 388.83127L696.4833 389.87814L689.7645 389.87814Q690.1239 390.26877 690.4989 390.89377Q690.8583 391.50314 691.03015 391.98752L690.0145 391.98752Q689.59265 391.11252 689.0145 390.45627Q688.4208 389.7844 687.8583 389.50314L687.8583 388.83127L696.4833 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M709.8524 444.2531L710.86804 444.2531L710.86804 449.9406Q710.49304 449.9406 710.13367 449.8156Q709.55554 449.59686 708.99304 449.1281Q708.43054 448.64374 707.69617 447.7375Q706.5399 446.33124 705.86804 445.84686Q705.19617 445.34686 704.6024 445.34686Q703.9774 445.34686 703.55554 445.8Q703.11804 446.2531 703.11804 446.97186Q703.11804 447.7375 703.57117 448.1906Q704.0243 448.64374 704.8368 448.65936L704.7274 449.7375Q703.50867 449.6281 702.88367 448.90936Q702.24304 448.175 702.24304 446.9406Q702.24304 445.70624 702.93054 444.9875Q703.61804 444.26874 704.63367 444.26874Q705.1493 444.26874 705.6493 444.4875Q706.13367 444.6906 706.69617 445.1906Q707.24304 445.675 708.19617 446.8Q708.99304 447.7531 709.2899 448.03436Q709.57117 448.3 709.8524 448.47186L709.8524 444.2531ZM706.63367 442.8Q705.1024 442.8 704.18054 442.4875Q703.24304 442.175 702.74304 441.5656Q702.24304 440.9406 702.24304 440.0031Q702.24304 439.3156 702.5243 438.8Q702.80554 438.26874 703.3368 437.925Q703.8524 437.58124 704.6024 437.39374Q705.3524 437.20624 706.63367 437.20624Q708.1493 437.20624 709.07117 437.51874Q709.99304 437.8156 710.50867 438.4406Q711.00867 439.05 711.00867 440.0031Q711.00867 441.2375 710.11804 441.95624Q709.05554 442.8 706.63367 442.8ZM706.63367 441.72186Q708.74304 441.72186 709.44617 441.22186Q710.1493 440.72186 710.1493 440.0031Q710.1493 439.26874 709.44617 438.78436Q708.74304 438.28436 706.63367 438.28436Q704.50867 438.28436 703.82117 438.78436Q703.11804 439.26874 703.11804 440.01874Q703.11804 440.7375 703.7274 441.175Q704.50867 441.72186 706.63367 441.72186ZM709.8524 430.2531L710.86804 430.2531L710.86804 435.9406Q710.49304 435.9406 710.13367 435.8156Q709.55554 435.59686 708.99304 435.1281Q708.43054 434.64374 707.69617 433.7375Q706.5399 432.33124 705.86804 431.84686Q705.19617 431.34686 704.6024 431.34686Q703.9774 431.34686 703.55554 431.8Q703.11804 432.2531 703.11804 432.97186Q703.11804 433.7375 703.57117 434.1906Q704.0243 434.64374 704.8368 434.65936L704.7274 435.7375Q703.50867 435.6281 702.88367 434.90936Q702.24304 434.175 702.24304 432.9406Q702.24304 431.70624 702.93054 430.9875Q703.61804 430.26874 704.63367 430.26874Q705.1493 430.26874 705.6493 430.4875Q706.13367 430.6906 706.69617 431.1906Q707.24304 431.675 708.19617 432.8Q708.99304 433.7531 709.2899 434.03436Q709.57117 434.3 709.8524 434.47186L709.8524 430.2531ZM709.8524 423.2531L710.86804 423.2531L710.86804 428.9406Q710.49304 428.9406 710.13367 428.8156Q709.55554 428.59686 708.99304 428.1281Q708.43054 427.64374 707.69617 426.7375Q706.5399 425.33124 705.86804 424.84686Q705.19617 424.34686 704.6024 424.34686Q703.9774 424.34686 703.55554 424.8Q703.11804 425.2531 703.11804 425.97186Q703.11804 426.7375 703.57117 427.1906Q704.0243 427.64374 704.8368 427.65936L704.7274 428.7375Q703.50867 428.6281 702.88367 427.90936Q702.24304 427.175 702.24304 425.9406Q702.24304 424.70624 702.93054 423.9875Q703.61804 423.26874 704.63367 423.26874Q705.1493 423.26874 705.6493 423.4875Q706.13367 423.6906 706.69617 424.1906Q707.24304 424.675 708.19617 425.8Q708.99304 426.7531 709.2899 427.03436Q709.57117 427.3 709.8524 427.47186L709.8524 423.2531ZM708.2899 421.925L707.2274 421.925L707.2274 418.675L708.2899 418.675L708.2899 421.925ZM706.63367 417.8Q705.1024 417.8 704.18054 417.4875Q703.24304 417.175 702.74304 416.5656Q702.24304 415.9406 702.24304 415.0031Q702.24304 414.3156 702.5243 413.8Q702.80554 413.26874 703.3368 412.925Q703.8524 412.58124 704.6024 412.39374Q705.3524 412.20624 706.63367 412.20624Q708.1493 412.20624 709.07117 412.51874Q709.99304 412.8156 710.50867 413.4406Q711.00867 414.05 711.00867 415.0031Q711.00867 416.2375 710.11804 416.95624Q709.05554 417.8 706.63367 417.8ZM706.63367 416.72186Q708.74304 416.72186 709.44617 416.22186Q710.1493 415.72186 710.1493 415.0031Q710.1493 414.26874 709.44617 413.78436Q708.74304 413.28436 706.63367 413.28436Q704.50867 413.28436 703.82117 413.78436Q703.11804 414.26874 703.11804 415.01874Q703.11804 415.7375 703.7274 416.175Q704.50867 416.72186 706.63367 416.72186ZM710.86804 406.83124L710.86804 407.8781L704.1493 407.8781Q704.50867 408.26874 704.88367 408.89374Q705.24304 409.5031 705.4149 409.9875L704.3993 409.9875Q703.9774 409.1125 703.3993 408.45624Q702.80554 407.78436 702.24304 407.5031L702.24304 406.83124L710.86804 406.83124ZM708.2899 403.925L707.2274 403.925L707.2274 400.675L708.2899 400.675L708.2899 403.925ZM710.86804 395.83124L710.86804 396.8781L704.1493 396.8781Q704.50867 397.26874 704.88367 397.89374Q705.24304 398.5031 705.4149 398.9875L704.3993 398.9875Q703.9774 398.1125 703.3993 397.45624Q702.80554 396.78436 702.24304 396.5031L702.24304 395.83124L710.86804 395.83124ZM710.86804 388.83124L710.86804 389.8781L704.1493 389.8781Q704.50867 390.26874 704.88367 390.89374Q705.24304 391.5031 705.4149 391.9875L704.3993 391.9875Q703.9774 391.1125 703.3993 390.45624Q702.80554 389.78436 702.24304 389.5031L702.24304 388.83124L710.86804 388.83124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M724.2371 444.2531L725.25275 444.2531L725.25275 449.9406Q724.87775 449.9406 724.5184 449.8156Q723.94025 449.59686 723.37775 449.1281Q722.81525 448.64374 722.0809 447.7375Q720.9246 446.33124 720.25275 445.84686Q719.5809 445.34686 718.9871 445.34686Q718.3621 445.34686 717.94025 445.8Q717.50275 446.2531 717.50275 446.97186Q717.50275 447.7375 717.9559 448.1906Q718.409 448.64374 719.2215 448.65936L719.1121 449.7375Q717.8934 449.6281 717.2684 448.90936Q716.62775 448.175 716.62775 446.9406Q716.62775 445.70624 717.31525 444.9875Q718.00275 444.26874 719.0184 444.26874Q719.534 444.26874 720.034 444.4875Q720.5184 444.6906 721.0809 445.1906Q721.62775 445.675 722.5809 446.8Q723.37775 447.7531 723.6746 448.03436Q723.9559 448.3 724.2371 448.47186L724.2371 444.2531ZM721.0184 442.8Q719.4871 442.8 718.56525 442.4875Q717.62775 442.175 717.12775 441.5656Q716.62775 440.9406 716.62775 440.0031Q716.62775 439.3156 716.909 438.8Q717.19025 438.26874 717.7215 437.925Q718.2371 437.58124 718.9871 437.39374Q719.7371 437.20624 721.0184 437.20624Q722.534 437.20624 723.4559 437.51874Q724.37775 437.8156 724.8934 438.4406Q725.3934 439.05 725.3934 440.0031Q725.3934 441.2375 724.50275 441.95624Q723.44025 442.8 721.0184 442.8ZM721.0184 441.72186Q723.12775 441.72186 723.8309 441.22186Q724.534 440.72186 724.534 440.0031Q724.534 439.26874 723.8309 438.78436Q723.12775 438.28436 721.0184 438.28436Q718.8934 438.28436 718.2059 438.78436Q717.50275 439.26874 717.50275 440.01874Q717.50275 440.7375 718.1121 441.175Q718.8934 441.72186 721.0184 441.72186ZM724.2371 430.2531L725.25275 430.2531L725.25275 435.9406Q724.87775 435.9406 724.5184 435.8156Q723.94025 435.59686 723.37775 435.1281Q722.81525 434.64374 722.0809 433.7375Q720.9246 432.33124 720.25275 431.84686Q719.5809 431.34686 718.9871 431.34686Q718.3621 431.34686 717.94025 431.8Q717.50275 432.2531 717.50275 432.97186Q717.50275 433.7375 717.9559 434.1906Q718.409 434.64374 719.2215 434.65936L719.1121 435.7375Q717.8934 435.6281 717.2684 434.90936Q716.62775 434.175 716.62775 432.9406Q716.62775 431.70624 717.31525 430.9875Q718.00275 430.26874 719.0184 430.26874Q719.534 430.26874 720.034 430.4875Q720.5184 430.6906 721.0809 431.1906Q721.62775 431.675 722.5809 432.8Q723.37775 433.7531 723.6746 434.03436Q723.9559 434.3 724.2371 434.47186L724.2371 430.2531ZM724.2371 423.2531L725.25275 423.2531L725.25275 428.9406Q724.87775 428.9406 724.5184 428.8156Q723.94025 428.59686 723.37775 428.1281Q722.81525 427.64374 722.0809 426.7375Q720.9246 425.33124 720.25275 424.84686Q719.5809 424.34686 718.9871 424.34686Q718.3621 424.34686 717.94025 424.8Q717.50275 425.2531 717.50275 425.97186Q717.50275 426.7375 717.9559 427.1906Q718.409 427.64374 719.2215 427.65936L719.1121 428.7375Q717.8934 428.6281 717.2684 427.90936Q716.62775 427.175 716.62775 425.9406Q716.62775 424.70624 717.31525 423.9875Q718.00275 423.26874 719.0184 423.26874Q719.534 423.26874 720.034 423.4875Q720.5184 423.6906 721.0809 424.1906Q721.62775 424.675 722.5809 425.8Q723.37775 426.7531 723.6746 427.03436Q723.9559 427.3 724.2371 427.47186L724.2371 423.2531ZM722.6746 421.925L721.6121 421.925L721.6121 418.675L722.6746 418.675L722.6746 421.925ZM721.0184 417.8Q719.4871 417.8 718.56525 417.4875Q717.62775 417.175 717.12775 416.5656Q716.62775 415.9406 716.62775 415.0031Q716.62775 414.3156 716.909 413.8Q717.19025 413.26874 717.7215 412.925Q718.2371 412.58124 718.9871 412.39374Q719.7371 412.20624 721.0184 412.20624Q722.534 412.20624 723.4559 412.51874Q724.37775 412.8156 724.8934 413.4406Q725.3934 414.05 725.3934 415.0031Q725.3934 416.2375 724.50275 416.95624Q723.44025 417.8 721.0184 417.8ZM721.0184 416.72186Q723.12775 416.72186 723.8309 416.22186Q724.534 415.72186 724.534 415.0031Q724.534 414.26874 723.8309 413.78436Q723.12775 413.28436 721.0184 413.28436Q718.8934 413.28436 718.2059 413.78436Q717.50275 414.26874 717.50275 415.01874Q717.50275 415.7375 718.1121 416.175Q718.8934 416.72186 721.0184 416.72186ZM725.25275 406.83124L725.25275 407.8781L718.534 407.8781Q718.8934 408.26874 719.2684 408.89374Q719.62775 409.5031 719.7996 409.9875L718.784 409.9875Q718.3621 409.1125 717.784 408.45624Q717.19025 407.78436 716.62775 407.5031L716.62775 406.83124L725.25275 406.83124ZM722.6746 403.925L721.6121 403.925L721.6121 400.675L722.6746 400.675L722.6746 403.925ZM725.25275 395.83124L725.25275 396.8781L718.534 396.8781Q718.8934 397.26874 719.2684 397.89374Q719.62775 398.5031 719.7996 398.9875L718.784 398.9875Q718.3621 398.1125 717.784 397.45624Q717.19025 396.78436 716.62775 396.5031L716.62775 395.83124L725.25275 395.83124ZM720.5965 391.175Q720.3465 391.83124 719.909 392.15936Q719.4559 392.47186 718.8465 392.47186Q717.909 392.47186 717.2684 391.8Q716.62775 391.1125 716.62775 390.0031Q716.62775 388.8781 717.284 388.1906Q717.94025 387.5031 718.87775 387.5031Q719.4715 387.5031 719.909 387.8156Q720.3465 388.1281 720.5965 388.76874Q720.8465 387.97186 721.4246 387.5656Q722.00275 387.15936 722.7996 387.15936Q723.8934 387.15936 724.6434 387.9406Q725.3934 388.70624 725.3934 389.9875Q725.3934 391.2531 724.6434 392.03436Q723.8934 392.8156 722.7684 392.8156Q721.9246 392.8156 721.3621 392.39374Q720.7996 391.95624 720.5965 391.175ZM718.7996 391.39374Q719.409 391.39374 719.7996 391.0031Q720.19025 390.59686 720.19025 389.97186Q720.19025 389.3625 719.81525 388.97186Q719.4246 388.58124 718.8621 388.58124Q718.284 388.58124 717.8934 388.9875Q717.4871 389.39374 717.4871 389.9875Q717.4871 390.59686 717.87775 391.0031Q718.2684 391.39374 718.7996 391.39374ZM722.7684 391.72186Q723.2215 391.72186 723.6434 391.51874Q724.06525 391.3 724.2996 390.8781Q724.534 390.45624 724.534 389.97186Q724.534 389.22186 724.0496 388.7375Q723.56525 388.2375 722.81525 388.2375Q722.0496 388.2375 721.5496 388.7375Q721.0496 389.2375 721.0496 390.0031Q721.0496 390.7531 721.5496 391.2375Q722.034 391.72186 722.7684 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M117.5 75.5L129.5 75.5" fill-rule="nonzero" stroke="#76b900" stroke-linecap="butt" stroke-width="4.0"></path>
     <path d="M138.125 77.921875L140.03125 77.71875Q140.125 78.375 140.51562 78.75Q140.92188 79.125 141.45312 79.125Q142.04688 79.125 142.46875 78.640625Q142.89062 78.15625 142.89062 77.171875Q142.89062 76.25 142.46875 75.796875Q142.0625 75.328125 141.39062 75.328125Q140.5625 75.328125 139.90625 76.0625L138.35938 75.828125L139.34375 70.609375L144.42188 70.609375L144.42188 72.40625L140.79688 72.40625L140.5 74.109375Q141.14062 73.796875 141.8125 73.796875Q143.07812 73.796875 143.96875 74.734375Q144.85938 75.65625 144.85938 77.140625Q144.85938 78.375 144.14062 79.34375Q143.17188 80.671875 141.4375 80.671875Q140.04688 80.671875 139.17188 79.9375Q138.29688 79.1875 138.125 77.921875ZM151.9375 80.5L149.54688 70.484375L151.625 70.484375L153.125 77.359375L154.96875 70.484375L157.375 70.484375L159.125 77.484375L160.65625 70.484375L162.70312 70.484375L160.26562 80.5L158.125 80.5L156.125 73.0L154.14062 80.5L151.9375 80.5ZM167.70312 78.1875L169.625 78.515625Q169.25 79.5625 168.45312 80.125Q167.65625 80.671875 166.46875 80.671875Q164.57812 80.671875 163.65625 79.421875Q162.9375 78.4375 162.9375 76.921875Q162.9375 75.125 163.875 74.109375Q164.82812 73.078125 166.28125 73.078125Q167.89062 73.078125 168.82812 74.15625Q169.76562 75.21875 169.71875 77.421875L164.90625 77.421875Q164.9375 78.28125 165.375 78.765625Q165.82812 79.234375 166.48438 79.234375Q166.9375 79.234375 167.23438 78.984375Q167.54688 78.734375 167.70312 78.1875ZM167.8125 76.25Q167.79688 75.40625 167.39062 74.984375Q166.98438 74.546875 166.39062 74.546875Q165.76562 74.546875 165.34375 75.0Q164.9375 75.46875 164.95312 76.25L167.8125 76.25ZM176.70312 78.1875L178.625 78.515625Q178.25 79.5625 177.45312 80.125Q176.65625 80.671875 175.46875 80.671875Q173.57812 80.671875 172.65625 79.421875Q171.9375 78.4375 171.9375 76.921875Q171.9375 75.125 172.875 74.109375Q173.82812 73.078125 175.28125 73.078125Q176.89062 73.078125 177.82812 74.15625Q178.76562 75.21875 178.71875 77.421875L173.90625 77.421875Q173.9375 78.28125 174.375 78.765625Q174.82812 79.234375 175.48438 79.234375Q175.9375 79.234375 176.23438 78.984375Q176.54688 78.734375 176.70312 78.1875ZM176.8125 76.25Q176.79688 75.40625 176.39062 74.984375Q175.98438 74.546875 175.39062 74.546875Q174.76562 74.546875 174.34375 75.0Q173.9375 75.46875 173.95312 76.25L176.8125 76.25ZM181.4375 80.5L181.4375 70.484375L183.35938 70.484375L183.35938 75.796875L185.60938 73.234375L187.96875 73.234375L185.48438 75.890625L188.15625 80.5L186.07812 80.5L184.25 77.234375L183.35938 78.171875L183.35938 80.5L181.4375 80.5ZM193.48438 80.5L193.48438 70.484375L196.51562 70.484375L198.34375 77.3125L200.14062 70.484375L203.17188 70.484375L203.17188 80.5L201.29688 80.5L201.29688 72.609375L199.29688 80.5L197.35938 80.5L195.375 72.609375L195.375 80.5L193.48438 80.5ZM206.0625 76.765625Q206.0625 75.8125 206.53125 74.921875Q207.0 74.015625 207.85938 73.546875Q208.73438 73.078125 209.79688 73.078125Q211.45312 73.078125 212.5 74.15625Q213.54688 75.21875 213.54688 76.84375Q213.54688 78.5 212.48438 79.59375Q211.42188 80.671875 209.8125 80.671875Q208.8125 80.671875 207.90625 80.21875Q207.0 79.765625 206.53125 78.890625Q206.0625 78.015625 206.0625 76.765625ZM208.03125 76.875Q208.03125 77.953125 208.54688 78.53125Q209.0625 79.09375 209.8125 79.09375Q210.5625 79.09375 211.0625 78.53125Q211.57812 77.953125 211.57812 76.859375Q211.57812 75.796875 211.0625 75.21875Q210.5625 74.640625 209.8125 74.640625Q209.0625 74.640625 208.54688 75.21875Q208.03125 75.796875 208.03125 76.875ZM217.5 80.5L214.57812 73.234375L216.59375 73.234375L217.95312 76.9375L218.35938 78.1875Q218.51562 77.703125 218.54688 77.5625Q218.65625 77.25 218.76562 76.9375L220.14062 73.234375L222.10938 73.234375L219.23438 80.5L217.5 80.5ZM224.5 72.25L224.5 70.484375L226.42188 70.484375L226.42188 72.25L224.5 72.25ZM224.5 80.5L224.5 73.234375L226.42188 73.234375L226.42188 80.5L224.5 80.5ZM235.10938 80.5L233.1875 80.5L233.1875 76.796875Q233.1875 75.625 233.0625 75.28125Q232.9375 74.921875 232.65625 74.734375Q232.39062 74.546875 232.0 74.546875Q231.5 74.546875 231.09375 74.828125Q230.70312 75.09375 230.54688 75.546875Q230.40625 76.0 230.40625 77.21875L230.40625 80.5L228.48438 80.5L228.48438 73.234375L230.28125 73.234375L230.28125 74.3125Q231.21875 73.078125 232.67188 73.078125Q233.29688 73.078125 233.82812 73.3125Q234.35938 73.53125 234.625 73.890625Q234.89062 74.25 235.0 74.703125Q235.10938 75.140625 235.10938 75.984375L235.10938 80.5ZM237.32812 80.984375L239.51562 81.25Q239.57812 81.625 239.78125 81.765625Q240.04688 81.984375 240.64062 81.984375Q241.39062 81.984375 241.76562 81.75Q242.01562 81.59375 242.14062 81.265625Q242.23438 81.03125 242.23438 80.390625L242.23438 79.328125Q241.375 80.5 240.0625 80.5Q238.59375 80.5 237.75 79.265625Q237.07812 78.28125 237.07812 76.828125Q237.07812 75.0 237.95312 74.046875Q238.82812 73.078125 240.14062 73.078125Q241.48438 73.078125 242.35938 74.265625L242.35938 73.234375L244.15625 73.234375L244.15625 79.75Q244.15625 81.046875 243.9375 81.671875Q243.73438 82.3125 243.34375 82.671875Q242.96875 83.03125 242.32812 83.234375Q241.6875 83.453125 240.71875 83.453125Q238.85938 83.453125 238.09375 82.8125Q237.32812 82.1875 237.32812 81.21875Q237.32812 81.109375 237.32812 80.984375ZM239.04688 76.71875Q239.04688 77.875 239.48438 78.421875Q239.9375 78.953125 240.59375 78.953125Q241.29688 78.953125 241.78125 78.40625Q242.26562 77.84375 242.26562 76.765625Q242.26562 75.640625 241.79688 75.09375Q241.34375 74.546875 240.625 74.546875Q239.9375 74.546875 239.48438 75.09375Q239.04688 75.625 239.04688 76.71875ZM259.5625 80.5L257.35938 80.5L256.48438 78.21875L252.46875 78.21875L251.64062 80.5L249.5 80.5L253.40625 70.484375L255.54688 70.484375L259.5625 80.5ZM255.82812 76.53125L254.45312 72.8125L253.09375 76.53125L255.82812 76.53125ZM261.5 80.5L258.57812 73.234375L260.59375 73.234375L261.95312 76.9375L262.35938 78.1875Q262.51562 77.703125 262.54688 77.5625Q262.65625 77.25 262.76562 76.9375L264.14062 73.234375L266.10938 73.234375L263.23438 80.5L261.5 80.5ZM272.70312 78.1875L274.625 78.515625Q274.25 79.5625 273.45312 80.125Q272.65625 80.671875 271.46875 80.671875Q269.57812 80.671875 268.65625 79.421875Q267.9375 78.4375 267.9375 76.921875Q267.9375 75.125 268.875 74.109375Q269.82812 73.078125 271.28125 73.078125Q272.89062 73.078125 273.82812 74.15625Q274.76562 75.21875 274.71875 77.421875L269.90625 77.421875Q269.9375 78.28125 270.375 78.765625Q270.82812 79.234375 271.48438 79.234375Q271.9375 79.234375 272.23438 78.984375Q272.54688 78.734375 272.70312 78.1875ZM272.8125 76.25Q272.79688 75.40625 272.39062 74.984375Q271.98438 74.546875 271.39062 74.546875Q270.76562 74.546875 270.34375 75.0Q269.9375 75.46875 269.95312 76.25L272.8125 76.25ZM279.34375 80.5L277.42188 80.5L277.42188 73.234375L279.20312 73.234375L279.20312 74.265625Q279.67188 73.546875 280.03125 73.3125Q280.39062 73.078125 280.85938 73.078125Q281.51562 73.078125 282.125 73.4375L281.53125 75.109375Q281.04688 74.796875 280.625 74.796875Q280.21875 74.796875 279.9375 75.03125Q279.67188 75.25 279.5 75.828125Q279.34375 76.40625 279.34375 78.25L279.34375 80.5ZM284.9375 75.453125L283.20312 75.140625Q283.48438 74.09375 284.20312 73.59375Q284.92188 73.078125 286.34375 73.078125Q287.625 73.078125 288.25 73.390625Q288.89062 73.6875 289.14062 74.15625Q289.39062 74.625 289.39062 75.875L289.375 78.109375Q289.375 79.078125 289.46875 79.53125Q289.5625 79.984375 289.8125 80.5L287.92188 80.5Q287.84375 80.3125 287.73438 79.9375Q287.6875 79.765625 287.65625 79.703125Q287.17188 80.1875 286.60938 80.4375Q286.04688 80.671875 285.40625 80.671875Q284.29688 80.671875 283.64062 80.0625Q283.0 79.453125 283.0 78.515625Q283.0 77.90625 283.29688 77.421875Q283.59375 76.9375 284.10938 76.6875Q284.64062 76.421875 285.64062 76.234375Q286.98438 75.984375 287.51562 75.765625L287.51562 75.578125Q287.51562 75.015625 287.23438 74.78125Q286.96875 74.546875 286.20312 74.546875Q285.6875 74.546875 285.40625 74.75Q285.125 74.953125 284.9375 75.453125ZM287.51562 77.015625Q287.14062 77.140625 286.34375 77.3125Q285.54688 77.484375 285.29688 77.640625Q284.92188 77.90625 284.92188 78.3125Q284.92188 78.71875 285.21875 79.015625Q285.51562 79.3125 285.98438 79.3125Q286.5 79.3125 286.98438 78.96875Q287.32812 78.703125 287.4375 78.328125Q287.51562 78.09375 287.51562 77.390625L287.51562 77.015625ZM291.32812 80.984375L293.51562 81.25Q293.57812 81.625 293.78125 81.765625Q294.04688 81.984375 294.64062 81.984375Q295.39062 81.984375 295.76562 81.75Q296.01562 81.59375 296.14062 81.265625Q296.23438 81.03125 296.23438 80.390625L296.23438 79.328125Q295.375 80.5 294.0625 80.5Q292.59375 80.5 291.75 79.265625Q291.07812 78.28125 291.07812 76.828125Q291.07812 75.0 291.95312 74.046875Q292.82812 73.078125 294.14062 73.078125Q295.48438 73.078125 296.35938 74.265625L296.35938 73.234375L298.15625 73.234375L298.15625 79.75Q298.15625 81.046875 297.9375 81.671875Q297.73438 82.3125 297.34375 82.671875Q296.96875 83.03125 296.32812 83.234375Q295.6875 83.453125 294.71875 83.453125Q292.85938 83.453125 292.09375 82.8125Q291.32812 82.1875 291.32812 81.21875Q291.32812 81.109375 291.32812 80.984375ZM293.04688 76.71875Q293.04688 77.875 293.48438 78.421875Q293.9375 78.953125 294.59375 78.953125Q295.29688 78.953125 295.78125 78.40625Q296.26562 77.84375 296.26562 76.765625Q296.26562 75.640625 295.79688 75.09375Q295.34375 74.546875 294.625 74.546875Q293.9375 74.546875 293.48438 75.09375Q293.04688 75.625 293.04688 76.71875ZM304.70312 78.1875L306.625 78.515625Q306.25 79.5625 305.45312 80.125Q304.65625 80.671875 303.46875 80.671875Q301.57812 80.671875 300.65625 79.421875Q299.9375 78.4375 299.9375 76.921875Q299.9375 75.125 300.875 74.109375Q301.82812 73.078125 303.28125 73.078125Q304.89062 73.078125 305.82812 74.15625Q306.76562 75.21875 306.71875 77.421875L301.90625 77.421875Q301.9375 78.28125 302.375 78.765625Q302.82812 79.234375 303.48438 79.234375Q303.9375 79.234375 304.23438 78.984375Q304.54688 78.734375 304.70312 78.1875ZM304.8125 76.25Q304.79688 75.40625 304.39062 74.984375Q303.98438 74.546875 303.39062 74.546875Q302.76562 74.546875 302.34375 75.0Q301.9375 75.46875 301.95312 76.25L304.8125 76.25ZM312.67188 73.234375L313.73438 73.234375L313.73438 72.6875Q313.73438 71.78125 313.92188 71.328125Q314.125 70.875 314.64062 70.59375Q315.17188 70.3125 315.96875 70.3125Q316.78125 70.3125 317.57812 70.546875L317.3125 71.890625Q316.85938 71.78125 316.4375 71.78125Q316.01562 71.78125 315.82812 71.984375Q315.65625 72.171875 315.65625 72.734375L315.65625 73.234375L317.09375 73.234375L317.09375 74.75L315.65625 74.75L315.65625 80.5L313.73438 80.5L313.73438 74.75L312.67188 74.75L312.67188 73.234375ZM318.0625 76.765625Q318.0625 75.8125 318.53125 74.921875Q319.0 74.015625 319.85938 73.546875Q320.73438 73.078125 321.79688 73.078125Q323.45312 73.078125 324.5 74.15625Q325.54688 75.21875 325.54688 76.84375Q325.54688 78.5 324.48438 79.59375Q323.42188 80.671875 321.8125 80.671875Q320.8125 80.671875 319.90625 80.21875Q319.0 79.765625 318.53125 78.890625Q318.0625 78.015625 318.0625 76.765625ZM320.03125 76.875Q320.03125 77.953125 320.54688 78.53125Q321.0625 79.09375 321.8125 79.09375Q322.5625 79.09375 323.0625 78.53125Q323.57812 77.953125 323.57812 76.859375Q323.57812 75.796875 323.0625 75.21875Q322.5625 74.640625 321.8125 74.640625Q321.0625 74.640625 320.54688 75.21875Q320.03125 75.796875 320.03125 76.875ZM329.34375 80.5L327.42188 80.5L327.42188 73.234375L329.20312 73.234375L329.20312 74.265625Q329.67188 73.546875 330.03125 73.3125Q330.39062 73.078125 330.85938 73.078125Q331.51562 73.078125 332.125 73.4375L331.53125 75.109375Q331.04688 74.796875 330.625 74.796875Q330.21875 74.796875 329.9375 75.03125Q329.67188 75.25 329.5 75.828125Q329.34375 76.40625 329.34375 78.25L329.34375 80.5ZM339.78125 80.5L339.78125 72.171875L336.79688 72.171875L336.79688 70.484375L344.76562 70.484375L344.76562 72.171875L341.79688 72.171875L341.79688 80.5L339.78125 80.5ZM349.70312 78.1875L351.625 78.515625Q351.25 79.5625 350.45312 80.125Q349.65625 80.671875 348.46875 80.671875Q346.57812 80.671875 345.65625 79.421875Q344.9375 78.4375 344.9375 76.921875Q344.9375 75.125 345.875 74.109375Q346.82812 73.078125 348.28125 73.078125Q349.89062 73.078125 350.82812 74.15625Q351.76562 75.21875 351.71875 77.421875L346.90625 77.421875Q346.9375 78.28125 347.375 78.765625Q347.82812 79.234375 348.48438 79.234375Q348.9375 79.234375 349.23438 78.984375Q349.54688 78.734375 349.70312 78.1875ZM349.8125 76.25Q349.79688 75.40625 349.39062 74.984375Q348.98438 74.546875 348.39062 74.546875Q347.76562 74.546875 347.34375 75.0Q346.9375 75.46875 346.95312 76.25L349.8125 76.25ZM354.5 80.5L354.5 70.484375L356.42188 70.484375L356.42188 80.5L354.5 80.5ZM362.70312 78.1875L364.625 78.515625Q364.25 79.5625 363.45312 80.125Q362.65625 80.671875 361.46875 80.671875Q359.57812 80.671875 358.65625 79.421875Q357.9375 78.4375 357.9375 76.921875Q357.9375 75.125 358.875 74.109375Q359.82812 73.078125 361.28125 73.078125Q362.89062 73.078125 363.82812 74.15625Q364.76562 75.21875 364.71875 77.421875L359.90625 77.421875Q359.9375 78.28125 360.375 78.765625Q360.82812 79.234375 361.48438 79.234375Q361.9375 79.234375 362.23438 78.984375Q362.54688 78.734375 362.70312 78.1875ZM362.8125 76.25Q362.79688 75.40625 362.39062 74.984375Q361.98438 74.546875 361.39062 74.546875Q360.76562 74.546875 360.34375 75.0Q359.9375 75.46875 359.95312 76.25L362.8125 76.25ZM373.82812 75.390625L371.9375 75.734375Q371.84375 75.15625 371.5 74.875Q371.17188 74.59375 370.625 74.59375Q369.90625 74.59375 369.48438 75.09375Q369.0625 75.578125 369.0625 76.734375Q369.0625 78.03125 369.48438 78.5625Q369.92188 79.09375 370.65625 79.09375Q371.20312 79.09375 371.54688 78.78125Q371.90625 78.46875 372.04688 77.71875L373.9375 78.03125Q373.64062 79.34375 372.79688 80.015625Q371.96875 80.671875 370.5625 80.671875Q368.96875 80.671875 368.01562 79.671875Q367.07812 78.65625 367.07812 76.875Q367.07812 75.078125 368.03125 74.078125Q368.98438 73.078125 370.60938 73.078125Q371.92188 73.078125 372.70312 73.65625Q373.5 74.21875 373.82812 75.390625ZM375.0625 76.765625Q375.0625 75.8125 375.53125 74.921875Q376.0 74.015625 376.85938 73.546875Q377.73438 73.078125 378.79688 73.078125Q380.45312 73.078125 381.5 74.15625Q382.54688 75.21875 382.54688 76.84375Q382.54688 78.5 381.48438 79.59375Q380.42188 80.671875 378.8125 80.671875Q377.8125 80.671875 376.90625 80.21875Q376.0 79.765625 375.53125 78.890625Q375.0625 78.015625 375.0625 76.765625ZM377.03125 76.875Q377.03125 77.953125 377.54688 78.53125Q378.0625 79.09375 378.8125 79.09375Q379.5625 79.09375 380.0625 78.53125Q380.57812 77.953125 380.57812 76.859375Q380.57812 75.796875 380.0625 75.21875Q379.5625 74.640625 378.8125 74.640625Q378.0625 74.640625 377.54688 75.21875Q377.03125 75.796875 377.03125 76.875ZM391.10938 80.5L389.1875 80.5L389.1875 76.796875Q389.1875 75.625 389.0625 75.28125Q388.9375 74.921875 388.65625 74.734375Q388.39062 74.546875 388.0 74.546875Q387.5 74.546875 387.09375 74.828125Q386.70312 75.09375 386.54688 75.546875Q386.40625 76.0 386.40625 77.21875L386.40625 80.5L384.48438 80.5L384.48438 73.234375L386.28125 73.234375L386.28125 74.3125Q387.21875 73.078125 388.67188 73.078125Q389.29688 73.078125 389.82812 73.3125Q390.35938 73.53125 390.625 73.890625Q390.89062 74.25 391.0 74.703125Q391.10938 75.140625 391.10938 75.984375L391.10938 80.5ZM392.82812 78.421875L394.75 78.140625Q394.875 78.6875 395.25 78.984375Q395.625 79.28125 396.3125 79.28125Q397.04688 79.28125 397.42188 79.0Q397.6875 78.8125 397.6875 78.484375Q397.6875 78.265625 397.54688 78.125Q397.40625 77.984375 396.90625 77.875Q394.57812 77.359375 393.95312 76.9375Q393.09375 76.34375 393.09375 75.296875Q393.09375 74.359375 393.82812 73.71875Q394.57812 73.078125 396.15625 73.078125Q397.64062 73.078125 398.35938 73.5625Q399.09375 74.046875 399.35938 75.0L397.54688 75.328125Q397.4375 74.90625 397.10938 74.6875Q396.78125 74.453125 396.1875 74.453125Q395.42188 74.453125 395.09375 74.671875Q394.875 74.8125 394.875 75.0625Q394.875 75.265625 395.07812 75.40625Q395.32812 75.59375 396.85938 75.953125Q398.40625 76.296875 399.01562 76.796875Q399.60938 77.3125 399.60938 78.234375Q399.60938 79.234375 398.76562 79.953125Q397.9375 80.671875 396.3125 80.671875Q394.82812 80.671875 393.95312 80.0625Q393.09375 79.453125 392.82812 78.421875Z" fill="#76b900" fill-rule="nonzero"></path>
     <path d="M416.5 70.5C416.5 69.947716 416.94772 69.5 417.5 69.5L427.5 69.5C428.05228 69.5 428.5 69.947716 428.5 70.5L428.5 80.5C428.5 81.052284 428.05228 81.5 427.5 81.5L417.5 81.5C416.94772 81.5 416.5 81.052284 416.5 80.5Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M439.78125 80.5L439.78125 72.171875L436.79688 72.171875L436.79688 70.484375L444.76562 70.484375L444.76562 72.171875L441.79688 72.171875L441.79688 80.5L439.78125 80.5ZM449.70312 78.1875L451.625 78.515625Q451.25 79.5625 450.45312 80.125Q449.65625 80.671875 448.46875 80.671875Q446.57812 80.671875 445.65625 79.421875Q444.9375 78.4375 444.9375 76.921875Q444.9375 75.125 445.875 74.109375Q446.82812 73.078125 448.28125 73.078125Q449.89062 73.078125 450.82812 74.15625Q451.76562 75.21875 451.71875 77.421875L446.90625 77.421875Q446.9375 78.28125 447.375 78.765625Q447.82812 79.234375 448.48438 79.234375Q448.9375 79.234375 449.23438 78.984375Q449.54688 78.734375 449.70312 78.1875ZM449.8125 76.25Q449.79688 75.40625 449.39062 74.984375Q448.98438 74.546875 448.39062 74.546875Q447.76562 74.546875 447.34375 75.0Q446.9375 75.46875 446.95312 76.25L449.8125 76.25ZM454.5 80.5L454.5 70.484375L456.42188 70.484375L456.42188 80.5L454.5 80.5ZM462.70312 78.1875L464.625 78.515625Q464.25 79.5625 463.45312 80.125Q462.65625 80.671875 461.46875 80.671875Q459.57812 80.671875 458.65625 79.421875Q457.9375 78.4375 457.9375 76.921875Q457.9375 75.125 458.875 74.109375Q459.82812 73.078125 461.28125 73.078125Q462.89062 73.078125 463.82812 74.15625Q464.76562 75.21875 464.71875 77.421875L459.90625 77.421875Q459.9375 78.28125 460.375 78.765625Q460.82812 79.234375 461.48438 79.234375Q461.9375 79.234375 462.23438 78.984375Q462.54688 78.734375 462.70312 78.1875ZM462.8125 76.25Q462.79688 75.40625 462.39062 74.984375Q461.98438 74.546875 461.39062 74.546875Q460.76562 74.546875 460.34375 75.0Q459.9375 75.46875 459.95312 76.25L462.8125 76.25ZM473.82812 75.390625L471.9375 75.734375Q471.84375 75.15625 471.5 74.875Q471.17188 74.59375 470.625 74.59375Q469.90625 74.59375 469.48438 75.09375Q469.0625 75.578125 469.0625 76.734375Q469.0625 78.03125 469.48438 78.5625Q469.92188 79.09375 470.65625 79.09375Q471.20312 79.09375 471.54688 78.78125Q471.90625 78.46875 472.04688 77.71875L473.9375 78.03125Q473.64062 79.34375 472.79688 80.015625Q471.96875 80.671875 470.5625 80.671875Q468.96875 80.671875 468.01562 79.671875Q467.07812 78.65625 467.07812 76.875Q467.07812 75.078125 468.03125 74.078125Q468.98438 73.078125 470.60938 73.078125Q471.92188 73.078125 472.70312 73.65625Q473.5 74.21875 473.82812 75.390625ZM475.0625 76.765625Q475.0625 75.8125 475.53125 74.921875Q476.0 74.015625 476.85938 73.546875Q477.73438 73.078125 478.79688 73.078125Q480.45312 73.078125 481.5 74.15625Q482.54688 75.21875 482.54688 76.84375Q482.54688 78.5 481.48438 79.59375Q480.42188 80.671875 478.8125 80.671875Q477.8125 80.671875 476.90625 80.21875Q476.0 79.765625 475.53125 78.890625Q475.0625 78.015625 475.0625 76.765625ZM477.03125 76.875Q477.03125 77.953125 477.54688 78.53125Q478.0625 79.09375 478.8125 79.09375Q479.5625 79.09375 480.0625 78.53125Q480.57812 77.953125 480.57812 76.859375Q480.57812 75.796875 480.0625 75.21875Q479.5625 74.640625 478.8125 74.640625Q478.0625 74.640625 477.54688 75.21875Q477.03125 75.796875 477.03125 76.875ZM491.10938 80.5L489.1875 80.5L489.1875 76.796875Q489.1875 75.625 489.0625 75.28125Q488.9375 74.921875 488.65625 74.734375Q488.39062 74.546875 488.0 74.546875Q487.5 74.546875 487.09375 74.828125Q486.70312 75.09375 486.54688 75.546875Q486.40625 76.0 486.40625 77.21875L486.40625 80.5L484.48438 80.5L484.48438 73.234375L486.28125 73.234375L486.28125 74.3125Q487.21875 73.078125 488.67188 73.078125Q489.29688 73.078125 489.82812 73.3125Q490.35938 73.53125 490.625 73.890625Q490.89062 74.25 491.0 74.703125Q491.10938 75.140625 491.10938 75.984375L491.10938 80.5ZM492.82812 78.421875L494.75 78.140625Q494.875 78.6875 495.25 78.984375Q495.625 79.28125 496.3125 79.28125Q497.04688 79.28125 497.42188 79.0Q497.6875 78.8125 497.6875 78.484375Q497.6875 78.265625 497.54688 78.125Q497.40625 77.984375 496.90625 77.875Q494.57812 77.359375 493.95312 76.9375Q493.09375 76.34375 493.09375 75.296875Q493.09375 74.359375 493.82812 73.71875Q494.57812 73.078125 496.15625 73.078125Q497.64062 73.078125 498.35938 73.5625Q499.09375 74.046875 499.35938 75.0L497.54688 75.328125Q497.4375 74.90625 497.10938 74.6875Q496.78125 74.453125 496.1875 74.453125Q495.42188 74.453125 495.09375 74.671875Q494.875 74.8125 494.875 75.0625Q494.875 75.265625 495.07812 75.40625Q495.32812 75.59375 496.85938 75.953125Q498.40625 76.296875 499.01562 76.796875Q499.60938 77.3125 499.60938 78.234375Q499.60938 79.234375 498.76562 79.953125Q497.9375 80.671875 496.3125 80.671875Q494.82812 80.671875 493.95312 80.0625Q493.09375 79.453125 492.82812 78.421875Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M516.5 70.5C516.5 69.947716 516.9477 69.5 517.5 69.5L527.5 69.5C528.0523 69.5 528.5 69.947716 528.5 70.5L528.5 80.5C528.5 81.052284 528.0523 81.5 527.5 81.5L517.5 81.5C516.9477 81.5 516.5 81.052284 516.5 80.5Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path d="M537.0 77.234375L538.96875 77.046875Q539.15625 78.03125 539.6875 78.5Q540.2344 78.96875 541.15625 78.96875Q542.1406 78.96875 542.625 78.5625Q543.125 78.140625 543.125 77.59375Q543.125 77.234375 542.9219 76.984375Q542.71875 76.734375 542.1875 76.546875Q541.84375 76.421875 540.5781 76.109375Q538.9531 75.703125 538.2969 75.125Q537.375 74.296875 537.375 73.109375Q537.375 72.34375 537.7969 71.671875Q538.2344 71.0 539.0469 70.65625Q539.875 70.3125 541.03125 70.3125Q542.90625 70.3125 543.8594 71.140625Q544.8125 71.96875 544.875 73.34375L542.84375 73.4375Q542.71875 72.65625 542.28125 72.328125Q541.8594 71.984375 541.0 71.984375Q540.125 71.984375 539.625 72.34375Q539.2969 72.578125 539.2969 72.96875Q539.2969 73.328125 539.6094 73.578125Q539.9844 73.890625 541.4531 74.25Q542.9375 74.59375 543.6406 74.96875Q544.3594 75.34375 544.75 75.984375Q545.15625 76.625 545.15625 77.578125Q545.15625 78.4375 544.6719 79.203125Q544.2031 79.953125 543.3281 80.3125Q542.4531 80.671875 541.1406 80.671875Q539.2344 80.671875 538.21875 79.796875Q537.2031 78.921875 537.0 77.234375ZM551.28125 80.5L551.28125 79.40625Q550.8906 80.0 550.2344 80.34375Q549.59375 80.671875 548.875 80.671875Q548.1406 80.671875 547.5625 80.34375Q546.9844 80.015625 546.71875 79.4375Q546.46875 78.859375 546.46875 77.828125L546.46875 73.234375L548.3906 73.234375L548.3906 76.578125Q548.3906 78.109375 548.4844 78.453125Q548.59375 78.796875 548.875 79.0Q549.15625 79.203125 549.59375 79.203125Q550.0781 79.203125 550.46875 78.9375Q550.8594 78.65625 551.0 78.265625Q551.1406 77.859375 551.1406 76.296875L551.1406 73.234375L553.0625 73.234375L553.0625 80.5L551.28125 80.5ZM555.4531 73.234375L557.2344 73.234375L557.2344 74.3125Q557.59375 73.765625 558.1875 73.421875Q558.78125 73.078125 559.5 73.078125Q560.7656 73.078125 561.6406 74.078125Q562.53125 75.0625 562.53125 76.828125Q562.53125 78.640625 561.6406 79.65625Q560.75 80.671875 559.4844 80.671875Q558.8906 80.671875 558.3906 80.4375Q557.90625 80.1875 557.375 79.609375L557.375 83.265625L555.4531 83.265625L555.4531 73.234375ZM557.34375 76.75Q557.34375 77.96875 557.8281 78.5625Q558.3281 79.140625 559.0156 79.140625Q559.6875 79.140625 560.125 78.609375Q560.5781 78.0625 560.5781 76.84375Q560.5781 75.703125 560.1094 75.15625Q559.65625 74.59375 558.9844 74.59375Q558.28125 74.59375 557.8125 75.140625Q557.34375 75.6875 557.34375 76.75ZM568.7031 78.1875L570.625 78.515625Q570.25 79.5625 569.4531 80.125Q568.65625 80.671875 567.46875 80.671875Q565.5781 80.671875 564.65625 79.421875Q563.9375 78.4375 563.9375 76.921875Q563.9375 75.125 564.875 74.109375Q565.8281 73.078125 567.28125 73.078125Q568.8906 73.078125 569.8281 74.15625Q570.7656 75.21875 570.71875 77.421875L565.90625 77.421875Q565.9375 78.28125 566.375 78.765625Q566.8281 79.234375 567.4844 79.234375Q567.9375 79.234375 568.2344 78.984375Q568.5469 78.734375 568.7031 78.1875ZM568.8125 76.25Q568.7969 75.40625 568.3906 74.984375Q567.9844 74.546875 567.3906 74.546875Q566.7656 74.546875 566.34375 75.0Q565.9375 75.46875 565.9531 76.25L568.8125 76.25ZM575.34375 80.5L573.4219 80.5L573.4219 73.234375L575.2031 73.234375L575.2031 74.265625Q575.6719 73.546875 576.03125 73.3125Q576.3906 73.078125 576.8594 73.078125Q577.5156 73.078125 578.125 73.4375L577.53125 75.109375Q577.0469 74.796875 576.625 74.796875Q576.21875 74.796875 575.9375 75.03125Q575.6719 75.25 575.5 75.828125Q575.34375 76.40625 575.34375 78.25L575.34375 80.5ZM582.8281 73.234375L582.8281 74.765625L581.5156 74.765625L581.5156 77.703125Q581.5156 78.578125 581.5469 78.734375Q581.59375 78.875 581.71875 78.984375Q581.8594 79.078125 582.0625 79.078125Q582.3281 79.078125 582.8281 78.890625L582.9844 80.375Q582.3281 80.671875 581.46875 80.671875Q580.9531 80.671875 580.53125 80.5Q580.125 80.3125 579.9219 80.046875Q579.7344 79.765625 579.65625 79.296875Q579.59375 78.953125 579.59375 77.9375L579.59375 74.765625L578.71875 74.765625L578.71875 73.234375L579.59375 73.234375L579.59375 71.796875L581.5156 70.671875L581.5156 73.234375L582.8281 73.234375ZM588.7031 78.1875L590.625 78.515625Q590.25 79.5625 589.4531 80.125Q588.65625 80.671875 587.46875 80.671875Q585.5781 80.671875 584.65625 79.421875Q583.9375 78.4375 583.9375 76.921875Q583.9375 75.125 584.875 74.109375Q585.8281 73.078125 587.28125 73.078125Q588.8906 73.078125 589.8281 74.15625Q590.7656 75.21875 590.71875 77.421875L585.90625 77.421875Q585.9375 78.28125 586.375 78.765625Q586.8281 79.234375 587.4844 79.234375Q587.9375 79.234375 588.2344 78.984375Q588.5469 78.734375 588.7031 78.1875ZM588.8125 76.25Q588.7969 75.40625 588.3906 74.984375Q587.9844 74.546875 587.3906 74.546875Q586.7656 74.546875 586.34375 75.0Q585.9375 75.46875 585.9531 76.25L588.8125 76.25ZM593.5 80.5L593.5 70.484375L595.4219 70.484375L595.4219 80.5L593.5 80.5ZM601.7031 78.1875L603.625 78.515625Q603.25 79.5625 602.4531 80.125Q601.65625 80.671875 600.46875 80.671875Q598.5781 80.671875 597.65625 79.421875Q596.9375 78.4375 596.9375 76.921875Q596.9375 75.125 597.875 74.109375Q598.8281 73.078125 600.28125 73.078125Q601.8906 73.078125 602.8281 74.15625Q603.7656 75.21875 603.71875 77.421875L598.90625 77.421875Q598.9375 78.28125 599.375 78.765625Q599.8281 79.234375 600.4844 79.234375Q600.9375 79.234375 601.2344 78.984375Q601.5469 78.734375 601.7031 78.1875ZM601.8125 76.25Q601.7969 75.40625 601.3906 74.984375Q600.9844 74.546875 600.3906 74.546875Q599.7656 74.546875 599.34375 75.0Q598.9375 75.46875 598.9531 76.25L601.8125 76.25ZM612.8281 75.390625L610.9375 75.734375Q610.84375 75.15625 610.5 74.875Q610.1719 74.59375 609.625 74.59375Q608.90625 74.59375 608.4844 75.09375Q608.0625 75.578125 608.0625 76.734375Q608.0625 78.03125 608.4844 78.5625Q608.9219 79.09375 609.65625 79.09375Q610.2031 79.09375 610.5469 78.78125Q610.90625 78.46875 611.0469 77.71875L612.9375 78.03125Q612.6406 79.34375 611.7969 80.015625Q610.96875 80.671875 609.5625 80.671875Q607.96875 80.671875 607.0156 79.671875Q606.0781 78.65625 606.0781 76.875Q606.0781 75.078125 607.03125 74.078125Q607.9844 73.078125 609.6094 73.078125Q610.9219 73.078125 611.7031 73.65625Q612.5 74.21875 612.8281 75.390625ZM614.0625 76.765625Q614.0625 75.8125 614.53125 74.921875Q615.0 74.015625 615.8594 73.546875Q616.7344 73.078125 617.7969 73.078125Q619.4531 73.078125 620.5 74.15625Q621.5469 75.21875 621.5469 76.84375Q621.5469 78.5 620.4844 79.59375Q619.4219 80.671875 617.8125 80.671875Q616.8125 80.671875 615.90625 80.21875Q615.0 79.765625 614.53125 78.890625Q614.0625 78.015625 614.0625 76.765625ZM616.03125 76.875Q616.03125 77.953125 616.5469 78.53125Q617.0625 79.09375 617.8125 79.09375Q618.5625 79.09375 619.0625 78.53125Q619.5781 77.953125 619.5781 76.859375Q619.5781 75.796875 619.0625 75.21875Q618.5625 74.640625 617.8125 74.640625Q617.0625 74.640625 616.5469 75.21875Q616.03125 75.796875 616.03125 76.875ZM630.1094 80.5L628.1875 80.5L628.1875 76.796875Q628.1875 75.625 628.0625 75.28125Q627.9375 74.921875 627.65625 74.734375Q627.3906 74.546875 627.0 74.546875Q626.5 74.546875 626.09375 74.828125Q625.7031 75.09375 625.5469 75.546875Q625.40625 76.0 625.40625 77.21875L625.40625 80.5L623.4844 80.5L623.4844 73.234375L625.28125 73.234375L625.28125 74.3125Q626.21875 73.078125 627.6719 73.078125Q628.2969 73.078125 628.8281 73.3125Q629.3594 73.53125 629.625 73.890625Q629.8906 74.25 630.0 74.703125Q630.1094 75.140625 630.1094 75.984375L630.1094 80.5ZM631.8281 78.421875L633.75 78.140625Q633.875 78.6875 634.25 78.984375Q634.625 79.28125 635.3125 79.28125Q636.0469 79.28125 636.4219 79.0Q636.6875 78.8125 636.6875 78.484375Q636.6875 78.265625 636.5469 78.125Q636.40625 77.984375 635.90625 77.875Q633.5781 77.359375 632.9531 76.9375Q632.09375 76.34375 632.09375 75.296875Q632.09375 74.359375 632.8281 73.71875Q633.5781 73.078125 635.15625 73.078125Q636.6406 73.078125 637.3594 73.5625Q638.09375 74.046875 638.3594 75.0L636.5469 75.328125Q636.4375 74.90625 636.1094 74.6875Q635.78125 74.453125 635.1875 74.453125Q634.4219 74.453125 634.09375 74.671875Q633.875 74.8125 633.875 75.0625Q633.875 75.265625 634.0781 75.40625Q634.3281 75.59375 635.8594 75.953125Q637.40625 76.296875 638.0156 76.796875Q638.6094 77.3125 638.6094 78.234375Q638.6094 79.234375 637.7656 79.953125Q636.9375 80.671875 635.3125 80.671875Q633.8281 80.671875 632.9531 80.0625Q632.09375 79.453125 631.8281 78.421875Z" fill="#ea4335" fill-rule="nonzero"></path>
     <path d="M163.34375 45.7L163.34375 28.653126L166.8125 28.653126L166.8125 42.809376L175.4375 42.809376L175.4375 45.7L163.34375 45.7ZM178.21875 31.559376L178.21875 28.5125L181.51562 28.5125L181.51562 31.559376L178.21875 31.559376ZM178.21875 45.7L178.21875 33.246876L181.51562 33.246876L181.51562 45.7L178.21875 45.7ZM185.07812 45.7L185.07812 28.5125L188.375 28.5125L188.375 34.7Q189.90625 32.965626 191.98438 32.965626Q194.26562 32.965626 195.75 34.621876Q197.23438 36.2625 197.23438 39.340626Q197.23438 42.528126 195.71875 44.2625Q194.20312 45.98125 192.03125 45.98125Q190.96875 45.98125 189.92188 45.45Q188.89062 44.91875 188.14062 43.871876L188.14062 45.7L185.07812 45.7ZM188.35938 39.2Q188.35938 41.1375 188.96875 42.059376Q189.8125 43.371876 191.23438 43.371876Q192.32812 43.371876 193.09375 42.45Q193.85938 41.5125 193.85938 39.5125Q193.85938 37.371876 193.07812 36.434376Q192.3125 35.496876 191.10938 35.496876Q189.92188 35.496876 189.14062 36.41875Q188.35938 37.325 188.35938 39.2ZM203.375 45.7L200.07812 45.7L200.07812 33.246876L203.14062 33.246876L203.14062 35.028126Q203.92188 33.7625 204.54688 33.371876Q205.1875 32.965626 205.98438 32.965626Q207.10938 32.965626 208.14062 33.590626L207.125 36.465626Q206.29688 35.91875 205.57812 35.91875Q204.89062 35.91875 204.40625 36.309376Q203.92188 36.684376 203.64062 37.684376Q203.375 38.684376 203.375 41.85625L203.375 45.7ZM211.6875 37.04375L208.70312 36.5125Q209.20312 34.7 210.42188 33.840626Q211.65625 32.965626 214.09375 32.965626Q216.29688 32.965626 217.375 33.496876Q218.45312 34.0125 218.89062 34.825Q219.32812 35.621876 219.32812 37.7625L219.29688 41.60625Q219.29688 43.246876 219.45312 44.028126Q219.60938 44.809376 220.04688 45.7L216.78125 45.7Q216.65625 45.371876 216.46875 44.73125Q216.39062 44.434376 216.34375 44.340626Q215.5 45.153126 214.53125 45.575Q213.57812 45.98125 212.5 45.98125Q210.57812 45.98125 209.46875 44.934376Q208.35938 43.8875 208.35938 42.29375Q208.35938 41.246876 208.85938 40.41875Q209.35938 39.590626 210.26562 39.153126Q211.1875 38.715626 212.89062 38.3875Q215.20312 37.95 216.09375 37.575L216.09375 37.246876Q216.09375 36.29375 215.625 35.903126Q215.15625 35.496876 213.85938 35.496876Q212.96875 35.496876 212.46875 35.840626Q211.98438 36.184376 211.6875 37.04375ZM216.09375 39.715626Q215.45312 39.934376 214.07812 40.23125Q212.71875 40.5125 212.29688 40.79375Q211.65625 41.2625 211.65625 41.965626Q211.65625 42.653126 212.17188 43.153126Q212.6875 43.653126 213.48438 43.653126Q214.375 43.653126 215.17188 43.075Q215.78125 42.621876 215.96875 41.98125Q216.09375 41.559376 216.09375 40.371876L216.09375 39.715626ZM225.375 45.7L222.07812 45.7L222.07812 33.246876L225.14062 33.246876L225.14062 35.028126Q225.92188 33.7625 226.54688 33.371876Q227.1875 32.965626 227.98438 32.965626Q229.10938 32.965626 230.14062 33.590626L229.125 36.465626Q228.29688 35.91875 227.57812 35.91875Q226.89062 35.91875 226.40625 36.309376Q225.92188 36.684376 225.64062 37.684376Q225.375 38.684376 225.375 41.85625L225.375 45.7ZM229.67188 33.246876L233.17188 33.246876L236.14062 42.090626L239.04688 33.246876L242.46875 33.246876L238.0625 45.23125L237.28125 47.403126Q236.84375 48.496876 236.45312 49.059376Q236.0625 49.6375 235.54688 49.996876Q235.04688 50.35625 234.29688 50.54375Q233.5625 50.746876 232.625 50.746876Q231.67188 50.746876 230.75 50.559376L230.46875 47.98125Q231.23438 48.121876 231.85938 48.121876Q233.0 48.121876 233.54688 47.45Q234.10938 46.778126 234.40625 45.73125L229.67188 33.246876ZM251.25 45.7L251.25 28.5125L263.98438 28.5125L263.98438 31.41875L254.71875 31.41875L254.71875 35.23125L263.34375 35.23125L263.34375 38.121876L254.71875 38.121876L254.71875 42.809376L264.3125 42.809376L264.3125 45.7L251.25 45.7ZM270.64062 45.7L265.625 33.246876L269.09375 33.246876L271.4375 39.60625L272.10938 41.73125Q272.375 40.91875 272.45312 40.653126Q272.60938 40.1375 272.79688 39.60625L275.17188 33.246876L278.5625 33.246876L273.60938 45.7L270.64062 45.7ZM279.46875 39.29375Q279.46875 37.653126 280.26562 36.121876Q281.07812 34.590626 282.5625 33.778126Q284.04688 32.965626 285.875 32.965626Q288.70312 32.965626 290.5 34.809376Q292.3125 36.6375 292.3125 39.434376Q292.3125 42.2625 290.48438 44.121876Q288.65625 45.98125 285.89062 45.98125Q284.1875 45.98125 282.625 45.215626Q281.07812 44.434376 280.26562 42.95Q279.46875 41.45 279.46875 39.29375ZM282.84375 39.48125Q282.84375 41.325 283.71875 42.309376Q284.59375 43.29375 285.89062 43.29375Q287.17188 43.29375 288.04688 42.309376Q288.92188 41.325 288.92188 39.45Q288.92188 37.621876 288.04688 36.6375Q287.17188 35.653126 285.89062 35.653126Q284.59375 35.653126 283.71875 36.6375Q282.84375 37.621876 282.84375 39.48125ZM295.21875 45.7L295.21875 28.5125L298.51562 28.5125L298.51562 45.7L295.21875 45.7ZM310.42188 45.7L310.42188 43.840626Q309.73438 44.825 308.625 45.403126Q307.51562 45.98125 306.29688 45.98125Q305.03125 45.98125 304.03125 45.434376Q303.04688 44.871876 302.59375 43.8875Q302.15625 42.8875 302.15625 41.121876L302.15625 33.246876L305.45312 33.246876L305.45312 38.965626Q305.45312 41.590626 305.625 42.184376Q305.8125 42.778126 306.28125 43.121876Q306.76562 43.465626 307.51562 43.465626Q308.35938 43.465626 309.01562 43.0125Q309.6875 42.54375 309.9375 41.85625Q310.1875 41.16875 310.1875 38.496876L310.1875 33.246876L313.46875 33.246876L313.46875 45.7L310.42188 45.7ZM322.9375 33.246876L322.9375 35.871876L320.6875 35.871876L320.6875 40.8875Q320.6875 42.41875 320.75 42.66875Q320.8125 42.91875 321.03125 43.090626Q321.26562 43.246876 321.59375 43.246876Q322.04688 43.246876 322.92188 42.934376L323.20312 45.48125Q322.04688 45.98125 320.59375 45.98125Q319.70312 45.98125 318.98438 45.684376Q318.28125 45.3875 317.9375 44.91875Q317.60938 44.434376 317.48438 43.621876Q317.375 43.04375 317.375 41.309376L317.375 35.871876L315.85938 35.871876L315.85938 33.246876L317.375 33.246876L317.375 30.778126L320.6875 28.85625L320.6875 33.246876L322.9375 33.246876ZM325.21875 31.559376L325.21875 28.5125L328.51562 28.5125L328.51562 31.559376L325.21875 31.559376ZM325.21875 45.7L325.21875 33.246876L328.51562 33.246876L328.51562 45.7L325.21875 45.7ZM331.46875 39.29375Q331.46875 37.653126 332.26562 36.121876Q333.07812 34.590626 334.5625 33.778126Q336.04688 32.965626 337.875 32.965626Q340.70312 32.965626 342.5 34.809376Q344.3125 36.6375 344.3125 39.434376Q344.3125 42.2625 342.48438 44.121876Q340.65625 45.98125 337.89062 45.98125Q336.1875 45.98125 334.625 45.215626Q333.07812 44.434376 332.26562 42.95Q331.46875 41.45 331.46875 39.29375ZM334.84375 39.48125Q334.84375 41.325 335.71875 42.309376Q336.59375 43.29375 337.89062 43.29375Q339.17188 43.29375 340.04688 42.309376Q340.92188 41.325 340.92188 39.45Q340.92188 37.621876 340.04688 36.6375Q339.17188 35.653126 337.89062 35.653126Q336.59375 35.653126 335.71875 36.6375Q334.84375 37.621876 334.84375 39.48125ZM358.54688 45.7L355.25 45.7L355.25 39.340626Q355.25 37.325 355.03125 36.746876Q354.82812 36.153126 354.34375 35.825Q353.875 35.496876 353.21875 35.496876Q352.35938 35.496876 351.67188 35.965626Q351.0 36.434376 350.75 37.215626Q350.5 37.98125 350.5 40.059376L350.5 45.7L347.20312 45.7L347.20312 33.246876L350.26562 33.246876L350.26562 35.075Q351.89062 32.965626 354.35938 32.965626Q355.45312 32.965626 356.34375 33.371876Q357.25 33.7625 357.71875 34.371876Q358.1875 34.98125 358.35938 35.7625Q358.54688 36.528126 358.54688 37.965626L358.54688 45.7ZM373.10938 45.7L373.10938 31.41875L368.01562 31.41875L368.01562 28.5125L381.67188 28.5125L381.67188 31.41875L376.57812 31.41875L376.57812 45.7L373.10938 45.7ZM391.4375 41.73125L394.71875 42.29375Q394.07812 44.090626 392.70312 45.04375Q391.34375 45.98125 389.29688 45.98125Q386.04688 45.98125 384.5 43.85625Q383.26562 42.153126 383.26562 39.575Q383.26562 36.48125 384.875 34.73125Q386.5 32.965626 388.96875 32.965626Q391.75 32.965626 393.34375 34.809376Q394.95312 36.6375 394.89062 40.41875L386.64062 40.41875Q386.67188 41.8875 387.4375 42.7Q388.20312 43.5125 389.32812 43.5125Q390.10938 43.5125 390.625 43.090626Q391.15625 42.66875 391.4375 41.73125ZM391.625 38.403126Q391.57812 36.98125 390.875 36.246876Q390.17188 35.496876 389.17188 35.496876Q388.09375 35.496876 387.39062 36.278126Q386.6875 37.059376 386.70312 38.403126L391.625 38.403126ZM397.21875 45.7L397.21875 28.5125L400.51562 28.5125L400.51562 45.7L397.21875 45.7ZM411.4375 41.73125L414.71875 42.29375Q414.07812 44.090626 412.70312 45.04375Q411.34375 45.98125 409.29688 45.98125Q406.04688 45.98125 404.5 43.85625Q403.26562 42.153126 403.26562 39.575Q403.26562 36.48125 404.875 34.73125Q406.5 32.965626 408.96875 32.965626Q411.75 32.965626 413.34375 34.809376Q414.95312 36.6375 414.89062 40.41875L406.64062 40.41875Q406.67188 41.8875 407.4375 42.7Q408.20312 43.5125 409.32812 43.5125Q410.10938 43.5125 410.625 43.090626Q411.15625 42.66875 411.4375 41.73125ZM411.625 38.403126Q411.57812 36.98125 410.875 36.246876Q410.17188 35.496876 409.17188 35.496876Q408.09375 35.496876 407.39062 36.278126Q406.6875 37.059376 406.70312 38.403126L411.625 38.403126ZM428.07812 36.934376L424.82812 37.5125Q424.67188 36.54375 424.07812 36.059376Q423.5 35.559376 422.57812 35.559376Q421.34375 35.559376 420.60938 36.41875Q419.89062 37.2625 419.89062 39.246876Q419.89062 41.465626 420.625 42.3875Q421.375 43.29375 422.625 43.29375Q423.5625 43.29375 424.15625 42.7625Q424.76562 42.23125 425.0 40.934376L428.23438 41.48125Q427.73438 43.7 426.29688 44.840626Q424.875 45.98125 422.46875 45.98125Q419.75 45.98125 418.125 44.2625Q416.5 42.528126 416.5 39.48125Q416.5 36.403126 418.125 34.684376Q419.75 32.965626 422.53125 32.965626Q424.8125 32.965626 426.14062 33.95Q427.48438 34.934376 428.07812 36.934376ZM429.46875 39.29375Q429.46875 37.653126 430.26562 36.121876Q431.07812 34.590626 432.5625 33.778126Q434.04688 32.965626 435.875 32.965626Q438.70312 32.965626 440.5 34.809376Q442.3125 36.6375 442.3125 39.434376Q442.3125 42.2625 440.48438 44.121876Q438.65625 45.98125 435.89062 45.98125Q434.1875 45.98125 432.625 45.215626Q431.07812 44.434376 430.26562 42.95Q429.46875 41.45 429.46875 39.29375ZM432.84375 39.48125Q432.84375 41.325 433.71875 42.309376Q434.59375 43.29375 435.89062 43.29375Q437.17188 43.29375 438.04688 42.309376Q438.92188 41.325 438.92188 39.45Q438.92188 37.621876 438.04688 36.6375Q437.17188 35.653126 435.89062 35.653126Q434.59375 35.653126 433.71875 36.6375Q432.84375 37.621876 432.84375 39.48125ZM456.54688 45.7L453.25 45.7L453.25 39.340626Q453.25 37.325 453.03125 36.746876Q452.82812 36.153126 452.34375 35.825Q451.875 35.496876 451.21875 35.496876Q450.35938 35.496876 449.67188 35.965626Q449.0 36.434376 448.75 37.215626Q448.5 37.98125 448.5 40.059376L448.5 45.7L445.20312 45.7L445.20312 33.246876L448.26562 33.246876L448.26562 35.075Q449.89062 32.965626 452.35938 32.965626Q453.45312 32.965626 454.34375 33.371876Q455.25 33.7625 455.71875 34.371876Q456.1875 34.98125 456.35938 35.7625Q456.54688 36.528126 456.54688 37.965626L456.54688 45.7ZM482.73438 45.7L478.96875 45.7L477.46875 41.79375L470.59375 41.79375L469.1875 45.7L465.5 45.7L472.1875 28.5125L475.85938 28.5125L482.73438 45.7ZM476.35938 38.903126L473.98438 32.528126L471.67188 38.903126L476.35938 38.903126ZM489.9375 33.246876L489.9375 35.871876L487.6875 35.871876L487.6875 40.8875Q487.6875 42.41875 487.75 42.66875Q487.8125 42.91875 488.03125 43.090626Q488.26562 43.246876 488.59375 43.246876Q489.04688 43.246876 489.92188 42.934376L490.20312 45.48125Q489.04688 45.98125 487.59375 45.98125Q486.70312 45.98125 485.98438 45.684376Q485.28125 45.3875 484.9375 44.91875Q484.60938 44.434376 484.48438 43.621876Q484.375 43.04375 484.375 41.309376L484.375 35.871876L482.85938 35.871876L482.85938 33.246876L484.375 33.246876L484.375 30.778126L487.6875 28.85625L487.6875 33.246876L489.9375 33.246876ZM497.9375 33.246876L497.9375 35.871876L495.6875 35.871876L495.6875 40.8875Q495.6875 42.41875 495.75 42.66875Q495.8125 42.91875 496.03125 43.090626Q496.26562 43.246876 496.59375 43.246876Q497.04688 43.246876 497.92188 42.934376L498.20312 45.48125Q497.04688 45.98125 495.59375 45.98125Q494.70312 45.98125 493.98438 45.684376Q493.28125 45.3875 492.9375 44.91875Q492.60938 44.434376 492.48438 43.621876Q492.375 43.04375 492.375 41.309376L492.375 35.871876L490.85938 35.871876L490.85938 33.246876L492.375 33.246876L492.375 30.778126L495.6875 28.85625L495.6875 33.246876L497.9375 33.246876ZM507.4375 41.73125L510.71875 42.29375Q510.07812 44.090626 508.70312 45.04375Q507.34375 45.98125 505.29688 45.98125Q502.04688 45.98125 500.5 43.85625Q499.26562 42.153126 499.26562 39.575Q499.26562 36.48125 500.875 34.73125Q502.5 32.965626 504.96875 32.965626Q507.75 32.965626 509.34375 34.809376Q510.95312 36.6375 510.89062 40.41875L502.64062 40.41875Q502.67188 41.8875 503.4375 42.7Q504.20312 43.5125 505.32812 43.5125Q506.10938 43.5125 506.625 43.090626Q507.15625 42.66875 507.4375 41.73125ZM507.625 38.403126Q507.57812 36.98125 506.875 36.246876Q506.17188 35.496876 505.17188 35.496876Q504.09375 35.496876 503.39062 36.278126Q502.6875 37.059376 502.70312 38.403126L507.625 38.403126ZM524.5469 45.7L521.25 45.7L521.25 39.340626Q521.25 37.325 521.03125 36.746876Q520.8281 36.153126 520.34375 35.825Q519.875 35.496876 519.21875 35.496876Q518.3594 35.496876 517.6719 35.965626Q517.0 36.434376 516.75 37.215626Q516.5 37.98125 516.5 40.059376L516.5 45.7L513.2031 45.7L513.2031 33.246876L516.2656 33.246876L516.2656 35.075Q517.8906 32.965626 520.3594 32.965626Q521.4531 32.965626 522.34375 33.371876Q523.25 33.7625 523.71875 34.371876Q524.1875 34.98125 524.3594 35.7625Q524.5469 36.528126 524.5469 37.965626L524.5469 45.7ZM539.6406 45.7L536.5781 45.7L536.5781 43.871876Q535.8125 44.934376 534.78125 45.465626Q533.75 45.98125 532.6875 45.98125Q530.5469 45.98125 529.0156 44.2625Q527.4844 42.528126 527.4844 39.434376Q527.4844 36.2625 528.96875 34.621876Q530.46875 32.965626 532.7344 32.965626Q534.8281 32.965626 536.34375 34.7L536.34375 28.5125L539.6406 28.5125L539.6406 45.7ZM530.84375 39.2Q530.84375 41.2 531.40625 42.090626Q532.2031 43.371876 533.625 43.371876Q534.7656 43.371876 535.5625 42.41875Q536.3594 41.45 536.3594 39.528126Q536.3594 37.371876 535.5781 36.434376Q534.8125 35.496876 533.6094 35.496876Q532.4375 35.496876 531.6406 36.434376Q530.84375 37.35625 530.84375 39.2ZM545.6875 37.04375L542.7031 36.5125Q543.2031 34.7 544.4219 33.840626Q545.65625 32.965626 548.09375 32.965626Q550.2969 32.965626 551.375 33.496876Q552.4531 34.0125 552.8906 34.825Q553.3281 35.621876 553.3281 37.7625L553.2969 41.60625Q553.2969 43.246876 553.4531 44.028126Q553.6094 44.809376 554.0469 45.7L550.78125 45.7Q550.65625 45.371876 550.46875 44.73125Q550.3906 44.434376 550.34375 44.340626Q549.5 45.153126 548.53125 45.575Q547.5781 45.98125 546.5 45.98125Q544.5781 45.98125 543.46875 44.934376Q542.3594 43.8875 542.3594 42.29375Q542.3594 41.246876 542.8594 40.41875Q543.3594 39.590626 544.2656 39.153126Q545.1875 38.715626 546.8906 38.3875Q549.2031 37.95 550.09375 37.575L550.09375 37.246876Q550.09375 36.29375 549.625 35.903126Q549.15625 35.496876 547.8594 35.496876Q546.96875 35.496876 546.46875 35.840626Q545.9844 36.184376 545.6875 37.04375ZM550.09375 39.715626Q549.4531 39.934376 548.0781 40.23125Q546.71875 40.5125 546.2969 40.79375Q545.65625 41.2625 545.65625 41.965626Q545.65625 42.653126 546.1719 43.153126Q546.6875 43.653126 547.4844 43.653126Q548.375 43.653126 549.1719 43.075Q549.78125 42.621876 549.96875 41.98125Q550.09375 41.559376 550.09375 40.371876L550.09375 39.715626ZM567.5469 45.7L564.25 45.7L564.25 39.340626Q564.25 37.325 564.03125 36.746876Q563.8281 36.153126 563.34375 35.825Q562.875 35.496876 562.21875 35.496876Q561.3594 35.496876 560.6719 35.965626Q560.0 36.434376 559.75 37.215626Q559.5 37.98125 559.5 40.059376L559.5 45.7L556.2031 45.7L556.2031 33.246876L559.2656 33.246876L559.2656 35.075Q560.8906 32.965626 563.3594 32.965626Q564.4531 32.965626 565.34375 33.371876Q566.25 33.7625 566.71875 34.371876Q567.1875 34.98125 567.3594 35.7625Q567.5469 36.528126 567.5469 37.965626L567.5469 45.7ZM582.0781 36.934376L578.8281 37.5125Q578.6719 36.54375 578.0781 36.059376Q577.5 35.559376 576.5781 35.559376Q575.34375 35.559376 574.6094 36.41875Q573.8906 37.2625 573.8906 39.246876Q573.8906 41.465626 574.625 42.3875Q575.375 43.29375 576.625 43.29375Q577.5625 43.29375 578.15625 42.7625Q578.7656 42.23125 579.0 40.934376L582.2344 41.48125Q581.7344 43.7 580.2969 44.840626Q578.875 45.98125 576.46875 45.98125Q573.75 45.98125 572.125 44.2625Q570.5 42.528126 570.5 39.48125Q570.5 36.403126 572.125 34.684376Q573.75 32.965626 576.53125 32.965626Q578.8125 32.965626 580.1406 33.95Q581.4844 34.934376 582.0781 36.934376ZM591.4375 41.73125L594.71875 42.29375Q594.0781 44.090626 592.7031 45.04375Q591.34375 45.98125 589.2969 45.98125Q586.0469 45.98125 584.5 43.85625Q583.2656 42.153126 583.2656 39.575Q583.2656 36.48125 584.875 34.73125Q586.5 32.965626 588.96875 32.965626Q591.75 32.965626 593.34375 34.809376Q594.9531 36.6375 594.8906 40.41875L586.6406 40.41875Q586.6719 41.8875 587.4375 42.7Q588.2031 43.5125 589.3281 43.5125Q590.1094 43.5125 590.625 43.090626Q591.15625 42.66875 591.4375 41.73125ZM591.625 38.403126Q591.5781 36.98125 590.875 36.246876Q590.1719 35.496876 589.1719 35.496876Q588.09375 35.496876 587.3906 36.278126Q586.6875 37.059376 586.7031 38.403126L591.625 38.403126Z" fill="#999999" fill-rule="nonzero"></path>
    </svg>
    <svg fill="none" height="371" stroke="none" stroke-linecap="square" stroke-miterlimit="10" version="1.1" viewBox="0.0 0.0 655.0 371.0" width="655" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
     <path d="M0 0L655.0 0L655.0 371.0L0 371.0L0 0Z" fill="#ffffff" fill-opacity="0.0" fill-rule="nonzero"></path>
     <path d="M327.5 58.916668C394.60782 58.916668 450.70206 109.96593 457.00778 176.77682L327.5 189.0Z" fill="#ff0000" fill-rule="nonzero"></path>
     <path d="M293.98358 63.30862C304.91714 60.393112 316.1844 58.916668 327.5 58.916668L327.5 189.0Z" fill="#76b900" fill-rule="nonzero"></path>
     <path d="M253.18753 82.23235C265.58444 73.60384 279.38937 67.20026 293.98358 63.30862L327.5 189.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M211.55219 130.02731C221.27739 110.90633 235.58044 94.48725 253.18753 82.23235L327.5 189.0Z" fill="#ff00ff" fill-rule="nonzero"></path>
     <path d="M457.00778 176.77682C462.2077 231.87134 431.9815 284.22464 381.6683 307.26862C331.3551 330.31262 271.97025 319.00217 233.65013 279.07706C195.33005 239.15196 186.46434 179.35321 211.55219 130.02731L327.5 189.0Z" fill="#ff9900" fill-rule="nonzero"></path>
     <path d="M376.41708 124.82793L376.41708 126.01543L369.79208 126.01543Q369.77646 125.57793 369.9327 125.15605Q370.19833 124.48418 370.7452 123.82793Q371.3077 123.17168 372.35458 122.3123Q373.9952 120.96855 374.5577 120.1873Q375.13583 119.40605 375.13583 118.70293Q375.13583 117.96855 374.60458 117.46855Q374.08896 116.96855 373.26083 116.96855Q372.3702 116.96855 371.82333 117.4998Q371.29208 118.03105 371.29208 118.98418L370.02646 118.84355Q370.15146 117.4373 370.9952 116.70293Q371.85458 115.95293 373.27646 115.95293Q374.72958 115.95293 375.5577 116.7498Q376.40146 117.54668 376.40146 118.73418Q376.40146 119.34355 376.15146 119.92168Q375.91708 120.4998 375.33896 121.14043Q374.77646 121.78105 373.44833 122.90605Q372.33896 123.82793 372.02646 124.17168Q371.71396 124.4998 371.51083 124.82793L376.41708 124.82793ZM377.96396 123.3748L379.1827 123.20293Q379.40146 124.2498 379.90146 124.71855Q380.41708 125.17168 381.15146 125.17168Q382.02646 125.17168 382.6202 124.57793Q383.21396 123.96855 383.21396 123.07793Q383.21396 122.23418 382.65146 121.6873Q382.10458 121.14043 381.26083 121.14043Q380.90146 121.14043 380.38583 121.26543L380.52646 120.1873Q380.65146 120.20293 380.71396 120.20293Q381.51083 120.20293 382.13583 119.79668Q382.76083 119.39043 382.76083 118.53105Q382.76083 117.85918 382.3077 117.42168Q381.85458 116.96855 381.1202 116.96855Q380.40146 116.96855 379.91708 117.42168Q379.44833 117.85918 379.3077 118.76543L378.08896 118.54668Q378.3077 117.3123 379.10458 116.64043Q379.90146 115.95293 381.08896 115.95293Q381.91708 115.95293 382.60458 116.3123Q383.29208 116.65605 383.65146 117.26543Q384.02646 117.8748 384.02646 118.5623Q384.02646 119.20293 383.6827 119.73418Q383.33896 120.26543 382.65146 120.59355Q383.54208 120.79668 384.02646 121.4373Q384.52646 122.07793 384.52646 123.0623Q384.52646 124.3748 383.5577 125.28105Q382.60458 126.1873 381.15146 126.1873Q379.82333 126.1873 378.94833 125.40605Q378.08896 124.6248 377.96396 123.3748ZM386.63583 126.01543L386.63583 124.60918L388.04208 124.60918L388.04208 126.01543L386.63583 126.01543ZM389.94833 123.39043L391.2452 123.28105Q391.38583 124.21855 391.90146 124.70293Q392.4327 125.17168 393.16708 125.17168Q394.0577 125.17168 394.66708 124.4998Q395.29208 123.82793 395.29208 122.73418Q395.29208 121.67168 394.69833 121.0623Q394.10458 120.45293 393.15146 120.45293Q392.5577 120.45293 392.07333 120.73418Q391.60458 120.9998 391.32333 121.42168L390.16708 121.28105L391.13583 116.1248L396.1202 116.1248L396.1202 117.3123L392.1202 117.3123L391.58896 119.9998Q392.4952 119.3748 393.47958 119.3748Q394.79208 119.3748 395.6827 120.28105Q396.58896 121.1873 396.58896 122.6248Q396.58896 123.98418 395.8077 124.96855Q394.83896 126.1873 393.16708 126.1873Q391.8077 126.1873 390.9327 125.42168Q390.07333 124.65605 389.94833 123.39043ZM398.1827 118.40605Q398.1827 117.32793 398.71396 116.57793Q399.26083 115.82793 400.29208 115.82793Q401.22958 115.82793 401.83896 116.4998Q402.46396 117.17168 402.46396 118.46855Q402.46396 119.7498 401.83896 120.4373Q401.21396 121.1248 400.3077 121.1248Q399.40146 121.1248 398.79208 120.45293Q398.1827 119.76543 398.1827 118.40605ZM400.32333 116.67168Q399.8702 116.67168 399.5577 117.07793Q399.26083 117.46855 399.26083 118.51543Q399.26083 119.48418 399.5577 119.8748Q399.8702 120.26543 400.32333 120.26543Q400.79208 120.26543 401.08896 119.8748Q401.40146 119.48418 401.40146 118.42168Q401.40146 117.45293 401.08896 117.0623Q400.77646 116.67168 400.32333 116.67168ZM400.32333 126.39043L405.8077 115.82793L406.8077 115.82793L401.35458 126.39043L400.32333 126.39043ZM404.66708 123.65605Q404.66708 122.57793 405.19833 121.84355Q405.7452 121.09355 406.77646 121.09355Q407.71396 121.09355 408.33896 121.76543Q408.96396 122.4373 408.96396 123.73418Q408.96396 125.01543 408.33896 125.70293Q407.71396 126.39043 406.77646 126.39043Q405.8702 126.39043 405.26083 125.71855Q404.66708 125.03105 404.66708 123.65605ZM406.8077 121.9373Q406.33896 121.9373 406.04208 122.34355Q405.7452 122.73418 405.7452 123.78105Q405.7452 124.7498 406.04208 125.14043Q406.35458 125.53105 406.8077 125.53105Q407.27646 125.53105 407.57333 125.14043Q407.88583 124.7498 407.88583 123.6873Q407.88583 122.71855 407.57333 122.32793Q407.27646 121.9373 406.8077 121.9373Z" fill="#000000" fill-rule="nonzero"></path>
     <path d="M289.3477 289.71814L290.64456 289.60876Q290.7852 290.54626 291.3008 291.03064Q291.83206 291.4994 292.56644 291.4994Q293.45706 291.4994 294.06644 290.8275Q294.69144 290.15564 294.69144 289.0619Q294.69144 287.9994 294.0977 287.39Q293.50394 286.78064 292.5508 286.78064Q291.95706 286.78064 291.4727 287.0619Q291.00394 287.3275 290.7227 287.7494L289.56644 287.60876L290.5352 282.4525L295.51956 282.4525L295.51956 283.64L291.51956 283.64L290.9883 286.3275Q291.89456 285.7025 292.87894 285.7025Q294.19144 285.7025 295.08206 286.60876Q295.9883 287.515 295.9883 288.9525Q295.9883 290.3119 295.20706 291.29626Q294.2383 292.515 292.56644 292.515Q291.20706 292.515 290.33206 291.7494Q289.4727 290.98376 289.3477 289.71814ZM297.5352 290.03064L298.7227 289.92126Q298.8633 290.7494 299.2852 291.1244Q299.7227 291.4994 300.37894 291.4994Q300.94144 291.4994 301.3633 291.2494Q301.8008 290.98376 302.06644 290.54626Q302.3477 290.10876 302.5352 289.3744Q302.7227 288.64 302.7227 287.8744Q302.7227 287.79626 302.70706 287.6244Q302.3477 288.21814 301.70706 288.59314Q301.06644 288.9525 300.31644 288.9525Q299.06644 288.9525 298.20706 288.04626Q297.3477 287.14 297.3477 285.67126Q297.3477 284.14 298.2383 283.21814Q299.14456 282.28064 300.50394 282.28064Q301.4727 282.28064 302.2852 282.8119Q303.0977 283.3275 303.51956 284.3119Q303.94144 285.28064 303.94144 287.1244Q303.94144 289.04626 303.51956 290.1869Q303.1133 291.3275 302.2852 291.92126Q301.45706 292.515 300.3477 292.515Q299.1758 292.515 298.4258 291.85876Q297.69144 291.2025 297.5352 290.03064ZM302.56644 285.60876Q302.56644 284.54626 302.00394 283.92126Q301.44144 283.29626 300.6602 283.29626Q299.83206 283.29626 299.2227 283.96814Q298.6133 284.64 298.6133 285.7025Q298.6133 286.65564 299.19144 287.265Q299.76956 287.85876 300.6133 287.85876Q301.4727 287.85876 302.01956 287.265Q302.56644 286.65564 302.56644 285.60876ZM306.0352 292.34314L306.0352 290.9369L307.44144 290.9369L307.44144 292.34314L306.0352 292.34314ZM309.3477 287.40564Q309.3477 285.6244 309.70706 284.54626Q310.08206 283.4525 310.8008 282.8744Q311.51956 282.28064 312.6133 282.28064Q313.4258 282.28064 314.0352 282.60876Q314.64456 282.9369 315.0352 283.54626Q315.44144 284.15564 315.6602 285.03064Q315.87894 285.90564 315.87894 287.40564Q315.87894 289.17126 315.51956 290.2494Q315.1602 291.3275 314.44144 291.92126Q313.7227 292.515 312.6133 292.515Q311.1758 292.515 310.3477 291.46814Q309.3477 290.21814 309.3477 287.40564ZM310.6133 287.40564Q310.6133 289.8744 311.19144 290.6869Q311.76956 291.4994 312.6133 291.4994Q313.4727 291.4994 314.0508 290.6869Q314.62894 289.85876 314.62894 287.40564Q314.62894 284.92126 314.0508 284.10876Q313.4727 283.29626 312.5977 283.29626Q311.75394 283.29626 311.25394 284.015Q310.6133 284.9369 310.6133 287.40564ZM317.58206 284.73376Q317.58206 283.65564 318.1133 282.90564Q318.6602 282.15564 319.69144 282.15564Q320.62894 282.15564 321.2383 282.8275Q321.8633 283.4994 321.8633 284.79626Q321.8633 286.0775 321.2383 286.765Q320.6133 287.4525 319.70706 287.4525Q318.8008 287.4525 318.19144 286.78064Q317.58206 286.09314 317.58206 284.73376ZM319.7227 282.9994Q319.26956 282.9994 318.95706 283.40564Q318.6602 283.79626 318.6602 284.84314Q318.6602 285.8119 318.95706 286.2025Q319.26956 286.59314 319.7227 286.59314Q320.19144 286.59314 320.4883 286.2025Q320.8008 285.8119 320.8008 284.7494Q320.8008 283.78064 320.4883 283.39Q320.1758 282.9994 319.7227 282.9994ZM319.7227 292.71814L325.20706 282.15564L326.20706 282.15564L320.75394 292.71814L319.7227 292.71814ZM324.06644 289.98376Q324.06644 288.90564 324.5977 288.17126Q325.14456 287.42126 326.1758 287.42126Q327.1133 287.42126 327.7383 288.09314Q328.3633 288.765 328.3633 290.0619Q328.3633 291.34314 327.7383 292.03064Q327.1133 292.71814 326.1758 292.71814Q325.26956 292.71814 324.6602 292.04626Q324.06644 291.35876 324.06644 289.98376ZM326.20706 288.265Q325.7383 288.265 325.44144 288.67126Q325.14456 289.0619 325.14456 290.10876Q325.14456 291.0775 325.44144 291.46814Q325.75394 291.85876 326.20706 291.85876Q326.6758 291.85876 326.9727 291.46814Q327.2852 291.0775 327.2852 290.015Q327.2852 289.04626 326.9727 288.65564Q326.6758 288.265 326.20706 288.265Z" fill="#000000" fill-rule="nonzero"></path>
     <path d="M240.99802 123.30922L240.99802 122.12172L247.49802 122.12172L247.49802 123.074844Q246.52927 124.09047 245.59177 125.77797Q244.65427 127.46547 244.13864 129.26234Q243.77927 130.51234 243.66989 132.01234L242.40427 132.01234Q242.41989 130.82484 242.85739 129.15297Q243.31052 127.481094 244.13864 125.93422Q244.98239 124.37172 245.91989 123.30922L240.99802 123.30922ZM249.60739 132.01234L249.60739 130.6061L251.01364 130.6061L251.01364 132.01234L249.60739 132.01234ZM254.81052 126.574844Q254.04489 126.293594 253.66989 125.77797Q253.31052 125.262344 253.31052 124.52797Q253.31052 123.43422 254.09177 122.699844Q254.88864 121.949844 256.18552 121.949844Q257.49802 121.949844 258.2949 122.71547Q259.1074 123.481094 259.1074 124.574844Q259.1074 125.262344 258.7324 125.77797Q258.37302 126.293594 257.62302 126.574844Q258.5449 126.87172 259.02927 127.543594Q259.51364 128.21547 259.51364 129.15297Q259.51364 130.43422 258.6074 131.30922Q257.70114 132.18422 256.21677 132.18422Q254.73239 132.18422 253.81052 131.30922Q252.90427 130.4186 252.90427 129.1061Q252.90427 128.13734 253.40427 127.481094Q253.90427 126.80922 254.81052 126.574844ZM254.57614 124.49672Q254.57614 125.199844 255.02927 125.65297Q255.48239 126.106094 256.21677 126.106094Q256.93552 126.106094 257.38864 125.668594Q257.84177 125.21547 257.84177 124.55922Q257.84177 123.887344 257.37302 123.43422Q256.90427 122.96547 256.20114 122.96547Q255.49802 122.96547 255.02927 123.418594Q254.57614 123.856094 254.57614 124.49672ZM254.16989 129.12172Q254.16989 129.65297 254.41989 130.15297Q254.66989 130.63734 255.15427 130.90297Q255.65427 131.1686 256.2324 131.1686Q257.1074 131.1686 257.6699 130.6061Q258.24802 130.0436 258.24802 129.1686Q258.24802 128.27797 257.65427 127.699844Q257.07614 127.106094 256.18552 127.106094Q255.31052 127.106094 254.73239 127.68422Q254.16989 128.26234 254.16989 129.12172ZM261.15427 124.40297Q261.15427 123.324844 261.68552 122.574844Q262.2324 121.824844 263.26364 121.824844Q264.20114 121.824844 264.81052 122.49672Q265.43552 123.168594 265.43552 124.46547Q265.43552 125.74672 264.81052 126.43422Q264.18552 127.12172 263.27927 127.12172Q262.37302 127.12172 261.76364 126.449844Q261.15427 125.762344 261.15427 124.40297ZM263.2949 122.668594Q262.84177 122.668594 262.52927 123.074844Q262.2324 123.46547 262.2324 124.512344Q262.2324 125.481094 262.52927 125.87172Q262.84177 126.262344 263.2949 126.262344Q263.76364 126.262344 264.06052 125.87172Q264.37302 125.481094 264.37302 124.418594Q264.37302 123.449844 264.06052 123.05922Q263.74802 122.668594 263.2949 122.668594ZM263.2949 132.38734L268.77927 121.824844L269.77927 121.824844L264.32614 132.38734L263.2949 132.38734ZM267.63864 129.65297Q267.63864 128.57484 268.1699 127.84047Q268.71677 127.09047 269.74802 127.09047Q270.68552 127.09047 271.31052 127.762344Q271.93552 128.43422 271.93552 129.7311Q271.93552 131.01234 271.31052 131.69984Q270.68552 132.38734 269.74802 132.38734Q268.84177 132.38734 268.2324 131.71547Q267.63864 131.02797 267.63864 129.65297ZM269.77927 127.93422Q269.31052 127.93422 269.01364 128.34047Q268.71677 128.7311 268.71677 129.77797Q268.71677 130.74672 269.01364 131.13734Q269.32614 131.52797 269.77927 131.52797Q270.24802 131.52797 270.5449 131.13734Q270.8574 130.74672 270.8574 129.68422Q270.8574 128.71547 270.5449 128.32484Q270.24802 127.93422 269.77927 127.93422Z" fill="#000000" fill-rule="nonzero"></path>
     <path d="M86.5 341.95C86.5 345.2637 83.813705 347.95 80.5 347.95C77.186295 347.95 74.5 345.2637 74.5 341.95C74.5 338.6363 77.186295 335.95 80.5 335.95C83.813705 335.95 86.5 338.6363 86.5 341.95Z" fill="#ff0000" fill-rule="nonzero"></path>
     <path d="M95.375 342.16876Q95.375 338.96564 97.09375 337.15314Q98.8125 335.34064 101.546875 335.34064Q103.328125 335.34064 104.75 336.2Q106.1875 337.04376 106.9375 338.575Q107.6875 340.09064 107.6875 342.02814Q107.6875 343.98126 106.890625 345.52814Q106.109375 347.075 104.65625 347.8719Q103.203125 348.66876 101.53125 348.66876Q99.71875 348.66876 98.28125 347.79376Q96.84375 346.91876 96.109375 345.40314Q95.375 343.8719 95.375 342.16876ZM97.125 342.2Q97.125 344.52814 98.375 345.8719Q99.640625 347.21564 101.515625 347.21564Q103.453125 347.21564 104.6875 345.85626Q105.9375 344.4969 105.9375 342.0125Q105.9375 340.45 105.40625 339.27814Q104.875 338.09064 103.84375 337.45Q102.828125 336.8094 101.546875 336.8094Q99.734375 336.8094 98.421875 338.0594Q97.125 339.29376 97.125 342.2ZM109.6875 348.45L109.6875 339.1219L111.109375 339.1219L111.109375 340.45Q112.140625 338.90314 114.078125 338.90314Q114.921875 338.90314 115.625 339.21564Q116.34375 339.5125 116.6875 340.0125Q117.046875 340.4969 117.1875 341.16876Q117.265625 341.60626 117.265625 342.71564L117.265625 348.45L115.6875 348.45L115.6875 342.77814Q115.6875 341.8094 115.5 341.325Q115.328125 340.84064 114.84375 340.5594Q114.375 340.27814 113.75 340.27814Q112.734375 340.27814 112.0 340.91876Q111.265625 341.5594 111.265625 343.35626L111.265625 348.45L109.6875 348.45ZM125.78125 345.02814L127.328125 345.23126Q127.078125 346.84064 126.03125 347.7625Q124.984375 348.66876 123.453125 348.66876Q121.53125 348.66876 120.359375 347.41876Q119.203125 346.15314 119.203125 343.825Q119.203125 342.3094 119.703125 341.1844Q120.203125 340.04376 121.21875 339.48126Q122.25 338.90314 123.453125 338.90314Q124.984375 338.90314 125.9375 339.6844Q126.90625 340.45 127.1875 341.85626L125.640625 342.09064Q125.421875 341.15314 124.859375 340.6844Q124.3125 340.2 123.515625 340.2Q122.328125 340.2 121.578125 341.0594Q120.828125 341.91876 120.828125 343.77814Q120.828125 345.65314 121.546875 346.5125Q122.265625 347.35626 123.4375 347.35626Q124.359375 347.35626 124.984375 346.79376Q125.609375 346.21564 125.78125 345.02814ZM135.07812 345.45L136.71875 345.65314Q136.32812 347.075 135.28125 347.8719Q134.23438 348.66876 132.60938 348.66876Q130.5625 348.66876 129.35938 347.40314Q128.15625 346.1375 128.15625 343.85626Q128.15625 341.5125 129.35938 340.21564Q130.57812 338.90314 132.51562 338.90314Q134.39062 338.90314 135.57812 340.1844Q136.76562 341.45 136.76562 343.7625Q136.76562 343.90314 136.75 344.1844L129.79688 344.1844Q129.875 345.73126 130.65625 346.54376Q131.45312 347.35626 132.60938 347.35626Q133.48438 347.35626 134.09375 346.90314Q134.71875 346.45 135.07812 345.45ZM129.875 342.8875L135.09375 342.8875Q134.98438 341.71564 134.5 341.1219Q133.73438 340.2 132.53125 340.2Q131.45312 340.2 130.70312 340.9344Q129.96875 341.66876 129.875 342.8875Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M165.5 341.95C165.5 345.2637 162.8137 347.95 159.5 347.95C156.1863 347.95 153.5 345.2637 153.5 341.95C153.5 338.6363 156.1863 335.95 159.5 335.95C162.8137 335.95 165.5 338.6363 165.5 341.95Z" fill="#ff9900" fill-rule="nonzero"></path>
     <path d="M174.48438 342.8094L174.48438 341.34064L183.01562 337.73126L183.01562 339.3094L176.25 342.09064L183.01562 344.8875L183.01562 346.46564L174.48438 342.8094ZM193.5625 346.9344L193.5625 348.45L185.04688 348.45Q185.03125 347.8719 185.23438 347.35626Q185.5625 346.48126 186.26562 345.6375Q186.98438 344.79376 188.34375 343.6844Q190.4375 341.96564 191.17188 340.96564Q191.92188 339.95 191.92188 339.0594Q191.92188 338.10626 191.25 337.46564Q190.57812 336.825 189.5 336.825Q188.34375 336.825 187.65625 337.5125Q186.98438 338.2 186.96875 339.40314L185.34375 339.23126Q185.51562 337.41876 186.59375 336.46564Q187.6875 335.5125 189.53125 335.5125Q191.375 335.5125 192.45312 336.54376Q193.54688 337.575 193.54688 339.09064Q193.54688 339.85626 193.21875 340.60626Q192.90625 341.35626 192.17188 342.1844Q191.4375 343.0125 189.73438 344.45Q188.3125 345.65314 187.90625 346.075Q187.5 346.4969 187.25 346.9344L193.5625 346.9344ZM195.25 345.075L196.90625 344.9344Q197.09375 346.15314 197.76562 346.7625Q198.4375 347.3719 199.39062 347.3719Q200.53125 347.3719 201.3125 346.5125Q202.10938 345.65314 202.10938 344.21564Q202.10938 342.8719 201.34375 342.09064Q200.59375 341.3094 199.35938 341.3094Q198.59375 341.3094 197.96875 341.65314Q197.35938 341.9969 197.01562 342.5594L195.53125 342.35626L196.78125 335.7469L203.1875 335.7469L203.1875 337.2469L198.04688 337.2469L197.34375 340.71564Q198.51562 339.90314 199.78125 339.90314Q201.46875 339.90314 202.625 341.075Q203.79688 342.2469 203.79688 344.075Q203.79688 345.825 202.76562 347.10626Q201.53125 348.66876 199.39062 348.66876Q197.625 348.66876 196.51562 347.6844Q195.40625 346.7 195.25 345.075ZM205.54688 338.65314Q205.54688 337.27814 206.23438 336.3094Q206.9375 335.34064 208.25 335.34064Q209.46875 335.34064 210.26562 336.21564Q211.0625 337.075 211.0625 338.7625Q211.0625 340.3875 210.25 341.27814Q209.45312 342.15314 208.26562 342.15314Q207.10938 342.15314 206.32812 341.29376Q205.54688 340.41876 205.54688 338.65314ZM208.29688 336.4344Q207.70312 336.4344 207.3125 336.95Q206.92188 337.45 206.92188 338.8094Q206.92188 340.0594 207.3125 340.5594Q207.71875 341.0594 208.29688 341.0594Q208.89062 341.0594 209.28125 340.5594Q209.67188 340.04376 209.67188 338.7Q209.67188 337.45 209.28125 336.95Q208.89062 336.4344 208.29688 336.4344ZM208.3125 348.91876L215.35938 335.34064L216.64062 335.34064L209.60938 348.91876L208.3125 348.91876ZM213.875 345.41876Q213.875 344.04376 214.5625 343.075Q215.26562 342.10626 216.59375 342.10626Q217.8125 342.10626 218.59375 342.98126Q219.39062 343.84064 219.39062 345.52814Q219.39062 347.15314 218.59375 348.04376Q217.79688 348.91876 216.60938 348.91876Q215.4375 348.91876 214.65625 348.04376Q213.875 347.16876 213.875 345.41876ZM216.64062 343.2Q216.04688 343.2 215.65625 343.71564Q215.26562 344.21564 215.26562 345.59064Q215.26562 346.8094 215.65625 347.325Q216.04688 347.84064 216.625 347.84064Q217.23438 347.84064 217.625 347.325Q218.01562 346.8094 218.01562 345.46564Q218.01562 344.21564 217.625 343.71564Q217.23438 343.2 216.64062 343.2Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M248.5 341.95C248.5 345.2637 245.8137 347.95 242.5 347.95C239.1863 347.95 236.5 345.2637 236.5 341.95C236.5 338.6363 239.1863 335.95 242.5 335.95C245.8137 335.95 248.5 338.6363 248.5 341.95Z" fill="#ff00ff" fill-rule="nonzero"></path>
     <path d="M265.5625 346.9344L265.5625 348.45L257.04688 348.45Q257.03125 347.8719 257.23438 347.35626Q257.5625 346.48126 258.26562 345.6375Q258.98438 344.79376 260.34375 343.6844Q262.4375 341.96564 263.17188 340.96564Q263.92188 339.95 263.92188 339.0594Q263.92188 338.10626 263.25 337.46564Q262.57812 336.825 261.5 336.825Q260.34375 336.825 259.65625 337.5125Q258.98438 338.2 258.96875 339.40314L257.34375 339.23126Q257.51562 337.41876 258.59375 336.46564Q259.6875 335.5125 261.53125 335.5125Q263.375 335.5125 264.45312 336.54376Q265.54688 337.575 265.54688 339.09064Q265.54688 339.85626 265.21875 340.60626Q264.90625 341.35626 264.17188 342.1844Q263.4375 343.0125 261.73438 344.45Q260.3125 345.65314 259.90625 346.075Q259.5 346.4969 259.25 346.9344L265.5625 346.9344ZM267.25 345.075L268.90625 344.9344Q269.09375 346.15314 269.76562 346.7625Q270.4375 347.3719 271.39062 347.3719Q272.53125 347.3719 273.3125 346.5125Q274.10938 345.65314 274.10938 344.21564Q274.10938 342.8719 273.34375 342.09064Q272.59375 341.3094 271.35938 341.3094Q270.59375 341.3094 269.96875 341.65314Q269.35938 341.9969 269.01562 342.5594L267.53125 342.35626L268.78125 335.7469L275.1875 335.7469L275.1875 337.2469L270.04688 337.2469L269.34375 340.71564Q270.51562 339.90314 271.78125 339.90314Q273.46875 339.90314 274.625 341.075Q275.79688 342.2469 275.79688 344.075Q275.79688 345.825 274.76562 347.10626Q273.53125 348.66876 271.39062 348.66876Q269.625 348.66876 268.51562 347.6844Q267.40625 346.7 267.25 345.075ZM277.54688 338.65314Q277.54688 337.27814 278.23438 336.3094Q278.9375 335.34064 280.25 335.34064Q281.46875 335.34064 282.26562 336.21564Q283.0625 337.075 283.0625 338.7625Q283.0625 340.3875 282.25 341.27814Q281.45312 342.15314 280.26562 342.15314Q279.10938 342.15314 278.32812 341.29376Q277.54688 340.41876 277.54688 338.65314ZM280.29688 336.4344Q279.70312 336.4344 279.3125 336.95Q278.92188 337.45 278.92188 338.8094Q278.92188 340.0594 279.3125 340.5594Q279.71875 341.0594 280.29688 341.0594Q280.89062 341.0594 281.28125 340.5594Q281.67188 340.04376 281.67188 338.7Q281.67188 337.45 281.28125 336.95Q280.89062 336.4344 280.29688 336.4344ZM280.3125 348.91876L287.35938 335.34064L288.64062 335.34064L281.60938 348.91876L280.3125 348.91876ZM285.875 345.41876Q285.875 344.04376 286.5625 343.075Q287.26562 342.10626 288.59375 342.10626Q289.8125 342.10626 290.59375 342.98126Q291.39062 343.84064 291.39062 345.52814Q291.39062 347.15314 290.59375 348.04376Q289.79688 348.91876 288.60938 348.91876Q287.4375 348.91876 286.65625 348.04376Q285.875 347.16876 285.875 345.41876ZM288.64062 343.2Q288.04688 343.2 287.65625 343.71564Q287.26562 344.21564 287.26562 345.59064Q287.26562 346.8094 287.65625 347.325Q288.04688 347.84064 288.625 347.84064Q289.23438 347.84064 289.625 347.325Q290.01562 346.8094 290.01562 345.46564Q290.01562 344.21564 289.625 343.71564Q289.23438 343.2 288.64062 343.2ZM302.14062 347.02814L302.375 348.4344Q301.70312 348.575 301.17188 348.575Q300.3125 348.575 299.82812 348.3094Q299.35938 348.02814 299.17188 347.59064Q298.98438 347.1375 298.98438 345.71564L298.98438 340.34064L297.8125 340.34064L297.8125 339.1219L298.98438 339.1219L298.98438 336.8094L300.54688 335.85626L300.54688 339.1219L302.14062 339.1219L302.14062 340.34064L300.54688 340.34064L300.54688 345.8094Q300.54688 346.48126 300.625 346.6844Q300.71875 346.8719 300.90625 346.98126Q301.09375 347.09064 301.45312 347.09064Q301.70312 347.09064 302.14062 347.02814ZM303.09375 343.77814Q303.09375 341.1844 304.54688 339.9344Q305.75 338.90314 307.46875 338.90314Q309.40625 338.90314 310.625 340.16876Q311.84375 341.4344 311.84375 343.65314Q311.84375 345.45 311.29688 346.48126Q310.76562 347.5125 309.73438 348.09064Q308.70312 348.66876 307.46875 348.66876Q305.51562 348.66876 304.29688 347.41876Q303.09375 346.15314 303.09375 343.77814ZM304.71875 343.77814Q304.71875 345.575 305.5 346.46564Q306.28125 347.35626 307.46875 347.35626Q308.65625 347.35626 309.4375 346.46564Q310.21875 345.5594 310.21875 343.73126Q310.21875 341.9969 309.42188 341.10626Q308.64062 340.21564 307.46875 340.21564Q306.28125 340.21564 305.5 341.10626Q304.71875 341.9969 304.71875 343.77814ZM318.25 345.075L319.90625 344.9344Q320.09375 346.15314 320.76562 346.7625Q321.4375 347.3719 322.39062 347.3719Q323.53125 347.3719 324.3125 346.5125Q325.10938 345.65314 325.10938 344.21564Q325.10938 342.8719 324.34375 342.09064Q323.59375 341.3094 322.35938 341.3094Q321.59375 341.3094 320.96875 341.65314Q320.35938 341.9969 320.01562 342.5594L318.53125 342.35626L319.78125 335.7469L326.1875 335.7469L326.1875 337.2469L321.04688 337.2469L320.34375 340.71564Q321.51562 339.90314 322.78125 339.90314Q324.46875 339.90314 325.625 341.075Q326.79688 342.2469 326.79688 344.075Q326.79688 345.825 325.76562 347.10626Q324.53125 348.66876 322.39062 348.66876Q320.625 348.66876 319.51562 347.6844Q318.40625 346.7 318.25 345.075ZM328.25 342.09064Q328.25 339.8094 328.71875 338.41876Q329.1875 337.02814 330.10938 336.27814Q331.04688 335.5125 332.45312 335.5125Q333.48438 335.5125 334.26562 335.9344Q335.04688 336.34064 335.54688 337.1375Q336.0625 337.91876 336.35938 339.0594Q336.65625 340.1844 336.65625 342.09064Q336.65625 344.35626 336.1875 345.7625Q335.71875 347.15314 334.78125 347.91876Q333.85938 348.66876 332.45312 348.66876Q330.57812 348.66876 329.51562 347.34064Q328.25 345.73126 328.25 342.09064ZM329.875 342.09064Q329.875 345.2625 330.60938 346.325Q331.35938 347.3719 332.45312 347.3719Q333.53125 347.3719 334.28125 346.325Q335.03125 345.2625 335.03125 342.09064Q335.03125 338.91876 334.28125 337.8719Q333.53125 336.825 332.4375 336.825Q331.34375 336.825 330.6875 337.7469Q329.875 338.91876 329.875 342.09064ZM338.54688 338.65314Q338.54688 337.27814 339.23438 336.3094Q339.9375 335.34064 341.25 335.34064Q342.46875 335.34064 343.26562 336.21564Q344.0625 337.075 344.0625 338.7625Q344.0625 340.3875 343.25 341.27814Q342.45312 342.15314 341.26562 342.15314Q340.10938 342.15314 339.32812 341.29376Q338.54688 340.41876 338.54688 338.65314ZM341.29688 336.4344Q340.70312 336.4344 340.3125 336.95Q339.92188 337.45 339.92188 338.8094Q339.92188 340.0594 340.3125 340.5594Q340.71875 341.0594 341.29688 341.0594Q341.89062 341.0594 342.28125 340.5594Q342.67188 340.04376 342.67188 338.7Q342.67188 337.45 342.28125 336.95Q341.89062 336.4344 341.29688 336.4344ZM341.3125 348.91876L348.35938 335.34064L349.64062 335.34064L342.60938 348.91876L341.3125 348.91876ZM346.875 345.41876Q346.875 344.04376 347.5625 343.075Q348.26562 342.10626 349.59375 342.10626Q350.8125 342.10626 351.59375 342.98126Q352.39062 343.84064 352.39062 345.52814Q352.39062 347.15314 351.59375 348.04376Q350.79688 348.91876 349.60938 348.91876Q348.4375 348.91876 347.65625 348.04376Q346.875 347.16876 346.875 345.41876ZM349.64062 343.2Q349.04688 343.2 348.65625 343.71564Q348.26562 344.21564 348.26562 345.59064Q348.26562 346.8094 348.65625 347.325Q349.04688 347.84064 349.625 347.84064Q350.23438 347.84064 350.625 347.325Q351.01562 346.8094 351.01562 345.46564Q351.01562 344.21564 350.625 343.71564Q350.23438 343.2 349.64062 343.2Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M381.5 341.95C381.5 345.2637 378.81372 347.95 375.5 347.95C372.18628 347.95 369.5 345.2637 369.5 341.95C369.5 338.6363 372.18628 335.95 375.5 335.95C378.81372 335.95 381.5 338.6363 381.5 341.95Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M390.25 345.075L391.90625 344.9344Q392.09375 346.15314 392.76562 346.7625Q393.4375 347.3719 394.39062 347.3719Q395.53125 347.3719 396.3125 346.5125Q397.10938 345.65314 397.10938 344.21564Q397.10938 342.8719 396.34375 342.09064Q395.59375 341.3094 394.35938 341.3094Q393.59375 341.3094 392.96875 341.65314Q392.35938 341.9969 392.01562 342.5594L390.53125 342.35626L391.78125 335.7469L398.1875 335.7469L398.1875 337.2469L393.04688 337.2469L392.34375 340.71564Q393.51562 339.90314 394.78125 339.90314Q396.46875 339.90314 397.625 341.075Q398.79688 342.2469 398.79688 344.075Q398.79688 345.825 397.76562 347.10626Q396.53125 348.66876 394.39062 348.66876Q392.625 348.66876 391.51562 347.6844Q390.40625 346.7 390.25 345.075ZM400.25 342.09064Q400.25 339.8094 400.71875 338.41876Q401.1875 337.02814 402.10938 336.27814Q403.04688 335.5125 404.45312 335.5125Q405.48438 335.5125 406.26562 335.9344Q407.04688 336.34064 407.54688 337.1375Q408.0625 337.91876 408.35938 339.0594Q408.65625 340.1844 408.65625 342.09064Q408.65625 344.35626 408.1875 345.7625Q407.71875 347.15314 406.78125 347.91876Q405.85938 348.66876 404.45312 348.66876Q402.57812 348.66876 401.51562 347.34064Q400.25 345.73126 400.25 342.09064ZM401.875 342.09064Q401.875 345.2625 402.60938 346.325Q403.35938 347.3719 404.45312 347.3719Q405.53125 347.3719 406.28125 346.325Q407.03125 345.2625 407.03125 342.09064Q407.03125 338.91876 406.28125 337.8719Q405.53125 336.825 404.4375 336.825Q403.34375 336.825 402.6875 337.7469Q401.875 338.91876 401.875 342.09064ZM410.54688 338.65314Q410.54688 337.27814 411.23438 336.3094Q411.9375 335.34064 413.25 335.34064Q414.46875 335.34064 415.26562 336.21564Q416.0625 337.075 416.0625 338.7625Q416.0625 340.3875 415.25 341.27814Q414.45312 342.15314 413.26562 342.15314Q412.10938 342.15314 411.32812 341.29376Q410.54688 340.41876 410.54688 338.65314ZM413.29688 336.4344Q412.70312 336.4344 412.3125 336.95Q411.92188 337.45 411.92188 338.8094Q411.92188 340.0594 412.3125 340.5594Q412.71875 341.0594 413.29688 341.0594Q413.89062 341.0594 414.28125 340.5594Q414.67188 340.04376 414.67188 338.7Q414.67188 337.45 414.28125 336.95Q413.89062 336.4344 413.29688 336.4344ZM413.3125 348.91876L420.35938 335.34064L421.64062 335.34064L414.60938 348.91876L413.3125 348.91876ZM418.875 345.41876Q418.875 344.04376 419.5625 343.075Q420.26562 342.10626 421.59375 342.10626Q422.8125 342.10626 423.59375 342.98126Q424.39062 343.84064 424.39062 345.52814Q424.39062 347.15314 423.59375 348.04376Q422.79688 348.91876 421.60938 348.91876Q420.4375 348.91876 419.65625 348.04376Q418.875 347.16876 418.875 345.41876ZM421.64062 343.2Q421.04688 343.2 420.65625 343.71564Q420.26562 344.21564 420.26562 345.59064Q420.26562 346.8094 420.65625 347.325Q421.04688 347.84064 421.625 347.84064Q422.23438 347.84064 422.625 347.325Q423.01562 346.8094 423.01562 345.46564Q423.01562 344.21564 422.625 343.71564Q422.23438 343.2 421.64062 343.2ZM435.14062 347.02814L435.375 348.4344Q434.70312 348.575 434.17188 348.575Q433.3125 348.575 432.82812 348.3094Q432.35938 348.02814 432.17188 347.59064Q431.98438 347.1375 431.98438 345.71564L431.98438 340.34064L430.8125 340.34064L430.8125 339.1219L431.98438 339.1219L431.98438 336.8094L433.54688 335.85626L433.54688 339.1219L435.14062 339.1219L435.14062 340.34064L433.54688 340.34064L433.54688 345.8094Q433.54688 346.48126 433.625 346.6844Q433.71875 346.8719 433.90625 346.98126Q434.09375 347.09064 434.45312 347.09064Q434.70312 347.09064 435.14062 347.02814ZM436.09375 343.77814Q436.09375 341.1844 437.54688 339.9344Q438.75 338.90314 440.46875 338.90314Q442.40625 338.90314 443.625 340.16876Q444.84375 341.4344 444.84375 343.65314Q444.84375 345.45 444.29688 346.48126Q443.76562 347.5125 442.73438 348.09064Q441.70312 348.66876 440.46875 348.66876Q438.51562 348.66876 437.29688 347.41876Q436.09375 346.15314 436.09375 343.77814ZM437.71875 343.77814Q437.71875 345.575 438.5 346.46564Q439.28125 347.35626 440.46875 347.35626Q441.65625 347.35626 442.4375 346.46564Q443.21875 345.5594 443.21875 343.73126Q443.21875 341.9969 442.42188 341.10626Q441.64062 340.21564 440.46875 340.21564Q439.28125 340.21564 438.5 341.10626Q437.71875 341.9969 437.71875 343.77814ZM451.35938 337.2469L451.35938 335.73126L459.6875 335.73126L459.6875 336.96564Q458.46875 338.27814 457.25 340.45Q456.04688 342.60626 455.39062 344.90314Q454.90625 346.52814 454.78125 348.45L453.15625 348.45Q453.1875 346.9344 453.75 344.77814Q454.32812 342.6219 455.39062 340.6219Q456.45312 338.6219 457.65625 337.2469L451.35938 337.2469ZM461.25 345.075L462.90625 344.9344Q463.09375 346.15314 463.76562 346.7625Q464.4375 347.3719 465.39062 347.3719Q466.53125 347.3719 467.3125 346.5125Q468.10938 345.65314 468.10938 344.21564Q468.10938 342.8719 467.34375 342.09064Q466.59375 341.3094 465.35938 341.3094Q464.59375 341.3094 463.96875 341.65314Q463.35938 341.9969 463.01562 342.5594L461.53125 342.35626L462.78125 335.7469L469.1875 335.7469L469.1875 337.2469L464.04688 337.2469L463.34375 340.71564Q464.51562 339.90314 465.78125 339.90314Q467.46875 339.90314 468.625 341.075Q469.79688 342.2469 469.79688 344.075Q469.79688 345.825 468.76562 347.10626Q467.53125 348.66876 465.39062 348.66876Q463.625 348.66876 462.51562 347.6844Q461.40625 346.7 461.25 345.075ZM471.54688 338.65314Q471.54688 337.27814 472.23438 336.3094Q472.9375 335.34064 474.25 335.34064Q475.46875 335.34064 476.26562 336.21564Q477.0625 337.075 477.0625 338.7625Q477.0625 340.3875 476.25 341.27814Q475.45312 342.15314 474.26562 342.15314Q473.10938 342.15314 472.32812 341.29376Q471.54688 340.41876 471.54688 338.65314ZM474.29688 336.4344Q473.70312 336.4344 473.3125 336.95Q472.92188 337.45 472.92188 338.8094Q472.92188 340.0594 473.3125 340.5594Q473.71875 341.0594 474.29688 341.0594Q474.89062 341.0594 475.28125 340.5594Q475.67188 340.04376 475.67188 338.7Q475.67188 337.45 475.28125 336.95Q474.89062 336.4344 474.29688 336.4344ZM474.3125 348.91876L481.35938 335.34064L482.64062 335.34064L475.60938 348.91876L474.3125 348.91876ZM479.875 345.41876Q479.875 344.04376 480.5625 343.075Q481.26562 342.10626 482.59375 342.10626Q483.8125 342.10626 484.59375 342.98126Q485.39062 343.84064 485.39062 345.52814Q485.39062 347.15314 484.59375 348.04376Q483.79688 348.91876 482.60938 348.91876Q481.4375 348.91876 480.65625 348.04376Q479.875 347.16876 479.875 345.41876ZM482.64062 343.2Q482.04688 343.2 481.65625 343.71564Q481.26562 344.21564 481.26562 345.59064Q481.26562 346.8094 481.65625 347.325Q482.04688 347.84064 482.625 347.84064Q483.23438 347.84064 483.625 347.325Q484.01562 346.8094 484.01562 345.46564Q484.01562 344.21564 483.625 343.71564Q483.23438 343.2 482.64062 343.2Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M514.5 341.95C514.5 345.2637 511.81372 347.95 508.5 347.95C505.18628 347.95 502.5 345.2637 502.5 341.95C502.5 338.6363 505.18628 335.95 508.5 335.95C511.81372 335.95 514.5 338.6363 514.5 341.95Z" fill="#76b900" fill-rule="nonzero"></path>
     <path d="M532.0156 342.8094L523.4844 346.46564L523.4844 344.8875L530.25 342.09064L523.4844 339.3094L523.4844 337.73126L532.0156 341.34064L532.0156 342.8094ZM543.0156 340.8719L534.5 340.8719L534.5 339.40314L543.0156 339.40314L543.0156 340.8719ZM543.0156 344.77814L534.5 344.77814L534.5 343.3094L543.0156 343.3094L543.0156 344.77814ZM545.3594 337.2469L545.3594 335.73126L553.6875 335.73126L553.6875 336.96564Q552.46875 338.27814 551.25 340.45Q550.0469 342.60626 549.3906 344.90314Q548.90625 346.52814 548.78125 348.45L547.15625 348.45Q547.1875 346.9344 547.75 344.77814Q548.3281 342.6219 549.3906 340.6219Q550.4531 338.6219 551.65625 337.2469L545.3594 337.2469ZM555.25 345.075L556.90625 344.9344Q557.09375 346.15314 557.7656 346.7625Q558.4375 347.3719 559.3906 347.3719Q560.53125 347.3719 561.3125 346.5125Q562.1094 345.65314 562.1094 344.21564Q562.1094 342.8719 561.34375 342.09064Q560.59375 341.3094 559.3594 341.3094Q558.59375 341.3094 557.96875 341.65314Q557.3594 341.9969 557.0156 342.5594L555.53125 342.35626L556.78125 335.7469L563.1875 335.7469L563.1875 337.2469L558.0469 337.2469L557.34375 340.71564Q558.5156 339.90314 559.78125 339.90314Q561.46875 339.90314 562.625 341.075Q563.7969 342.2469 563.7969 344.075Q563.7969 345.825 562.7656 347.10626Q561.53125 348.66876 559.3906 348.66876Q557.625 348.66876 556.5156 347.6844Q555.40625 346.7 555.25 345.075ZM565.5469 338.65314Q565.5469 337.27814 566.2344 336.3094Q566.9375 335.34064 568.25 335.34064Q569.46875 335.34064 570.2656 336.21564Q571.0625 337.075 571.0625 338.7625Q571.0625 340.3875 570.25 341.27814Q569.4531 342.15314 568.2656 342.15314Q567.1094 342.15314 566.3281 341.29376Q565.5469 340.41876 565.5469 338.65314ZM568.2969 336.4344Q567.7031 336.4344 567.3125 336.95Q566.9219 337.45 566.9219 338.8094Q566.9219 340.0594 567.3125 340.5594Q567.71875 341.0594 568.2969 341.0594Q568.8906 341.0594 569.28125 340.5594Q569.6719 340.04376 569.6719 338.7Q569.6719 337.45 569.28125 336.95Q568.8906 336.4344 568.2969 336.4344ZM568.3125 348.91876L575.3594 335.34064L576.6406 335.34064L569.6094 348.91876L568.3125 348.91876ZM573.875 345.41876Q573.875 344.04376 574.5625 343.075Q575.2656 342.10626 576.59375 342.10626Q577.8125 342.10626 578.59375 342.98126Q579.3906 343.84064 579.3906 345.52814Q579.3906 347.15314 578.59375 348.04376Q577.7969 348.91876 576.6094 348.91876Q575.4375 348.91876 574.65625 348.04376Q573.875 347.16876 573.875 345.41876ZM576.6406 343.2Q576.0469 343.2 575.65625 343.71564Q575.2656 344.21564 575.2656 345.59064Q575.2656 346.8094 575.65625 347.325Q576.0469 347.84064 576.625 347.84064Q577.2344 347.84064 577.625 347.325Q578.0156 346.8094 578.0156 345.46564Q578.0156 344.21564 577.625 343.71564Q577.2344 343.2 576.6406 343.2Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M50.765625 40.55L50.765625 23.3625L53.03125 23.3625L53.03125 38.51875L61.5 38.51875L61.5 40.55L50.765625 40.55ZM63.59375 25.8L63.59375 23.3625L65.703125 23.3625L65.703125 25.8L63.59375 25.8ZM63.59375 40.55L63.59375 28.096874L65.703125 28.096874L65.703125 40.55L63.59375 40.55ZM70.53125 40.55L68.578125 40.55L68.578125 23.3625L70.6875 23.3625L70.6875 29.503124Q72.015625 27.815624 74.09375 27.815624Q75.234375 27.815624 76.265625 28.284374Q77.296875 28.753124 77.953125 29.596874Q78.609375 30.425 78.984375 31.6125Q79.359375 32.784374 79.359375 34.14375Q79.359375 37.33125 77.78125 39.08125Q76.203125 40.83125 73.984375 40.83125Q71.78125 40.83125 70.53125 38.9875L70.53125 40.55ZM70.5 34.2375Q70.5 36.471874 71.109375 37.471874Q72.109375 39.096874 73.8125 39.096874Q75.1875 39.096874 76.1875 37.89375Q77.203125 36.690624 77.203125 34.315624Q77.203125 31.878124 76.234375 30.721874Q75.28125 29.55 73.90625 29.55Q72.515625 29.55 71.5 30.753124Q70.5 31.95625 70.5 34.2375ZM82.5625 40.55L82.5625 28.096874L84.453125 28.096874L84.453125 29.9875Q85.1875 28.659374 85.796875 28.2375Q86.421875 27.815624 87.15625 27.815624Q88.21875 27.815624 89.328125 28.503124L88.59375 30.45625Q87.828125 30.003124 87.046875 30.003124Q86.359375 30.003124 85.796875 30.425Q85.25 30.83125 85.015625 31.565624Q84.671875 32.690624 84.671875 34.034374L84.671875 40.55L82.5625 40.55ZM98.703125 39.01875Q97.53125 40.003124 96.4375 40.425Q95.359375 40.83125 94.125 40.83125Q92.078125 40.83125 90.96875 39.83125Q89.875 38.83125 89.875 37.26875Q89.875 36.346874 90.28125 35.596874Q90.703125 34.846874 91.375 34.39375Q92.046875 33.925 92.890625 33.690624Q93.515625 33.534374 94.765625 33.378124Q97.328125 33.065624 98.53125 32.64375Q98.546875 32.221874 98.546875 32.096874Q98.546875 30.815624 97.9375 30.284374Q97.140625 29.565624 95.546875 29.565624Q94.046875 29.565624 93.34375 30.096874Q92.640625 30.6125 92.296875 31.940624L90.234375 31.659374Q90.515625 30.33125 91.15625 29.51875Q91.796875 28.70625 93.015625 28.26875Q94.234375 27.815624 95.84375 27.815624Q97.4375 27.815624 98.4375 28.190624Q99.4375 28.565624 99.90625 29.14375Q100.375 29.70625 100.5625 30.58125Q100.65625 31.1125 100.65625 32.51875L100.65625 35.33125Q100.65625 38.26875 100.796875 39.05Q100.9375 39.83125 101.328125 40.55L99.125 40.55Q98.796875 39.89375 98.703125 39.01875ZM98.53125 34.3Q97.375 34.76875 95.078125 35.096874Q93.78125 35.284374 93.234375 35.51875Q92.703125 35.753124 92.40625 36.20625Q92.125 36.659374 92.125 37.20625Q92.125 38.05 92.75 38.6125Q93.390625 39.175 94.625 39.175Q95.84375 39.175 96.796875 38.64375Q97.75 38.1125 98.1875 37.190624Q98.53125 36.471874 98.53125 35.08125L98.53125 34.3ZM103.5625 40.55L103.5625 28.096874L105.453125 28.096874L105.453125 29.9875Q106.1875 28.659374 106.796875 28.2375Q107.421875 27.815624 108.15625 27.815624Q109.21875 27.815624 110.328125 28.503124L109.59375 30.45625Q108.828125 30.003124 108.046875 30.003124Q107.359375 30.003124 106.796875 30.425Q106.25 30.83125 106.015625 31.565624Q105.671875 32.690624 105.671875 34.034374L105.671875 40.55L103.5625 40.55ZM111.484375 45.346874L111.25 43.3625Q111.953125 43.55 112.46875 43.55Q113.171875 43.55 113.59375 43.315624Q114.015625 43.08125 114.28125 42.659374Q114.484375 42.346874 114.921875 41.096874Q114.984375 40.909374 115.109375 40.58125L110.390625 28.096874L112.65625 28.096874L115.25 35.315624Q115.75 36.675 116.15625 38.190624Q116.515625 36.7375 117.015625 35.3625L119.6875 28.096874L121.796875 28.096874L117.0625 40.76875Q116.296875 42.815624 115.875 43.58125Q115.3125 44.628124 114.578125 45.1125Q113.859375 45.596874 112.84375 45.596874Q112.234375 45.596874 111.484375 45.346874ZM130.90625 40.55L130.90625 23.3625L143.32812 23.3625L143.32812 25.39375L133.17188 25.39375L133.17188 30.659374L142.67188 30.659374L142.67188 32.675L133.17188 32.675L133.17188 38.51875L143.71875 38.51875L143.71875 40.55L130.90625 40.55ZM150.04688 40.55L145.3125 28.096874L147.53125 28.096874L150.20312 35.55Q150.64062 36.76875 151.0 38.065624Q151.28125 37.08125 151.78125 35.690624L154.54688 28.096874L156.71875 28.096874L152.01562 40.55L150.04688 40.55ZM156.79688 34.33125Q156.79688 30.8625 158.71875 29.20625Q160.32812 27.815624 162.64062 27.815624Q165.20312 27.815624 166.82812 29.503124Q168.45312 31.190624 168.45312 34.14375Q168.45312 36.55 167.73438 37.925Q167.01562 39.3 165.64062 40.065624Q164.26562 40.83125 162.64062 40.83125Q160.01562 40.83125 158.40625 39.159374Q156.79688 37.471874 156.79688 34.33125ZM158.96875 34.33125Q158.96875 36.721874 160.0 37.909374Q161.04688 39.096874 162.64062 39.096874Q164.20312 39.096874 165.25 37.909374Q166.29688 36.70625 166.29688 34.253124Q166.29688 31.940624 165.23438 30.753124Q164.1875 29.565624 162.64062 29.565624Q161.04688 29.565624 160.0 30.753124Q158.96875 31.940624 158.96875 34.33125ZM170.53125 40.55L170.53125 23.3625L172.64062 23.3625L172.64062 40.55L170.53125 40.55ZM184.73438 40.55L184.73438 38.721874Q183.28125 40.83125 180.79688 40.83125Q179.6875 40.83125 178.73438 40.409374Q177.78125 39.9875 177.3125 39.346874Q176.85938 38.70625 176.67188 37.784374Q176.53125 37.159374 176.53125 35.815624L176.53125 28.096874L178.64062 28.096874L178.64062 35.003124Q178.64062 36.659374 178.78125 37.2375Q178.96875 38.065624 179.60938 38.55Q180.26562 39.01875 181.21875 39.01875Q182.15625 39.01875 182.98438 38.534374Q183.82812 38.034374 184.17188 37.20625Q184.51562 36.3625 184.51562 34.76875L184.51562 28.096874L186.625 28.096874L186.625 40.55L184.73438 40.55ZM195.1875 38.659374L195.5 40.51875Q194.60938 40.721874 193.90625 40.721874Q192.75 40.721874 192.10938 40.3625Q191.48438 39.9875 191.21875 39.39375Q190.96875 38.8 190.96875 36.909374L190.96875 29.7375L189.42188 29.7375L189.42188 28.096874L190.96875 28.096874L190.96875 25.01875L193.0625 23.753124L193.0625 28.096874L195.1875 28.096874L195.1875 29.7375L193.0625 29.7375L193.0625 37.01875Q193.0625 37.925 193.17188 38.190624Q193.29688 38.440624 193.54688 38.596874Q193.79688 38.7375 194.26562 38.7375Q194.60938 38.7375 195.1875 38.659374ZM197.59375 25.8L197.59375 23.3625L199.70312 23.3625L199.70312 25.8L197.59375 25.8ZM197.59375 40.55L197.59375 28.096874L199.70312 28.096874L199.70312 40.55L197.59375 40.55ZM201.79688 34.33125Q201.79688 30.8625 203.71875 29.20625Q205.32812 27.815624 207.64062 27.815624Q210.20312 27.815624 211.82812 29.503124Q213.45312 31.190624 213.45312 34.14375Q213.45312 36.55 212.73438 37.925Q212.01562 39.3 210.64062 40.065624Q209.26562 40.83125 207.64062 40.83125Q205.01562 40.83125 203.40625 39.159374Q201.79688 37.471874 201.79688 34.33125ZM203.96875 34.33125Q203.96875 36.721874 205.0 37.909374Q206.04688 39.096874 207.64062 39.096874Q209.20312 39.096874 210.25 37.909374Q211.29688 36.70625 211.29688 34.253124Q211.29688 31.940624 210.23438 30.753124Q209.1875 29.565624 207.64062 29.565624Q206.04688 29.565624 205.0 30.753124Q203.96875 31.940624 203.96875 34.33125ZM215.57812 40.55L215.57812 28.096874L217.48438 28.096874L217.48438 29.878124Q218.85938 27.815624 221.4375 27.815624Q222.5625 27.815624 223.5 28.221874Q224.45312 28.628124 224.92188 29.284374Q225.39062 29.940624 225.57812 30.846874Q225.70312 31.425 225.70312 32.89375L225.70312 40.55L223.59375 40.55L223.59375 32.971874Q223.59375 31.690624 223.34375 31.05Q223.09375 30.409374 222.46875 30.034374Q221.84375 29.64375 221.0 29.64375Q219.65625 29.64375 218.67188 30.503124Q217.6875 31.3625 217.6875 33.753124L217.6875 40.55L215.57812 40.55ZM241.21875 40.55L241.21875 25.39375L235.5625 25.39375L235.5625 23.3625L249.1875 23.3625L249.1875 25.39375L243.5 25.39375L243.5 40.55L241.21875 40.55ZM259.10938 36.534374L261.28125 36.815624Q260.76562 38.721874 259.375 39.784374Q257.98438 40.83125 255.8125 40.83125Q253.07812 40.83125 251.46875 39.159374Q249.875 37.471874 249.875 34.425Q249.875 31.284374 251.48438 29.55Q253.10938 27.815624 255.6875 27.815624Q258.1875 27.815624 259.76562 29.51875Q261.35938 31.221874 261.35938 34.3Q261.35938 34.4875 261.34375 34.8625L252.0625 34.8625Q252.17188 36.909374 253.21875 38.003124Q254.26562 39.096874 255.82812 39.096874Q256.98438 39.096874 257.79688 38.4875Q258.625 37.878124 259.10938 36.534374ZM252.17188 33.128124L259.125 33.128124Q258.98438 31.565624 258.32812 30.76875Q257.32812 29.55 255.71875 29.55Q254.26562 29.55 253.26562 30.534374Q252.28125 31.503124 252.17188 33.128124ZM263.53125 40.55L263.53125 23.3625L265.64062 23.3625L265.64062 40.55L263.53125 40.55ZM278.10938 36.534374L280.28125 36.815624Q279.76562 38.721874 278.375 39.784374Q276.98438 40.83125 274.8125 40.83125Q272.07812 40.83125 270.46875 39.159374Q268.875 37.471874 268.875 34.425Q268.875 31.284374 270.48438 29.55Q272.10938 27.815624 274.6875 27.815624Q277.1875 27.815624 278.76562 29.51875Q280.35938 31.221874 280.35938 34.3Q280.35938 34.4875 280.34375 34.8625L271.0625 34.8625Q271.17188 36.909374 272.21875 38.003124Q273.26562 39.096874 274.82812 39.096874Q275.98438 39.096874 276.79688 38.4875Q277.625 37.878124 278.10938 36.534374ZM271.17188 33.128124L278.125 33.128124Q277.98438 31.565624 277.32812 30.76875Q276.32812 29.55 274.71875 29.55Q273.26562 29.55 272.26562 30.534374Q271.28125 31.503124 271.17188 33.128124ZM290.70312 35.9875L292.78125 36.253124Q292.4375 38.409374 291.03125 39.628124Q289.64062 40.83125 287.59375 40.83125Q285.04688 40.83125 283.48438 39.159374Q281.9375 37.4875 281.9375 34.378124Q281.9375 32.3625 282.60938 30.846874Q283.28125 29.33125 284.64062 28.58125Q286.0 27.815624 287.60938 27.815624Q289.64062 27.815624 290.92188 28.846874Q292.21875 29.878124 292.57812 31.753124L290.53125 32.08125Q290.23438 30.815624 289.48438 30.190624Q288.75 29.55 287.6875 29.55Q286.09375 29.55 285.09375 30.70625Q284.10938 31.846874 284.10938 34.315624Q284.10938 36.815624 285.0625 37.95625Q286.03125 39.096874 287.57812 39.096874Q288.8125 39.096874 289.64062 38.33125Q290.48438 37.565624 290.70312 35.9875ZM293.79688 34.33125Q293.79688 30.8625 295.71875 29.20625Q297.32812 27.815624 299.64062 27.815624Q302.20312 27.815624 303.82812 29.503124Q305.45312 31.190624 305.45312 34.14375Q305.45312 36.55 304.73438 37.925Q304.01562 39.3 302.64062 40.065624Q301.26562 40.83125 299.64062 40.83125Q297.01562 40.83125 295.40625 39.159374Q293.79688 37.471874 293.79688 34.33125ZM295.96875 34.33125Q295.96875 36.721874 297.0 37.909374Q298.04688 39.096874 299.64062 39.096874Q301.20312 39.096874 302.25 37.909374Q303.29688 36.70625 303.29688 34.253124Q303.29688 31.940624 302.23438 30.753124Q301.1875 29.565624 299.64062 29.565624Q298.04688 29.565624 297.0 30.753124Q295.96875 31.940624 295.96875 34.33125ZM307.57812 40.55L307.57812 28.096874L309.48438 28.096874L309.48438 29.878124Q310.85938 27.815624 313.4375 27.815624Q314.5625 27.815624 315.5 28.221874Q316.45312 28.628124 316.92188 29.284374Q317.39062 29.940624 317.57812 30.846874Q317.70312 31.425 317.70312 32.89375L317.70312 40.55L315.59375 40.55L315.59375 32.971874Q315.59375 31.690624 315.34375 31.05Q315.09375 30.409374 314.46875 30.034374Q313.84375 29.64375 313.0 29.64375Q311.65625 29.64375 310.67188 30.503124Q309.6875 31.3625 309.6875 33.753124L309.6875 40.55L307.57812 40.55ZM328.85938 40.55L328.85938 23.3625L335.32812 23.3625Q337.04688 23.3625 337.95312 23.534374Q339.21875 23.7375 340.0625 24.33125Q340.92188 24.925 341.4375 26.003124Q341.96875 27.065624 341.96875 28.33125Q341.96875 30.534374 340.5625 32.05Q339.17188 33.565624 335.53125 33.565624L331.125 33.565624L331.125 40.55L328.85938 40.55ZM331.125 31.534374L335.5625 31.534374Q337.76562 31.534374 338.6875 30.721874Q339.625 29.89375 339.625 28.409374Q339.625 27.33125 339.07812 26.565624Q338.53125 25.8 337.64062 25.55Q337.0625 25.39375 335.51562 25.39375L331.125 25.39375L331.125 31.534374ZM352.70312 39.01875Q351.53125 40.003124 350.4375 40.425Q349.35938 40.83125 348.125 40.83125Q346.07812 40.83125 344.96875 39.83125Q343.875 38.83125 343.875 37.26875Q343.875 36.346874 344.28125 35.596874Q344.70312 34.846874 345.375 34.39375Q346.04688 33.925 346.89062 33.690624Q347.51562 33.534374 348.76562 33.378124Q351.32812 33.065624 352.53125 32.64375Q352.54688 32.221874 352.54688 32.096874Q352.54688 30.815624 351.9375 30.284374Q351.14062 29.565624 349.54688 29.565624Q348.04688 29.565624 347.34375 30.096874Q346.64062 30.6125 346.29688 31.940624L344.23438 31.659374Q344.51562 30.33125 345.15625 29.51875Q345.79688 28.70625 347.01562 28.26875Q348.23438 27.815624 349.84375 27.815624Q351.4375 27.815624 352.4375 28.190624Q353.4375 28.565624 353.90625 29.14375Q354.375 29.70625 354.5625 30.58125Q354.65625 31.1125 354.65625 32.51875L354.65625 35.33125Q354.65625 38.26875 354.79688 39.05Q354.9375 39.83125 355.32812 40.55L353.125 40.55Q352.79688 39.89375 352.70312 39.01875ZM352.53125 34.3Q351.375 34.76875 349.07812 35.096874Q347.78125 35.284374 347.23438 35.51875Q346.70312 35.753124 346.40625 36.20625Q346.125 36.659374 346.125 37.20625Q346.125 38.05 346.75 38.6125Q347.39062 39.175 348.625 39.175Q349.84375 39.175 350.79688 38.64375Q351.75 38.1125 352.1875 37.190624Q352.53125 36.471874 352.53125 35.08125L352.53125 34.3ZM357.5625 40.55L357.5625 28.096874L359.45312 28.096874L359.45312 29.9875Q360.1875 28.659374 360.79688 28.2375Q361.42188 27.815624 362.15625 27.815624Q363.21875 27.815624 364.32812 28.503124L363.59375 30.45625Q362.82812 30.003124 362.04688 30.003124Q361.35938 30.003124 360.79688 30.425Q360.25 30.83125 360.01562 31.565624Q359.67188 32.690624 359.67188 34.034374L359.67188 40.55L357.5625 40.55ZM370.1875 38.659374L370.5 40.51875Q369.60938 40.721874 368.90625 40.721874Q367.75 40.721874 367.10938 40.3625Q366.48438 39.9875 366.21875 39.39375Q365.96875 38.8 365.96875 36.909374L365.96875 29.7375L364.42188 29.7375L364.42188 28.096874L365.96875 28.096874L365.96875 25.01875L368.0625 23.753124L368.0625 28.096874L370.1875 28.096874L370.1875 29.7375L368.0625 29.7375L368.0625 37.01875Q368.0625 37.925 368.17188 38.190624Q368.29688 38.440624 368.54688 38.596874Q368.79688 38.7375 369.26562 38.7375Q369.60938 38.7375 370.1875 38.659374ZM372.59375 25.8L372.59375 23.3625L374.70312 23.3625L374.70312 25.8L372.59375 25.8ZM372.59375 40.55L372.59375 28.096874L374.70312 28.096874L374.70312 40.55L372.59375 40.55ZM385.70312 35.9875L387.78125 36.253124Q387.4375 38.409374 386.03125 39.628124Q384.64062 40.83125 382.59375 40.83125Q380.04688 40.83125 378.48438 39.159374Q376.9375 37.4875 376.9375 34.378124Q376.9375 32.3625 377.60938 30.846874Q378.28125 29.33125 379.64062 28.58125Q381.0 27.815624 382.60938 27.815624Q384.64062 27.815624 385.92188 28.846874Q387.21875 29.878124 387.57812 31.753124L385.53125 32.08125Q385.23438 30.815624 384.48438 30.190624Q383.75 29.55 382.6875 29.55Q381.09375 29.55 380.09375 30.70625Q379.10938 31.846874 379.10938 34.315624Q379.10938 36.815624 380.0625 37.95625Q381.03125 39.096874 382.57812 39.096874Q383.8125 39.096874 384.64062 38.33125Q385.48438 37.565624 385.70312 35.9875ZM389.59375 25.8L389.59375 23.3625L391.70312 23.3625L391.70312 25.8L389.59375 25.8ZM389.59375 40.55L389.59375 28.096874L391.70312 28.096874L391.70312 40.55L389.59375 40.55ZM394.57812 45.315624L394.57812 28.096874L396.5 28.096874L396.5 29.721874Q397.1875 28.76875 398.03125 28.3Q398.89062 27.815624 400.10938 27.815624Q401.70312 27.815624 402.92188 28.64375Q404.14062 29.45625 404.76562 30.95625Q405.39062 32.45625 405.39062 34.2375Q405.39062 36.14375 404.70312 37.675Q404.01562 39.20625 402.70312 40.01875Q401.40625 40.83125 399.96875 40.83125Q398.90625 40.83125 398.0625 40.39375Q397.23438 39.940624 396.6875 39.253124L396.6875 45.315624L394.57812 45.315624ZM396.5 34.39375Q396.5 36.8 397.46875 37.95625Q398.4375 39.096874 399.82812 39.096874Q401.23438 39.096874 402.23438 37.909374Q403.23438 36.721874 403.23438 34.221874Q403.23438 31.846874 402.25 30.659374Q401.28125 29.471874 399.92188 29.471874Q398.5625 29.471874 397.53125 30.7375Q396.5 31.9875 396.5 34.39375ZM416.70312 39.01875Q415.53125 40.003124 414.4375 40.425Q413.35938 40.83125 412.125 40.83125Q410.07812 40.83125 408.96875 39.83125Q407.875 38.83125 407.875 37.26875Q407.875 36.346874 408.28125 35.596874Q408.70312 34.846874 409.375 34.39375Q410.04688 33.925 410.89062 33.690624Q411.51562 33.534374 412.76562 33.378124Q415.32812 33.065624 416.53125 32.64375Q416.54688 32.221874 416.54688 32.096874Q416.54688 30.815624 415.9375 30.284374Q415.14062 29.565624 413.54688 29.565624Q412.04688 29.565624 411.34375 30.096874Q410.64062 30.6125 410.29688 31.940624L408.23438 31.659374Q408.51562 30.33125 409.15625 29.51875Q409.79688 28.70625 411.01562 28.26875Q412.23438 27.815624 413.84375 27.815624Q415.4375 27.815624 416.4375 28.190624Q417.4375 28.565624 417.90625 29.14375Q418.375 29.70625 418.5625 30.58125Q418.65625 31.1125 418.65625 32.51875L418.65625 35.33125Q418.65625 38.26875 418.79688 39.05Q418.9375 39.83125 419.32812 40.55L417.125 40.55Q416.79688 39.89375 416.70312 39.01875ZM416.53125 34.3Q415.375 34.76875 413.07812 35.096874Q411.78125 35.284374 411.23438 35.51875Q410.70312 35.753124 410.40625 36.20625Q410.125 36.659374 410.125 37.20625Q410.125 38.05 410.75 38.6125Q411.39062 39.175 412.625 39.175Q413.84375 39.175 414.79688 38.64375Q415.75 38.1125 416.1875 37.190624Q416.53125 36.471874 416.53125 35.08125L416.53125 34.3ZM426.1875 38.659374L426.5 40.51875Q425.60938 40.721874 424.90625 40.721874Q423.75 40.721874 423.10938 40.3625Q422.48438 39.9875 422.21875 39.39375Q421.96875 38.8 421.96875 36.909374L421.96875 29.7375L420.42188 29.7375L420.42188 28.096874L421.96875 28.096874L421.96875 25.01875L424.0625 23.753124L424.0625 28.096874L426.1875 28.096874L426.1875 29.7375L424.0625 29.7375L424.0625 37.01875Q424.0625 37.925 424.17188 38.190624Q424.29688 38.440624 424.54688 38.596874Q424.79688 38.7375 425.26562 38.7375Q425.60938 38.7375 426.1875 38.659374ZM428.59375 25.8L428.59375 23.3625L430.70312 23.3625L430.70312 25.8L428.59375 25.8ZM428.59375 40.55L428.59375 28.096874L430.70312 28.096874L430.70312 40.55L428.59375 40.55ZM432.79688 34.33125Q432.79688 30.8625 434.71875 29.20625Q436.32812 27.815624 438.64062 27.815624Q441.20312 27.815624 442.82812 29.503124Q444.45312 31.190624 444.45312 34.14375Q444.45312 36.55 443.73438 37.925Q443.01562 39.3 441.64062 40.065624Q440.26562 40.83125 438.64062 40.83125Q436.01562 40.83125 434.40625 39.159374Q432.79688 37.471874 432.79688 34.33125ZM434.96875 34.33125Q434.96875 36.721874 436.0 37.909374Q437.04688 39.096874 438.64062 39.096874Q440.20312 39.096874 441.25 37.909374Q442.29688 36.70625 442.29688 34.253124Q442.29688 31.940624 441.23438 30.753124Q440.1875 29.565624 438.64062 29.565624Q437.04688 29.565624 436.0 30.753124Q434.96875 31.940624 434.96875 34.33125ZM446.57812 40.55L446.57812 28.096874L448.48438 28.096874L448.48438 29.878124Q449.85938 27.815624 452.4375 27.815624Q453.5625 27.815624 454.5 28.221874Q455.45312 28.628124 455.92188 29.284374Q456.39062 29.940624 456.57812 30.846874Q456.70312 31.425 456.70312 32.89375L456.70312 40.55L454.59375 40.55L454.59375 32.971874Q454.59375 31.690624 454.34375 31.05Q454.09375 30.409374 453.46875 30.034374Q452.84375 29.64375 452.0 29.64375Q450.65625 29.64375 449.67188 30.503124Q448.6875 31.3625 448.6875 33.753124L448.6875 40.55L446.57812 40.55ZM467.85938 40.55L467.85938 23.3625L474.32812 23.3625Q476.04688 23.3625 476.95312 23.534374Q478.21875 23.7375 479.0625 24.33125Q479.92188 24.925 480.4375 26.003124Q480.96875 27.065624 480.96875 28.33125Q480.96875 30.534374 479.5625 32.05Q478.17188 33.565624 474.53125 33.565624L470.125 33.565624L470.125 40.55L467.85938 40.55ZM470.125 31.534374L474.5625 31.534374Q476.76562 31.534374 477.6875 30.721874Q478.625 29.89375 478.625 28.409374Q478.625 27.33125 478.07812 26.565624Q477.53125 25.8 476.64062 25.55Q476.0625 25.39375 474.51562 25.39375L470.125 25.39375L470.125 31.534374ZM492.10938 36.534374L494.28125 36.815624Q493.76562 38.721874 492.375 39.784374Q490.98438 40.83125 488.8125 40.83125Q486.07812 40.83125 484.46875 39.159374Q482.875 37.471874 482.875 34.425Q482.875 31.284374 484.48438 29.55Q486.10938 27.815624 488.6875 27.815624Q491.1875 27.815624 492.76562 29.51875Q494.35938 31.221874 494.35938 34.3Q494.35938 34.4875 494.34375 34.8625L485.0625 34.8625Q485.17188 36.909374 486.21875 38.003124Q487.26562 39.096874 488.82812 39.096874Q489.98438 39.096874 490.79688 38.4875Q491.625 37.878124 492.10938 36.534374ZM485.17188 33.128124L492.125 33.128124Q491.98438 31.565624 491.32812 30.76875Q490.32812 29.55 488.71875 29.55Q487.26562 29.55 486.26562 30.534374Q485.28125 31.503124 485.17188 33.128124ZM496.5625 40.55L496.5625 28.096874L498.45312 28.096874L498.45312 29.9875Q499.1875 28.659374 499.79688 28.2375Q500.42188 27.815624 501.15625 27.815624Q502.21875 27.815624 503.32812 28.503124L502.59375 30.45625Q501.82812 30.003124 501.04688 30.003124Q500.35938 30.003124 499.79688 30.425Q499.25 30.83125 499.01562 31.565624Q498.67188 32.690624 498.67188 34.034374L498.67188 40.55L496.5625 40.55ZM509.96875 40.55L516.5625 23.3625L519.0156 23.3625L526.0469 40.55L523.4531 40.55L521.4531 35.346874L514.2656 35.346874L512.375 40.55L509.96875 40.55ZM514.9219 33.4875L520.75 33.4875L518.9531 28.7375Q518.1406 26.565624 517.7344 25.175Q517.40625 26.83125 516.8125 28.45625L514.9219 33.4875ZM531.1875 38.659374L531.5 40.51875Q530.6094 40.721874 529.90625 40.721874Q528.75 40.721874 528.1094 40.3625Q527.4844 39.9875 527.21875 39.39375Q526.96875 38.8 526.96875 36.909374L526.96875 29.7375L525.4219 29.7375L525.4219 28.096874L526.96875 28.096874L526.96875 25.01875L529.0625 23.753124L529.0625 28.096874L531.1875 28.096874L531.1875 29.7375L529.0625 29.7375L529.0625 37.01875Q529.0625 37.925 529.1719 38.190624Q529.2969 38.440624 529.5469 38.596874Q529.7969 38.7375 530.2656 38.7375Q530.6094 38.7375 531.1875 38.659374ZM538.1875 38.659374L538.5 40.51875Q537.6094 40.721874 536.90625 40.721874Q535.75 40.721874 535.1094 40.3625Q534.4844 39.9875 534.21875 39.39375Q533.96875 38.8 533.96875 36.909374L533.96875 29.7375L532.4219 29.7375L532.4219 28.096874L533.96875 28.096874L533.96875 25.01875L536.0625 23.753124L536.0625 28.096874L538.1875 28.096874L538.1875 29.7375L536.0625 29.7375L536.0625 37.01875Q536.0625 37.925 536.1719 38.190624Q536.2969 38.440624 536.5469 38.596874Q536.7969 38.7375 537.2656 38.7375Q537.6094 38.7375 538.1875 38.659374ZM549.1094 36.534374L551.28125 36.815624Q550.7656 38.721874 549.375 39.784374Q547.9844 40.83125 545.8125 40.83125Q543.0781 40.83125 541.46875 39.159374Q539.875 37.471874 539.875 34.425Q539.875 31.284374 541.4844 29.55Q543.1094 27.815624 545.6875 27.815624Q548.1875 27.815624 549.7656 29.51875Q551.3594 31.221874 551.3594 34.3Q551.3594 34.4875 551.34375 34.8625L542.0625 34.8625Q542.1719 36.909374 543.21875 38.003124Q544.2656 39.096874 545.8281 39.096874Q546.9844 39.096874 547.7969 38.4875Q548.625 37.878124 549.1094 36.534374ZM542.1719 33.128124L549.125 33.128124Q548.9844 31.565624 548.3281 30.76875Q547.3281 29.55 545.71875 29.55Q544.2656 29.55 543.2656 30.534374Q542.28125 31.503124 542.1719 33.128124ZM553.5781 40.55L553.5781 28.096874L555.4844 28.096874L555.4844 29.878124Q556.8594 27.815624 559.4375 27.815624Q560.5625 27.815624 561.5 28.221874Q562.4531 28.628124 562.9219 29.284374Q563.3906 29.940624 563.5781 30.846874Q563.7031 31.425 563.7031 32.89375L563.7031 40.55L561.59375 40.55L561.59375 32.971874Q561.59375 31.690624 561.34375 31.05Q561.09375 30.409374 560.46875 30.034374Q559.84375 29.64375 559.0 29.64375Q557.65625 29.64375 556.6719 30.503124Q555.6875 31.3625 555.6875 33.753124L555.6875 40.55L553.5781 40.55ZM575.65625 40.55L575.65625 38.971874Q574.46875 40.83125 572.1719 40.83125Q570.6875 40.83125 569.4375 40.01875Q568.1875 39.190624 567.5 37.721874Q566.8281 36.253124 566.8281 34.33125Q566.8281 32.471874 567.4375 30.95625Q568.0625 29.440624 569.2969 28.628124Q570.5469 27.815624 572.0781 27.815624Q573.2031 27.815624 574.0781 28.3Q574.96875 28.76875 575.5156 29.534374L575.5156 23.3625L577.6094 23.3625L577.6094 40.55L575.65625 40.55ZM568.9844 34.33125Q568.9844 36.721874 569.9844 37.909374Q571.0 39.096874 572.375 39.096874Q573.7656 39.096874 574.71875 37.971874Q575.6875 36.83125 575.6875 34.51875Q575.6875 31.95625 574.7031 30.76875Q573.71875 29.565624 572.28125 29.565624Q570.875 29.565624 569.9219 30.721874Q568.9844 31.8625 568.9844 34.33125ZM590.1094 36.534374L592.28125 36.815624Q591.7656 38.721874 590.375 39.784374Q588.9844 40.83125 586.8125 40.83125Q584.0781 40.83125 582.46875 39.159374Q580.875 37.471874 580.875 34.425Q580.875 31.284374 582.4844 29.55Q584.1094 27.815624 586.6875 27.815624Q589.1875 27.815624 590.7656 29.51875Q592.3594 31.221874 592.3594 34.3Q592.3594 34.4875 592.34375 34.8625L583.0625 34.8625Q583.1719 36.909374 584.21875 38.003124Q585.2656 39.096874 586.8281 39.096874Q587.9844 39.096874 588.7969 38.4875Q589.625 37.878124 590.1094 36.534374ZM583.1719 33.128124L590.125 33.128124Q589.9844 31.565624 589.3281 30.76875Q588.3281 29.55 586.71875 29.55Q585.2656 29.55 584.2656 30.534374Q583.28125 31.503124 583.1719 33.128124ZM603.1094 36.534374L605.28125 36.815624Q604.7656 38.721874 603.375 39.784374Q601.9844 40.83125 599.8125 40.83125Q597.0781 40.83125 595.46875 39.159374Q593.875 37.471874 593.875 34.425Q593.875 31.284374 595.4844 29.55Q597.1094 27.815624 599.6875 27.815624Q602.1875 27.815624 603.7656 29.51875Q605.3594 31.221874 605.3594 34.3Q605.3594 34.4875 605.34375 34.8625L596.0625 34.8625Q596.1719 36.909374 597.21875 38.003124Q598.2656 39.096874 599.8281 39.096874Q600.9844 39.096874 601.7969 38.4875Q602.625 37.878124 603.1094 36.534374ZM596.1719 33.128124L603.125 33.128124Q602.9844 31.565624 602.3281 30.76875Q601.3281 29.55 599.71875 29.55Q598.2656 29.55 597.2656 30.534374Q596.28125 31.503124 596.1719 33.128124Z" fill="#999999" fill-rule="nonzero"></path>
    </svg>
   </center>
   <h3 class="heading settled" data-level="1.4" id="mailing-list-reviews"><span class="secno">1.4. </span><span class="content">Mailing List Reviews</span><a class="self-link" href="#mailing-list-reviews"></a></h3>
   <p>In addition to telecons, we review some papers via mailing list discussions.</p>
   <p>Mailing list reviews are critical to our operations, as they allow us to increase
  our paper-processing bandwidth without increasing the frequency or duration
  of telecons.
Additionally, certain classes of papers tend to be particularly well suited for
  mailing list reviews, such as new proposals which tend to need feedback, not
  decision making.</p>
   <p>We conduct 2 to 3 mailing list reviews concurrently, and each review lasts for
  a few weeks.</p>
   <p>The agenda for upcoming mailing list reviews can be found <a href="https://github.com/cplusplus/LEWG/wiki/2021-Mailing-List-Reviews">here</a>.
For details on how to participate in mailing list reviews, please <a href="mailto:brycelelbach@gmail.com">contact Bryce Adelstein Lelbach</a>.</p>
   <p>More details on how we use mailing lists can be found in <a href="https://wg21.link/P2145R1">P2145R1</a>.</p>
   <center>
    <table>
     <tbody>
      <tr>
       <th>
       <th>2021-09-28 to 2022-01-25 
       <th>Since 2020-04-06 
      <tr>
       <th># of Papers Reviewed On The Mailing List 
       <td>17 
       <td>52 
      <tr>
       <th># of Papers Advanced From Mailing List Directly To Electronic Polling 
       <td>18 
       <td>21 
    </table>
   </center>
   <h3 class="heading settled" data-level="1.5" id="paper-queues-and-backlog"><span class="secno">1.5. </span><span class="content">Paper Queues and Backlog</span><a class="self-link" href="#paper-queues-and-backlog"></a></h3>
   <center>
    <table>
     <tbody>
      <tr>
       <th>Queue 
       <th># of Papers 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Alibrary-evolution-deferred">Active</a> 
       <td>44 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+label%3AC%2B%2B23">C++23</a> 
       <td>15 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+label%3AC%2B%2B26">C++26</a> 
       <td>34 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Aready-for-library-evolution-meeting-review+-label%3Aready-for-library-evolution-mailing-list-review+-label%3Aready-for-library-evolution-electronic-poll+-label%3Aexpedited-library-evolution-electronic-poll+-label%3Alibrary-evolution-deferred">Ready for Triage</a> 
       <td>0 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+label%3Alibrary-evolution-deferred">Deferred</a> 
       <td>7 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Alibrary-evolution-deferred+label%3Aready-for-library-evolution-mailing-list-review+-label%3Ascheduled-for-library-evolution">Ready for Mailing List Review</a> 
       <td>14 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Alibrary-evolution-deferred+label%3Aready-for-library-evolution-mailing-list-review+label%3Ascheduled-for-library-evolution">Scheduled for Mailing List Review</a> 
       <td>6 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Alibrary-evolution-deferred+label%3Aready-for-library-evolution-meeting-review+-label%3Ascheduled-for-library-evolution">Ready for Meeting Review</a> 
       <td>8 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Alibrary-evolution-deferred+label%3Aready-for-library-evolution-meeting-review+label%3Ascheduled-for-library-evolution">Scheduled for Meeting Review</a> 
       <td>5 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+label%3Aexpedited-library-evolution-electronic-poll+-label%3Aready-for-library-evolution-electronic-poll">Expedited Electronic Poll Candidates</a> 
       <td>0 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+label%3Aready-for-library-evolution-electronic-poll+-label%3Ascheduled-for-library-evolution">Ready for Electronic Poll</a> 
       <td>13 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+label%3Aready-for-library-evolution-electronic-poll+label%3Ascheduled-for-library-evolution">Scheduled for Electronic Poll</a> 
       <td>0 
    </table>
   </center>
   <p>The above information is as of the publication of this paper.
For up to date counts and more details on the various queues of papers being
  handled by Library Evolution, please see <a href="https://github.com/cplusplus/LEWG/wiki/Paper-Queries">the paper queries GitHub wiki page</a>.</p>
   <h3 class="heading settled" data-level="1.6" id="electronic-polling"><span class="secno">1.6. </span><span class="content">Electronic Polling</span><a class="self-link" href="#electronic-polling"></a></h3>
   <p>Library Evolution typically conducts a quarterly series of electronic polls to
  affirm the decisions we make.
From 2021-09 through 2022-01, we instead conducted electronic polls every month
  to accomodate our increased activity at the end of the C++23 design cycle.</p>
   <p>The following polling periods have been conducted over the past year:</p>
   <ul>
    <li data-md>
     <p>2020-Fall - completed, outcomes can be found in <a href="https://wg21.link/P2262R0">P2262R0</a>.</p>
    <li data-md>
     <p>2021-Winter - completed, outcomes can be found in <a href="https://wg21.link/P2368R0">P2368R0</a>.</p>
    <li data-md>
     <p>2021-Spring - completed, outcomes can be found in <a href="https://wg21.link/P2384R1">P2384R1</a>.</p>
    <li data-md>
     <p>2021-Summer - completed, outcomes can be found in <a href="https://wg21.link/P2435R1">P2435R1</a>.</p>
    <li data-md>
     <p>2021-09 - completed, outcomes can be found in <a href="https://wg21.link/P2451R0">P2451R0</a>.</p>
    <li data-md>
     <p>2021-10 - completed, outcomes can be found in <a href="https://wg21.link/P2453R0">P2453R0</a>.</p>
    <li data-md>
     <p>2021-11 - completed, outcomes can be found in <a href="https://wg21.link/P2455R0">P2455R0</a>.</p>
    <li data-md>
     <p>2021-12 - completed, outcomes can be found in <a href="https://wg21.link/P2457R0">P2457R0</a>.</p>
    <li data-md>
     <p>2022-01 - completed, outcomes can be found in <a href="https://wg21.link/P2459R0">P2459R0</a>.</p>
   </ul>
   <p>More details on electronic polling can be found in <a href="https://wg21.link/P2195R2">P2195R2</a>.</p>
   <h4 class="heading settled" data-level="1.6.1" id="expedited-electronic-polling"><span class="secno">1.6.1. </span><span class="content">Expedited Advancement to Electronic Polling</span><a class="self-link" href="#expedited-electronic-polling"></a></h4>
   <p>Library Evolution telecons are the best way for us to review papers remotely,
  but our telecon time is limited.
We started mailing list reviews of papers to reduce the demands on Library
  Evolution telecon time, but until recently, all papers have still required
  some telecon review before they are advanced to electronic polls and out
  of Library Evolution.</p>
   <p>In the last few months, we have begun experimenting with advancing papers
  directly from mailing list review to electronic polling.
The procedure is intended for smaller matters, non-controversial matters, and
  matters that we believe will not benefit from telecon discussion.
It works as follows:</p>
   <p>0.) A mailing list thread is started on lib-ext@ proposing that a paper be
      advanced directly to electronic polling.
    Background on the paper, its maturity, and the outcomes of previous
      discussions is provided.
1.) Participants are asked to take a stance on the motion by replying with
      either a "+1" or a "-1".
2.) When the thread reaches its nature conclusion, the chairs determine whether
      it is suitable for the paper to proceed to electronic polling.
    Typically, we are looking for strong and vocal support; a lack of objections
      is not sufficient.</p>
   <h3 class="heading settled" data-level="1.7" id="prioritization"><span class="secno">1.7. </span><span class="content">Prioritization</span><a class="self-link" href="#prioritization"></a></h3>
   <p>In conjunction with Library, we’ve prioritized all the papers that have been
  forwarded to Library, using the priority levels identified in
  the <a data-link-type="biblio" href="https://wg21.link/p0592r4">plan and priorities for C++23 and beyond</a>.
We plan to update this prioritization in the coming weeks to help Library plan
  their efforts for completing C++23.
See the <a href="https://github.com/cplusplus/LEWG/wiki/LWG-Priorities">prioritized list of papers</a> for details.</p>
   <h3 class="heading settled" data-level="1.8" id="chairing-guide"><span class="secno">1.8. </span><span class="content">Chair Guide</span><a class="self-link" href="#chairing-guide"></a></h3>
   <p>We have developed a Library Evolution chairing guide, which can be found on the <a href="https://github.com/cplusplus/LEWG/wiki">Library Evolution GitHub wiki</a></p>
   <h3 class="heading settled" data-level="1.9" id="staff"><span class="secno">1.9. </span><span class="content">Staff</span><a class="self-link" href="#staff"></a></h3>
   <p>Library Evolution is organized by a team, not a single individual:</p>
   <ul>
    <li data-md>
     <p>Bryce Adelstein Lelbach, Chair</p>
    <li data-md>
     <p>Fabio Fracassi, Vice Chair</p>
    <li data-md>
     <p>Ben Craig, Vice Chair</p>
    <li data-md>
     <p>Billy Baker, Incubator Chair</p>
    <li data-md>
     <p>Nevin Liber, Incubator Vice Chair</p>
    <li data-md>
     <p>Corentin Jabot, Mailing List Review Manager</p>
    <li data-md>
     <p>Inbal Levi, Mailing List Review Manager and Algorithms Task Force Chair</p>
    <li data-md>
     <p>Gašper Ažman, Coroutines Library Task Force Chair</p>
   </ul>
   <p>Leadership by a group instead of a team has a number of benefits:</p>
   <ul>
    <li data-md>
     <p>Increases our capacity and capabilities.</p>
    <li data-md>
     <p>Reduces the burden on each leader.</p>
    <li data-md>
     <p>Builds institutional knowledge and redundancy.</p>
   </ul>
   <p>We hold a regular staff meeting every two weeks to discuss our operations and
  make plans for the future.</p>
   <p>Additionally, the following noble individuals take minutes for Library
  Evolution, and deserve accolades:</p>
   <ul>
    <li data-md>
     <p>Ben Craig</p>
    <li data-md>
     <p>Inbal Levi</p>
    <li data-md>
     <p>Mark Hoemmen</p>
    <li data-md>
     <p>Guy Davidson</p>
    <li data-md>
     <p>Dietmar Kühl</p>
    <li data-md>
     <p>Gašper Ažman</p>
    <li data-md>
     <p>Steve Downey</p>
    <li data-md>
     <p>Bronek Kozicki</p>
   </ul>
   <h2 class="heading settled" data-level="2" id="technical"><span class="secno">2. </span><span class="content">Technical</span><a class="self-link" href="#technical"></a></h2>
   <h3 class="heading settled" data-level="2.1" id="plenary-approved-priorities"><span class="secno">2.1. </span><span class="content">Plenary Approved Priorities</span><a class="self-link" href="#plenary-approved-priorities"></a></h3>
   <p>The C++ Committee adopted a <a data-link-type="biblio" href="https://wg21.link/p0592r4">plan and priorities for C++23 and beyond</a>.
This section describes the status of the priority Standard Library features
  described in that plan.</p>
   <center>
    <table>
     <tbody>
      <tr>
       <th>Plenary Approved Priority 
       <th>Status 
      <tr>
       <td>Executors 
       <td>Under Library Evolution review, on track for C++26. 
      <tr>
       <td>Networking 
       <td>Under Networking Study Group review. 
      <tr>
       <td>Coroutines Library Support 
       <td><a data-link-type="biblio" href="https://wg21.link/p2502r1">[P2502R1]</a> <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code> design approved for C++23. 
      <tr>
       <td>Standard Library Modules 
       <td><a data-link-type="biblio" href="https://wg21.link/p2465r1">[P2465R1]</a> Standard Library Modules <code class="highlight"><c- n>std</c-></code> And <code class="highlight"><c- n>std</c-><c- p>.</c-><c- n>compat</c-></code> design approved for C++23. 
    </table>
   </center>
   <h4 class="heading settled" data-level="2.1.1" id="senders-and-receivers"><span class="secno">2.1.1. </span><span class="content">Senders And Receivers</span><a class="self-link" href="#senders-and-receivers"></a></h4>
   <p>In 2021-09 and 2021-10, Library Evolution discussed and compared two different
  models for asynchrony in the Standard Library: the Senders and Receivers model <a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a> and the Networking TS model <a data-link-type="biblio" href="https://wg21.link/p2444r0">[P2444R0]</a>.
That discussion reached a few key conclusions <a data-link-type="biblio" href="https://wg21.link/p2453r0">[P2453R0]</a>:</p>
   <ul>
    <li data-md>
     <p>Library Evolution wants a single unifying model for asynchrony for the C++
Standard Library.</p>
    <li data-md>
     <p>There is consensus in Library Evolution that Senders and Receivers model is
a good basis for most asynchronous use cases, including networking,
parallelism, and heterogeneous computing.</p>
    <li data-md>
     <p>Most in Library Evolution feel that the Networking TS model is not a suitable
basis for most asynchronous use cases, including parallelism
and heterogeneous computing.</p>
    <li data-md>
     <p>Library Evolution does not want to stop working on the Networking TS.</p>
    <li data-md>
     <p>Library Evolution would like networking in the Standard Library to be based
on Senders and Receivers.</p>
   </ul>
   <p>Following those conclusions, Library Evolution focused on trying to complete <a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a> Senders and Receivers for C++23.
We held three supertelecons focused on Senders and Receivers.</p>
   <p>We made great progress on <a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a> Senders and Receivers over the last few
  months, and we have consensus in favor of the design.
There is sustained strong opposition against including such a large proposal
  into C++23 at such a late stage.
It is also unclear whether we would be able to complete wording review in the
  limited time we have available.
Therefore, Library Evolution decided to not advance <a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a> Senders and
  Receivers for C++23.
Instead, we hope to send it to Library early in the C++26 cycle.</p>
   <h4 class="heading settled" data-level="2.1.2" id="networking"><span class="secno">2.1.2. </span><span class="content">Networking</span><a class="self-link" href="#networking"></a></h4>
   <p>We discussed the Networking Technical Specification, <a data-link-type="biblio" href="https://wg21.link/n4771">[N4771]</a>, in 2021-Fall,
  reaching a series of conclusions in the <a data-link-type="biblio" href="https://wg21.link/p2453r0">[P2453R0]</a> 2022-10 Library Evolution
  Poll Outcomes.</p>
   <p>The Networking TS we have today uses a different asynchrony model from <a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a> Senders and Receivers.
Library Evolution has expressed a desire to have a single model for asynchrony
  in the Standard Library and has consensus in favor of the Senders and Receivers
  design.
If we are to proceed with Networking TS design as-is, Library Evolution will
  need to be shown compelling new information on why networking should use a
  different asynchrony model.</p>
   <p>Alternatively, we could pursue a refinement of the Networking TS based on senders
  or receivers or a different networking design altogether.
Library Evolution strongly encourages work in this area, but we have no such
  proposal today.</p>
   <p>Given the need for significant design changes, networking will not make it into
  C++23.</p>
   <h4 class="heading settled" data-level="2.1.3" id="coroutines-library-support"><span class="secno">2.1.3. </span><span class="content">Coroutines Library Support</span><a class="self-link" href="#coroutines-library-support"></a></h4>
   <p>A new proposal for <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code>, <a data-link-type="biblio" href="https://wg21.link/p2502r1">[P2502R1]</a>, was brought to Library
  Evolution in 2021-12.
Many of the open design questions were addressed, however some key ones remained,
  such as what the reference type of <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-><c- o>&lt;</c-><c- n>T</c-><c- o>></c-></code> should be.</p>
   <p>Library Evolution leadership formed an ad-hoc task force, led by Gašper Ažman,
  to discuss and try and resolve these remaining questions.
This task force was successful, and in 2022-01, Library Evolution design
  approved <a data-link-type="biblio" href="https://wg21.link/p2502r1">[P2502R1]</a> <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code> for C++23 via electronic poll.</p>
   <h4 class="heading settled" data-level="2.1.4" id="standard-library-modules"><span class="secno">2.1.4. </span><span class="content">Standard Library Modules</span><a class="self-link" href="#standard-library-modules"></a></h4>
   <p>In 2021-10, Library Evolution completed our work on <a data-link-type="biblio" href="https://wg21.link/p2465r1">[P2465R1]</a> Standard
  Library Modules for C++23.
After a lengthy discussion, we determined we liked the shape of the two modules
  in the proposal and we came up with names that we had consensus on.
In 2021-11, <a data-link-type="biblio" href="https://wg21.link/p2465r1">[P2465R1]</a> Standard Library Modules <code class="highlight"><c- n>std</c-></code> and <code class="highlight"><c- n>std</c-><c- p>.</c-><c- n>compat</c-></code> was
  design approved for C++23 via electronic poll.</p>
   <h3 class="heading settled" data-level="2.2" id="other-highlights"><span class="secno">2.2. </span><span class="content">Other Highlights</span><a class="self-link" href="#other-highlights"></a></h3>
   <h4 class="heading settled" data-level="2.2.1" id="ranges"><span class="secno">2.2.1. </span><span class="content">Ranges</span><a class="self-link" href="#ranges"></a></h4>
   <p>We’ve delivered a significant amount of the work laid out in <a data-link-type="biblio" href="https://wg21.link/p2214r2">[P2214R2]</a> A
  Plan for C++23 Ranges.
Almost all of the tier 1 components are on track for C++23; for more details,
  see <a data-link-type="biblio" href="https://wg21.link/p2214r2">[P2214R2]</a>.</p>
   <p>The following ranges proposals were advanced to Library Working Group for C++23
  by electronic poll:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2387r2">[P2387R2]</a>: Pipe Support For User-Defined Range Adaptors</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2443r0">[P2443R0]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>chunk_by</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2442r0">[P2442R0]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>chunk</c-></code> And <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>slide</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2374r3">[P2374R3]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>cartesian_product</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2441r1">[P2441R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>join_with</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2446r1">[P2446R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>all_move</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1899r2">[P1899R2]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>stride</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2474r1">[P2474R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>repeat</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2440r0">[P2440R0]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>iota</c-></code>, <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_left</c-></code>, And <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_right</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2322r5">[P2322R5]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>fold</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2302r2">[P2302R2]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>contains</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2278r2">[P2278R2]</a>: <code class="highlight"><c- n>cbegin</c-></code> Should Always Return A Constant Iterator</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2408r4">[P2408R4]</a>: Ranges Iterators As Inputs To Non-Ranges Algorithms</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2494r1">[P2494R1]</a>: Relaxing Range Adaptors To Allow For Move Only Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2165r3">[P2165R3]</a>: Compatibility Between <code class="highlight"><c- n>tuple</c-></code>, <code class="highlight"><c- n>pair</c-></code>, And <code class="highlight"><c- n>tuple</c-></code>-like objects</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2255r2">[P2255R2]</a>: A Type Trait To Detect Reference Binding To Temporary</p>
   </ul>
   <h4 class="heading settled" data-level="2.2.2" id="formatting-and-printing"><span class="secno">2.2.2. </span><span class="content">Formatting and Printing</span><a class="self-link" href="#formatting-and-printing"></a></h4>
   <p>We’ve accomplished most of our goals for formatting and printing in C++23.
We finished our review of the two major proposals, <a data-link-type="biblio" href="https://wg21.link/p2093r13">[P2093R13]</a> Formatted
  Output and <a data-link-type="biblio" href="https://wg21.link/p2286r6">[P2286R6]</a> Formatting Ranges, as well as <a data-link-type="biblio" href="https://wg21.link/p2419r1">[P2419R1]</a> Clarify
  Handling Of Encodings In Localized Formatting Of Chrono Types, and advanced
  all three proposals to Library Working Group for C++23 via electronic poll.</p>
   <h4 class="heading settled" data-level="2.2.3" id="text-and-unicode"><span class="secno">2.2.3. </span><span class="content">Text and Unicode</span><a class="self-link" href="#text-and-unicode"></a></h4>
   <p>We completed our review of <a data-link-type="biblio" href="https://wg21.link/p1885r8">[P1885R8]</a> Naming Text Encodings To Demystify Them,
  which is a part of the roadmap laid our in <a data-link-type="biblio" href="https://wg21.link/p1238r0">[P1238R0]</a> Unicode Direction, and
  sent it to Library Working Group for C++23 via electronic poll.
We also advanced <a data-link-type="biblio" href="https://wg21.link/p2460r0">[P2460R0]</a> Relax Requirements On <code class="highlight"><c- b>wchar_t</c-></code> To Match Existing
  Practices to Library Working Group for C++23 via electronic poll, although
  it still needs to be reviewed and approved by Language Evolution.</p>
   <h4 class="heading settled" data-level="2.2.4" id="linear-algebra-and-mdspan"><span class="secno">2.2.4. </span><span class="content">Linear Algebra and <code class="highlight"><c- n>mdspan</c-></code></span><a class="self-link" href="#linear-algebra-and-mdspan"></a></h4>
   <p>After many years of work, we finished reviewing <a data-link-type="biblio" href="https://wg21.link/p0009r16">[P0009R16]</a> <code class="highlight"><c- n>mdspan</c-></code> and sent
  it to Library Working Group for C++23.
We plan to look at two follow-on papers that fix some issues in <code class="highlight"><c- n>mdspan</c-></code> in
  the next few weeks: <a data-link-type="biblio" href="https://wg21.link/p2554r0">[P2554R0]</a> C-Array Interoperability Of <code class="highlight"><c- n>mdspan</c-></code> and <a data-link-type="biblio" href="https://wg21.link/p2553r0">[P2553R0]</a> Make <code class="highlight"><c- n>mdspan</c-></code> <code class="highlight"><c- n>size_type</c-></code> Controllable.
We’ll also be reviewing <a data-link-type="biblio" href="https://wg21.link/p1684r1">[P1684R1]</a> <code class="highlight"><c- n>mdarray</c-></code>, an owning multidimensional
  analog of <code class="highlight"><c- n>mdspan</c-></code> that is similar to a container adaptor.</p>
   <p>We’re planning to start another review of <a data-link-type="biblio" href="https://wg21.link/p1673r6">[P1673R6]</a> Linear Algebra in
  2022-Spring.
The review of the other proposal in this space, <a data-link-type="biblio" href="https://wg21.link/p1385r6">[P1385R6]</a>, has been postponed
  at the request of its authors.</p>
   <h4 class="heading settled" data-level="2.2.5" id="concurrency-ts-v2"><span class="secno">2.2.5. </span><span class="content">Concurrency TS v2</span><a class="self-link" href="#concurrency-ts-v2"></a></h4>
   <p>We’ve been working on the Concurrency TS v2 for awhile, and it’s
  finally nearing completion.
A plan for completing it is outlined in <a data-link-type="biblio" href="https://wg21.link/P2559R0">[P2559R0]</a>.</p>
   <p>The following proposals were advanced to Library Working Group for the
  Concurrency TS v2 by electronic poll:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0493r3">[P0493R3]</a>: Atomic Maximum/Minimum</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2396r0">[P2396R0]</a>: Concurrency TS v2 Fixes</p>
   </ul>
   <h3 class="heading settled" data-level="2.3" id="papers-reviewed"><span class="secno">2.3. </span><span class="content">Papers Reviewed</span><a class="self-link" href="#papers-reviewed"></a></h3>
   <p>The following papers were evaluated in the 2021-10 Library Evolution polling
  period (see <a data-link-type="biblio" href="https://wg21.link/p2453r0">[P2453R0]</a> for details):</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2444r0">[P2444R0]</a>: Asio Async Model</p>
   </ul>
   <p>The following papers were advanced to to Library Working Group for C++23 in the
  2021-11 Library Evolution polling period (see <a data-link-type="biblio" href="https://wg21.link/p2455r0">[P2455R0]</a> for details):</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2465r1">[P2465R1]</a>: Standard Library Modules <code class="highlight"><c- n>std</c-></code> And <code class="highlight"><c- n>std</c-><c- p>.</c-><c- n>compat</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2387r2">[P2387R2]</a>: Pipe Support For User-Defined Range Adaptors</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2443r0">[P2443R0]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>chunk_by</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2442r0">[P2442R0]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>chunk</c-></code> And <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>slide</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2440r0">[P2440R0]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>iota</c-></code>, <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_left</c-></code>, And <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_right</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2255r2">[P2255R2]</a>: A Type Trait To Detect Reference Binding To Temporary</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1885r8">[P1885R8]</a>: Naming Text Encodings To Demystify Them</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2419r1">[P2419R1]</a>: Clarify Handling Of Encodings In Localized Formatting Of Chrono Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2460r0">[P2460R0]</a>: Relax Requirements On <code class="highlight"><c- b>wchar_t</c-></code> To Match Existing Practices</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2445r0">[P2445R0]</a>: <code class="highlight"><c- n>forward_like</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2417r0">[P2417R0]</a>: A More <code class="highlight"><c- k>constexpr</c-></code> <code class="highlight"><c- n>bitset</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1841r1">[P1841R1]</a>: Wording For Individually Specializable Numeric Traits</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0627r6">[P0627R6]</a>: <code class="highlight"><c- n>unreachable</c-></code></p>
   </ul>
   <p>The following papers were advanced to to Library Working Group for C++23 in the
  2021-12 Library Evolution polling period (see <a data-link-type="biblio" href="https://wg21.link/p2457r0">[P2457R0]</a> for details):</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0009r16">[P0009R16]</a>: <code class="highlight"><c- n>mdspan</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2093r13">[P2093R13]</a>: Formatted Output</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1467r7">[P1467R7]</a>: Extended Floating-Point Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2278r2">[P2278R2]</a>: <code class="highlight"><c- n>cbegin</c-></code> Should Always Return A Constant Iterator</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2408r4">[P2408R4]</a>: Ranges Iterators As Inputs To Non-Ranges Algorithms</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2374r3">[P2374R3]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>cartesian_product</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2441r1">[P2441R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>join_with</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2446r1">[P2446R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>all_move</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2467r0">[P2467R0]</a>: Support Exclusive Mode For <code class="highlight"><c- n>fstream</c-></code>s</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2438r1">[P2438R1]</a>: <code class="highlight"><c- n>string</c-><c- o>::</c-><c- n>substr</c-><c- p>()</c-> <c- o>&amp;&amp;</c-></code></p>
   </ul>
   <p>The following papers were advanced to to Library Working Group for the
  Concurrency TS v2 in the 2021-12 Library Evolution polling period
  (see <a data-link-type="biblio" href="https://wg21.link/p2457r0">[P2457R0]</a> for details):</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2396r0">[P2396R0]</a>: Concurrency TS v2 Fixes</p>
   </ul>
   <p>The following papers were evaluated in the 2021-12 Library Evolution polling
  period (see <a data-link-type="biblio" href="https://wg21.link/p2457r0">[P2457R0]</a> for details):</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2198r3">[P2198R3]</a>: Freestanding Feature-Test Macros And Implementation-Defined Extensions</p>
   </ul>
   <p>The following papers were advanced to to Library Working Group for C++23 in the
  2022-01 Library Evolution polling period (see <a data-link-type="biblio" href="https://wg21.link/p2459r0">[P2459R0]</a> for details):</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2363r3">[P2363R3]</a>: Extending Associative Containers With The Remaining Heterogeneous Overloads</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0493r3">[P0493R3]</a>: Atomic Maximum/Minimum</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2286r6">[P2286R6]</a>: Formatting Ranges</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2165r3">[P2165R3]</a>: Compatibility Between <code class="highlight"><c- n>tuple</c-></code>, <code class="highlight"><c- n>pair</c-></code>, And <code class="highlight"><c- n>tuple</c-></code>-like objects</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2494r1">[P2494R1]</a>: Relaxing Range Adaptors To Allow For Move Only Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2322r5">[P2322R5]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>fold</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2302r2">[P2302R2]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>contains</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1899r2">[P1899R2]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>stride</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2474r1">[P2474R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>repeat</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2508r1">[P2508R1]</a>: Expose <code class="highlight"><c- n>basic</c-><c- o>-</c-><c- n>format</c-><c- o>-</c-><c- n>string</c-><c- o>&lt;</c-><c- n>charT</c-><c- p>,</c-> <c- n>Args</c-><c- p>...</c-><c- o>></c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2248r4">[P2248R4]</a>: Enabling List-Initialization For Algorithms</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2404r2">[P2404R2]</a>: Move-Only Types For <code class="highlight"><c- n>equality_comparable_with</c-></code>, <code class="highlight"><c- n>totally_ordered_with</c-></code>, And <code class="highlight"><c- n>three_way_comparable_with</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2502r1">[P2502R1]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code></p>
   </ul>
   <p>The following papers were evaluated in the 2022-01 Library Evolution polling
  period (see <a data-link-type="biblio" href="https://wg21.link/p2459r0">[P2459R0]</a> for details):</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></p>
   </ul>
   <p>The following papers were reviewed at Library Evolution telecons between
  2021-09-28 and 2022-01-25:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2444r0">[P2444R0]</a>: Asio Async Model</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2464r0">[P2464R0]</a>: Ruminations On Networking And Executors</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2469r0">[P2469R0]</a>: Response To P2464: The Networking TS Is Baked, P2300 Senders And Receivers Is Not</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2465r1">[P2465R1]</a>: Standard Mibrary Modules <code class="highlight"><c- n>std</c-></code> And <code class="highlight"><c- n>std</c-><c- p>.</c-><c- n>compat</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2442r0">[P2442R0]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>chunk</c-></code> And <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>slide</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2443r0">[P2443R0]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>chunk_by</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2374r3">[P2374R3]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>cartesian_product</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2446r1">[P2446R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>all_move</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2441r1">[P2441R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>join_with</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2474r1">[P2474R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>repeat</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2440r0">[P2440R0]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>iota</c-></code>, <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_left</c-></code>, And <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_right</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2322r5">[P2322R5]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>fold</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2387r2">[P2387R2]</a>: Pipe Support For User-Defined Range Adaptors</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2494r1">[P2494R1]</a>: Relaxing Range Adaptors To Allow For Move Only Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2255r2">[P2255R2]</a>: A Type Trait To Detect Reference Binding To Temporary</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2278r2">[P2278R2]</a>: <code class="highlight"><c- n>cbegin</c-></code> Should Always Return A Constant Iterator</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0009r14">[P0009R14]</a>: <code class="highlight"><c- n>mdspan</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1885r8">[P1885R8]</a>: Naming Text Encodings To Demystify Them</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2445r0">[P2445R0]</a>: <code class="highlight"><c- n>forward_like</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1467r7">[P1467R7]</a>: Extended Floating Point Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2286r6">[P2286R6]</a>: Formatting Ranges</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2093r13">[P2093R13]</a>: Formatted Output</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2198r3">[P2198R3]</a>: Freestanding Feature-Test Macros And Implementation-Defined Extensions</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2502r1">[P2502R1]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2529r0">[P2529R0]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code> Should Have <code class="highlight"><c- n>T</c-><c- o>&amp;&amp;</c-></code> <code class="highlight"><c- n>reference_type</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0493r3">[P0493R3]</a>: Atomic Maximum/Minimum</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2486r1">[P2486R1]</a>: Structured Naming For Function Object And CPO Values</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2165r3">[P2165R3]</a>: Compatibility Between <code class="highlight"><c- n>tuple</c-></code>, <code class="highlight"><c- n>pair</c-></code>, And <code class="highlight"><c- n>tuple</c-></code>-Like Objects</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2508r1">[P2508R1]</a>: Expose <code class="highlight"><c- n>basic</c-><c- o>-</c-><c- n>format</c-><c- o>-</c-><c- n>string</c-><c- o>&lt;</c-><c- n>charT</c-><c- p>,</c-> <c- n>Args</c-><c- p>...</c-><c- o>></c-></code></p>
   </ul>
   <p>The following papers were reviewed at Library Evolution 2021-10 supertelecon:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2322r5">[P2322R5]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>fold</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2440r0">[P2440R0]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>iota</c-></code>, <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_left</c-></code>, And <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_right</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2387r2">[P2387R2]</a>: Pipe Support For User-Defined Range Adaptors</p>
   </ul>
   <p>The following papers were reviewed at Library Evolution 2021-11 supertelecon:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></p>
   </ul>
   <p>The following papers were reviewed at Library Evolution 2022-01 supertelecon:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2300r4">[P2300R4]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></p>
   </ul>
   <p>The following papers were reviewed on the Library Evolution mailing list between
  2021-09-28 and 2022-01-25:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2407r0">[P2407R0]</a>: Freestanding Library: Partial Classes</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1899r2">[P1899R2]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>stride</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2302r2">[P2302R2]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>contains</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2447r0">[P2447R0]</a>: <code class="highlight"><c- n>span</c-></code> And The Missing Constructor</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2408r4">[P2408R4]</a>: Ranges Iterators As Inputs To Non-Ranges Algorithms</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2248r4">[P2248R4]</a>: Enabling List-Initialization For Algorithms</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2405r0">[P2405R0]</a>: <code class="highlight"><c- n>nullopt_t</c-></code> And <code class="highlight"><c- n>nullptr_t</c-></code> Should Both Have <code class="highlight"><c- k>operator</c-><c- o>&lt;=></c-></code> And <code class="highlight"><c- k>operator</c-><c- o>==</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2249r1">[P2249R1]</a>: Mixed Comparisons For Smart Pointers</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2404r2">[P2404R2]</a>: Move-Only Types For <code class="highlight"><c- n>equality_comparable_with</c-></code>, <code class="highlight"><c- n>totally_ordered_with</c-></code>, And <code class="highlight"><c- n>three_way_comparable_with</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2438r1">[P2438R1]</a>: <code class="highlight"><c- n>string</c-><c- o>::</c-><c- n>substr</c-><c- p>()</c-> <c- o>&amp;&amp;</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2363r3">[P2363R3]</a>: Extending Associative Containers With The Remaining Heterogeneous Overloads</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2419r1">[P2419R1]</a>: Clarify Handling Of Encodings In Localized Formatting Of Chrono Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2460r0">[P2460R0]</a>: Relax Requirements On <code class="highlight"><c- b>wchar_t</c-></code> To Match Existing Practices</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2467r0">[P2467R0]</a>: Support Exclusive Mode For <code class="highlight"><c- n>fstream</c-></code>s</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1841r1">[P1841R1]</a>: Wording For Individually Specializable Numeric Traits</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0627r6">[P0627R6]</a>: <code class="highlight"><c- n>unreachable</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2396r0">[P2396R0]</a>: Concurrency TS v2 Fixes</p>
   </ul>
   <h3 class="heading settled" data-level="2.4" id="papers-advanced-for-cpp23"><span class="secno">2.4. </span><span class="content">Papers Advanced For C++23</span><a class="self-link" href="#papers-advanced-for-cpp23"></a></h3>
   <p>Library Evolution advanced 64 papers to Library for C++23 since 2020-04-06:</p>
   <ul>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2363r3">[P2363R3]</a>: Extending Associative Containers With The Remaining Heterogeneous Overloads</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0493r3">[P0493R3]</a>: Atomic Maximum/Minimum</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2286r6">[P2286R6]</a>: Formatting Ranges</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2165r3">[P2165R3]</a>: Compatibility Between <code class="highlight"><c- n>tuple</c-></code>, <code class="highlight"><c- n>pair</c-></code>, And <code class="highlight"><c- n>tuple</c-></code>-Like Objects</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2494r1">[P2494R1]</a>: Relaxing Range Adaptors To Allow For Move Only Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2322r5">[P2322R5]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>fold</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2302r2">[P2302R2]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>contains</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1899r2">[P1899R2]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>stride</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2474r1">[P2474R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>repeat</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2508r1">[P2508R1]</a>: Expose <code class="highlight"><c- n>basic</c-><c- o>-</c-><c- n>format</c-><c- o>-</c-><c- n>string</c-><c- o>&lt;</c-><c- n>charT</c-><c- p>,</c-> <c- n>Args</c-><c- p>...</c-><c- o>></c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2248r4">[P2248R4]</a>: Enabling List-Initialization For Algorithms</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2404r2">[P2404R2]</a>: Move-Only Types For <code class="highlight"><c- n>equality_comparable_with</c-></code>, <code class="highlight"><c- n>totally_ordered_with</c-></code>, And <code class="highlight"><c- n>three_way_comparable_with</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2502r1">[P2502R1]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0009r14">[P0009R14]</a>: <code class="highlight"><c- n>mdspan</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2093r13">[P2093R13]</a>: Formatted Output</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1467r7">[P1467R7]</a>: Extended Floating-Point Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2278r2">[P2278R2]</a>: <code class="highlight"><c- n>cbegin</c-></code> Should Always Return A Constant Iterator</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2408r4">[P2408R4]</a>: Ranges Iterators As Inputs To Non-Ranges Algorithms</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2374r3">[P2374R3]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>cartesian_product</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2441r1">[P2441R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>join_with</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2446r1">[P2446R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>all_move</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2467r0">[P2467R0]</a>: Support Exclusive Mode For <code class="highlight"><c- n>fstream</c-></code>s</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2438r1">[P2438R1]</a>: <code class="highlight"><c- n>string</c-><c- o>::</c-><c- n>substr</c-><c- p>()</c-> <c- o>&amp;&amp;</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2465r1">[P2465R1]</a>: Standard Library Modules <code class="highlight"><c- n>std</c-></code> And <code class="highlight"><c- n>std</c-><c- p>.</c-><c- n>compat</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2387r2">[P2387R2]</a>: Pipe Support For User-Defined Range Adaptors</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2443r0">[P2443R0]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>chunk_by</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2442r0">[P2442R0]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>chunk</c-></code> And <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>slide</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2440r0">[P2440R0]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>iota</c-></code>, <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_left</c-></code>, And <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>shift_right</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2255r2">[P2255R2]</a>: A Type Trait To Detect Reference Binding To Temporary</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1885r8">[P1885R8]</a>: Naming Text Encodings To Demystify Them</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2419r1">[P2419R1]</a>: Clarify Handling Of Encodings In Localized Formatting Of Chrono Types</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2460r0">[P2460R0]</a>: Relax Requirements On <code class="highlight"><c- b>wchar_t</c-></code> To Match Existing Practices</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2445r0">[P2445R0]</a>: <code class="highlight"><c- n>forward_like</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2417r0">[P2417R0]</a>: A More <code class="highlight"><c- k>constexpr</c-></code> bitset</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2485r0">[P2485R0]</a>: Do Not Add <code class="highlight"><c- n>value_exists</c-></code> And <code class="highlight"><c- n>value_or</c-></code> To C++23</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0627r6">[P0627R6]</a>: Function To Mark Unreachable Code</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2418r0">[P2418R0]</a>: Add Support For <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code>-like Types To <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>format</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2415r1">[P2415R1]</a>: What Is A view?</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2432r0">[P2432R0]</a>: Fix <code class="highlight"><c- n>istream_view</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2351r0">[P2351R0]</a>: Mark All Library Static Cast Wrappers As <code class="highlight"><c- p>[[</c-><c- n>nodiscard</c-><c- p>]]</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2291r2">[P2291R2]</a>: Add Constexpr Modifiers To Functions <code class="highlight"><c- n>to_chars</c-></code> And <code class="highlight"><c- n>from_chars</c-></code> For Integral Types In <code class="highlight"><c- o>&lt;</c-><c- n>charconv</c-><c- o>></c-></code> Header</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2372r1">[P2372R1]</a>: Fixing Locale Handling In Chrono Formatters</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1206r6">[P1206R6]</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>to</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0533r9">[P0533R9]</a>: <code class="highlight"><c- k>constexpr</c-></code> For <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code> And <code class="highlight"><c- o>&lt;</c-><c- n>cstdlib</c-><c- o>></c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2273r2">[P2273R2]</a>: Making unique_ptr constexpr</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0323r10">[P0323R10]</a>: <code class="highlight"><c- n>expected</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2325r2">[P2325R2]</a>: Views Should Not Be Required To Be Default Constructible</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2328r0">[P2328R0]</a>: <code class="highlight"><c- n>join_view</c-></code> Should Join All Views Of Ranges</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2210r2">[P2210R2]</a>: Superior String Splitting</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2321r1">[P2321R1]</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>zip</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2251r1">[P2251R1]</a>: Require <code class="highlight"><c- n>span</c-></code> &amp; <code class="highlight"><c- n>basic_string_view</c-></code> To Be Trivially Copyable</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1072r7">[P1072R7]</a>: <code class="highlight"><c- n>basic_string</c-><c- o>::</c-><c- n>resize_and_overwrite</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2340r0">[P2340R0]</a>: Clarifying The Status Of The "C Headers"</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2301r0">[P2301R0]</a>: Add A <code class="highlight"><c- n>pmr</c-></code> Alias For <code class="highlight"><c- n>stacktrace</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2265r0">[P2265R0]</a>: Renaming <code class="highlight"><c- n>any_invocable</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1642r5">[P1642R5]</a>: Freestanding [utilities], [ranges], And [iterators]</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2216r2">[P2216R2]</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>format</c-></code> Improvements</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2077r2">[P2077R2]</a>: Heterogeneous Erasure Overloads For Associative Containers</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2136r2">[P2136R2]</a>: <code class="highlight"><c- n>invoke_r</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p1951r0">[P1951R0]</a>: Default Arguments For <code class="highlight"><c- n>pair</c-></code>'s Forwarding Constructor</p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2231r0">[P2231R0]</a>: Missing <code class="highlight"><c- k>constexpr</c-></code> In <code class="highlight"><c- n>optional</c-></code> And <code class="highlight"><c- n>variant</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p0901r8">[P0901R8]</a>: Size Feedback In <code class="highlight"><c- k>operator</c-> <c- k>new</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2212r1">[P2212R1]</a>: Relax Requirements For <code class="highlight"><c- n>time_point</c-><c- o>::</c-><c- n>clock</c-></code></p>
    <li data-md>
     <p><a data-link-type="biblio" href="https://wg21.link/p2166r1">[P2166R1]</a>: Prohibit <code class="highlight"><c- n>basic_string</c-></code> And <code class="highlight"><c- n>basic_string_view</c-></code> Construction From <code class="highlight"><c- k>nullptr</c-></code></p>
   </ul>
  </main>
<script>
(function() {
  "use strict";
  var collapseSidebarText = '<span aria-hidden="true">←</span> '
                          + '<span>Collapse Sidebar</span>';
  var expandSidebarText   = '<span aria-hidden="true">→</span> '
                          + '<span>Pop Out Sidebar</span>';
  var tocJumpText         = '<span aria-hidden="true">↑</span> '
                          + '<span>Jump to Table of Contents</span>';

  var sidebarMedia = window.matchMedia('screen and (min-width: 78em)');
  var autoToggle   = function(e){ toggleSidebar(e.matches) };
  if(sidebarMedia.addListener) {
    sidebarMedia.addListener(autoToggle);
  }

  function toggleSidebar(on) {
    if (on == undefined) {
      on = !document.body.classList.contains('toc-sidebar');
    }

    /* Don’t scroll to compensate for the ToC if we’re above it already. */
    var headY = 0;
    var head = document.querySelector('.head');
    if (head) {
      // terrible approx of "top of ToC"
      headY += head.offsetTop + head.offsetHeight;
    }
    var skipScroll = window.scrollY < headY;

    var toggle = document.getElementById('toc-toggle');
    var tocNav = document.getElementById('toc');
    if (on) {
      var tocHeight = tocNav.offsetHeight;
      document.body.classList.add('toc-sidebar');
      document.body.classList.remove('toc-inline');
      toggle.innerHTML = collapseSidebarText;
      if (!skipScroll) {
        window.scrollBy(0, 0 - tocHeight);
      }
      tocNav.focus();
      sidebarMedia.addListener(autoToggle); // auto-collapse when out of room
    }
    else {
      document.body.classList.add('toc-inline');
      document.body.classList.remove('toc-sidebar');
      toggle.innerHTML = expandSidebarText;
      if (!skipScroll) {
        window.scrollBy(0, tocNav.offsetHeight);
      }
      if (toggle.matches(':hover')) {
        /* Unfocus button when not using keyboard navigation,
           because I don’t know where else to send the focus. */
        toggle.blur();
      }
    }
  }

  function createSidebarToggle() {
    /* Create the sidebar toggle in JS; it shouldn’t exist when JS is off. */
    var toggle = document.createElement('a');
      /* This should probably be a button, but appearance isn’t standards-track.*/
    toggle.id = 'toc-toggle';
    toggle.class = 'toc-toggle';
    toggle.href = '#toc';
    toggle.innerHTML = collapseSidebarText;

    sidebarMedia.addListener(autoToggle);
    var toggler = function(e) {
      e.preventDefault();
      sidebarMedia.removeListener(autoToggle); // persist explicit off states
      toggleSidebar();
      return false;
    }
    toggle.addEventListener('click', toggler, false);


    /* Get <nav id=toc-nav>, or make it if we don’t have one. */
    var tocNav = document.getElementById('toc-nav');
    if (!tocNav) {
      tocNav = document.createElement('p');
      tocNav.id = 'toc-nav';
      /* Prepend for better keyboard navigation */
      document.body.insertBefore(tocNav, document.body.firstChild);
    }
    /* While we’re at it, make sure we have a Jump to Toc link. */
    var tocJump = document.getElementById('toc-jump');
    if (!tocJump) {
      tocJump = document.createElement('a');
      tocJump.id = 'toc-jump';
      tocJump.href = '#toc';
      tocJump.innerHTML = tocJumpText;
      tocNav.appendChild(tocJump);
    }

    tocNav.appendChild(toggle);
  }

  var toc = document.getElementById('toc');
  if (toc) {
    createSidebarToggle();
    toggleSidebar(sidebarMedia.matches);

    /* If the sidebar has been manually opened and is currently overlaying the text
       (window too small for the MQ to add the margin to body),
       then auto-close the sidebar once you click on something in there. */
    toc.addEventListener('click', function(e) {
      if(e.target.tagName.toLowerCase() == "a" && document.body.classList.contains('toc-sidebar') && !sidebarMedia.matches) {
        toggleSidebar(false);
      }
    }, false);
  }
  else {
    console.warn("Can’t find Table of Contents. Please use <nav id='toc'> around the ToC.");
  }

  /* Wrap tables in case they overflow */
  var tables = document.querySelectorAll(':not(.overlarge) > table.data, :not(.overlarge) > table.index');
  var numTables = tables.length;
  for (var i = 0; i < numTables; i++) {
    var table = tables[i];
    var wrapper = document.createElement('div');
    wrapper.className = 'overlarge';
    table.parentNode.insertBefore(wrapper, table);
    wrapper.appendChild(table);
  }

})();
</script>
  <h2 class="no-num no-ref heading settled" id="references"><span class="content">References</span><a class="self-link" href="#references"></a></h2>
  <h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
  <dl>
   <dt id="biblio-n4771">[N4771]
   <dd>Jonathan Wakely. <a href="https://wg21.link/n4771"><cite>Working Draft, C++ Extensions for Networking</cite></a>. 8 October 2018. URL: <a href="https://wg21.link/n4771">https://wg21.link/n4771</a>
   <dt id="biblio-p0009r14">[P0009R14]
   <dd>Christian Trott, D.S. Hollman, Damien Lebrun-Grandie, Mark Hoemmen, Daniel Sunderland, H. Carter Edwards, Bryce Adelstein Lelbach, Mauro Bianco, Ben Sander, Athanasios Iliopoulos, John Michopoulos, Nevin Liber. <a href="https://wg21.link/p0009r14"><cite>MDSPAN</cite></a>. 15 November 2021. URL: <a href="https://wg21.link/p0009r14">https://wg21.link/p0009r14</a>
   <dt id="biblio-p0009r16">[P0009R16]
   <dd>Christian Trott, D.S. Hollman, Damien Lebrun-Grandie, Mark Hoemmen, Daniel Sunderland, H. Carter Edwards, Bryce Adelstein Lelbach, Mauro Bianco, Ben Sander, Athanasios Iliopoulos, John Michopoulos, Nevin Liber. <a href="https://wg21.link/p0009r16"><cite>MDSPAN</cite></a>. 16 March 2022. URL: <a href="https://wg21.link/p0009r16">https://wg21.link/p0009r16</a>
   <dt id="biblio-p0323r10">[P0323R10]
   <dd>JF Bastien, Vicente Botet. <a href="https://wg21.link/p0323r10"><cite>std::expected</cite></a>. 15 April 2021. URL: <a href="https://wg21.link/p0323r10">https://wg21.link/p0323r10</a>
   <dt id="biblio-p0493r3">[P0493R3]
   <dd>Al Grant, Bronek Kozicki, Tim Northover. <a href="https://wg21.link/p0493r3"><cite>Atomic maximum/minimum</cite></a>. 18 December 2021. URL: <a href="https://wg21.link/p0493r3">https://wg21.link/p0493r3</a>
   <dt id="biblio-p0533r9">[P0533R9]
   <dd>Oliver Rosten, Edward Rosten. <a href="https://wg21.link/p0533r9"><cite>constexpr for cmath and cstdlib</cite></a>. 12 November 2021. URL: <a href="https://wg21.link/p0533r9">https://wg21.link/p0533r9</a>
   <dt id="biblio-p0592r4">[P0592R4]
   <dd>Ville Voutilainen. <a href="https://wg21.link/p0592r4"><cite>To boldly suggest an overall plan for C++23</cite></a>. 25 November 2019. URL: <a href="https://wg21.link/p0592r4">https://wg21.link/p0592r4</a>
   <dt id="biblio-p0627r6">[P0627R6]
   <dd>Jens Maurer. <a href="https://wg21.link/p0627r6"><cite>Function to mark unreachable code</cite></a>. 25 October 2021. URL: <a href="https://wg21.link/p0627r6">https://wg21.link/p0627r6</a>
   <dt id="biblio-p0901r8">[P0901R8]
   <dd>Chris Kennelly, Andrew Hunter. <a href="https://wg21.link/p0901r8"><cite>Size feedback in operator new</cite></a>. 15 December 2020. URL: <a href="https://wg21.link/p0901r8">https://wg21.link/p0901r8</a>
   <dt id="biblio-p1000r4">[P1000R4]
   <dd>Herb Sutter. <a href="https://wg21.link/p1000r4"><cite>C++ IS schedule</cite></a>. 14 February 2020. URL: <a href="https://wg21.link/p1000r4">https://wg21.link/p1000r4</a>
   <dt id="biblio-p1072r7">[P1072R7]
   <dd>Chris Kennelly, Mark Zeren. <a href="https://wg21.link/p1072r7"><cite>basic_string::resize_and_overwrite</cite></a>. 15 February 2021. URL: <a href="https://wg21.link/p1072r7">https://wg21.link/p1072r7</a>
   <dt id="biblio-p1206r6">[P1206R6]
   <dd>Corentin Jabot, Eric Niebler, Casey Carter. <a href="https://wg21.link/p1206r6"><cite>Conversions from ranges to containers</cite></a>. 3 August 2021. URL: <a href="https://wg21.link/p1206r6">https://wg21.link/p1206r6</a>
   <dt id="biblio-p1238r0">[P1238R0]
   <dd>Tom Honermann, Corentin Jabot, JeanHeyd Meneide, Mark Zeren, Martinho Fernandes, Peter Bindels, Steve Downey, Zach Laine. <a href="https://wg21.link/p1238r0"><cite>SG16: Unicode Direction</cite></a>. 8 October 2018. URL: <a href="https://wg21.link/p1238r0">https://wg21.link/p1238r0</a>
   <dt id="biblio-p1385r6">[P1385R6]
   <dd>Guy Davidson, Bob Steagall. <a href="https://wg21.link/p1385r6"><cite>A proposal to add linear algebra support to the C++ standard library</cite></a>. 1 March 2020. URL: <a href="https://wg21.link/p1385r6">https://wg21.link/p1385r6</a>
   <dt id="biblio-p1467r7">[P1467R7]
   <dd>David Olsen, Michał Dominiak, Ilya Burylov. <a href="https://wg21.link/p1467r7"><cite>Extended floating-point types and standard names</cite></a>. 24 November 2021. URL: <a href="https://wg21.link/p1467r7">https://wg21.link/p1467r7</a>
   <dt id="biblio-p1642r5">[P1642R5]
   <dd>Ben Craig. <a href="https://wg21.link/p1642r5"><cite>Freestanding Library: Easy [utilities], [ranges], and [iterators]</cite></a>. 10 December 2020. URL: <a href="https://wg21.link/p1642r5">https://wg21.link/p1642r5</a>
   <dt id="biblio-p1673r6">[P1673R6]
   <dd>Mark Hoemmen, Daisy Hollman,Christian Trott,Daniel Sunderland,Nevin Liber,Alicia KlinvexLi-Ta Lo,Damien Lebrun-Grandie,Graham Lopez,Peter Caday,Sarah Knepper,Piotr Luszczek,Timothy Costa. <a href="https://wg21.link/p1673r6"><cite>A free function linear algebra interface based on the BLAS</cite></a>. 15 December 2021. URL: <a href="https://wg21.link/p1673r6">https://wg21.link/p1673r6</a>
   <dt id="biblio-p1684r1">[P1684R1]
   <dd>Christian Trott, D. S. Hollman,Mark Hoemmen,Daniel Sunderland. <a href="https://wg21.link/p1684r1"><cite>mdarray: An Owning Multidimensional Array Analog of mdspan</cite></a>. 21 March 2022. URL: <a href="https://wg21.link/p1684r1">https://wg21.link/p1684r1</a>
   <dt id="biblio-p1841r1">[P1841R1]
   <dd>Walter E Brown. <a href="https://wg21.link/p1841r1"><cite>Wording for Individually Specializable Numeric Traits</cite></a>. 15 May 2020. URL: <a href="https://wg21.link/p1841r1">https://wg21.link/p1841r1</a>
   <dt id="biblio-p1885r8">[P1885R8]
   <dd>Corentin Jabot, Peter Brett. <a href="https://wg21.link/p1885r8"><cite>Naming Text Encodings to Demystify Them</cite></a>. 13 October 2021. URL: <a href="https://wg21.link/p1885r8">https://wg21.link/p1885r8</a>
   <dt id="biblio-p1899r2">[P1899R2]
   <dd>Christopher Di Bella, Tim Song. <a href="https://wg21.link/p1899r2"><cite>stride_view</cite></a>. 23 December 2021. URL: <a href="https://wg21.link/p1899r2">https://wg21.link/p1899r2</a>
   <dt id="biblio-p1951r0">[P1951R0]
   <dd>Logan R. Smith. <a href="https://wg21.link/p1951r0"><cite>Default Arguments for pair's Forwarding Constructor</cite></a>. 17 November 2019. URL: <a href="https://wg21.link/p1951r0">https://wg21.link/p1951r0</a>
   <dt id="biblio-p2077r2">[P2077R2]
   <dd>Konstantin Boyarinov, Sergey Vinogradov; Ruslan Arutyunyan. <a href="https://wg21.link/p2077r2"><cite>Heterogeneous erasure overloads for associative containers</cite></a>. 15 December 2020. URL: <a href="https://wg21.link/p2077r2">https://wg21.link/p2077r2</a>
   <dt id="biblio-p2093r13">[P2093R13]
   <dd>Victor Zverovich. <a href="https://wg21.link/p2093r13"><cite>Formatted output</cite></a>. 9 February 2022. URL: <a href="https://wg21.link/p2093r13">https://wg21.link/p2093r13</a>
   <dt id="biblio-p2136r2">[P2136R2]
   <dd>Zhihao Yuan. <a href="https://wg21.link/p2136r2"><cite>invoke_r</cite></a>. 6 December 2020. URL: <a href="https://wg21.link/p2136r2">https://wg21.link/p2136r2</a>
   <dt id="biblio-p2138r3">[P2138R3]
   <dd>Ville Voutilainen. <a href="https://wg21.link/p2138r3"><cite>Rules of Design &lt;=> Specification engagement</cite></a>. 15 September 2020. URL: <a href="https://wg21.link/p2138r3">https://wg21.link/p2138r3</a>
   <dt id="biblio-p2145r1">[P2145R1]
   <dd>Bryce Adelstein Lelbach, Titus Winters, Fabio Fracassi, Billy Baker, Nevin Liber, JF Bastien, David Stone, Botond Ballo, Tom Honermann. <a href="https://wg21.link/p2145r1"><cite>Evolving C++ Remotely</cite></a>. 15 September 2020. URL: <a href="https://wg21.link/p2145r1">https://wg21.link/p2145r1</a>
   <dt id="biblio-p2165r3">[P2165R3]
   <dd>Corentin Jabot. <a href="https://wg21.link/p2165r3"><cite>Compatibility between tuple, pair and tuple-like objects</cite></a>. 18 January 2022. URL: <a href="https://wg21.link/p2165r3">https://wg21.link/p2165r3</a>
   <dt id="biblio-p2166r1">[P2166R1]
   <dd>Yuriy Chernyshov. <a href="https://wg21.link/p2166r1"><cite>A Proposal to Prohibit std::basic_string and std::basic_string_view construction from nullptr</cite></a>. 7 September 2020. URL: <a href="https://wg21.link/p2166r1">https://wg21.link/p2166r1</a>
   <dt id="biblio-p2195r2">[P2195R2]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/p2195r2"><cite>Electronic Straw Polls</cite></a>. 28 January 2021. URL: <a href="https://wg21.link/p2195r2">https://wg21.link/p2195r2</a>
   <dt id="biblio-p2198r3">[P2198R3]
   <dd>Ben Craig. <a href="https://wg21.link/p2198r3"><cite>Freestanding Feature-Test Macros and Implementation-Defined Extensions</cite></a>. 12 November 2021. URL: <a href="https://wg21.link/p2198r3">https://wg21.link/p2198r3</a>
   <dt id="biblio-p2210r2">[P2210R2]
   <dd>Barry Revzin. <a href="https://wg21.link/p2210r2"><cite>Superior String Splitting</cite></a>. 5 March 2021. URL: <a href="https://wg21.link/p2210r2">https://wg21.link/p2210r2</a>
   <dt id="biblio-p2212r1">[P2212R1]
   <dd>Alexey Dmitriev, Howard Hinnant. <a href="https://wg21.link/p2212r1"><cite>Relax Requirements for time_point::clock</cite></a>. 14 September 2020. URL: <a href="https://wg21.link/p2212r1">https://wg21.link/p2212r1</a>
   <dt id="biblio-p2214r2">[P2214R2]
   <dd>Barry Revzin, Conor Hoekstra, Tim Song. <a href="https://wg21.link/p2214r2"><cite>A Plan for C++23 Ranges</cite></a>. 18 February 2022. URL: <a href="https://wg21.link/p2214r2">https://wg21.link/p2214r2</a>
   <dt id="biblio-p2216r2">[P2216R2]
   <dd>Victor Zverovich. <a href="https://wg21.link/p2216r2"><cite>std::format improvements</cite></a>. 15 January 2021. URL: <a href="https://wg21.link/p2216r2">https://wg21.link/p2216r2</a>
   <dt id="biblio-p2231r0">[P2231R0]
   <dd>Barry Revzin. <a href="https://wg21.link/p2231r0"><cite>Add further constexpr support for optional/variant</cite></a>. 14 October 2020. URL: <a href="https://wg21.link/p2231r0">https://wg21.link/p2231r0</a>
   <dt id="biblio-p2247r1">[P2247R1]
   <dd>Bryce Adelstein Lelbach, Fabio Fracassi, Ben Craig, Billy Baker, Nevin Liber, Inbal Levi, Corentin Jabot. <a href="https://wg21.link/p2247r1"><cite>2020 Library Evolution Report</cite></a>. 3 December 2020. URL: <a href="https://wg21.link/p2247r1">https://wg21.link/p2247r1</a>
   <dt id="biblio-p2248r4">[P2248R4]
   <dd>Giuseppe D'Angelo. <a href="https://wg21.link/p2248r4"><cite>Enabling list-initialization for algorithms</cite></a>. 3 January 2022. URL: <a href="https://wg21.link/p2248r4">https://wg21.link/p2248r4</a>
   <dt id="biblio-p2249r1">[P2249R1]
   <dd>Giuseppe D'Angelo. <a href="https://wg21.link/p2249r1"><cite>Mixed comparisons for smart pointers</cite></a>. 14 July 2021. URL: <a href="https://wg21.link/p2249r1">https://wg21.link/p2249r1</a>
   <dt id="biblio-p2251r1">[P2251R1]
   <dd>Nevin Liber. <a href="https://wg21.link/p2251r1"><cite>Require span &amp; basic_string_view to be Trivially Copyable</cite></a>. 19 March 2021. URL: <a href="https://wg21.link/p2251r1">https://wg21.link/p2251r1</a>
   <dt id="biblio-p2255r2">[P2255R2]
   <dd>Tim Song. <a href="https://wg21.link/p2255r2"><cite>A type trait to detect reference binding to temporary</cite></a>. 14 October 2021. URL: <a href="https://wg21.link/p2255r2">https://wg21.link/p2255r2</a>
   <dt id="biblio-p2265r0">[P2265R0]
   <dd>Kevlin Henney. <a href="https://wg21.link/p2265r0"><cite>Renaming any_invocable</cite></a>. 6 December 2020. URL: <a href="https://wg21.link/p2265r0">https://wg21.link/p2265r0</a>
   <dt id="biblio-p2273r2">[P2273R2]
   <dd>Andreas Fertig. <a href="https://wg21.link/p2273r2"><cite>Making std::unique_ptr constexpr</cite></a>. 5 July 2021. URL: <a href="https://wg21.link/p2273r2">https://wg21.link/p2273r2</a>
   <dt id="biblio-p2278r2">[P2278R2]
   <dd>Barry Revzin. <a href="https://wg21.link/p2278r2"><cite>cbegin should always return a constant iterator</cite></a>. 17 November 2021. URL: <a href="https://wg21.link/p2278r2">https://wg21.link/p2278r2</a>
   <dt id="biblio-p2286r6">[P2286R6]
   <dd>Barry Revzin. <a href="https://wg21.link/p2286r6"><cite>Formatting Ranges</cite></a>. 19 January 2022. URL: <a href="https://wg21.link/p2286r6">https://wg21.link/p2286r6</a>
   <dt id="biblio-p2291r2">[P2291R2]
   <dd>Daniil Goncharov, Karaev Alexander. <a href="https://wg21.link/p2291r2"><cite>Add Constexpr Modifiers to Functions to_chars and from_chars for Integral Types in Header</cite></a>. 17 August 2021. URL: <a href="https://wg21.link/p2291r2">https://wg21.link/p2291r2</a>
   <dt id="biblio-p2300r4">[P2300R4]
   <dd>Michał Dominiak, Lewis Baker, Lee Howes, Kirk Shoop, Michael Garland, Eric Niebler, Bryce Adelstein Lelbach. <a href="https://wg21.link/p2300r4"><cite>std::execution</cite></a>. 19 January 2022. URL: <a href="https://wg21.link/p2300r4">https://wg21.link/p2300r4</a>
   <dt id="biblio-p2301r0">[P2301R0]
   <dd>Steve Downey. <a href="https://wg21.link/p2301r0"><cite>Add a pmr alias for std::stacktrace</cite></a>. 15 February 2021. URL: <a href="https://wg21.link/p2301r0">https://wg21.link/p2301r0</a>
   <dt id="biblio-p2302r2">[P2302R2]
   <dd>Christopher Di Bella. <a href="https://wg21.link/p2302r2"><cite>std::ranges::contains</cite></a>. 12 December 2021. URL: <a href="https://wg21.link/p2302r2">https://wg21.link/p2302r2</a>
   <dt id="biblio-p2321r1">[P2321R1]
   <dd>Tim Song. <a href="https://wg21.link/p2321r1"><cite>zip</cite></a>. 11 April 2021. URL: <a href="https://wg21.link/p2321r1">https://wg21.link/p2321r1</a>
   <dt id="biblio-p2322r5">[P2322R5]
   <dd>Barry Revzin. <a href="https://wg21.link/p2322r5"><cite>ranges::fold</cite></a>. 18 October 2021. URL: <a href="https://wg21.link/p2322r5">https://wg21.link/p2322r5</a>
   <dt id="biblio-p2325r2">[P2325R2]
   <dd>Barry Revzin. <a href="https://wg21.link/p2325r2"><cite>Views should not be required to be default constructible</cite></a>. 23 April 2021. URL: <a href="https://wg21.link/p2325r2">https://wg21.link/p2325r2</a>
   <dt id="biblio-p2328r0">[P2328R0]
   <dd>Tim Song. <a href="https://wg21.link/p2328r0"><cite>join_view should join all views of ranges</cite></a>. 15 March 2021. URL: <a href="https://wg21.link/p2328r0">https://wg21.link/p2328r0</a>
   <dt id="biblio-p2340r0">[P2340R0]
   <dd>Thomas Köppe. <a href="https://wg21.link/p2340r0"><cite>Clarifying the status of the ‘C headers’</cite></a>. 15 March 2021. URL: <a href="https://wg21.link/p2340r0">https://wg21.link/p2340r0</a>
   <dt id="biblio-p2351r0">[P2351R0]
   <dd>Hana Dusíková. <a href="https://wg21.link/p2351r0"><cite>Mark all library static cast wrappers as [[nodiscard]]</cite></a>. 25 April 2021. URL: <a href="https://wg21.link/p2351r0">https://wg21.link/p2351r0</a>
   <dt id="biblio-p2363r3">[P2363R3]
   <dd>Konstantin Boyarinov, Sergey Vinogradov, Ruslan Arutyunyan. <a href="https://wg21.link/p2363r3"><cite>Extending associative containers with the remaining heterogeneous overloads</cite></a>. 19 January 2022. URL: <a href="https://wg21.link/p2363r3">https://wg21.link/p2363r3</a>
   <dt id="biblio-p2372r1">[P2372R1]
   <dd>Victor Zverovich, Corentin Jabot. <a href="https://wg21.link/p2372r1"><cite>Fixing locale handling in chrono formatters</cite></a>. 13 May 2021. URL: <a href="https://wg21.link/p2372r1">https://wg21.link/p2372r1</a>
   <dt id="biblio-p2374r3">[P2374R3]
   <dd>Sy Brand, Michał Dominiak. <a href="https://wg21.link/p2374r3"><cite>views::cartesian_product</cite></a>. 13 December 2021. URL: <a href="https://wg21.link/p2374r3">https://wg21.link/p2374r3</a>
   <dt id="biblio-p2387r2">[P2387R2]
   <dd>Barry Revzin. <a href="https://wg21.link/p2387r2"><cite>Pipe support for user-defined range adaptors</cite></a>. 18 October 2021. URL: <a href="https://wg21.link/p2387r2">https://wg21.link/p2387r2</a>
   <dt id="biblio-p2396r0">[P2396R0]
   <dd>David Goldblatt. <a href="https://wg21.link/p2396r0"><cite>Concurrency TS 2 fixes</cite></a>. 14 June 2021. URL: <a href="https://wg21.link/p2396r0">https://wg21.link/p2396r0</a>
   <dt id="biblio-p2400r0">[P2400R0]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/p2400r0"><cite>Library Evolution Report</cite></a>. 27 February 2021. URL: <a href="https://wg21.link/p2400r0">https://wg21.link/p2400r0</a>
   <dt id="biblio-p2400r1">[P2400R1]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/p2400r1"><cite>Library Evolution Report: 2021-02-23 to 2021-05-25</cite></a>. 8 June 2021. URL: <a href="https://wg21.link/p2400r1">https://wg21.link/p2400r1</a>
   <dt id="biblio-p2400r2">[P2400R2]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/p2400r2"><cite>Library Evolution Report: 2021-06-01 to 2021-09-20</cite></a>. 28 September 2021. URL: <a href="https://wg21.link/p2400r2">https://wg21.link/p2400r2</a>
   <dt id="biblio-p2404r2">[P2404R2]
   <dd>Justin Bassett. <a href="https://wg21.link/p2404r2"><cite>Move-only types for equality_comparable_with, totally_ordered_with, and three_way_comparable_with</cite></a>. 19 January 2022. URL: <a href="https://wg21.link/p2404r2">https://wg21.link/p2404r2</a>
   <dt id="biblio-p2405r0">[P2405R0]
   <dd>Justin Bassett. <a href="https://wg21.link/p2405r0"><cite>nullopt_t and nullptr_t should both have operator and operator==</cite></a>. 15 July 2021. URL: <a href="https://wg21.link/p2405r0">https://wg21.link/p2405r0</a>
   <dt id="biblio-p2407r0">[P2407R0]
   <dd>Emil Meissner, Ben Craig. <a href="https://wg21.link/p2407r0"><cite>Freestanding Library: Partial Classes</cite></a>. 12 July 2021. URL: <a href="https://wg21.link/p2407r0">https://wg21.link/p2407r0</a>
   <dt id="biblio-p2408r4">[P2408R4]
   <dd>David Olsen. <a href="https://wg21.link/p2408r4"><cite>Ranges iterators as inputs to non-Ranges algorithms</cite></a>. 16 November 2021. URL: <a href="https://wg21.link/p2408r4">https://wg21.link/p2408r4</a>
   <dt id="biblio-p2415r1">[P2415R1]
   <dd>Barry Revzin, Tim Song. <a href="https://wg21.link/p2415r1"><cite>What is a view?</cite></a>. 16 August 2021. URL: <a href="https://wg21.link/p2415r1">https://wg21.link/p2415r1</a>
   <dt id="biblio-p2417r0">[P2417R0]
   <dd>Daniil Goncharov. <a href="https://wg21.link/p2417r0"><cite>A more constexpr bitset</cite></a>. 24 July 2021. URL: <a href="https://wg21.link/p2417r0">https://wg21.link/p2417r0</a>
   <dt id="biblio-p2418r0">[P2418R0]
   <dd>Victor Zverovich. <a href="https://wg21.link/p2418r0"><cite>Add support for std::generator-like types to std::format</cite></a>. 8 August 2021. URL: <a href="https://wg21.link/p2418r0">https://wg21.link/p2418r0</a>
   <dt id="biblio-p2419r1">[P2419R1]
   <dd>Victor Zverovich, Peter Brett. <a href="https://wg21.link/p2419r1"><cite>Clarify handling of encodings in localized formatting of chrono types</cite></a>. 19 September 2021. URL: <a href="https://wg21.link/p2419r1">https://wg21.link/p2419r1</a>
   <dt id="biblio-p2432r0">[P2432R0]
   <dd>Nicolai Josuttis. <a href="https://wg21.link/p2432r0"><cite>Fixing istream_view</cite></a>. 27 August 2021. URL: <a href="https://wg21.link/p2432r0">https://wg21.link/p2432r0</a>
   <dt id="biblio-p2438r1">[P2438R1]
   <dd>Federico Kircheis, Tomasz Kamiński. <a href="https://wg21.link/p2438r1"><cite>std::string::substr() &amp;&amp;</cite></a>. 20211130. URL: <a href="https://wg21.link/p2438r1">https://wg21.link/p2438r1</a>
   <dt id="biblio-p2440r0">[P2440R0]
   <dd>Tim Song. <a href="https://wg21.link/p2440r0"><cite>ranges::iota, ranges::shift_left, and ranges::shift_right</cite></a>. 13 September 2021. URL: <a href="https://wg21.link/p2440r0">https://wg21.link/p2440r0</a>
   <dt id="biblio-p2441r1">[P2441R1]
   <dd>Barry Revzin. <a href="https://wg21.link/p2441r1"><cite>views::join_with</cite></a>. 17 November 2021. URL: <a href="https://wg21.link/p2441r1">https://wg21.link/p2441r1</a>
   <dt id="biblio-p2442r0">[P2442R0]
   <dd>Tim Song. <a href="https://wg21.link/p2442r0"><cite>Windowing range adaptors: views::chunk and views::slide</cite></a>. 14 September 2021. URL: <a href="https://wg21.link/p2442r0">https://wg21.link/p2442r0</a>
   <dt id="biblio-p2443r0">[P2443R0]
   <dd>Tim Song. <a href="https://wg21.link/p2443r0"><cite>views::chunk_by</cite></a>. 15 September 2021. URL: <a href="https://wg21.link/p2443r0">https://wg21.link/p2443r0</a>
   <dt id="biblio-p2444r0">[P2444R0]
   <dd>Christopher Kohlhoff. <a href="https://wg21.link/p2444r0"><cite>The Asio asynchronous model</cite></a>. 15 September 2021. URL: <a href="https://wg21.link/p2444r0">https://wg21.link/p2444r0</a>
   <dt id="biblio-p2445r0">[P2445R0]
   <dd>Gašper Ažman. <a href="https://wg21.link/p2445r0"><cite>forward_like</cite></a>. 12 October 2021. URL: <a href="https://wg21.link/p2445r0">https://wg21.link/p2445r0</a>
   <dt id="biblio-p2446r1">[P2446R1]
   <dd>Barry Revzin. <a href="https://wg21.link/p2446r1"><cite>views::all_move</cite></a>. 17 November 2021. URL: <a href="https://wg21.link/p2446r1">https://wg21.link/p2446r1</a>
   <dt id="biblio-p2447r0">[P2447R0]
   <dd>Federico Kircheis. <a href="https://wg21.link/p2447r0"><cite>std::span and the missing constructor</cite></a>. 14 October 2021. URL: <a href="https://wg21.link/p2447r0">https://wg21.link/p2447r0</a>
   <dt id="biblio-p2453r0">[P2453R0]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/p2453r0"><cite>2021 October Library Evolution Poll Outcomes</cite></a>. 15 February 2022. URL: <a href="https://wg21.link/p2453r0">https://wg21.link/p2453r0</a>
   <dt id="biblio-p2455r0">[P2455R0]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/p2455r0"><cite>2021 November Library Evolution Poll Outcomes</cite></a>. 8 December 2021. URL: <a href="https://wg21.link/p2455r0">https://wg21.link/p2455r0</a>
   <dt id="biblio-p2457r0">[P2457R0]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/p2457r0"><cite>2021 December Library Evolution Poll Outcomes</cite></a>. 14 January 2022. URL: <a href="https://wg21.link/p2457r0">https://wg21.link/p2457r0</a>
   <dt id="biblio-p2459r0">[P2459R0]
   <dd>Bryce Adelstein Lelbach, Fabio Fracassi, Ben Craig. <a href="https://wg21.link/p2459r0"><cite>2022 January Library Evolution Poll Outcomes</cite></a>. 15 February 2022. URL: <a href="https://wg21.link/p2459r0">https://wg21.link/p2459r0</a>
   <dt id="biblio-p2460r0">[P2460R0]
   <dd>Corentin Jabot. <a href="https://wg21.link/p2460r0"><cite>Relax requirements on wchar_t to match existing practices</cite></a>. 9 October 2021. URL: <a href="https://wg21.link/p2460r0">https://wg21.link/p2460r0</a>
   <dt id="biblio-p2464r0">[P2464R0]
   <dd>Ville Voutilainen. <a href="https://wg21.link/p2464r0"><cite>Ruminations on networking and executors</cite></a>. 29 September 2021. URL: <a href="https://wg21.link/p2464r0">https://wg21.link/p2464r0</a>
   <dt id="biblio-p2465r1">[P2465R1]
   <dd>Stephan T. Lavavej, Gabriel Dos Reis, Bjarne Stroustrup, Jonathan Wakely. <a href="https://wg21.link/p2465r1"><cite>Standard Library Modules std and std.compat</cite></a>. 13 October 2021. URL: <a href="https://wg21.link/p2465r1">https://wg21.link/p2465r1</a>
   <dt id="biblio-p2467r0">[P2467R0]
   <dd>Jonathan Wakely. <a href="https://wg21.link/p2467r0"><cite>Support exclusive mode for fstreams</cite></a>. 15 November 2021. URL: <a href="https://wg21.link/p2467r0">https://wg21.link/p2467r0</a>
   <dt id="biblio-p2469r0">[P2469R0]
   <dd>Christopher Kohlhoff, Jamie Allsop, Vinnie Falco, Richard Hodges, Klemens Morgenstern. <a href="https://wg21.link/p2469r0"><cite>Response to P2464: The Networking TS is baked, P2300 Sender/Receiver is not.</cite></a>. 4 October 2021. URL: <a href="https://wg21.link/p2469r0">https://wg21.link/p2469r0</a>
   <dt id="biblio-p2474r1">[P2474R1]
   <dd>Michał Dominiak. <a href="https://wg21.link/p2474r1"><cite>views::repeat</cite></a>. 18 January 2022. URL: <a href="https://wg21.link/p2474r1">https://wg21.link/p2474r1</a>
   <dt id="biblio-p2485r0">[P2485R0]
   <dd>Jonathan Wakely. <a href="https://wg21.link/p2485r0"><cite>Do not add value_exists and value_or to C++23</cite></a>. 1 November 2021. URL: <a href="https://wg21.link/p2485r0">https://wg21.link/p2485r0</a>
   <dt id="biblio-p2486r1">[P2486R1]
   <dd>Kirk Shoop. <a href="https://wg21.link/p2486r1"><cite>Structured naming for function object and CPO values</cite></a>. 16 December 2021. URL: <a href="https://wg21.link/p2486r1">https://wg21.link/p2486r1</a>
   <dt id="biblio-p2489r0">[P2489R0]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/p2489r0"><cite>Library Evolution Plan for Completing C++23</cite></a>. 9 November 2021. URL: <a href="https://wg21.link/p2489r0">https://wg21.link/p2489r0</a>
   <dt id="biblio-p2494r1">[P2494R1]
   <dd>Michał Dominiak. <a href="https://wg21.link/p2494r1"><cite>Relaxing range adaptors to allow for move only types</cite></a>. 17 January 2022. URL: <a href="https://wg21.link/p2494r1">https://wg21.link/p2494r1</a>
   <dt id="biblio-p2502r1">[P2502R1]
   <dd>Casey Carter. <a href="https://wg21.link/p2502r1"><cite>std::generator: Synchronous Coroutine Generator for Ranges</cite></a>. 25 January 2022. URL: <a href="https://wg21.link/p2502r1">https://wg21.link/p2502r1</a>
   <dt id="biblio-p2508r1">[P2508R1]
   <dd>Barry Revzin. <a href="https://wg21.link/p2508r1"><cite>Exposing std::basic-format-string</cite></a>. 18 January 2022. URL: <a href="https://wg21.link/p2508r1">https://wg21.link/p2508r1</a>
   <dt id="biblio-p2529r0">[P2529R0]
   <dd>Mathias Stearn. <a href="https://wg21.link/p2529r0"><cite>generator should have T&amp;&amp; reference_type</cite></a>. 25 January 2022. URL: <a href="https://wg21.link/p2529r0">https://wg21.link/p2529r0</a>
   <dt id="biblio-p2553r0">[P2553R0]
   <dd>Christian Trott, Damien Lebrun-Grandie, Mark Hoemmen, Dan Sunderland. <a href="https://wg21.link/p2553r0"><cite>Make mdspan size_type controllable</cite></a>. 14 February 2022. URL: <a href="https://wg21.link/p2553r0">https://wg21.link/p2553r0</a>
   <dt id="biblio-p2554r0">[P2554R0]
   <dd>Christian Trott, Damien Lebrun-Grandie, Mark Hoemmen, K. R. Walker, Dan Sunderland. <a href="https://wg21.link/p2554r0"><cite>C-Array Interoperability of MDSpan</cite></a>. 15 February 2022. URL: <a href="https://wg21.link/p2554r0">https://wg21.link/p2554r0</a>
   <dt id="biblio-p2559r0">[P2559R0]
   <dd>Bryce Adelstein Lelbach. <a href="https://wg21.link/P2559R0"><cite>Plan for Concurrency Technical Specification Version 2</cite></a>. 2022-02-28. URL: <a href="https://wg21.link/P2559R0">https://wg21.link/P2559R0</a>
  </dl>